| /third_party/node/test/fixtures/wpt/resources/ |
| H A D | channel.sub.js | 749 * Each item to be serialized can have the following fields: 771 const queue = [{item: inValue}]; 779 * serialized. Each item in the queue can have the following properties: 781 * item (required) - the input item to be serialized 784 * which the serialization of the current item will be added. 788 * depending on whether the item represents a key or a value 792 const {item, target, targetName} = queue.shift(); 793 let type = typeName(item); 797 if (objectsSeen.has(item)) { [all...] |
| /third_party/rust/crates/cxx/gen/build/src/syntax/ |
| H A D | file.rs | 96 let item = input.parse()?; in parse() 97 match item { in parse() 98 RustItem::Struct(mut item) => { in parse() 99 item.attrs.splice(..0, attrs); in parse() 100 Ok(Item::Struct(item)) in parse() 102 RustItem::Enum(mut item) => { in parse() 103 item.attrs.splice(..0, attrs); in parse() 104 Ok(Item::Enum(item)) in parse() 106 RustItem::ForeignMod(mut item) => { in parse() 107 item in parse() [all...] |
| /third_party/rust/crates/cxx/gen/lib/src/syntax/ |
| H A D | file.rs | 96 let item = input.parse()?; in parse() 97 match item { in parse() 98 RustItem::Struct(mut item) => { in parse() 99 item.attrs.splice(..0, attrs); in parse() 100 Ok(Item::Struct(item)) in parse() 102 RustItem::Enum(mut item) => { in parse() 103 item.attrs.splice(..0, attrs); in parse() 104 Ok(Item::Enum(item)) in parse() 106 RustItem::ForeignMod(mut item) => { in parse() 107 item in parse() [all...] |
| /third_party/rust/crates/cxx/macro/src/syntax/ |
| H A D | file.rs | 96 let item = input.parse()?; in parse() 97 match item { in parse() 98 RustItem::Struct(mut item) => { in parse() 99 item.attrs.splice(..0, attrs); in parse() 100 Ok(Item::Struct(item)) in parse() 102 RustItem::Enum(mut item) => { in parse() 103 item.attrs.splice(..0, attrs); in parse() 104 Ok(Item::Enum(item)) in parse() 106 RustItem::ForeignMod(mut item) => { in parse() 107 item in parse() [all...] |
| /third_party/rust/crates/cxx/syntax/ |
| H A D | file.rs | 96 let item = input.parse()?; in parse() 97 match item { in parse() 98 RustItem::Struct(mut item) => { in parse() 99 item.attrs.splice(..0, attrs); in parse() 100 Ok(Item::Struct(item)) in parse() 102 RustItem::Enum(mut item) => { in parse() 103 item.attrs.splice(..0, attrs); in parse() 104 Ok(Item::Enum(item)) in parse() 106 RustItem::ForeignMod(mut item) => { in parse() 107 item in parse() [all...] |
| /third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
| H A D | file.rs | 96 let item = input.parse()?; in parse() 97 match item { in parse() 98 RustItem::Struct(mut item) => { in parse() 99 item.attrs.splice(..0, attrs); in parse() 100 Ok(Item::Struct(item)) in parse() 102 RustItem::Enum(mut item) => { in parse() 103 item.attrs.splice(..0, attrs); in parse() 104 Ok(Item::Enum(item)) in parse() 106 RustItem::ForeignMod(mut item) => { in parse() 107 item in parse() [all...] |
| /third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
| H A D | BundleItemDialog.java | 22 BundleItem item; field in BundleItemDialog 70 public BundleItemDialog(RBManager rbm, BundleItem item, String user, JFrame frame, String title, boolean modal) { in BundleItemDialog() argument 74 this.item = item; in BundleItemDialog() 89 if (item == null) closeWindow(); in initComponents() 94 Bundle bundle = item.getParentGroup().getParentBundle(); in initComponents() 98 Object o = ((Bundle)rbm.getBundles().firstElement()).allItems.get(item.getKey()); in initComponents() 102 keyField = new JTextField(item.getKey()); in initComponents() 106 transField = new JTextField(item.getTranslation()); in initComponents() 107 commentField = new JTextField(item in initComponents() [all...] |
| /test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
| H A D | device_lite.py | 79 for index, item in enumerate(com_list): 80 com_list[index] = item.strip().strip(b'\x00'.decode()) 152 for item in device: 153 if "ip" in item.keys() and "port" in item.keys(): 155 (item.get("ip"), item.get("port")) 157 elif "type" in item.keys() and "com" in item.keys(): 158 self.device_sn = "local_%s" % item [all...] |
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/column/ |
| H A D | column_foregroundblurstyle_test.cpp | 28 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; in TestColumnForegroundBlurStyle001() local 29 auto ret = nodeAPI->setAttribute(column, NODE_FOREGROUND_BLUR_STYLE, &item); in TestColumnForegroundBlurStyle001() 40 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; in TestColumnForegroundBlurStyle002() local 41 auto ret = nodeAPI->setAttribute(column, NODE_FOREGROUND_BLUR_STYLE, &item); in TestColumnForegroundBlurStyle002() 52 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; in TestColumnForegroundBlurStyle003() local 53 auto ret = nodeAPI->setAttribute(column, NODE_FOREGROUND_BLUR_STYLE, &item); in TestColumnForegroundBlurStyle003() 64 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; in TestColumnForegroundBlurStyle004() local 65 auto ret = nodeAPI->setAttribute(column, NODE_FOREGROUND_BLUR_STYLE, &item); in TestColumnForegroundBlurStyle004() 76 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; in TestColumnForegroundBlurStyle005() local 77 auto ret = nodeAPI->setAttribute(column, NODE_FOREGROUND_BLUR_STYLE, &item); in TestColumnForegroundBlurStyle005() 88 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle006() local 100 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle007() local 112 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle008() local 124 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle009() local 136 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle010() local 148 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle011() local 160 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle012() local 172 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle013() local 184 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle014() local 196 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle015() local 208 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle016() local 220 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle017() local 232 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle018() local 244 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle019() local 256 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle020() local 268 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle021() local 280 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle022() local 292 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle023() local 304 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle024() local 316 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle025() local 328 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle026() local 340 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle027() local 352 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle028() local 364 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle029() local 376 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle030() local 388 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle031() local 406 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestColumnForegroundBlurStyle032() local [all...] |
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/ |
| H A D | commonattrs_foregroundblurstyle_test.cpp | 28 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; in TestCommonAttrsForegroundBlurStyle001() local 29 auto ret = nodeAPI->setAttribute(stack, NODE_FOREGROUND_BLUR_STYLE, &item); in TestCommonAttrsForegroundBlurStyle001() 40 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; in TestCommonAttrsForegroundBlurStyle002() local 41 auto ret = nodeAPI->setAttribute(stack, NODE_FOREGROUND_BLUR_STYLE, &item); in TestCommonAttrsForegroundBlurStyle002() 52 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; in TestCommonAttrsForegroundBlurStyle003() local 53 auto ret = nodeAPI->setAttribute(stack, NODE_FOREGROUND_BLUR_STYLE, &item); in TestCommonAttrsForegroundBlurStyle003() 64 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; in TestCommonAttrsForegroundBlurStyle004() local 65 auto ret = nodeAPI->setAttribute(stack, NODE_FOREGROUND_BLUR_STYLE, &item); in TestCommonAttrsForegroundBlurStyle004() 76 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; in TestCommonAttrsForegroundBlurStyle005() local 77 auto ret = nodeAPI->setAttribute(stack, NODE_FOREGROUND_BLUR_STYLE, &item); in TestCommonAttrsForegroundBlurStyle005() 88 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle006() local 100 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle007() local 112 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle008() local 124 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle009() local 136 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle010() local 148 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle011() local 160 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle012() local 172 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle013() local 184 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle014() local 196 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle015() local 208 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle016() local 220 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle017() local 232 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle018() local 244 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle019() local 256 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle020() local 268 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle021() local 280 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle022() local 292 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle023() local 304 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle024() local 316 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle025() local 328 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle026() local 340 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle027() local 352 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle028() local 364 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle029() local 376 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle030() local 388 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle031() local 406 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCommonAttrsForegroundBlurStyle032() local [all...] |
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/ |
| H A D | customcomponent_foregroundblurstyle_test.cpp | 28 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; in TestCustomComponentForegroundBlurStyle001() local 29 auto ret = nodeAPI->setAttribute(custom, NODE_FOREGROUND_BLUR_STYLE, &item); in TestCustomComponentForegroundBlurStyle001() 40 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; in TestCustomComponentForegroundBlurStyle002() local 41 auto ret = nodeAPI->setAttribute(custom, NODE_FOREGROUND_BLUR_STYLE, &item); in TestCustomComponentForegroundBlurStyle002() 52 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; in TestCustomComponentForegroundBlurStyle003() local 53 auto ret = nodeAPI->setAttribute(custom, NODE_FOREGROUND_BLUR_STYLE, &item); in TestCustomComponentForegroundBlurStyle003() 64 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; in TestCustomComponentForegroundBlurStyle004() local 65 auto ret = nodeAPI->setAttribute(custom, NODE_FOREGROUND_BLUR_STYLE, &item); in TestCustomComponentForegroundBlurStyle004() 76 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; in TestCustomComponentForegroundBlurStyle005() local 77 auto ret = nodeAPI->setAttribute(custom, NODE_FOREGROUND_BLUR_STYLE, &item); in TestCustomComponentForegroundBlurStyle005() 88 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle006() local 100 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle007() local 112 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle008() local 124 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle009() local 136 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle010() local 148 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle011() local 160 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle012() local 172 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle013() local 184 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle014() local 196 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle015() local 208 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle016() local 220 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle017() local 232 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle018() local 244 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle019() local 256 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle020() local 268 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle021() local 280 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle022() local 292 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle023() local 304 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle024() local 316 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle025() local 328 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle026() local 340 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle027() local 352 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle028() local 364 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle029() local 376 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle030() local 388 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle031() local 406 ArkUI_AttributeItem item = {values, sizeof(values) / sizeof(ArkUI_NumberValue)}; TestCustomComponentForegroundBlurStyle032() local [all...] |
| /third_party/python/Tools/c-analyzer/cpython/ |
| H A D | _capi.py | 288 for item in items: 289 outer = getattr(item, _outer) 290 inner = getattr(item, _inner) 337 for item in _parse_capi(infile, filename): 338 yield item 345 def filter(item, *, log=None): 346 if item.name not in ignored: 349 log(f'ignored {item.name!r}') 396 for item in items: 397 key = getattr(item, groupb [all...] |
| /third_party/vk-gl-cts/scripts/verify/ |
| H A D | package.py | 58 for item in allItems: 59 if fnmatch(item, STATEMENT_PATTERN): 61 statement = item 62 elif fnmatch(item, TEST_LOG_PATTERN): 63 testLogs.append(item) 64 elif fnmatch(item, GIT_STATUS_PATTERN): 65 gitStatus.append(item) 66 elif fnmatch(item, GIT_LOG_PATTERN): 67 gitLog.append((item, '.')) 68 elif fnmatch(item, PATCH_PATTER [all...] |
| /third_party/cJSON/ |
| H A D | cJSON.h | 116 /* An array or object item will have a child pointer pointing to a chain of the items in the array/object. */ 119 /* The type of the item, as above. */ 122 /* The item's string, if type==cJSON_String and type == cJSON_Raw */ 131 /* The item's number, if type==cJSON_Number */ 134 /* The item's name string, if this item is the child of, or is in the list of subitems of an object. */ 169 CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item); variable 171 CJSON_PUBLIC(char *) cJSON_PrintUnformatted(const cJSON *item); variable 173 CJSON_PUBLIC(char *) cJSON_PrintBuffered(const cJSON *item, int prebuffer, cJSON_bool fmt); 176 CJSON_PUBLIC(cJSON_bool) cJSON_PrintPreallocated(cJSON *item, cha 178 CJSON_PUBLIC(void) cJSON_Delete(cJSON *item); global() variable 192 CJSON_PUBLIC(char *) cJSON_GetStringValue(const cJSON * const item); global() variable 194 CJSON_PUBLIC(long long *) cJSON_GetInt64NumberValue(cJSON * const item); global() variable 196 CJSON_PUBLIC(double) cJSON_GetNumberValue(const cJSON * const item); global() variable 199 CJSON_PUBLIC(cJSON_bool) cJSON_IsInvalid(const cJSON * const item); global() variable 200 CJSON_PUBLIC(cJSON_bool) cJSON_IsFalse(const cJSON * const item); global() variable 201 CJSON_PUBLIC(cJSON_bool) cJSON_IsTrue(const cJSON * const item); global() variable 202 CJSON_PUBLIC(cJSON_bool) cJSON_IsBool(const cJSON * const item); global() variable 203 CJSON_PUBLIC(cJSON_bool) cJSON_IsNull(const cJSON * const item); global() variable 205 CJSON_PUBLIC(cJSON_bool) cJSON_IsInt64Number(const cJSON * const item); global() variable 207 CJSON_PUBLIC(cJSON_bool) cJSON_IsNumber(const cJSON * const item); global() variable 208 CJSON_PUBLIC(cJSON_bool) cJSON_IsString(const cJSON * const item); global() variable 209 CJSON_PUBLIC(cJSON_bool) cJSON_IsArray(const cJSON * const item); global() variable 210 CJSON_PUBLIC(cJSON_bool) cJSON_IsObject(const cJSON * const item); global() variable 211 CJSON_PUBLIC(cJSON_bool) cJSON_IsRaw(const cJSON * const item); global() variable [all...] |
| /third_party/cJSON/tests/ |
| H A D | parse_value.c | 31 static cJSON item[1]; variable 51 TEST_ASSERT_TRUE(parse_value(item, &buffer)); in assert_parse_value() 52 assert_is_value(item, type); in assert_parse_value() 58 reset(item); in parse_value_should_parse_null() 64 reset(item); in parse_value_should_parse_true() 70 reset(item); in parse_value_should_parse_false() 76 reset(item); in parse_value_should_parse_number() 82 reset(item); in parse_value_should_parse_string() 84 reset(item); in parse_value_should_parse_string() 90 reset(item); in parse_value_should_parse_array() [all...] |
| H A D | parse_with_opts.c | 30 cJSON *item = NULL; in parse_with_opts_should_handle_null() local 32 item = cJSON_ParseWithOpts("{}", NULL, false); in parse_with_opts_should_handle_null() 33 TEST_ASSERT_NOT_NULL_MESSAGE(item, "Failed to handle NULL error pointer."); in parse_with_opts_should_handle_null() 34 cJSON_Delete(item); in parse_with_opts_should_handle_null() 64 cJSON *item = cJSON_ParseWithOpts("{}", NULL, true); in parse_with_opts_should_require_null_if_requested() local 65 TEST_ASSERT_NOT_NULL(item); in parse_with_opts_should_require_null_if_requested() 66 cJSON_Delete(item); in parse_with_opts_should_require_null_if_requested() 67 item = cJSON_ParseWithOpts("{} \n", NULL, true); in parse_with_opts_should_require_null_if_requested() 68 TEST_ASSERT_NOT_NULL(item); in parse_with_opts_should_require_null_if_requested() 69 cJSON_Delete(item); in parse_with_opts_should_require_null_if_requested() 78 cJSON *item = cJSON_ParseWithOpts(json, &parse_end, false); parse_with_opts_should_return_parse_end() local [all...] |
| /test/xts/acts/kernel_lite/util_posix/src/ |
| H A D | ActsUtilDataStructApiTest.cpp | 91 ENTRY item;
in HWTEST_F() local 100 item.key = hashKey;
in HWTEST_F() 101 item.data = hashValue;
in HWTEST_F() 103 searchResult = hsearch(item, ENTER);
in HWTEST_F() 106 item.key = hashKey;
in HWTEST_F() 107 searchResult = hsearch(item, FIND);
in HWTEST_F() 123 ENTRY item;
in HWTEST_F() local 131 item.key = hashKey;
in HWTEST_F() 132 searchResult = hsearch(item, FIND);
in HWTEST_F() 148 ENTRY item;
in HWTEST_F() local 182 ENTRY item; HWTEST_F() local [all...] |
| /third_party/libxml2/ |
| H A D | generate_header.py | 36 for item in self.read_buffer: 37 if not item.startswith("#cmakedefine") and not item.startswith("#define"): 38 self.write_buffer.append(item) 41 value = item 42 if item.startswith("#cmakedefine"): 43 value = item.replace("#cmakedefine", "#define") 46 self.write_buffer.append("/* " + item + " */") 51 self.write_buffer.append("/* " + item + " */") 61 self.write_buffer.append("/* " + item [all...] |
| /third_party/node/deps/v8/third_party/inspector_protocol/ |
| H A D | pdl.py | 19 def assignType(item, type, is_array=False, map_binary_to_string=False): 21 item['type'] = 'array' 22 item['items'] = collections.OrderedDict() 23 assignType(item['items'], type, False, map_binary_to_string) 30 if 'description' in item: 31 item['description'] = (item['description'] + 34 item['type'] = type 36 item['$ref'] = type 58 item [all...] |
| /third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
| H A D | Ordinals.pm | 64 =item B<new> I<%options> 72 =item B<< from => FILENAME >> 87 loaded_maxnum => 0, # Highest allocated item number when loading 89 maxassigned => 0, # Current highest assigned item number 90 maxnum => 0, # Current highest allocated item number 105 =item B<< $ordinals->load FILENAME >> 133 my $item = OpenSSL::Ordinals::Item->new(source => $filename, from => $_); 135 my $num = $item->number(); 148 $item->intnum($num); 149 push @{$tmp_contents[$num]}, $item; [all...] |
| /third_party/openssl/util/perl/OpenSSL/ |
| H A D | Ordinals.pm | 64 =item B<new> I<%options> 72 =item B<< from => FILENAME >> 87 loaded_maxnum => 0, # Highest allocated item number when loading 89 maxassigned => 0, # Current highest assigned item number 90 maxnum => 0, # Current highest allocated item number 105 =item B<< $ordinals->load FILENAME >> 133 my $item = OpenSSL::Ordinals::Item->new(source => $filename, from => $_); 135 my $num = $item->number(); 148 $item->intnum($num); 149 push @{$tmp_contents[$num]}, $item; [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_stack.c | 150 StackItem *item = &s->items[i]; in process_slice() local 153 av_image_copy_plane(out->data[p] + out->linesize[p] * item->y[p] + item->x[p], in process_slice() 157 item->linesize[p], item->height[p]); in process_slice() 212 StackItem *item = &s->items[i]; in config_output() local 219 if ((ret = av_image_fill_linesizes(item->linesize, inlink->format, inlink->w)) < 0) { in config_output() 223 item->height[1] = item->height[2] = AV_CEIL_RSHIFT(inlink->h, s->desc->log2_chroma_h); in config_output() 224 item in config_output() 236 StackItem *item = &s->items[i]; config_output() local 269 StackItem *item = &s->items[k]; config_output() local 313 StackItem *item = &s->items[i]; config_output() local [all...] |
| /third_party/lzma/CPP/Common/ |
| H A D | MyVector.h | 214 unsigned Add(const T item)
in Add() argument 219 _items[size] = item;
in Add() 224 unsigned Add2(const T &item)
229 _items[size] = item;
234 unsigned AddInReserved(const T item)
in AddInReserved() argument 238 _items[size] = item;
in AddInReserved() 242 void Insert(unsigned index, const T item)
in Insert() argument 246 _items[index] = item;
in Insert() 250 void InsertInReserved(unsigned index, const T item)
in InsertInReserved() argument 253 _items[index] = item;
in InsertInReserved() 285 FindInSorted(const T item, unsigned left, unsigned right) const FindInSorted() argument 302 FindInSorted2(const T &item, unsigned left, unsigned right) const FindInSorted2() argument 330 AddToUniqueSorted(const T item) AddToUniqueSorted() argument 349 AddToUniqueSorted2(const T &item) AddToUniqueSorted2() argument 513 Add(const T& item) Add() argument 519 AddInReserved(const T& item) AddInReserved() argument 554 Insert(unsigned index, const T& item) Insert() argument 654 AddToUniqueSorted(const T& item) AddToUniqueSorted() argument [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | instanceofWithStructurallyIdenticalTypes.js | 4 class C1 { item: string } 5 class C2 { item: string[] } 6 class C3 { item: string } 10 return x.item; 13 return x.item[0]; 16 return x.item; 27 return x.item; 30 return x.item[0]; 33 return x.item; 107 return x.item;
[all...] |
| /third_party/protobuf/js/experimental/runtime/kernel/ |
| H A D | message_set.js | 43 for (const item of kernel.getRepeatedGroupIterable( 45 itemMap.set(item.getTypeId(), item); 109 const item = this.itemMap_.get(typeId); 110 return item ? item.getMessageOrNull(instanceCreator, pivot) : null; 121 let item = this.itemMap_.get(typeId); 122 if (item) { 123 return item.getMessageAttach(instanceCreator, pivot); 136 const item [all...] |