Home
last modified time | relevance | path

Searched refs:not_found (Results 1 – 25 of 57) sorted by relevance

123

/external/harfbuzz_ng/src/
Dhb-vector.hh247 Type *lsearch (const T &x, Type *not_found = nullptr) in lsearch()
248 { return as_array ().lsearch (x, not_found); } in lsearch()
250 const Type *lsearch (const T &x, const Type *not_found = nullptr) const in lsearch()
251 { return as_array ().lsearch (x, not_found); } in lsearch()
254 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch()
255 { return as_sorted_array ().bsearch (x, not_found); } in bsearch()
257 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch()
258 { return as_sorted_array ().bsearch (x, not_found); } in bsearch()
261 hb_bfind_not_found_t not_found = HB_BFIND_NOT_FOUND_DONT_STORE, in bfind()
263 { return as_sorted_array ().bfind (x, i, not_found, to_store); } in bfind()
Dhb-array.hh112 Type *lsearch (const T &x, Type *not_found = nullptr) in lsearch()
118 return not_found; in lsearch()
121 const Type *lsearch (const T &x, const Type *not_found = nullptr) const in lsearch()
127 return not_found; in lsearch()
211 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch()
214 return bfind (x, &i) ? &this->arrayZ[i] : not_found; in bsearch()
217 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch()
220 return bfind (x, &i) ? &this->arrayZ[i] : not_found; in bsearch()
224 hb_bfind_not_found_t not_found = HB_BFIND_NOT_FOUND_DONT_STORE, in bfind()
246 switch (not_found) in bfind()
Dhb-open-type.hh388 Type &lsearch (unsigned int len, const T &x, Type &not_found = Crap (Type)) in lsearch()
389 { return *as_array (len).lsearch (x, &not_found); } in lsearch()
391 const Type &lsearch (unsigned int len, const T &x, const Type &not_found = Null (Type)) const in lsearch()
392 { return *as_array (len).lsearch (x, &not_found); } in lsearch()
494 Type &bsearch (unsigned int len, const T &x, Type &not_found = Crap (Type)) in bsearch()
495 { return *as_array (len).bsearch (x, &not_found); } in bsearch()
497 const Type &bsearch (unsigned int len, const T &x, const Type &not_found = Null (Type)) const in bsearch()
498 { return *as_array (len).bsearch (x, &not_found); } in bsearch()
501 hb_bfind_not_found_t not_found = HB_BFIND_NOT_FOUND_DONT_STORE, in bfind()
503 { return as_array (len).bfind (x, i, not_found, to_store); } in bfind()
[all …]
/external/u-boot/tools/
Dproftool.c229 static int read_profile(FILE *fin, int *not_found) in read_profile() argument
233 *not_found = 0; in read_profile()
276 int not_found = INT_MAX; in read_profile_file() local
286 err = read_profile(fprof, &not_found); in read_profile_file()
291 if (not_found) { in read_profile_file()
293 not_found); in read_profile_file()
362 int not_found = 0; in check_functions() local
368 not_found++; in check_functions()
376 not_found, removed_code_size); in check_functions()
/external/tensorflow/tensorflow/python/tools/
Dstrip_unused_lib.py59 not_found = {name for name in input_node_names}
63 not_found.remove(node.name)
82 if not_found:
83 raise KeyError("The following input nodes were not found: %s\n" % not_found)
/external/grpc-grpc/test/core/http/
Dpython_wrapper.sh17 for p in python2.7 python2.6 python2 python not_found ; do
19 python=$(which $p || echo not_found)
/external/grpc-grpc/tools/distrib/
Dpython_wrapper.sh17 for p in python2.7 python2.6 python2 python not_found ; do
19 python=$(which $p || echo not_found)
/external/sfntly/cpp/src/test/
Dserialization_test.cc59 TableMap::const_iterator not_found = serialized_tables->end(); in TestSerialization() local
62 EXPECT_TRUE((serialized_tables->find(b->first) != not_found)); in TestSerialization()
125 TableMap::const_iterator not_found = serialized_tables->end(); in TestSerializationBitmap() local
128 EXPECT_TRUE((serialized_tables->find(b->first) != not_found)); in TestSerializationBitmap()
/external/v8/src/builtins/
Dbuiltins-collections-gen.cc657 Label* not_found);
671 Label* not_found);
682 Label* not_found);
691 Label* not_found);
705 Label* not_found);
847 Label* not_found) { in FindOrderedHashTableEntryForSmiKey() argument
858 result, entry_found, not_found); in FindOrderedHashTableEntryForSmiKey()
864 Label* entry_found, Label* not_found) { in FindOrderedHashTableEntryForStringKey() argument
874 result, entry_found, not_found); in FindOrderedHashTableEntryForStringKey()
880 Label* entry_found, Label* not_found) { in FindOrderedHashTableEntryForHeapNumberKey() argument
[all …]
/external/libcxx/test/std/input.output/filesystems/class.file_status/
Dfile_status.cons.pass.cpp46 const file_status f(file_type::not_found); in main()
47 assert(f.type() == file_type::not_found); in main()
/external/tensorflow/tensorflow/core/graph/
Dsubgraph.cc194 string not_found; in PruneForTargets() local
198 strings::StrAppend(&not_found, n->name(), " "); in PruneForTargets()
203 strings::StrAppend(&not_found, s, " "); in PruneForTargets()
206 if (!not_found.empty()) { in PruneForTargets()
208 not_found); in PruneForTargets()
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Dbase-pointers-8.ll17 br i1 %index_lt, label %check_for_null, label %not_found
30 not_found: ; preds = %loop_check
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/RewriteStatepointsForGC/
Dbase-pointers-8.ll18 br i1 %index_lt, label %check_for_null, label %not_found
31 not_found: ; preds = %loop_check
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status/
Dstatus.pass.cpp48 TEST_CHECK(st.type() == file_type::not_found); in TEST_CASE()
53 TEST_CHECK(st.type() == file_type::not_found); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.symlink_status/
Dsymlink_status.pass.cpp47 TEST_CHECK(st.type() == file_type::not_found); in TEST_CASE()
52 TEST_CHECK(st.type() == file_type::not_found); in TEST_CASE()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel_test.cc266 const auto not_found = error::NOT_FOUND; in TEST_F() local
270 DEVICE_GPU, not_found); in TEST_F()
272 DEVICE_GPU, not_found); in TEST_F()
274 DEVICE_CPU, not_found); in TEST_F()
278 DEVICE_GPU, not_found); in TEST_F()
281 ExpectFailure("name: 'NF' op: 'Testnotfound'", DEVICE_CPU, not_found); in TEST_F()
282 ExpectFailure("name: 'NF' op: 'Testnotfound'", DEVICE_GPU, not_found); in TEST_F()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status_known/
Dstatus_known.pass.cpp43 {file_type::not_found, true}, in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.enum/
Denum.file_type.pass.cpp37 E::not_found == ME(-1) && in main()
/external/libevent/sample/
Dhttp-server.c97 goto not_found; /* no exension */ in guess_content_type()
104 not_found: in guess_content_type()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_block_file/
Dis_block_file.pass.cpp48 {file_type::not_found, false}, in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_fifo/
Dis_fifo.pass.cpp48 {file_type::not_found, false}, in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_other/
Dis_other.pass.cpp48 {file_type::not_found, false}, in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_socket/
Dis_socket.pass.cpp48 {file_type::not_found, false}, in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_char_file/
Dis_character_file.pass.cpp48 {file_type::not_found, false}, in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_directory/
Dis_directory.pass.cpp48 {file_type::not_found, false}, in TEST_CASE()

123