Home
last modified time | relevance | path

Searched refs:find (Results 4726 - 4750 of 7616) sorted by relevance

1...<<181182183184185186187188189190>>...305

/third_party/gn/src/gn/
H A Dimmutable_vector.h65 const_iterator find(const T& item) const { in find() function in ImmutableVectorView
H A Dlabel.cc82 // find a toolchain specified (this is used when recursively parsing toolchain
126 size_t toolchain_separator = input.find('(', path_separator); in Resolve()
/third_party/cups-filters/filter/foomatic-rip/
H A Dutil.h162 int dstrreplace(dstr_t *ds, const char *find, const char *repl, int start);
/third_party/benchmark/test/
H A Doutput_test.h121 auto it = values.find(entry_name); in Get()
/third_party/cJSON/tests/unity/auto/
H A Dstylize_as_junit.rb154 raise "Couldn't parse test results: #{summary}" unless summary.find { |v| v =~ /(\d+) Tests (\d+) Failures (\d+) Ignored/ }
/third_party/gptfdisk/
H A Ddiskio-windows.cc43 colonPos = userFilename.find(':', 0); in MakeRealName()
/third_party/icu/icu4c/source/samples/ugrep/
H A Dugrep.cpp146 if (matcher->find()) { in main()
/third_party/icu/icu4c/source/test/depstest/
H A Ddepstest.py94 index = name.find("::~")
H A Ddependencies.py68 index = line.find("#") # Remove trailing comment.
/third_party/icu/tools/scripts/
H A Dbldicures.py125 if (path.find("/.svn") != -1):
/third_party/mesa3d/src/amd/compiler/tests/
H A Dmain.cpp254 size_t pos = name.find('/'); in main()
/third_party/ltp/testcases/kernel/controllers/memcg/functional/
H A Dmemcg_lib.sh12 TST_NEEDS_CMDS="killall find kill"
121 ROD find $test_dir -depth -type d -delete
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dprintf.cpp95 .find(format[spec_pos]) != std::string::npos; in print_formatted()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_ra.cpp256 auto igroup = groups.find(sel); in register_allocation()
H A Dsfn_shader_tess.cpp151 auto splitpos = value.find(':'); in read_prop()
/third_party/node/deps/v8/tools/v8windbg/test/
H A Dv8windbg-test.cc114 CHECK(output->GetLog().find(expected) != std::string::npos); in RunAndCheckOutput()
/third_party/node/test/parallel/
H A Dtest-util-callbackify.js226 const errLine = errLines.find((l) => /^Error/.exec(l));
/third_party/node/src/inspector/
H A Dworker_agent.cc145 auto it = sessions_.find(id); in Receive()
/third_party/mesa3d/src/mapi/new/
H A DgenCommon.py171 protoElem = elem.find("proto")
/third_party/node/deps/npm/lib/commands/
H A Downer.js173 const existing = owners.find(o => o.name === u.name)
/third_party/node/deps/npm/test/lib/commands/
H A Dhelp.js165 t.match(spawnArgs[1], /^\(woman-find-file '/)
/third_party/icu/icu4c/source/test/intltest/
H A Dwindttst.cpp136 bool skip = (std::find(std::begin(failingLocaleLCIDs), std::end(failingLocaleLCIDs), lcidRecords[i].lcid) != std::end(failingLocaleLCIDs)); in testLocales()
/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/
H A Ddriver.sh159 find $KSRC_DIR \( -name '*.tmp_*gcno' -o -name '*.tmp_*gcda' \) \
/third_party/ltp/testcases/kernel/fs/mongo/
H A Dmongo.pl25 # You can find the same results in files : log, log.tbl, log_table
324 open (FIND_PIPE, "find $TESTDIR|") || die "cannnot open pipe from \"find\": $!\n";
349 $fr16 =`find $TESTDIR -type f -size +16k | xargs $TOPDIR/map5 | $TOPDIR/summ | tail -n 1 2>&1`;
407 $cmd_3 = "find";
408 $cmd_4 = "find $TESTDIR -type f | xargs $TOPDIR/mongo_read";
409 $cmd_5 = "find $TESTDIR -type f > /dev/null"; # it should be enough for stat all files. -zam
410 $cmd_6 = "find"; #" $TESTDIR -type f -exec mv {} {}.r ';'";
/third_party/ltp/utils/benchmark/kernbench-0.42/
H A Dkernbench76 echo "Can't find proc filesystem; exiting"
99 for i in `find -type f`

Completed in 14 milliseconds

1...<<181182183184185186187188189190>>...305