OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:like
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/android/content/
SearchRecentSuggestionsProvider.java
191
mSuggestSuggestionClause = "display1
LIKE
? OR display2
LIKE
?";
204
mSuggestSuggestionClause = "display1
LIKE
?";
331
String
like
= "%" + selectionArgs[0] + "%";
local
333
myArgs = new String [] {
like
,
like
};
335
myArgs = new String [] {
like
};
/external/icu/icu4c/source/test/intltest/
restest.cpp
93
UBool
like
[e_Where_count];
member in struct:__anon10243
restsnew.cpp
92
UBool
like
[e_Where_count];
member in struct:__anon10246
519
logln("Testing C
like
UnicodeString APIs\n");
[
all
...]
/external/icu/icu4c/source/test/cintltst/
crestst.c
64
UBool
like
[e_Where_count];
member in struct:__anon10148
541
* - ures_open() works
like
ures_openDirect() on a bundle with a top-level
[
all
...]
creststn.c
156
UBool
like
[e_Where_count];
member in struct:__anon10152
[
all
...]
/packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java
63
"(url
LIKE
? OR url
LIKE
? OR url
LIKE
? OR url
LIKE
? OR title
LIKE
?)";
438
String
like
= constraint + "%";
local
441
if (
like
.startsWith("http") ||
like
.startsWith("file")) {
443
args[0] =
like
;
444
selection = "url
LIKE
?"
[
all
...]
/packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java
137
"history.url
LIKE
? OR history.url
LIKE
? OR history.url
LIKE
? OR history.url
LIKE
?"
138
+ " OR history.title
LIKE
? OR bookmarks.title
LIKE
?";
1139
String
like
= selectionArgs[0] + "%";
local
[
all
...]
Completed in 332 milliseconds