HomeSort by relevance Sort by last modified time
    Searched refs:find (Results 76 - 100 of 6825) sorted by null

1 2 34 5 6 7 8 91011>>

  /development/scripts/
acov 34 find $ANDROID_HOST_OUT \( -name '*.gcda' -o -name '*.gcno' \) -delete
35 find $ANDROID_PRODUCT_OUT \( -name '*.gcda' -o -name '*.gcno' \) -delete
41 find $ANDROID_HOST_OUT -name '*.gcda' -delete
45 find $ANDROID_PRODUCT_OUT -name '*.gcda' -delete
  /external/catch2/include/internal/
catch_decomposer.cpp 18 lhs.find('\n') == std::string::npos &&
19 rhs.find('\n') == std::string::npos )
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
AbstractListIndexOfTester.java 37 protected abstract int find(Object o); method in class:AbstractListIndexOfTester
48 0, find(getOrderedElements().get(0)));
53 -1, find(samples.e3)); method
59 -1, find(null)); method
67 -1, find(null)); method
77 -1, find(samples.e3)); method
85 getNullLocation(), find(null)); method
91 -1, find(WrongType.VALUE)); method
  /external/harfbuzz_ng/.ci/
fail.sh 3 for f in $(find . -name '*.log' -not -name 'config.log'); do
  /external/libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/
ctor_error_code_string.pass.cpp 28 assert(what_message.find(what_arg) != std::string::npos);
29 assert(what_message.find("Not a directory") != std::string::npos);
  /development/build/tools/
sdk_clean.sh 19 find $DIR -name "*.java" -o -name "*.xml" | xargs -n 1 \
25 find $DIR -name "*.java" -o -name "*.xml" | xargs -n 1 \
40 find $DIR -name "*.aidl" -o -name "*.css" -o -name "*.html" -o -name "*.java" \
  /external/adeb/bcc/
build-kheaders-targz.sh 22 find arch -name include -type d -print | xargs -n1 -i: find : -type f > /tmp/kernel-headers.h
23 find include >> /tmp/kernel-headers.h
  /external/adeb/utils/
packheaders.sh 20 find arch -name include -type d -print | xargs -n1 -i: find : -type f -exec cp --parents {} $TDIR_ABS/kernel-headers/ \;
21 find include -exec cp --parents {} $TDIR_ABS/kernel-headers/ 2> /dev/null \;
  /external/eigen/bench/btl/data/
smooth_all.sh 6 AXPY_FILE=`find ${ORIG_DIR} -name "*.dat" | grep axpy`
17 MATRIX_VECTOR_FILE=`find ${ORIG_DIR} -name "*.dat" | grep matrix_vector`
27 MATRIX_MATRIX_FILE=`find ${ORIG_DIR} -name "*.dat" | grep matrix_matrix`
35 AAT_FILE=`find ${ORIG_DIR} -name "*.dat" | grep _aat`
44 ATA_FILE=`find ${ORIG_DIR} -name "*.dat" | grep _ata`
54 TINY_BLITZ_FILE=`find ${ORIG_DIR} -name "*.dat" | grep tiny_blitz`
62 TVMET_FILE=`find ${ORIG_DIR} -name "*.dat" | grep tvmet`
  /external/libcxx/test/std/containers/unord/unord.multimap/
reserve.pass.cpp 34 assert(s.find(c.find(1)->second) != s.end());
35 s.erase(s.find(c.find(1)->second));
36 assert(s.find(next(c.find(1))->second) != s.end());
42 assert(s.find(c.find(2)->second) != s.end());
43 s.erase(s.find(c.find(2)->second))
    [all...]
  /external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/
AternativeApproach.java 65 assertTrue(m.find());
71 assertTrue(m.find());
77 assertTrue(m.find());
81 assertTrue(m.find());
93 assertTrue(m.find());
99 assertFalse(m.find());
110 assertTrue(m.find());
116 assertFalse(m.find());
120 assertFalse(m.find());
124 assertFalse(m.find());
    [all...]
  /external/deqp/framework/common/
tcuStringTemplate.cpp 61 size_t paramNdx = m_template.find("${", curNdx);
67 // Find end-of-param.
68 size_t paramEndNdx = m_template.find("}", paramNdx);
77 size_t colonNdx = paramStr.find(":");
99 if (params.find(paramName) != params.end())
101 const string& val = (*params.find(paramName)).second;
105 for (size_t ndx = tmp.find("\n"); ndx != string::npos; ndx = tmp.find("\n"))
  /external/skia/tests/
