Searched
full:indexof (Results
251 -
275 of
2556) sorted by null
<<11121314151617181920>>
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyStoreExceptionTest.java | 100 .indexOf(toS) != -1)); 144 .indexOf(toS) != -1)); 164 .indexOf(msgs[i]) != -1); 167 .indexOf(toS) != -1);
|
NoSuchAlgorithmExceptionTest.java | 103 .indexOf(toS) != -1)); 147 .indexOf(toS) != -1)); 167 .indexOf(msgs[i]) != -1); 170 .indexOf(toS) != -1);
|
ProviderExceptionTest.java | 100 .indexOf(toS) != -1)); 144 .indexOf(toS) != -1)); 164 .indexOf(msgs[i]) != -1); 167 .indexOf(toS) != -1);
|
SignatureExceptionTest.java | 101 .indexOf(toS) != -1)); 145 .indexOf(toS) != -1)); 165 .indexOf(msgs[i]) != -1); 168 .indexOf(toS) != -1);
|
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
SSLExceptionTest.java | 84 .indexOf(toS) != -1)); 127 .indexOf(toS) != -1)); 147 .indexOf(msgs[i]) != -1); 150 .indexOf(toS) != -1);
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
DOMTestCase.java | 71 int firstSlash = docURI.indexOf('/'); 137 int firstColon = uri.indexOf(":"); 138 int firstSlash = uri.indexOf("/"); 157 int termSlash = actualPath.indexOf("/", 2);
|
/libcore/luni/src/test/java/tests/security/cert/ |
CRLExceptionTest.java | 99 .indexOf(toS) != -1)); 143 .indexOf(toS) != -1)); 163 .indexOf(msgs[i]) != -1); 166 .indexOf(toS) != -1);
|
CertPathBuilderExceptionTest.java | 104 .indexOf(toS) != -1)); 148 .indexOf(toS) != -1)); 168 .indexOf(msgs[i]) != -1); 171 .indexOf(toS) != -1);
|
CertStoreExceptionTest.java | 101 .indexOf(toS) != -1)); 145 .indexOf(toS) != -1)); 165 .indexOf(msgs[i]) != -1); 168 .indexOf(toS) != -1);
|
CertificateEncodingExceptionTest.java | 106 .indexOf(toS) != -1)); 152 .indexOf(toS) != -1)); 172 .indexOf(msgs[i]) != -1); 175 .indexOf(toS) != -1);
|
CertificateExceptionTest.java | 103 .indexOf(toS) != -1)); 147 .indexOf(toS) != -1)); 167 .indexOf(msgs[i]) != -1); 170 .indexOf(toS) != -1);
|
CertificateParsingExceptionTest.java | 104 .indexOf(toS) != -1)); 150 .indexOf(toS) != -1)); 170 .indexOf(msgs[i]) != -1); 173 .indexOf(toS) != -1);
|
/libcore/luni/src/test/java/tests/security/spec/ |
InvalidKeySpecExceptionTest.java | 103 .indexOf(toS) != -1)); 147 .indexOf(toS) != -1)); 167 .indexOf(msgs[i]) != -1); 170 .indexOf(toS) != -1);
|
/packages/apps/Gallery/tests/src/com/android/camera/gallery/ |
MockImageList.java | 37 return mList.indexOf(image);
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
RangeArray.java | 46 public int indexOf(T object) {
|
RangeBoolArray.java | 43 public int indexOf(boolean object) {
|
RangeIntArray.java | 43 public int indexOf(int object) {
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewHierarchyLoader.java | 87 int index = line.indexOf(' '); 159 int index = data.indexOf('=', start); 163 int colonIndex = property.name.indexOf(':'); 168 int index2 = data.indexOf(',', index + 1);
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/ |
ViewsTreeModel.java | 54 return ((ViewNode) parent).children.indexOf(child);
|
/external/arduino/hardware/arduino/cores/arduino/ |
WString.cpp | 253 while ( (loc = temp.indexOf( match )) != -1 ) 263 int String::indexOf( char temp ) const 265 return indexOf( temp, 0 ); 268 int String::indexOf( char ch, unsigned int fromIndex ) const 280 int String::indexOf( const String &s2 ) const 282 return indexOf( s2, 0 ); 285 int String::indexOf( const String &s2, unsigned int fromIndex ) const
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ParsedURL.js | 74 var indexOfQuery = path.indexOf("?"); 129 if (path.indexOf("..") === -1 && path.indexOf('.') === -1) 181 var query = path.indexOf("?"); 187 var fragment = path.indexOf("#"); 199 var baseQuery = parsedURL.path.indexOf("?"); 206 var prefixQuery = prefix.indexOf("?");
|
/frameworks/base/core/java/android/webkit/ |
URLUtil.java | 79 if (webAddress.getHost().indexOf('.') == -1) { 88 int placeHolderIndex = template.indexOf(queryPlaceHolder); 146 int index = url.indexOf('%'); 158 index = url.indexOf('%', index + 1); 283 int anchorIndex = url.indexOf('#'); 322 int queryIndex = decodedUrl.indexOf('?'); 343 int dotIndex = filename.indexOf('.');
|
/libcore/luni/src/main/java/java/lang/ |
StringToReal.java | 90 int end = Math.max(s.indexOf('E'), s.indexOf('e')); 154 int decimal = s.indexOf('.'); 259 if (s.indexOf("0x") != -1 || s.indexOf("0X") != -1) { 300 if (s.indexOf("0x") != -1 || s.indexOf("0X") != -1) {
|
/external/chromium_org/third_party/icu/source/common/ |
uvector.cpp | 195 if (indexOf(other.elements[i]) < 0) { 204 if (indexOf(other.elements[i]) >= 0) { 214 int32_t j = indexOf(other.elements[i]); 226 int32_t i = other.indexOf(elements[j]); 243 int32_t i = indexOf(obj); 288 int32_t UVector::indexOf(void* obj, int32_t startIndex) const { 291 return indexOf(key, startIndex, HINT_KEY_POINTER); 294 int32_t UVector::indexOf(int32_t obj, int32_t startIndex) const { 297 return indexOf(key, startIndex, HINT_KEY_INTEGER); 301 int32_t UVector::indexOf(UHashTok key, int32_t startIndex, int8_t hint) const [all...] |
/external/icu4c/common/ |
uvector.cpp | 196 if (indexOf(other.elements[i]) < 0) { 205 if (indexOf(other.elements[i]) >= 0) { 215 int32_t j = indexOf(other.elements[i]); 227 int32_t i = other.indexOf(elements[j]); 244 int32_t i = indexOf(obj); 289 int32_t UVector::indexOf(void* obj, int32_t startIndex) const { 292 return indexOf(key, startIndex, HINT_KEY_POINTER); 295 int32_t UVector::indexOf(int32_t obj, int32_t startIndex) const { 298 return indexOf(key, startIndex, HINT_KEY_INTEGER); 302 int32_t UVector::indexOf(UElement key, int32_t startIndex, int8_t hint) const [all...] |
Completed in 2951 milliseconds
<<11121314151617181920>>