Searched refs:not_found (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dserialization_test.cc59 TableMap::const_iterator not_found = serialized_tables->end(); local
62 EXPECT_TRUE((serialized_tables->find(b->first) != not_found));
125 TableMap::const_iterator not_found = serialized_tables->end(); local
128 EXPECT_TRUE((serialized_tables->find(b->first) != not_found));
/external/sfntly/cpp/src/test/
H A Dserialization_test.cc59 TableMap::const_iterator not_found = serialized_tables->end(); local
62 EXPECT_TRUE((serialized_tables->find(b->first) != not_found));
125 TableMap::const_iterator not_found = serialized_tables->end(); local
128 EXPECT_TRUE((serialized_tables->find(b->first) != not_found));
/external/chromium_org/tools/gyp/test/analyzer/
H A Dgyptest-analyzer.py14 not_found = 'No dependencies' variable
97 elif not matched and result['status'] != not_found:
98 print 'expected', not_found, 'got', result['status']
/external/chromium_org/sandbox/win/src/
H A Dwin_utils_unittest.cc30 base::string16 not_found = base::string16(my_folder) + L"\\foo\\bar"; local
31 // EXPECT_EQ(ERROR_PATH_NOT_FOUND, IsReparsePoint(not_found, &result));
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Danalyzer.py538 not_found = _NamesNotIn(config.targets, unqualified_mapping)
539 warning = 'Unable to find all targets: ' + str(not_found)
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_prefs.cc459 bool not_found = local
462 if (not_found)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h467 uptr not_found = last + 1;
477 return not_found;
/external/elfutils/0.153/src/
H A Dar.c441 not_found (int argc, char *argv[argc], bool found[argc]) function
839 not_found (argc, argv, found);
1089 not_found (argc, argv, found);
/external/chromium_org/third_party/pymock/
H A Dmock.py869 not_found = []
874 not_found.append(kall)
875 if not_found:
877 '%r not all found in call list' % (tuple(not_found),)
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Devent-parse.c5464 goto not_found;
5466 goto not_found;
5468 goto not_found;
5472 goto not_found;
5482 not_found:
/external/chromium_org/base/strings/
H A Dstring_piece_unittest.cc245 TypeParam not_found(TestFixture::as_string("xx not found bb"));
246 Piece g(not_found);
/external/qemu/
H A Dcpu-exec.c140 goto not_found;
158 not_found:
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server.c1075 goto not_found;
1088 not_found:
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server.c1075 goto not_found;
1088 not_found:
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server.c1075 goto not_found;
1088 not_found:
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.cc2804 Label* not_found) {
2833 j(not_equal, not_found);
2846 JumpIfSmi(probe, not_found);
2849 j(parity_even, not_found); // Bail out if NaN is involved.
2850 j(not_equal, not_found); // The cache did not contain this value.
2862 j(not_equal, not_found);
2800 LookupNumberStringCache(Register object, Register result, Register scratch1, Register scratch2, Label* not_found) argument
H A Dmacro-assembler-ia32.h899 // the label not_found with only the content of register object unchanged.
904 Label* not_found);
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.cc2763 Label* not_found) {
2792 j(not_equal, not_found);
2805 JumpIfSmi(probe, not_found);
2809 j(parity_even, not_found); // Bail out if NaN is involved.
2810 j(not_equal, not_found); // The cache did not contain this value.
2822 j(not_equal, not_found);
2759 LookupNumberStringCache(Register object, Register result, Register scratch1, Register scratch2, Label* not_found) argument
H A Dmacro-assembler-x87.h867 // the label not_found with only the content of register object unchanged.
872 Label* not_found);
/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.cc2523 Label* not_found) {
2548 not_found,
2568 JumpIfSmi(probe, not_found);
2571 j(parity_even, not_found); // Bail out if NaN is involved.
2572 j(not_equal, not_found); // The cache did not contain this value.
2590 j(not_equal, not_found);
H A Dmacro-assembler-x64.h763 // the label not_found with only the content of register object unchanged.
768 Label* not_found);
/external/chromium_org/v8/src/
H A Dliveedit-debugger.js353 { name: old_info_node.info.function_name, not_found: true } );
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c1379 if (sno == -1) goto not_found;
1385 not_found:
1404 if (lno == -1) goto not_found;
1410 not_found:
/external/chromium_org/v8/src/arm/
H A Dmacro-assembler-arm.cc3098 Label* not_found) {
3123 not_found,
3142 JumpIfSmi(probe, not_found);
3148 b(ne, not_found); // The cache did not contain this value.
3163 b(ne, not_found);
/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64.cc2290 Label* not_found) {
2315 JumpIfNotHeapNumber(object, not_found);
2330 JumpIfSmi(probe, not_found);
2334 B(ne, not_found);
2348 B(ne, not_found);
2285 LookupNumberStringCache(Register object, Register result, Register scratch1, Register scratch2, Register scratch3, Label* not_found) argument

Completed in 3479 milliseconds

12