OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Search
(Results
1 - 25
of
31
) sorted by null
1
2
/frameworks/base/common/java/com/android/common/
Search.java
20
* Utilities for
search
implementations.
24
public class
Search
{
27
* Key for the source identifier set by the application that launched a
search
intent.
28
* The identifier is
search
-source specific string. It can be used
29
* by the
search
provider to keep statistics of where searches are started from.
37
private
Search
() { } // don't instantiate
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java
19
import com.android.common.
Search
;
36
* This class is purely here to get
search
queries and route them to
42
// The template URL we should use to format google
search
requests.
45
// "source" parameter for Google
search
requests from unknown sources (e.g. apps). This will get
68
Log.w(TAG, "Got
search
intent with no query.");
98
source = appSearchData.getString(
Search
.SOURCE);
102
// window to place a new
search
into. So if this exists, we'll pass it back to
/external/webkit/WebKit/chromium/public/
WebInputElement.h
70
Search
,
/external/libpng/scripts/
makevms.com
20
$ If F$
Search
("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
33
$ if f$
search
("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
36
$ if f$
search
("SYS$SYSTEM:VAXC.EXE").eqs.""
97
$ if f$
search
("DESCRIP.MMS") .eqs. "" then copy/nolog [.SCRIPTS]DESCRIP.MMS []
110
$ If F$
Search
(P1) .Eqs. "" Then Goto Makeit
123
$ AFile = F$
Search
(File)
/external/libpng/contrib/gregbook/
makevms.com
13
$ if f$
search
("[---.zlib]zlib.h").nes."" then zpath = "[---.zlib]"
14
$ if f$
search
("[--]png.h").nes."" then pngpath = "[--]"
16
$ if f$
search
("[-.zlib]zlib.h").nes."" then zpath = "[-.zlib]"
17
$ if f$
search
("[-.libpng]png.h").nes."" then pngpath = "[-.libpng]"
40
$ if f$
search
("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
43
$ if f$
search
("SYS$SYSTEM:VAXC.EXE").eqs.""
100
$ If F$
Search
(P1) .Eqs. "" Then Goto Makeit
113
$ AFile = F$
Search
(File)
/external/libpng/contrib/pngminus/
makevms.com
15
$ if f$
search
("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
18
$ if f$
search
("SYS$SYSTEM:VAXC.EXE").eqs.""
60
$ If F$
Search
(P1) .Eqs. "" Then Goto Makeit
73
$ AFile = F$
Search
(File)
/frameworks/base/tools/aidl/
generate_java.cpp
338
decl->returnType = NAMES.
Search
(method->type.type.data);
345
NAMES.
Search
(arg->type.type.data), arg->name.data,
368
Type* t = NAMES.
Search
(arg->type.type.data);
430
Type* t = NAMES.
Search
(arg->type.type.data);
451
proxy->returnType = NAMES.
Search
(method->type.type.data);
458
NAMES.
Search
(arg->type.type.data), arg->name.data,
497
Type* t = NAMES.
Search
(arg->type.type.data);
540
Type* t = NAMES.
Search
(arg->type.type.data);
Type.h
418
// try to
search
by either a full name or a partial name
419
Type*
Search
(const string& name);
Type.cpp
1125
Namespace::
Search
(const string& name)
1161
// For each of the args, do a recursive
search
on it. We don't allow
1174
Type* t = this->
Search
(s);
[
all
...]
aidl.cpp
389
Type* returnType = NAMES.
Search
(m->type.type.data);
422
Type* t = NAMES.
Search
(arg->type.type.data);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchWidgetProvider.java
19
import com.android.common.
Search
;
35
*
Search
widget provider.
66
widgetAppData.putString(
Search
.SOURCE, WIDGET_SEARCH_SOURCE);
SearchActivity.java
19
import com.android.common.
Search
;
55
* The main activity for Quick
Search
Box. Shows the
search
UI.
70
// a microphone button since one already exists in the
search
dialog.
82
// True if the user has taken some action, e.g. launching a
search
, voice
search
,
336
// TODO: This gets logged when starting other activities, e.g. by opening he
search
488
if (DBG) Log.d(TAG, "
Search
clicked, query=" + query);
498
// Log
search
start
509
// Start
search
[
all
...]
/external/zlib/
make_vms.com
33
$ If F$
Search
("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
99
$ if f$
search
("x11vms:xvmsutils.olb") .nes. ""
146
$ If F$
Search
(P1) .Eqs. "" Then Goto Makeit
159
$ AFile = F$
Search
(File)
250
$ its_decc = (f$
search
("SYS$SYSTEM:DECC$COMPILER.EXE") .nes. "")
251
$ its_vaxc = .not. its_decc .and. (F$
Search
("SYS$System:VAXC.Exe") .nes. "")
396
$ IF F$
SEARCH
("''P1'") .EQS. ""
412
$ f= f$
search
(line)
433
$ if f$
search
("a.tmp") .eqs. "" -
436
$
search
a.tmp "symbol:","EGSY$V_DEF 1","EGSY$V_NORM 1"/out=b.tm
[
all
...]
/external/v8/tools/
splaytree.py
63
# Splay on the key to move the last node on the
search
path for
140
# node on the
search
path to the top of the tree.
171
key, the last node on the
search
path is moved to the top of the
176
"Self-adjusting Binary
Search
Trees" by Sleator and Tarjan
splaytree.js
37
*
search
tree with the additional property that recently accessed
78
// Splay on the key to move the last node on the
search
path for
185
// node on the
search
path to the top of the tree.
212
* key, the last node on the
search
path is moved to the top of the
214
* "Self-adjusting Binary
Search
Trees" by Sleator and Tarjan
/external/webkit/WebKitTools/Scripts/webkitpy/
autoinstall.py
273
Search
for a module specified by 'fullname'. 'fullname' must be
/sdk/files/
find_java.bat
36
rem
Search
for an alternative in %ProgramFiles%\Java\*\bin\java.exe
/external/webkit/WebKit/chromium/src/
AssertMatchingEnums.cpp
239
COMPILE_ASSERT_MATCHING_ENUM(WebInputElement::
Search
, HTMLInputElement::
SEARCH
);
/packages/apps/IM/libwbxml/src/
csp13tags_hash.c
953
{"
Search
-Request", 0x012b},
[
all
...]
/build/core/
config.mk
125
# or under vendor/*/$(TARGET_DEVICE).
Search
in both places, but
/build/tools/droiddoc/templates-sdk/
customization.cs
5
<?cs # The default
search
box that goes in the header ?><?cs
7
<div id="
search
" >
9
<form accept-charset="utf-8" class="gsc-
search
-box"
11
<table class="gsc-
search
-box" cellpadding="0" cellspacing="0"><tbody>
15
title="
search
developer docs" name="q"
16
value="
search
developer docs"
26
<td class="gsc-
search
-button">
27
<input type="submit" value="
Search
" title="
search
" id="
search
-button" class="gsc-search-button" /
[
all
...]
/external/v8/benchmarks/
splay.js
124
*
search
tree with the additional property that recently accessed
164
// Splay on the key to move the last node on the
search
path for
241
// node on the
search
path to the top of the tree.
270
* key, the last node on the
search
path is moved to the top of the
272
* "Self-adjusting Binary
Search
Trees" by Sleator and Tarjan
/external/webkit/SunSpider/tests/v8-v4/
v8-splay.js
119
*
search
tree with the additional property that recently accessed
159
// Splay on the key to move the last node on the
search
path for
236
// node on the
search
path to the top of the tree.
265
* key, the last node on the
search
path is moved to the top of the
267
* "Self-adjusting Binary
Search
Trees" by Sleator and Tarjan
/frameworks/base/docs/html/resources/
resources_toc.cs
102
<span class="en">Quick
Search
Box</span>
/frameworks/base/docs/html/guide/
guide_toc.cs
240
<div><a href="<?cs var:toroot?>guide/topics/
search
/index.html">
241
<span class="en">
Search
</span>
244
<li><a href="<?cs var:toroot?>guide/topics/
search
/
search
-dialog.html">Using the Android
Search
Dialog</a></li>
245
<li><a href="<?cs var:toroot?>guide/topics/
search
/adding-recent-query-suggestions.html">Adding Recent Query Suggestions</a></li>
246
<li><a href="<?cs var:toroot?>guide/topics/
search
/adding-custom-suggestions.html">Adding Custom Suggestions</a></li>
247
<li><a href="<?cs var:toroot?>guide/topics/
search
/searchable-config.html">Searchable Configuration</a></li>
Completed in 635 milliseconds
1
2