/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/ |
arguments_and_options.h | 42 return mOptions.find(optionName) != mOptions.end(); 46 const auto &it = mOptions.find(optionName); 52 const auto &it = mArguments.find(name); 57 const auto &it = mArguments.find(name); 63 const auto &it = mArguments.find(name);
|
/art/runtime/ |
reference_table_test.cc | 41 EXPECT_NE(oss.str().find("(empty)"), std::string::npos) << oss.str(); 59 EXPECT_NE(oss.str().find("1 of java.lang.String"), std::string::npos) << oss.str(); 60 EXPECT_EQ(oss.str().find("short[]"), std::string::npos) << oss.str(); 70 EXPECT_NE(oss.str().find(StringPrintf("Last %zd entries (of %zd):", 74 EXPECT_NE(oss.str().find("1 of java.lang.String"), std::string::npos) << oss.str(); 76 EXPECT_NE(oss.str().find("1 of short[]"), std::string::npos) << oss.str(); 78 EXPECT_NE(oss.str().find(StringPrintf("%zd of short[] (1 unique instances)", i + 1)), 89 EXPECT_EQ(oss.str().find("java.lang.String"), std::string::npos) << oss.str(); 99 EXPECT_EQ(oss.str().find("short[]"), std::string::npos) << oss.str(); 101 EXPECT_NE(oss.str().find("1 of short[]"), std::string::npos) << oss.str() [all...] |
/external/dbus/ |
cleanup-man-pages.sh | 28 (find . -maxdepth 1 -name "_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all underscore-prefixed items" 29 (find . -maxdepth 1 -name "DBus*Internal*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items" 30 (find . -maxdepth 1 -name "dbus_*_internal_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items" 65 (find . -maxdepth 1 -name "dbus_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all dbus-prefixed items" 66 (find . -maxdepth 1 -name "DBUS_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all DBUS_-prefixed items" 67 (find . -maxdepth 1 -name "DBus*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all DBus-prefixed items" 71 (find . -maxdepth 1 -type f | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move remaining items" 73 NUKE_COUNT=`find nuke -type f -name "*" | wc -l` 74 KEEP_COUNT=`find keep -type f -name "*" | wc -l` 75 MISSING_COUNT=`find . -maxdepth 1 -type f -name "*" | wc -l [all...] |
/external/opencv3/doc/py_tutorials/py_feature2d/py_feature_homography/ |
py_feature_homography.markdown | 1 Feature Matching + Homography to find Objects {#tutorial_py_feature_homography} 8 - We will mix up the feature matching and findHomography from calib3d module to find known 17 is sufficient to find the object exactly on the trainImage. 20 of points from both the images, it will find the perpective transformation of that object. Then we 21 can use **cv2.perspectiveTransform()** to find the object. It needs atleast four correct points to 22 find the transformation. 34 First, as usual, let's find SIFT features in images and apply the ratio test to find the best 49 # find the keypoints and descriptors with SIFT 68 find the object. Otherwise simply show a message saying not enough matches are present [all...] |
/external/autotest/client/site_tests/touch_UpdateErrors/ |
touch_UpdateErrors.py | 24 """Find where in /var/log/messages this build's logs start. 30 this line can repeat, find the last chunk of logs where the version is 46 lines.append(entry[:entry.find(':')]) 47 dates.append(entry[entry.find('Linux version '):]) 51 # Find where logs from this build start by checking backwards for the 85 error_msg = error_msg[error_msg.find(term)+len(term):].strip() 88 logging.info('Did not find "%s"!', term)
|
/external/libxml2/doc/ |
queries.py | 77 if string.find(str, "'") != -1 or \ 78 string.find(str, '"') != -1 or \ 79 string.find(str, "\\") != -1 or \ 80 string.find(str, " ") != -1 or \ 81 string.find(str, "\t") != -1 or \ 82 string.find(str, "\n") != -1 or \ 83 string.find(str, "\r") != -1:
|
/external/skia/src/core/ |
SkTMultiMap.h | 39 ValueList* list = fHash.find(key); 57 ValueList* list = fHash.find(key); 83 T* find(const Key& key) const { function in class:SkTMultiMap 84 ValueList* list = fHash.find(key); 92 T* find(const Key& key, const FindPredicate f) { function in class:SkTMultiMap 93 ValueList* list = fHash.find(key); 109 ValueList* list = fHash.find(key);
|
/external/skia/tests/ |
ImageCacheTest.cpp | 50 REPORTER_ASSERT(reporter, !cache.find(key, TestingRec::Visitor, &value)); 55 REPORTER_ASSERT(reporter, cache.find(key, TestingRec::Visitor, &value)); 70 (void)cache.find(TestingKey(i), TestingRec::Visitor, &value); 87 REPORTER_ASSERT(reporter, cache.find(key, TestingRec::Visitor, &value)); 100 REPORTER_ASSERT(reporter, !cache.find(key, TestingRec::Visitor, &value)); 102 REPORTER_ASSERT(reporter, cache.find(key, TestingRec::Visitor, &value)); 151 REPORTER_ASSERT(r, cache.find(key, TestingRec::Visitor, &value));
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
get_sync_seq.c | 47 /* present (find predicted lag from this position) */ 56 /* past (find predicted position and perform a refined 57 search to find the best sequence) */ 72 /* Find the best possible sequence in the 4 times upsampled 79 /* future (find predicted position and perform a refined 80 search to find the best sequence) */ 98 /* Find the best possible sequence in the 4 times upsampled
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
Bindings.py | 42 ('_Find...', '<<find>>'), 43 ('Find A_gain', '<<find-again>>'), 44 ('Find _Selection', '<<find-selection>>'), 45 ('Find in Files...', '<<find-in-files>>'),
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
Bindings.py | 42 ('_Find...', '<<find>>'), 43 ('Find A_gain', '<<find-again>>'), 44 ('Find _Selection', '<<find-selection>>'), 45 ('Find in Files...', '<<find-in-files>>'),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
Bindings.py | 42 ('_Find...', '<<find>>'), 43 ('Find A_gain', '<<find-again>>'), 44 ('Find _Selection', '<<find-selection>>'), 45 ('Find in Files...', '<<find-in-files>>'),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
Bindings.py | 42 ('_Find...', '<<find>>'), 43 ('Find A_gain', '<<find-again>>'), 44 ('Find _Selection', '<<find-selection>>'), 45 ('Find in Files...', '<<find-in-files>>'),
|
/external/llvm/unittests/ADT/ |
SmallStringTest.cpp | 117 TEST_F(SmallStringTest, Find) { 119 EXPECT_EQ(2U, theString.find('l')); 120 EXPECT_EQ(StringRef::npos, theString.find('z')); 121 EXPECT_EQ(StringRef::npos, theString.find("helloworld")); 122 EXPECT_EQ(0U, theString.find("hello")); 123 EXPECT_EQ(1U, theString.find("ello")); 124 EXPECT_EQ(StringRef::npos, theString.find("zz")); 125 EXPECT_EQ(2U, theString.find("ll", 2)); 126 EXPECT_EQ(StringRef::npos, theString.find("ll", 3)); 127 EXPECT_EQ(0U, theString.find("")); [all...] |
/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfChannelList.cpp | 94 ChannelMap::iterator i = _map.find (name); 97 THROW (Iex::ArgExc, "Cannot find image channel \"" << name << "\"."); 106 ChannelMap::const_iterator i = _map.find (name); 109 THROW (Iex::ArgExc, "Cannot find image channel \"" << name << "\"."); 132 ChannelMap::iterator i = _map.find (name); 140 ChannelMap::const_iterator i = _map.find (name); 188 ChannelList::find (const char name[]) function in class:Imf::ChannelList 190 return _map.find (name); 195 ChannelList::find (const char name[]) const function in class:Imf::ChannelList 197 return _map.find (name) 202 ChannelList::find (const string &name) function in class:Imf::ChannelList 209 ChannelList::find (const string &name) const function in class:Imf::ChannelList [all...] |
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/ |
plot_neteq_delay.m | 42 % find lost frames that were covered by one-descriptor decoding 43 one_desc_ix=find(isnan(s.arrival)); 45 ix=find(s.ts==max(s.ts(s.ts(one_desc_ix(k))>s.ts))); 53 ix=find(isfinite(s.decode)); 64 % find non-unique sequence numbers 90 start_ix=find(s.ts==s.fschange_ts(k)); 107 cng_ix=find(s.pt~=13); % find those packets that are not CNG/SID 114 peak_ix=find(s.optbuf(cng_ix)<0); % peak mode is labeled with negative values 115 no_peak_ix=find(s.optbuf(cng_ix)>0); %setdiff(1:length(cng_ix),peak_ix) [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/ |
Pattern2Test.java | 35 assertTrue(m1.find(0)); 40 assertFalse(m2.find(0)); 59 assertTrue(m.find()); 62 assertFalse(m.find()); 66 assertTrue(m.find()); 69 assertFalse(m.find()); 72 assertTrue(m.find()); 75 assertFalse(m.find()); 78 assertTrue(m.find()); 81 assertFalse(m.find()); 377 assertTrue(p.matcher("x\\\\cy").find()); method 384 assertTrue(p.matcher("x\\u0008y").find()); method 385 assertFalse(p.matcher("x\\\\cHy").find()); method [all...] |
/external/google-breakpad/src/testing/scripts/generator/cpp/ |
tokenize.py | 90 i = source.find('"', i+1) 101 i = source.find('"', i+1) 107 i = source.find("'", i+1) 112 i = source.find("'", i+1) 150 if c.isalpha() or c == '_': # Find a string token. 164 elif c == '/' and source[i+1] == '/': # Find // comments. 165 i = source.find('\n', i) 169 elif c == '/' and source[i+1] == '*': # Find /* comments. */ 170 i = source.find('*/', i) + 2 195 elif c.isdigit(): # Find integer [all...] |
/build/tools/droiddoc/templates-ds/assets/design/ |
default.js | 13 // finding the relative URL to this page. This will allow us to find links on the page 32 var $selNavLink = $('.nav-y').find('a[href="' + pagePath + '"]'); 45 $prevLink = $prevListItem.find('a:last'); 48 $prevLink = $prevListItem.find('a:eq(0)'); 52 $prevLink = $selListItem.parents('li').find('a'); 71 $nextLink = $selListItem.find('ul').find('a:eq(0)') 74 $nextLink = $selListItem.next('li').find('a:eq(0)'); 77 $nextLink = $selListItem.parents('li').next('li.nav-section').find('a:eq(0)'); 122 $('.nav-y li').has('ul').find('a:eq(0)').click(function(evt) [all...] |
/build/tools/droiddoc/templates-ndk/assets/design/ |
default.js | 13 // finding the relative URL to this page. This will allow us to find links on the page 32 var $selNavLink = $('.nav-y').find('a[href="' + pagePath + '"]'); 45 $prevLink = $prevListItem.find('a:last'); 48 $prevLink = $prevListItem.find('a:eq(0)'); 52 $prevLink = $selListItem.parents('li').find('a'); 71 $nextLink = $selListItem.find('ul').find('a:eq(0)') 74 $nextLink = $selListItem.next('li').find('a:eq(0)'); 77 $nextLink = $selListItem.parents('li').next('li.nav-section').find('a:eq(0)'); 122 $('.nav-y li').has('ul').find('a:eq(0)').click(function(evt) [all...] |
/build/tools/droiddoc/templates-pdk/assets/design/ |
default.js | 13 // finding the relative URL to this page. This will allow us to find links on the page 32 var $selNavLink = $('#nav').find('a[href="' + pagePath + '"]'); 45 $prevLink = $prevListItem.find('a:last'); 48 $prevLink = $prevListItem.find('a:eq(0)'); 52 $prevLink = $selListItem.parents('li').find('a'); 71 $nextLink = $selListItem.find('ul').find('a:eq(0)') 74 $nextLink = $selListItem.next('li').find('a:eq(0)'); 77 $nextLink = $selListItem.parents('li').next('li.nav-section').find('a:eq(0)'); 122 $('.nav-section-header').find('a:eq(0)').click(function(evt) [all...] |
/build/tools/droiddoc/templates-sac/assets/design/ |
default.js | 13 // finding the relative URL to this page. This will allow us to find links on the page 32 var $selNavLink = $('.nav-y').find('a[href="' + pagePath + '"]'); 45 $prevLink = $prevListItem.find('a:last'); 48 $prevLink = $prevListItem.find('a:eq(0)'); 52 $prevLink = $selListItem.parents('li').find('a'); 71 $nextLink = $selListItem.find('ul').find('a:eq(0)') 74 $nextLink = $selListItem.next('li').find('a:eq(0)'); 77 $nextLink = $selListItem.parents('li').next('li.nav-section').find('a:eq(0)'); 122 $('.nav-y li').has('ul').find('a:eq(0)').click(function(evt) [all...] |
/build/tools/droiddoc/templates-sdk/assets/design/ |
default.js | 13 // finding the relative URL to this page. This will allow us to find links on the page 32 var $selNavLink = $('.nav-y').find('a[href="' + pagePath + '"]'); 45 $prevLink = $prevListItem.find('a:last'); 48 $prevLink = $prevListItem.find('a:eq(0)'); 52 $prevLink = $selListItem.parents('li').find('a'); 71 $nextLink = $selListItem.find('ul').find('a:eq(0)') 74 $nextLink = $selListItem.next('li').find('a:eq(0)'); 77 $nextLink = $selListItem.parents('li').next('li.nav-section').find('a:eq(0)'); 122 $('.nav-y li').has('ul').find('a:eq(0)').click(function(evt) [all...] |
/build/tools/droiddoc/templates-sdk-dev/assets/design/ |
default.js | 13 // finding the relative URL to this page. This will allow us to find links on the page 32 var $selNavLink = $('.nav-y').find('a[href="' + pagePath + '"]'); 45 $prevLink = $prevListItem.find('a:last'); 48 $prevLink = $prevListItem.find('a:eq(0)'); 52 $prevLink = $selListItem.parents('li').find('a'); 71 $nextLink = $selListItem.find('ul').find('a:eq(0)') 74 $nextLink = $selListItem.next('li').find('a:eq(0)'); 77 $nextLink = $selListItem.parents('li').next('li.nav-section').find('a:eq(0)'); 122 $('.nav-y li').has('ul').find('a:eq(0)').click(function(evt) [all...] |
/build/tools/droiddoc/templates-sdk-refonly/assets/design/ |
default.js | 13 // finding the relative URL to this page. This will allow us to find links on the page 32 var $selNavLink = $('.nav-y').find('a[href="' + pagePath + '"]'); 45 $prevLink = $prevListItem.find('a:last'); 48 $prevLink = $prevListItem.find('a:eq(0)'); 52 $prevLink = $selListItem.parents('li').find('a'); 71 $nextLink = $selListItem.find('ul').find('a:eq(0)') 74 $nextLink = $selListItem.next('li').find('a:eq(0)'); 77 $nextLink = $selListItem.parents('li').next('li.nav-section').find('a:eq(0)'); 122 $('.nav-y li').has('ul').find('a:eq(0)').click(function(evt) [all...] |