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

1 2

  /external/nist-sip/java/gov/nist/core/
Match.java 39 /** Return true if a match occurs for searchString.
45 public boolean match(String searchString);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Rm.c 204 CHAR16 *SearchString;
229 SearchString = NULL;
234 SearchString = StrnCatGrow(&SearchString, &Size, Node->FullName, 0);
235 if (!EFI_ERROR(ShellIsDirectory(SearchString))) {
236 SearchString = StrnCatGrow(&SearchString, &Size, L"\\", 0);
237 SearchString = StrnCatGrow(&SearchString, &Size, L"*", 0);
240 if (Pattern == NULL || SearchString == NULL) {
    [all...]
Ls.c 330 @param[in] SearchString String with search string.
343 IN CONST CHAR16 *SearchString,
384 CorrectedPath = StrnCatGrow(&CorrectedPath, &LongestPath, SearchString, 0);
492 SearchString,
554 CHAR16 *SearchString;
563 SearchString = NULL;
664 ASSERT(SearchString == NULL);
666 StrnCatGrow(&SearchString, NULL, L"*", 0);
701 StrnCatGrow(&SearchString, NULL, L"*", 0);
706 StrnCatGrow(&SearchString, NULL, FullPath, 0);
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java     [all...]
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
AllAppsScreenHelper.java 58 public void searchAllAppsScreen(String searchString,
63 searchBoxObject.setText(searchString);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
SmsMmsContacts.java 167 String searchString = contactNameFilter.replace("*", ".*");
168 searchString = ".*" + searchString + ".*";
169 Pattern p = Pattern.compile(Pattern.quote(searchString), Pattern.CASE_INSENSITIVE);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
String.c 431 specified by String and returns the first occurrence of SearchString.
432 If SearchString is not found in String, then NULL is returned. If
433 the length of SearchString is zero, then String is
438 If SearchString is NULL, then ASSERT().
439 If SearchString is not aligned on a 16-bit boundary, then ASSERT().
441 If PcdMaximumUnicodeStringLength is not zero, and SearchString
446 @param SearchString Pointer to a Null-terminated Unicode string to search for.
448 @retval NULL If the SearchString does not appear in String.
456 IN CONST CHAR16 *SearchString
464 ASSERT (SearchString != NULL);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
String.c 450 specified by String and returns the first occurrence of SearchString.
451 If SearchString is not found in String, then NULL is returned. If
452 the length of SearchString is zero, then String is
457 If SearchString is NULL, then ASSERT().
458 If SearchString is not aligned on a 16-bit boundary, then ASSERT().
460 If PcdMaximumUnicodeStringLength is not zero, and SearchString
465 @param SearchString A pointer to a Null-terminated Unicode string to search for.
467 @retval NULL If the SearchString does not appear in String.
475 IN CONST CHAR16 *SearchString
486 ASSERT (StrSize (SearchString) != 0);
    [all...]
  /external/elfutils/libebl/
eblgstrtab.c 195 searchstring (struct Ebl_GStrent **sep, struct Ebl_GStrent *newstr) function
213 return searchstring (&(*sep)->left, newstr);
215 return searchstring (&(*sep)->right, newstr);
249 sep = searchstring (&st->root, newstr);
eblstrtab.c 194 searchstring (struct Ebl_Strent **sep, struct Ebl_Strent *newstr) function
210 return searchstring (&(*sep)->left, newstr);
212 return searchstring (&(*sep)->right, newstr);
237 struct Ebl_Strent **sep = searchstring (&st->root, newstr);
eblwstrtab.c 195 searchstring (struct Ebl_WStrent **sep, struct Ebl_WStrent *newstr) function
213 return searchstring (&(*sep)->left, newstr);
215 return searchstring (&(*sep)->right, newstr);
243 sep = searchstring (&st->root, newstr);
  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpsSupport.c 23 and returns the first occurrence of SearchString and ignore case during the search process.
24 If SearchString is not found in String, then NULL is returned. If the length of SearchString
28 If SearchString is NULL, then ASSERT().
31 @param[in] SearchString A pointer to a Null-terminated ASCII string to search for.
33 @retval NULL If the SearchString does not appear in String.
35 If the length of SearchString is zero,return String.
41 IN CONST CHAR8 *SearchString
54 ASSERT (AsciiStrSize (SearchString) != 0);
56 if (*SearchString == '\0')
    [all...]
  /cts/hostsidetests/gputools/src/android/gputools/cts/
CtsRootlessGpuDebugHostTest.java 143 private LogScanResult scanLog(String pid, String searchString) throws Exception {
144 return scanLog(pid, searchString, "");
150 private LogScanResult scanLog(String pid, String searchString, String endString) throws Exception {
174 if (line.contains(searchString) && line.endsWith(endString)) {
  /external/v8/src/builtins/
builtins.h     [all...]
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapIMProvider.java 334 String searchString =
357 searchString, projection, sortOrder);
442 * @param searchString if not null, include only threads that has contacts that matches the
443 * searchString as part of the contact name or nickName.
449 Long periodEnd, Long periodBegin, String searchString, String[] projection,
  /cts/tests/tests/content/src/android/content/cts/
AvailableIntentsTest.java 120 String searchString = "where am I?";
122 intent.putExtra(SearchManager.QUERY, searchString);
  /cts/hostsidetests/incident/src/com/android/server/cts/
BatteryStatsValidationTest.java 541 String searchString = getCompletedActionString(actionValue, requestCode);
542 checkLogcatForText(BG_VS_FG_TAG, searchString, maxTimeMs);
589 String searchString = getCompletedActionString(actionValue, requestCode);
590 checkLogcatForText(BG_VS_FG_TAG, searchString, maxTimeMs);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadStorageProvider.java 550 * @param searchString query used to filter out unwanted results.
553 Set<String> downloadedFilePaths, @Nullable String searchString)
560 boolean containsQuery = searchString == null || file.getName().contains(searchString);
  /packages/apps/Settings/src/com/android/settings/print/
PrintServiceSettingsFragment.java 421 public boolean onQueryTextChange(String searchString) {
422 mPrintersAdapter.getFilter().filter(searchString);
  /tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
PackageManagerHostTestUtils.java 214 public boolean doesRemoteFileExistContainingString(String destPath, String searchString)
217 return lsResult.contains(searchString);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
StrGather.py 556 ## SearchString
567 def SearchString(UniObjectClass, FileList, IsCompatibleMode):
606 Uni = SearchString(Uni, sorted (FileList), IsCompatibleMode)
  /external/trappy/trappy/stats/
grammar.py 393 self._accessor.searchString(expr)
400 self._accessor.searchString(expr)
407 self._accessor.searchString(expr)
  /external/v8/src/runtime/
runtime-strings.cc 131 // String.prototype.indexOf(searchString [, position])
139 // String.prototype.indexOf(searchString, position)
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
SelectPrinterActivity.java 246 public boolean onQueryTextChange(String searchString) {
247 ((DestinationAdapter) mListView.getAdapter()).getFilter().filter(searchString);
  /packages/apps/DocumentsUI/src/com/android/documentsui/
FocusManager.java 518 String searchString = mSearchString.toString().toLowerCase();
521 if (title != null && title.startsWith(searchString)) {

Completed in 928 milliseconds

1 2