HomeSort by relevance Sort by last modified time
    Searched full:indexof (Results 551 - 575 of 2556) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/icu/source/test/intltest/
windttst.cpp 154 if (ubBuffer.indexOf(wdBuffer, wdLength - 1, 0) < 0) {
162 if (ubBuffer.indexOf(wtBuffer, wtLength - 1, 0) < 0) {
  /external/chromium_org/tools/page_cycler/common/
report.html 92 if (text.indexOf('http://localhost:') == 0 ||
93 text.indexOf('file://') == 0) {
  /external/chromium_org/ui/webui/resources/js/cr/ui/
tabs.js 37 tabBox.selectedIndex = Array.prototype.indexOf.call(p.children, this);
108 var index = Array.prototype.indexOf.call(target.parentElement.children,
  /external/chromium_org/v8/test/mjsunit/
debug-stepin-builtin-callback.js 46 assertTrue(event_data.sourceLineText().indexOf("Expected to step") > 0);
132 assertTrue(event_data.sourceLineText().indexOf("Expected to step") > 0);
json2.js 32 assertTrue(JSON.stringify(this).indexOf('"a":12345') > 0);
33 assertTrue(JSON.stringify(this, null, 0).indexOf('"a":12345') > 0);
length.js 53 assertEquals(1, String.prototype.indexOf.length, "String.prototype.indexOf.length");
undeletable-functions.js 36 "every", "map", "indexOf", "lastIndexOf", "reduce", "reduceRight"];
108 "charAt", "charCodeAt", "concat", "indexOf",
  /external/chromium_org/v8/test/webkit/fast/js/
array-prototype-properties-expected.txt 44 PASS Array.prototype.indexOf.call(undefined, 0) threw exception TypeError: Array.prototype.indexOf called on null or undefined.
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ProtoIdItem.java 127 int shortyIdx = file.getStringIds().indexOf(shortForm);
128 int returnIdx = file.getTypeIds().indexOf(prototype.getReturnType());
  /external/guava/guava/src/com/google/common/collect/
RegularImmutableList.java 62 return indexOf(target) != -1;
95 @Override public int indexOf(@Nullable Object target) {
  /external/icu4c/common/
listformatter.cpp 204 int32_t p0Offset = pat.indexOf(FIRST_PARAMETER, 3, 0);
209 int32_t p1Offset = pat.indexOf(SECOND_PARAMETER, 3, 0);
  /external/icu4c/test/intltest/
dtfmtrtts.cpp 298 // This indexOf check into the pattern needs to be refined to ignore
302 UBool hasEra = (pat.indexOf(UnicodeString("G")) != -1);
303 UBool hasZoneDisplayName = (pat.indexOf(UnicodeString("z")) != -1) || (pat.indexOf(UnicodeString("v")) != -1)
304 || (pat.indexOf(UnicodeString("V")) != -1);
409 pat.indexOf(UnicodeString("yyyy")) == -1)
417 else if (pat.indexOf(UnicodeString("y")) != -1
418 && pat.indexOf(UnicodeString("yyyy")) == -1
windttst.cpp 154 if (ubBuffer.indexOf(wdBuffer, wdLength - 1, 0) < 0) {
162 if (ubBuffer.indexOf(wtBuffer, wtLength - 1, 0) < 0) {
  /external/jdiff/src/jdiff/
HTMLReportGenerator.java 464 if (className.indexOf('.') != -1) {
511 if (className.indexOf('.') != -1) {
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
MultipartMimeContentImpl.java 114 int position = nextPart.indexOf("\r\n\r\n");
117 position = nextPart.indexOf("\n");
  /external/v8/test/cctest/
log-eq-of-logging-and-traversal.js 119 entityNamesEqual.builtins.indexOf(entityB.getRawName()) !== -1) {
122 if (entityNamesEqual.builtins.indexOf(entityB.getName()) !== -1) return true;
  /external/v8/test/mjsunit/
length.js 53 assertEquals(1, String.prototype.indexOf.length, "String.prototype.indexOf.length");
undeletable-functions.js 36 "every", "map", "indexOf", "lastIndexOf", "reduce", "reduceRight"];
108 "charAt", "charCodeAt", "concat", "indexOf",
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 72 if (flags.indexOf("[WPA2-EAP") >= 0)
74 else if (flags.indexOf("[WPA-EAP") >= 0)
76 else if (flags.indexOf("[WPA2-PSK") >= 0)
78 else if (flags.indexOf("[WPA-PSK") >= 0)
83 if (flags.indexOf("-CCMP") >= 0)
85 else if (flags.indexOf("-TKIP") >= 0)
87 else if (flags.indexOf("WEP") >= 0) {
102 if (flags.indexOf("[WPS") >= 0)
  /frameworks/base/core/java/android/os/
UEventObserver.java 135 int equals = message.indexOf('=', offset);
136 int at = message.indexOf('\0', offset);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
Clock.java 181 int magic1 = result.indexOf(MAGIC1);
182 int magic2 = result.indexOf(MAGIC2);
  /frameworks/base/tools/preload/
Record.java 150 int offset = result.indexOf("\\u");
159 offset = result.indexOf("\\u", offset + 1);
  /frameworks/native/services/sensorservice/
BatteryService.cpp 66 ssize_t index = mActivations.indexOf(key);
77 ssize_t index = mActivations.indexOf(Info(uid, handle));
  /frameworks/opt/net/voip/src/java/android/net/sip/
SimpleSessionDescription.java 68 address = (address.indexOf(':') < 0 ? "IN IP4 " : "IN IP6 ") + address;
410 int slash = parts[2].indexOf('/');
420 address = (address.indexOf(':') < 0 ? "IN IP4 " : "IN IP6 ") +
434 int colon = encryption.indexOf(':');
446 int colon = encryption.indexOf(':');
529 if (mOrder.indexOf(type) == -1) {
538 int i = line.indexOf(delimiter);
554 int i = line.indexOf(delimiter);
  /libcore/luni/src/main/java/libcore/icu/
TimeZoneNames.java 154 int olsonIdStart = line.indexOf('\t', 4) + 1;
155 int olsonIdEnd = line.indexOf('\t', olsonIdStart);

Completed in 524 milliseconds

<<21222324252627282930>>