HomeSort by relevance Sort by last modified time
    Searched full:searchstring (Results 1 - 25 of 26) sorted by null

1 2

  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java     [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.6-1.js 24 ECMA Section: 15.5.4.6 String.prototype.indexOf( searchString, pos)
25 Description: If the given searchString appears as a substring of the
34 searchString and pos, the following steps are taken:
38 2. Call ToString(searchString).
15.5.4.7-3.js 24 ECMA Section: 15.5.4.7 String.prototype.lastIndexOf( searchString, pos)
27 If the given searchString appears as a substring of the result of
34 When the lastIndexOf method is called with two arguments searchString and
38 2.Call ToString(searchString).
15.5.4.7-1.js 24 ECMA Section: 15.5.4.7 String.prototype.lastIndexOf( searchString, pos)
27 If the given searchString appears as a substring of the result of
34 When the lastIndexOf method is called with two arguments searchString and
38 2.Call ToString(searchString).
15.5.4.6-2.js 24 ECMA Section: 15.5.4.6 String.prototype.indexOf( searchString, pos)
25 Description: If the given searchString appears as a substring of the
34 searchString and pos, the following steps are taken:
38 2. Call ToString(searchString).
15.5.4.7-2.js 24 ECMA Section: 15.5.4.7 String.prototype.lastIndexOf( searchString, pos)
27 If the given searchString appears as a substring of the result of
34 When the lastIndexOf method is called with two arguments searchString and
38 2.Call ToString(searchString).
  /packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java 217 final String searchString =
251 searchString));
269 snippet.setText(cursor.getString(bodyPos), searchString);
282 onClickIntent.putExtra("highlight", searchString);
310 searchString,
312 cursorCount, searchString));
320 .appendQueryParameter("pattern", searchString).build();
  /external/webkit/WebKit/win/WebCoreSupport/
WebContextMenuClient.cpp 134 String searchString = frame->selectedText();
135 searchString.stripWhiteSpace();
136 String encoded = encodeWithURLEscapeSequences(searchString);
  /external/elfutils/libebl/
eblgstrtab.c 185 searchstring (struct Ebl_GStrent **sep, struct Ebl_GStrent *newstr) function
203 return searchstring (&(*sep)->left, newstr);
205 return searchstring (&(*sep)->right, newstr);
239 sep = searchstring (&st->root, newstr);
eblstrtab.c 180 searchstring (struct Ebl_Strent **sep, struct Ebl_Strent *newstr) function
198 return searchstring (&(*sep)->left, newstr);
200 return searchstring (&(*sep)->right, newstr);
228 sep = searchstring (&st->root, newstr);
eblwstrtab.c 180 searchstring (struct Ebl_WStrent **sep, struct Ebl_WStrent *newstr) function
198 return searchstring (&(*sep)->left, newstr);
200 return searchstring (&(*sep)->right, newstr);
228 sep = searchstring (&st->root, newstr);
  /cts/tests/tests/content/src/android/content/cts/
AvailableIntentsTest.java 121 String searchString = "where am I?";
123 intent.putExtra(SearchManager.QUERY, searchString);
  /cts/tests/tests/provider/src/android/provider/cts/
BrowserTest.java 148 final String searchString = "search string";
153 Browser.addSearchUrl(mContentResolver, searchString);
160 assertEquals(searchString,
165 Browser.addSearchUrl(mContentResolver, searchString);
173 assertEquals(searchString,
183 assertEquals(searchString,
    [all...]
  /external/v8/src/
string.js 109 function StringIndexOf(searchString /* position */) { // length == 1
111 var pattern_str = TO_STRING_INLINE(searchString);
127 function StringLastIndexOf(searchString /* position */) { // length == 1
130 var pat = TO_STRING_INLINE(searchString);
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsProvider.java 328 String searchString = uri.getQueryParameter("pattern");
329 String query = String.format("SELECT _id, index_text, source_id, table_to_use, offsets(words) FROM words WHERE words MATCH '%s*' LIMIT 50;", searchString);
358 String searchString = uri.getQueryParameter("pattern") + "*";
391 cursor = db.rawQuery(rawQuery, new String[] { searchString, searchString });
    [all...]
  /packages/apps/IM/libwbxml/src/gperf/
csp13tags.gperf 132 SearchString, 0x0133
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTestUtils.java 216 public boolean doesRemoteFileExistContainingString(String destPath, String searchString)
219 return lsResult.contains(searchString);
  /packages/apps/IM/libwbxml/include/
csp13_data.h 150 { 0x33, "SearchString" },
  /packages/apps/IM/libwbxml/src/
csp13tags_hash.c     [all...]
  /external/sonivox/arm-fm-22k/host_src/
eas.h     [all...]
  /external/sonivox/arm-hybrid-22k/host_src/
eas.h     [all...]
  /external/sonivox/arm-wt-22k/host_src/
eas.h     [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_public.c     [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_public.c     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_public.c     [all...]

Completed in 509 milliseconds

1 2