HomeSort by relevance Sort by last modified time
    Searched full:find (Results 201 - 225 of 23108) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/jacoco/jacoco-maven-plugin.test/it/it-multi-module/
verify.bsh 32 throw new FileNotFoundException( "Could not find generated dump: " + file );
38 throw new FileNotFoundException( "Could not find generated XML report: " + xmlReport );
44 throw new FileNotFoundException( "Could not find generated CSV report: " + csvReport );
50 throw new FileNotFoundException( "Could not find generated HTML report: " + htmlReport );
  /external/jemalloc/
coverage.sh 14 for f in `find . -maxdepth 1 -type f -name '*.gcov'` ; do
  /external/libchrome/base/strings/
string_piece_unittest.cc 236 ASSERT_EQ(a.find(b), 0U);
237 ASSERT_EQ(a.find(b, 1), Piece::npos);
238 ASSERT_EQ(a.find(c), 23U);
239 ASSERT_EQ(a.find(c, 9), 23U);
240 ASSERT_EQ(a.find(c, Piece::npos), Piece::npos);
241 ASSERT_EQ(b.find(c), Piece::npos);
242 ASSERT_EQ(b.find(c, Piece::npos), Piece::npos);
243 ASSERT_EQ(a.find(d), 0U);
244 ASSERT_EQ(a.find(e), 0U);
245 ASSERT_EQ(a.find(d, 12), 12U)
    [all...]
  /external/libcxx/test/std/containers/associative/map/map.ops/
find0.pass.cpp 16 // iterator find(const key_type& k);
17 // const_iterator find(const key_type& k) const;
19 // The member function templates find, count, lower_bound, upper_bound, and
33 M().find(C2Int{5});
find1.fail.cpp 14 // iterator find(const key_type& k);
15 // const_iterator find(const key_type& k) const;
17 // The member function templates find, count, lower_bound, upper_bound, and
36 M().find(C2Int{5});
find2.fail.cpp 14 // iterator find(const key_type& k);
15 // const_iterator find(const key_type& k) const;
17 // The member function templates find, count, lower_bound, upper_bound, and
36 M().find(C2Int{5});
find3.fail.cpp 14 // iterator find(const key_type& k);
15 // const_iterator find(const key_type& k) const;
17 // The member function templates find, count, lower_bound, upper_bound, and
36 M().find(C2Int{5});
  /external/libcxx/test/std/containers/associative/multimap/multimap.ops/
find0.pass.cpp 16 // iterator find(const key_type& k);
17 // const_iterator find(const key_type& k) const;
19 // The member function templates find, count, lower_bound, upper_bound, and
33 M().find(C2Int{5});
find1.fail.cpp 14 // iterator find(const key_type& k);
15 // const_iterator find(const key_type& k) const;
17 // The member function templates find, count, lower_bound, upper_bound, and
36 M().find(C2Int{5});
find2.fail.cpp 14 // iterator find(const key_type& k);
15 // const_iterator find(const key_type& k) const;
17 // The member function templates find, count, lower_bound, upper_bound, and
36 M().find(C2Int{5});
find3.fail.cpp 14 // iterator find(const key_type& k);
15 // const_iterator find(const key_type& k) const;
17 // The member function templates find, count, lower_bound, upper_bound, and
36 M().find(C2Int{5});
  /external/libweave/third_party/chromium/base/strings/
string_piece_unittest.cc 225 ASSERT_EQ(a.find(b), 0U);
226 ASSERT_EQ(a.find(b, 1), Piece::npos);
227 ASSERT_EQ(a.find(c), 23U);
228 ASSERT_EQ(a.find(c, 9), 23U);
229 ASSERT_EQ(a.find(c, Piece::npos), Piece::npos);
230 ASSERT_EQ(b.find(c), Piece::npos);
231 ASSERT_EQ(b.find(c, Piece::npos), Piece::npos);
232 ASSERT_EQ(a.find(d), 0U);
233 ASSERT_EQ(a.find(e), 0U);
234 ASSERT_EQ(a.find(d, 12), 12U)
    [all...]
  /external/libxml2/result/errors/
attr4.xml.str 7 ./test/errors/attr4.xml:1: parser error : Couldn't find end of Start Tag ROOT
name2.xml.str 7 ./test/errors/name2.xml:2: parser error : Couldn't find end of Start Tag foo
  /external/llvm/cmake/platforms/
iOS.cmake 36 execute_process(COMMAND xcrun -sdk ${SDKROOT} -find clang
44 execute_process(COMMAND xcrun -sdk ${SDKROOT} -find clang++
52 execute_process(COMMAND xcrun -sdk ${SDKROOT} -find ar
61 execute_process(COMMAND xcrun -sdk ${SDKROOT} -find ranlib
  /external/llvm/lib/Fuzzer/test/
CounterTest.cpp 1 // Test for a fuzzer: must find the case where a particular basic block is
TimeoutTest.cpp 1 // Simple test for a fuzzer. The fuzzer must find the string "Hi!".
  /external/llvm/utils/llvm-lit/
CMakeLists.txt 2 # llvm-lit needs suffix.py for multiprocess to find a main module.
  /external/mesa3d/src/gallium/include/state_tracker/
xlib_sw_winsys.h 11 /* This is what the xlib software winsys expects to find in the
  /external/opencv3/doc/py_tutorials/py_feature2d/py_features_meaning/
py_features_meaning.markdown 27 find it difficult to express it in words, but we know what are they. If some one asks you to point
30 find them, we find the same features in other images, we align them. That's it. (In jigsaw puzzle,
36 Well, it is difficult to say how humans find these features. It is already programmed in our brain.
37 But if we look deep into some pictures and search for different patterns, we will find something
43 find the exact location of these patches in the original image. How many correct results you can
44 find ?
46 A and B are flat surfaces, and they are spread in a lot of area. It is difficult to find the exact
49 C and D are much more simpler. They are edges of the building. You can find an approximate location,
60 Just like above, blue patch is flat area and difficult to find and track. Wherever you move the blu
    [all...]
  /external/skia/gyp/
fuzz.gyp 11 'sources': [ '<!@(python find.py ../fuzz "*.cpp")' ],
  /external/skia/site/user/
issue-tracker.md 7 You can find it at https://bugs.chromium.org/p/skia/issues/list or use shortcut
  /frameworks/base/tools/aapt2/java/
AnnotationProcessor_test.cpp 34 EXPECT_NE(std::string::npos, annotations.find("@Deprecated"));
45 EXPECT_NE(std::string::npos, annotations.find("@android.annotation.SystemApi"));
46 EXPECT_EQ(std::string::npos, annotations.find("@SystemApi"));
47 EXPECT_NE(std::string::npos, annotations.find("This is a system API"));
  /frameworks/base/tools/layoutlib/bridge/resources/bars/
README 8 find it, and then in v19.
  /ndk/build/tools/
cleanup-apps.sh 7 for projectPath in `find apps/*/project` ; do

Completed in 3428 milliseconds

1 2 3 4 5 6 7 891011>>