/external/opencv3/doc/py_tutorials/py_imgproc/py_transforms/ |
py_table_of_contents_transforms.markdown | 5 Learn to find the Fourier Transform of images
|
/external/skia/third_party/libsdl/win/ |
README | 4 find . -type f -print | fgrep -f <list_of_files>
|
/external/sqlite/dist/ |
NOTICE | 7 May you find forgiveness for yourself and forgive others.
|
/external/srtp/ |
update.sh | 7 a=`find . -name "*.[ch]"`
|
/external/testng/src/main/java/org/testng/reporters/ |
ExitCodeListener.java | 7 * find out the exit code.
|
/external/valgrind/none/tests/ |
require-text-symbol-2.stderr.exp-libcso1 | 4 valgrind: Cannot find any text symbol with a name that matches the pattern
|
require-text-symbol-2.stderr.exp-libcso6 | 4 valgrind: Cannot find any text symbol with a name that matches the pattern
|
/hardware/intel/common/libva/ |
style_unify | 2 file=$(find . -name "*.[ch]" -o -name "*.cpp")
|
/hardware/intel/img/psb_video/ |
style_unify | 2 file=$(find . -name "*.[ch]" -o -name "*.cpp")
|
/hardware/qcom/camera/ |
Android.mk | 1 # TODO: Find a better way to separate build configs for ADP vs non-ADP devices
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/support/ |
A.java | 10 public String find(String key) { method in class:A
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
contains_impl.hpp | 20 #include <boost/mpl/find.hpp> 36 typename find<Sequence,T>::type 43 typename find<Sequence,T>::type 49 typename find<Sequence,T>::type
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue6789.go | 7 // Issue 6789: gccgo failed to find the hash function for an
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue6789.go | 7 // Issue 6789: gccgo failed to find the hash function for an
|
/prebuilts/misc/windows/sdl2/test/ |
autogen.sh | 10 echo "Couldn't find autoconf, aborting"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/ |
plugin.properties | 2 #TODO: update with new year date (search this to find other occurrences to update)
|
/bionic/libc/upstream-netbsd/lib/libc/string/ |
strcasestr.c | 46 * Find the first occurrence of find in s, ignore case. 49 strcasestr(const char *s, const char *find) 55 _DIAGASSERT(find != NULL); 57 if ((c = *find++) != 0) { 59 len = strlen(find); 65 } while (strncasecmp(s, find, len) != 0);
|
/prebuilts/go/darwin-x86/doc/codewalk/ |
codewalk.js | 17 this.commentColumn = this.context.find('#comment-column'); 22 this.commentArea = this.context.find('#comment-area'); 29 this.codeColumn = this.context.find('#code-column'); 35 this.codeArea = this.context.find('#code-area'); 41 this.codeDisplay = this.context.find('#code-display'); 47 this.sizer = this.context.find('#sizer'); 54 this.overlay = this.context.find('#overlay'); 61 this.shortcutInput = this.context.find('#shortcut-input'); 95 this.context.find('#code-popout-link').attr('href', url); 104 var firstSourcererLink = this.context.find('.comment:first') [all...] |
/prebuilts/go/linux-x86/doc/codewalk/ |
codewalk.js | 17 this.commentColumn = this.context.find('#comment-column'); 22 this.commentArea = this.context.find('#comment-area'); 29 this.codeColumn = this.context.find('#code-column'); 35 this.codeArea = this.context.find('#code-area'); 41 this.codeDisplay = this.context.find('#code-display'); 47 this.sizer = this.context.find('#sizer'); 54 this.overlay = this.context.find('#overlay'); 61 this.shortcutInput = this.context.find('#shortcut-input'); 95 this.context.find('#code-popout-link').attr('href', url); 104 var firstSourcererLink = this.context.find('.comment:first') [all...] |
/external/libcxx/test/std/experimental/string.view/string.view.find/ |
find_char_size.pass.cpp | 12 // constexpr size_type find(charT c, size_type pos = 0) const; 24 assert(s.find(c, pos) == x); 33 assert(s.find(c) == x); 75 static_assert (sv1.find( 'c', 0 ) == SV::npos, "" ); 76 static_assert (sv1.find( 'c', 1 ) == SV::npos, "" ); 77 static_assert (sv2.find( 'c', 0 ) == 2, "" ); 78 static_assert (sv2.find( 'c', 1 ) == 2, "" ); 79 static_assert (sv2.find( 'c', 2 ) == 2, "" ); 80 static_assert (sv2.find( 'c', 3 ) == SV::npos, "" ); 81 static_assert (sv2.find( 'c', 4 ) == SV::npos, "" ) [all...] |
/system/sepolicy/ |
autoplay_app.te | 80 allow autoplay_app accessibility_service:service_manager find; 81 allow autoplay_app activity_service:service_manager find; 82 allow autoplay_app assetatlas_service:service_manager find; 83 allow autoplay_app connectivity_service:service_manager find; 84 allow autoplay_app display_service:service_manager find; 85 allow autoplay_app graphicsstats_service:service_manager find; 86 allow autoplay_app input_method_service:service_manager find; 87 allow autoplay_app input_service:service_manager find; 88 allow autoplay_app surfaceflinger_service:service_manager find; 89 allow autoplay_app textservices_service:service_manager find; [all...] |
/dalvik/dx/tests/127-merge-stress/ |
run | 17 # Find dx.jar from dx in the android dev tree 22 # Find dex files in the tree 23 dexes=`find $ANDROID_BUILD_TOP/out -name '*.dex' -printf '%p '` 24 dexesinjars=`find $ANDROID_BUILD_TOP/libcore $ANDROID_BUILD_TOP/out -name '*.jar' -exec sh -c 'unzip -l "{}" 2>/dev/null | grep -q classes.dex ' \; -printf '%p '` 25 dexesinapks=`find $ANDROID_BUILD_TOP/libcore $ANDROID_BUILD_TOP/out -name '*.apk' -exec sh -c 'unzip -l "{}" 2>/dev/null | grep -q classes.dex ' \; -printf '%p '`
|
/system/extras/simpleperf/ |
cmd_report_test.cpp | 74 ASSERT_NE(content.find("GlobalFunc"), std::string::npos); 81 while (line_index < lines.size() && lines[line_index].find("Pid") == std::string::npos) { 91 while (line_index < lines.size() && lines[line_index].find("Overhead") == std::string::npos) { 95 ASSERT_NE(lines[line_index].find("Command"), std::string::npos); 96 ASSERT_NE(lines[line_index].find("Pid"), std::string::npos); 97 ASSERT_NE(lines[line_index].find("Shared Object"), std::string::npos); 98 ASSERT_NE(lines[line_index].find("Symbol"), std::string::npos); 99 ASSERT_EQ(lines[line_index].find("Tid"), std::string::npos); 113 ASSERT_NE(map.find("GlobalFunc"), map.end()); 114 ASSERT_NE(map.find("main"), map.end()) [all...] |
/external/ceres-solver/internal/ceres/ |
parameter_block_ordering_test.cc | 92 EXPECT_TRUE(vertices.find(parameter_blocks[i]) != vertices.end()); 98 EXPECT_TRUE(neighbors.find(parameter_blocks[2]) != neighbors.end()); 99 EXPECT_TRUE(neighbors.find(parameter_blocks[3]) != neighbors.end()); 105 EXPECT_TRUE(neighbors.find(parameter_blocks[2]) != neighbors.end()); 111 EXPECT_TRUE(neighbors.find(parameter_blocks[0]) != neighbors.end()); 112 EXPECT_TRUE(neighbors.find(parameter_blocks[1]) != neighbors.end()); 113 EXPECT_TRUE(neighbors.find(parameter_blocks[3]) != neighbors.end()); 119 EXPECT_TRUE(neighbors.find(parameter_blocks[0]) != neighbors.end()); 120 EXPECT_TRUE(neighbors.find(parameter_blocks[2]) != neighbors.end()); 145 EXPECT_TRUE(vertices.find(parameter_blocks[0]) == vertices.end()) [all...] |
/libcore/luni/src/test/java/libcore/java/util/regex/ |
OldMatcherTest.java | 34 for (int i = 0; m.find(); i++) { 44 m.find(); 52 m.find(); 68 while (mat.find()); 70 assertFalse("After reset matcher should not find pattern in given input", mat.find()); 72 assertTrue("After reset matcher should find pattern in given input", mat.find()); 79 while (m.find()) { 88 while (m.find()) { [all...] |