LRUCacheTest.cpp 32 REPORTER_ASSERT(r, !test.find(i));
34 REPORTER_ASSERT(r, test.find(i));
35 REPORTER_ASSERT(r, i * i == (*test.find(i))->fValue);
38 REPORTER_ASSERT(r, !test.find(i - kSize));
57 if (!test.find(k)) {
65 REPORTER_ASSERT(r, test.find(k));
66 REPORTER_ASSERT(r, k == (*test.find(k))->fValue);
  /external/skqp/tests/
LRUCacheTest.cpp 32 REPORTER_ASSERT(r, !test.find(i));
34 REPORTER_ASSERT(r, test.find(i));
35 REPORTER_ASSERT(r, i * i == (*test.find(i))->fValue);
38 REPORTER_ASSERT(r, !test.find(i - kSize));
57 if (!test.find(k)) {
65 REPORTER_ASSERT(r, test.find(k));
66 REPORTER_ASSERT(r, k == (*test.find(k))->fValue);
  /external/elfutils/tests/
run-find-prologues.sh 23 testrun_compare ${abs_builddir}/find-prologues -e testfile <<\EOF
29 testrun_compare ${abs_builddir}/find-prologues -e testfile11 <<\EOF
40 testrun_compare ${abs_builddir}/find-prologues -e testfile22 <<\EOF
45 testrun_compare ${abs_builddir}/find-prologues -e testfile24 <<\EOF
50 testrun_compare ${abs_builddir}/find-prologues -e testfile25 <<\EOF
54 testrun_compare ${abs_builddir}/find-prologues -e testfile3 <<\EOF
60 testrun_compare ${abs_builddir}/find-prologues -e testfile4 <<\EOF
68 testrun_compare ${abs_builddir}/find-prologues -e testfile5 <<\EOF
74 testrun_compare ${abs_builddir}/find-prologues -e testfile6 <<\EOF
  /external/libcxx/test/std/strings/string.view/string.view.find/
find_char_size.pass.cpp 12 // constexpr size_type find(charT c, size_type pos = 0) const;
25 assert(s.find(c, pos) == x);
34 assert(s.find(c) == x);
76 static_assert (sv1.find( 'c', 0 ) == SV::npos, "" );
77 static_assert (sv1.find( 'c', 1 ) == SV::npos, "" );
78 static_assert (sv2.find( 'c', 0 ) == 2, "" );
79 static_assert (sv2.find( 'c', 1 ) == 2, "" );
80 static_assert (sv2.find( 'c', 2 ) == 2, "" );
81 static_assert (sv2.find( 'c', 3 ) == SV::npos, "" );
82 static_assert (sv2.find( 'c', 4 ) == SV::npos, "" )
    [all...]
  /external/brotli/python/
Makefile 27 EXT_SOURCES=$(shell find . -name '*.cc')
50 @find .. -name '*.pyc' | xargs rm -v
51 @find .. -name '*.so' | xargs rm -v
52 @find .. -type d -name '__pycache__' | xargs rm -v -r
53 @find .. -type d -name '*.egg-info' | xargs rm -v -r
  /frameworks/av/media/libaaudio/scripts/
convert_oboe_aaudio.sh 17 find $path -type f -name $pattern -exec sed -i -f ${LIBOBOE_DIR}/scripts/oboe_to_aaudio.sed {} \;
49 find -name "*OboeAudioService*.cpp" | rename -v "s/OboeAudioService/AAudioService/g"
50 find -name "*OboeAudioService*.h" | rename -v "s/OboeAudioService/AAudioService/g"
51 find -name "*Oboe*.cpp" | rename -v "s/Oboe/AAudio/g"
52 find -name "*Oboe*.h" | rename -v "s/Oboe/AAudio/g"
  /external/ImageMagick/Magick++/fuzz/
encoder_format.h 6 if (fileName.find(L"clusterfuzz-testcase-") == -1)
15 size_t index = format.find(L"_", 0);
20 index = format.find(L"_", 0);
  /external/skia/tools/copyright/
main.py 39 ReportWarning('cannot find a parser for file %s, skipping...' %
45 ReportWarning('cannot find any comment blocks in file %s' %
49 ReportWarning('cannot find copyright block in file %s' % filepath)
67 @param root_directory root directory within which to find all files
  /external/skqp/tools/copyright/
main.py 39 ReportWarning('cannot find a parser for file %s, skipping...' %
45 ReportWarning('cannot find any comment blocks in file %s' %
49 ReportWarning('cannot find copyright block in file %s' % filepath)
67 @param root_directory root directory within which to find all files
  /external/clang/test/SemaTemplate/
example-typelist.cpp 83 struct find : find<typename List::tail, T> { }; struct in inherits:find
86 struct find<cons<T, Tail>, T> { struct
91 struct find<nil, T> { struct
95 int find0[is_same<find<unsigned_inttypes, unsigned int>::type,
98 int find1[is_same<find<unsigned_inttypes, int>::type, nil>::value? 1 : -1];
  /external/webrtc/webrtc/test/
histogram.cc 42 if (histograms_.find(name) == histograms_.end()) {
45 auto it = histograms_.find(name);
52 if (histograms_.find(name) == histograms_.end()) {
55 auto it = histograms_.find(name);
73 const auto it = histograms_.find(name);
82 const auto it = histograms_.find(name);
  /frameworks/base/cmds/idmap2/tests/
PrettyPrintVisitorTests.cpp 55 ASSERT_NE(stream.str().find("target apk path : "), std::string::npos);
56 ASSERT_NE(stream.str().find("overlay apk path : "), std::string::npos);
57 ASSERT_NE(stream.str().find("0x7f010000 -> 0x7f010000 integer/int1\n"), std::string::npos);
73 ASSERT_NE(stream.str().find("target apk path : "), std::string::npos);
74 ASSERT_NE(stream.str().find("overlay apk path : "), std::string::npos);
75 ASSERT_NE(stream.str().find("0x7f020000 -> 0x7f020000\n"), std::string::npos);
  /art/test/712-varhandle-invocations/
build 30 MANUAL_TESTS=$(cd "${MANUAL_SRC}" && find . -name 'Var*Tests.java' | sed -e 's@.*\(Var.*Tests\).*@\1@g' | sort)

Completed in 638 milliseconds

1 2 34 5 6 7 8 91011>>