/build/kati/ |
func.h | 46 FIND, 58 unique_ptr<FindCommand> find; member in struct:CommandResult
|
find.h | 31 FIND,
|
regen.cc | 28 #include "find.h" 248 if (sr->op == CommandOp::FIND) { 309 if (sr->op != CommandOp::FIND) 323 // directory which affects the results of find command.
|
/external/libaom/libaom/build/cmake/ |
compiler_tests.cmake | 81 string(FIND "${AOM_C_PASSED_TESTS}" "${test_name}" C_TEST_PASSED) 82 string(FIND "${AOM_C_FAILED_TESTS}" "${test_name}" C_TEST_FAILED) 116 string(FIND "${AOM_CXX_PASSED_TESTS}" "${test_name}" CXX_TEST_PASSED) 117 string(FIND "${AOM_CXX_FAILED_TESTS}" "${test_name}" CXX_TEST_FAILED)
|
util.cmake | 71 string(FIND "${aom_version}" "v" v_pos) 89 "--- Cannot find ${launcher_name}, ${launcher_flag} ignored.") 107 list(FIND AOM_DETECT_VARS ${name} list_index) 137 list(FIND AOM_CONFIG_VARS ${name} list_index) 161 list(FIND AOM_OPTION_VARS ${name} list_index)
|
version.cmake | 32 string(FIND "${aom_version}" "v" v_pos)
|
pkg_config.cmake | 29 string(FIND "${aom_version}" "-" dash_pos)
|
compiler_flags.cmake | 31 string(FIND "${${flag_cache}}" "${flag}" flag_pos) 41 string(FIND "${${flags}}" "${flag}" found)
|
/bionic/tests/ |
search_test.cpp | 32 // lfind(3) can't find '2' in the empty table. 42 // And then lfind(3) can find it. 85 // tfind(3) can't find anything in the empty tree. 231 e = hsearch(ENTRY{.key = const_cast<char*>("aaaa"), .data = nullptr}, FIND); 235 e = hsearch(ENTRY{.key = const_cast<char*>("aa"), .data = nullptr}, FIND); 244 e = hsearch(ENTRY{.key = const_cast<char*>("aa"), .data = nullptr}, FIND); 247 e = hsearch(ENTRY{.key = const_cast<char*>("a"), .data = nullptr}, FIND); 249 e = hsearch(ENTRY{.key = const_cast<char*>("aaa"), .data = nullptr}, FIND); 273 ASSERT_EQ(0, hsearch_r(ENTRY{.key = const_cast<char*>("b"), .data = nullptr}, FIND, &e, &h1)); 277 ASSERT_EQ(1, hsearch_r(ENTRY{.key = const_cast<char*>("a"), .data = nullptr}, FIND, &e, &h1)) [all...] |
/bionic/tests/headers/posix/ |
search_h.c | 40 a = FIND;
|
/external/libaom/libaom/test/ |
test_data_util.cmake | 573 string(FIND "${line}" " *" delim_pos) 579 list(FIND AOM_TEST_DATA_FILE_NAMES ${filename} list_index)
|
/bionic/libc/include/ |
search.h | 16 FIND,
|
/external/u-boot/include/ |
search.h | 29 FIND, 74 * ACTION is `FIND' return found entry or signal error by returning
|
/external/u-boot/env/ |
callback.c | 43 * previously, so the blanket update did not find this variable. 100 hsearch_r(e, FIND, &ep, &env_htab, 0);
|
flags.c | 419 * previously, so the blanket update did not find this variable. 460 hsearch_r(e, FIND, &ep, &env_htab, 0);
|
/external/swiftshader/third_party/LLVM/docs/ |
Makefile | 76 $(FIND) . -type f -exec \
107 $(FIND) . -type f -exec \
126 `$(FIND) $(LEVEL)/bindings/ocaml -name "*.odoc" -exec echo -load '{}' ';'`
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
hsearch_r.c | 100 if (action == FIND) {
|
/external/elfutils/lib/ |
dynamicsizehash.c | 251 #define FIND(name) _FIND (name) 254 FIND(NAME) (NAME *htab, HASHTYPE hval, TYPE val)
|
/external/libpcap/ |
pcap-sita.c | 52 #define FIND 0 274 pos = strcspn(buf, "#\n\r"); /* find the first comment character or EOL */ 277 pos = strspn(buf, " \t"); /* then find the first non-white space */ 378 else if (units[chassis][geoslot].find_fd == fd) close_with_IOP(chassis, geoslot, FIND); 768 close_with_IOP(chassis, geoslot, FIND); /* and close out connection to him */ 802 if (u->ip && (open_with_IOP(u, FIND))) { /* connect to the remote IOP */ 805 close_with_IOP(chassis, geoslot, FIND); [all...] |
/external/libgsm/ |
Makefile | 104 FIND = find 424 -$(FIND) . \( -name core -o -name foo \) \
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
RegexLogger.java | 221 * Get the number of successful matches obtained through FIND 227 * Get the number of unsuccessful matches obtained through FIND 239 * Get the number of unsuccessful matches obtained through FIND 454 FIND, MATCH 574 case FIND:
|
/external/cn-cbor/cmake/ |
CoverallsGenerateGcov.cmake | 216 list(FIND COVERAGE_SRCS ${GCOV_SRC_PATH} WAS_FOUND) 387 # Loop through all files we couldn't find any coverage for
|
/external/u-boot/cmd/ |
nvedit.c | 94 hsearch_r(e, FIND, &ep, &env_htab, flag); 665 hsearch_r(e, FIND, &ep, &env_htab, 0); 1142 hsearch_r(e, FIND, &ep, &env_htab, 0);
|
/external/elfutils/src/ |
ar.c | 521 ENTRY *res = hsearch (entry, FIND); 620 /* Try to truncate the name. First find out by how 709 /* Try to truncate the name. First find out by how 952 ENTRY *res = hsearch (entry, FIND); 1179 ENTRY *res = hsearch (entry, FIND); [all...] |
/external/u-boot/api/ |
api.c | 218 * no point in trying to find network devices in other cases than the 516 i = hsearch_r(search, FIND, &match, &env_htab, 0); 657 * Produce the signature so the API consumers can find it 684 /* find free slot */
|