Home
last modified time | relevance | path

Searched refs:found (Results 1 - 25 of 1098) sorted by relevance

12345678910>>...44

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_debug_recompile.c63 bool found = false; in debug_sampler_recompile() local
65 found |= check("gather channel quirk", gather_channel_quirk_mask); in debug_sampler_recompile()
66 found |= check("compressed multisample layout", in debug_sampler_recompile()
68 found |= check("16x msaa", msaa_16); in debug_sampler_recompile()
69 found |= check("y_uv image bound", y_uv_image_mask); in debug_sampler_recompile()
70 found |= check("y_u_v image bound", y_u_v_image_mask); in debug_sampler_recompile()
71 found |= check("yx_xuxv image bound", yx_xuxv_image_mask); in debug_sampler_recompile()
72 found |= check("xy_uxvx image bound", xy_uxvx_image_mask); in debug_sampler_recompile()
73 found |= check("ayuv image bound", ayuv_image_mask); in debug_sampler_recompile()
74 found | in debug_sampler_recompile()
102 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); debug_vs_recompile() local
123 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); debug_tcs_recompile() local
141 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); debug_tes_recompile() local
156 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); debug_gs_recompile() local
168 bool found = false; debug_fs_recompile() local
202 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); debug_cs_recompile() local
[all...]
/third_party/cJSON/tests/
H A Dmisc_int64_tests.c40 cJSON *found = NULL; in cjson_get_object_item_should_get_object_items_with_int64() local
44 found = cJSON_GetObjectItem(NULL, "test"); in cjson_get_object_item_should_get_object_items_with_int64()
45 TEST_ASSERT_NULL_MESSAGE(found, "Failed to fail on NULL pointer."); in cjson_get_object_item_should_get_object_items_with_int64()
47 found = cJSON_GetObjectItem(item, NULL); in cjson_get_object_item_should_get_object_items_with_int64()
48 TEST_ASSERT_NULL_MESSAGE(found, "Failed to fail on NULL string."); in cjson_get_object_item_should_get_object_items_with_int64()
50 found = cJSON_GetObjectItem(item, "one"); in cjson_get_object_item_should_get_object_items_with_int64()
51 TEST_ASSERT_NOT_NULL_MESSAGE(found, "Failed to find first item."); in cjson_get_object_item_should_get_object_items_with_int64()
52 TEST_ASSERT_EQUAL_DOUBLE(found->valuedouble, 1); in cjson_get_object_item_should_get_object_items_with_int64()
53 assert_is_int64(found); in cjson_get_object_item_should_get_object_items_with_int64()
55 found in cjson_get_object_item_should_get_object_items_with_int64()
74 cJSON *found = NULL; cjson_get_object_item_case_sensitive_should_get_object_items_with_int64() local
[all...]
H A Dmisc_tests.c69 cJSON *found = NULL; in cjson_get_object_item_should_get_object_items() local
73 found = cJSON_GetObjectItem(NULL, "test"); in cjson_get_object_item_should_get_object_items()
74 TEST_ASSERT_NULL_MESSAGE(found, "Failed to fail on NULL pointer."); in cjson_get_object_item_should_get_object_items()
76 found = cJSON_GetObjectItem(item, NULL); in cjson_get_object_item_should_get_object_items()
77 TEST_ASSERT_NULL_MESSAGE(found, "Failed to fail on NULL string."); in cjson_get_object_item_should_get_object_items()
79 found = cJSON_GetObjectItem(item, "one"); in cjson_get_object_item_should_get_object_items()
80 TEST_ASSERT_NOT_NULL_MESSAGE(found, "Failed to find first item."); in cjson_get_object_item_should_get_object_items()
81 TEST_ASSERT_EQUAL_DOUBLE(found->valuedouble, 1); in cjson_get_object_item_should_get_object_items()
83 found = cJSON_GetObjectItem(item, "tWo"); in cjson_get_object_item_should_get_object_items()
84 TEST_ASSERT_NOT_NULL_MESSAGE(found, "Faile in cjson_get_object_item_should_get_object_items()
100 cJSON *found = NULL; cjson_get_object_item_case_sensitive_should_get_object_items() local
131 cJSON *found = NULL; cjson_get_object_item_should_not_crash_with_array() local
143 cJSON *found = NULL; cjson_get_object_item_case_sensitive_should_not_crash_with_array() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-hebrew.cc75 bool found = (bool) c->unicode->compose (a, b, ab); in compose_hebrew() local
78 return found; in compose_hebrew()
81 if (!found && !c->plan->has_gpos_mark) in compose_hebrew()
89 found = true; in compose_hebrew()
95 found = true; in compose_hebrew()
98 found = true; in compose_hebrew()
104 found = true; in compose_hebrew()
110 found = true; in compose_hebrew()
116 found = (*ab != 0); in compose_hebrew()
119 found in compose_hebrew()
[all...]
/third_party/curl/lib/
H A Dcurl_fnmatch.c81 bool found = FALSE; in parsekeyword() local
82 for(i = 0; !found; i++) { in parsekeyword()
97 found = TRUE; in parsekeyword()
306 int found = FALSE; in loop() local
310 found = TRUE; in loop()
312 found = ISALNUM(*s); in loop()
314 found = ISALPHA(*s); in loop()
316 found = ISDIGIT(*s); in loop()
318 found = ISXDIGIT(*s); in loop()
320 found in loop()
[all...]
H A Dparsedate.c247 of seconds or -1 if the timezone wasn't found/legal */
373 bool found = FALSE; in parsedate() local
390 found = TRUE; in parsedate()
392 if(!found && (monnum == -1)) { in parsedate()
395 found = TRUE; in parsedate()
398 if(!found && (tzoff == -1)) { in parsedate()
402 found = TRUE; in parsedate()
405 if(!found) in parsedate()
454 found = TRUE; in parsedate()
467 found in parsedate()
[all...]
/third_party/gn/src/gn/
H A Dscope.cc3 // found in the LICENSE file.
101 RecordMap::iterator found = values_.find(ident); in GetValueWithScope() local
102 if (found != values_.end()) { in GetValueWithScope()
104 found->second.used = true; in GetValueWithScope()
106 return &found->second.value; in GetValueWithScope()
123 RecordMap::iterator found = values_.find(ident); in GetMutableValue() local
124 if (found != values_.end()) { in GetMutableValue()
126 found->second.used = true; in GetMutableValue()
127 return &found->second.value; in GetMutableValue()
139 RecordMap::const_iterator found in GetStorageKey() local
156 RecordMap::const_iterator found = values_.find(ident); GetValueWithScope() local
176 RecordMap::iterator found = values_.find(ident); RemoveIdentifier() local
204 TemplateMap::const_iterator found = templates_.find(name); GetTemplate() local
213 RecordMap::iterator found = values_.find(ident); MarkUsed() local
237 RecordMap::iterator found = values_.find(ident); MarkUnused() local
246 RecordMap::const_iterator found = values_.find(ident); IsSetButUnused() local
476 NamedScopeMap::const_iterator found = target_defaults_.find(target_type); GetTargetDefaults() local
556 PropertyMap::const_iterator found = properties_.find(key); GetProperty() local
[all...]
/third_party/vk-gl-cts/framework/delibs/depool/
H A DdePoolMultiSet.c48 deBool found = deTestMultiSet_exists(set, (deInt16)i); in dePoolMultiSet_selfTest() local
49 DE_TEST_ASSERT(found == inserted); in dePoolMultiSet_selfTest()
60 deBool found = deTestMultiSet_exists(set, (deInt16)i); in dePoolMultiSet_selfTest() local
61 DE_TEST_ASSERT(found == inserted); in dePoolMultiSet_selfTest()
73 deBool found = deTestMultiSet_exists(set, (deInt16)i); in dePoolMultiSet_selfTest() local
74 DE_TEST_ASSERT(found == inserted); in dePoolMultiSet_selfTest()
94 deBool found = deTestMultiSet_exists(set, (deInt16)i); in dePoolMultiSet_selfTest() local
101 DE_TEST_ASSERT(found == (count > 0)); in dePoolMultiSet_selfTest()
114 deBool found = deTestMultiSet_exists(set, (deInt16)i); in dePoolMultiSet_selfTest() local
120 DE_TEST_ASSERT(found in dePoolMultiSet_selfTest()
135 deBool found = deTestMultiSet_exists(set, (deInt16)i); dePoolMultiSet_selfTest() local
[all...]
/third_party/node/test/parallel/
H A Dtest-diagnostics-channel-tracing-channel-async.js13 function check(found) {
14 assert.deepStrictEqual(found, input);
20 asyncStart: common.mustCall((found) => {
21 check(found);
22 assert.strictEqual(found.error, undefined);
23 assert.deepStrictEqual(found.result, expectedResult);
25 asyncEnd: common.mustCall((found) => {
26 check(found);
27 assert.strictEqual(found.error, undefined);
28 assert.deepStrictEqual(found
[all...]
H A Dtest-diagnostics-channel-tracing-channel-sync-error.js13 function check(found) {
14 assert.deepStrictEqual(found, input);
22 error: common.mustCall((found) => {
23 check(found);
24 assert.deepStrictEqual(found.error, expectedError);
/third_party/backends/tools/
H A Dumax_pp.c39 int found; in main() local
87 found = 0; in main()
92 found = 1; in main()
105 found = 1; in main()
133 found = 1; in main()
146 found = 1; in main()
159 found = 1; in main()
173 found = 1; in main()
186 found = 1; in main()
194 found in main()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLanguageTag.java192 boolean found = false; in parseLanguage()
196 found = true; in parseLanguage()
202 return found; in parseLanguage()
210 boolean found = false; in parseExtlangs()
217 found = true; in parseExtlangs()
231 return found; in parseExtlangs()
239 boolean found = false; in parseScript()
243 found = true; in parseScript()
249 return found; in parseScript()
257 boolean found in parseRegion()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DLanguageTag.java237 boolean found = false; in parseLanguage()
241 found = true; in parseLanguage()
247 return found; in parseLanguage()
255 boolean found = false; in parseExtlangs()
262 found = true; in parseExtlangs()
276 return found; in parseExtlangs()
284 boolean found = false; in parseScript()
288 found = true; in parseScript()
294 return found; in parseScript()
302 boolean found in parseRegion()
[all...]
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_foozzie_harness_adjust.js3 // found in the LICENSE file.
57 assertSame = function assertSame(expected, found, name_opt) {
58 print(prettyPrinted(found));
61 assertNotSame = function assertNotSame(expected, found, name_opt) {
62 print(prettyPrinted(found));
65 assertEquals = function assertEquals(expected, found, name_opt) {
66 print(prettyPrinted(found));
69 assertNotEquals = function assertNotEquals(expected, found, name_opt) {
70 print(prettyPrinted(found));
/third_party/selinux/libsepol/tests/
H A Dtest-expander-users.c38 unsigned char *found; /* array of booleans of roles found */ in check_user_roles() local
39 int extra = 0; /* number of extra roles found */ in check_user_roles()
43 printf("%s not found\n", user_name); in check_user_roles()
44 CU_FAIL("user not found"); in check_user_roles()
47 found = calloc(num_roles, sizeof(unsigned char)); in check_user_roles()
48 CU_ASSERT_FATAL(found != NULL); in check_user_roles()
54 found[j] += 1; in check_user_roles()
60 if (found[j] != 1) { in check_user_roles()
61 printf("role %s associated with user %s %d times\n", role_names[j], user_name, found[ in check_user_roles()
[all...]
H A Dtest-common.c35 int found; in test_sym_presence() local
39 fprintf(stderr, "symbol %s not found in table %d\n", id, sym_type); in test_sym_presence()
50 found = 0; in test_sym_presence()
53 found++; in test_sym_presence()
55 CU_ASSERT(found == 1); in test_sym_presence()
190 unsigned int i, j, new, found = 0; in test_role_type_set() local
199 printf("role %s can't be found! \n", id); in test_role_type_set()
207 found++; in test_role_type_set()
217 CU_ASSERT(found == len); in test_role_type_set()
218 if (found ! in test_role_type_set()
230 int j, new, found = 0; test_attr_types() local
[all...]
/third_party/skia/modules/skparagraph/src/
H A DTypefaceFontProvider.cpp20 auto found = fRegisteredFamilies.find(SkString(familyName)); in onMatchFamily() local
21 if (found) { in onMatchFamily()
22 return SkRef((*found).get()); in onMatchFamily()
43 auto found = fRegisteredFamilies.find(familyName); in registerTypeface() local
45 if (found == nullptr) { in registerTypeface()
46 found = fRegisteredFamilies.set(familyName, sk_make_sp<TypefaceFontStyleSet>(familyName)); in registerTypeface()
50 (*found)->appendTypeface(std::move(typeface)); in registerTypeface()
51 } else if (found != nullptr) { in registerTypeface()
52 (*found)->clearTypefaces(); in registerTypeface()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DResourceMap_unittest.cpp4 // found in the LICENSE file.
31 size_t *found = nullptr; in TEST() local
32 ASSERT_TRUE(resourceMap.erase(index + 1, &found)); in TEST()
33 ASSERT_EQ(&objects[index], found); in TEST()
78 size_t *found = nullptr; in TEST() local
79 ASSERT_TRUE(resourceMap.erase(object, &found)); in TEST()
80 ASSERT_EQ(object, *found); in TEST()
124 size_t *found = nullptr; in TEST() local
125 ASSERT_TRUE(resourceMap.erase(object, &found)); in TEST()
126 ASSERT_EQ(object, *found); in TEST()
[all...]
/third_party/openssl/crypto/http/
H A Dhttp_lib.c245 const char *found = NULL; in use_proxy() local
261 found = strstr(no_proxy, server); in use_proxy()
262 while (found != NULL in use_proxy()
263 && ((found != no_proxy && found[-1] != ' ' && found[-1] != ',') in use_proxy()
264 || (found[sl] != '\0' && found[sl] != ' ' && found[sl] != ','))) in use_proxy()
265 found in use_proxy()
[all...]
/third_party/elfutils/src/
H A Dar.c149 /* Make sure the message catalog can be found. */ in main()
414 not_found (int argc, char *argv[argc], bool found[argc]) in not_found() argument
417 if (!found[i]) in not_found()
458 bool found[argc > 0 ? argc : 1]; in do_oper_extract() local
459 memset (found, '\0', sizeof (found)); in do_oper_extract()
521 && !found[(char **) res->data - argv]) in do_oper_extract()
522 found[(char **) res->data - argv] = do_extract = true; in do_oper_extract()
821 not_found (argc, argv, found); in do_oper_extract()
913 bool *found in do_oper_delete() local
1107 struct armem **found = alloca (sizeof (*found) * argc); do_oper_insert() local
[all...]
/third_party/gptfdisk/
H A Dparttypes.cc591 int found = 0; in operator =() local
594 while ((theItem != NULL) && (!found)) { in operator =()
597 found = 1; in operator =()
602 if (!found) { in operator =()
607 cout << "Exact type match not found for type code "; in operator =()
611 } // if (!found) in operator =()
618 int found = 0; in TypeName() local
621 while ((theItem != NULL) && (!found)) { in TypeName()
622 if (theItem->GUIDType == *this) { // found it! in TypeName()
624 found in TypeName()
639 int found = 0; UTypeName() local
664 int found = 0; GetHexType() local
695 size_t found; ShowAllTypes() local
735 int found = 0; Valid() local
[all...]
/third_party/ffmpeg/libavcodec/aarch64/
H A Dvc1dsp_init_aarch64.c66 int found = 0; in vc1_unescape_buffer_neon() local
67 while (!found && (((uintptr_t) dst) & 7) && size >= 4) in vc1_unescape_buffer_neon()
69 found = (AV_RL32(src) &~ 0x03000000) == 0x00030000; in vc1_unescape_buffer_neon()
70 if (!found) in vc1_unescape_buffer_neon()
77 if (!found) in vc1_unescape_buffer_neon()
84 while (!found && size >= 4) in vc1_unescape_buffer_neon()
86 found = (AV_RL32(src) &~ 0x03000000) == 0x00030000; in vc1_unescape_buffer_neon()
87 if (!found) in vc1_unescape_buffer_neon()
95 if (found) in vc1_unescape_buffer_neon()
/third_party/python/PCbuild/
H A Dfind_python.bat23 @if exist "%*" (set PYTHON="%*") & (set _Py_Python_Source=from environment) & goto :found
27 @if exist "%~1" (set PYTHON="%~1") & (set _Py_Python_Source=from environment) & goto :found
33 @if NOT "%VIRTUAL_ENV%"=="" (set PYTHON="%VIRTUAL_ENV%\Scripts\python.exe") & (set _Py_Python_Source=found in virtual env) & goto :found
39 @if exist "%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe" ("%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe" -Ec "import sys; assert sys.version_info[:2] >= (3, 8)" >nul 2>nul) && (set PYTHON="%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe") && (set _Py_Python_Source=found in externals directory) && goto :found || rmdir /Q /S "%_Py_EXTERNALS_DIR%\pythonx86"
42 @if NOT "%HOST_PYTHON%"=="" @%HOST_PYTHON% -Ec "import sys; assert sys.version_info[:2] >= (3, 9)" >nul 2>nul && (set PYTHON="%HOST_PYTHON%") && (set _Py_Python_Source=found as HOST_PYTHON) && goto :found
45 @for %%p in (3.10 3.9) do @py -%%p -EV >nul 2>&1 && (set PYTHON=py -%%p) && (set _Py_Python_Source=found %%p with py.exe) && goto :found
80 :found global() label
[all...]
/third_party/nghttp2/
H A Dmkcipherlist.py296 found = set() variable
301 found.add(name)
322 if len(found) != len(blacklist):
323 print('{} found out of {}; not all cipher was found: {}'.format(
324 len(found), len(blacklist),
325 found.symmetric_difference(blacklist)))
/third_party/backends/testsuite/sanei/
H A Dsanei_usb_test.c157 int found; in test_store_device() local
197 found = 0; in test_store_device()
198 for (i = 0; i < MAX_DEVICES && !found; i++) in test_store_device()
202 found = 1; in test_store_device()
205 if (device_number != expected || !found) in test_store_device()
213 found = 0; in test_store_device()
214 for (i = 0; i < MAX_DEVICES && !found; i++) in test_store_device()
220 found = 1; in test_store_device()
223 if (device_number != expected || !found) in test_store_device()
231 found in test_store_device()
[all...]

Completed in 13 milliseconds

12345678910>>...44