OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:look
(Results
501 - 525
of
8608
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/bluetooth/bluedroid/stack/btm/
btm_dev.c
217
** Description
Look
for the record in the device database for the record
365
** Description
Look
for the record in the device database for the record
389
** Description
Look
for the record in the device database for the record
416
** Description
Look
for the record in the device database for the record
453
/* First
look
for the non-paired devices for the oldest entry */
/external/chromium_org/third_party/icu/source/i18n/
regeximp.h
147
// Param 1: The minimum length of the
look
-behind match
148
// Param 2: The max length of the
look
-behind match
155
// Param 1: The minimum length of the
look
-behind match
156
// Param 2: The max length of the
look
-behind match
157
// Param 3: The pattern loc following the
look
-behind block.
/external/chromium_org/third_party/mesa/src/docs/
README.CYGWIN
47
widgets.
Look
in those directories for more information.
75
Look
in those directories for details
92
will first
look
if the MESA_RGB_VISUAL variable is defined. If so, it
94
visual is requested, glXChooseVisual will
look
for the MESA_CI_VISUAL
146
to produce images which
look
correct. If in the past you thought
/external/mesa3d/docs/
README.CYGWIN
47
widgets.
Look
in those directories for more information.
75
Look
in those directories for details
92
will first
look
if the MESA_RGB_VISUAL variable is defined. If so, it
94
visual is requested, glXChooseVisual will
look
for the MESA_CI_VISUAL
146
to produce images which
look
correct. If in the past you thought
/packages/apps/Dialer/src/com/android/dialer/util/
ExpirableCache.java
40
* When we need to store contact information for a given phone number, we can
look
up the info in
171
* @param key the key to
look
up
187
* @param key the key to
look
up
201
* @param key the key to
look
up
214
* @param key the key to
look
up
/cts/tools/dasm/src/java_cup/
lexer.java
68
* Just before they are returned we
look
them up in this table to see if
220
/** Try to
look
up a single character symbol, returns -1 for not found.
352
/* extract a string and try to
look
it up as a keyword */
403
/*
look
for white space */
412
/*
look
for a single character symbol */
421
/*
look
for : or ::= */
431
/* move forward and
look
for the '=' */
445
/*
look
for a comment */
453
/*
look
for start of code string */
457
/*
look
for an id or keyword *
[
all
...]
lalr_item.java
40
* @param
look
the set of lookahead symbols.
42
public lalr_item(production prod, int pos, terminal_set
look
)
46
_lookahead =
look
;
55
* @param
look
the set of lookahead symbols.
57
public lalr_item(production prod, terminal_set
look
) throws internal_error
59
this(prod,0,
look
);
/external/chromium_org/third_party/zlib/
gzread.c
92
/*
Look
for gzip header, set up for inflate or copy. state->have must be zero.
149
/*
look
for the gzip magic header bytes 31 and 139 */
229
trailer is verified, state->how is reset to
LOOK
to
look
for the next gzip
289
state->how =
LOOK
; /* ready for next stream, once have is 0 (leave
299
file depending on state->how. If state->how is
LOOK
, then a gzip header is
309
if (state->how ==
LOOK
) { /*
look
for gzip header */
416
else if (state->how ==
LOOK
|| len < (state->size << 1)) {
582
/*
look
for end-of-line in current output buffer *
[
all
...]
/external/elfutils/libdwfl/
linux-kernel-modules.c
99
to
look
for "vmlinux" files. */
105
to
look
for "vmlinux.debug" files. */
212
/*
Look
for a kernel debug archive. If we find one, report all its modules.
258
If RELEASE starts with '/', it names a directory to
look
in;
313
names. To handle that, we would have to
look
at the
430
/*
Look
for a build ID note in NOTESFILE and associate the ID with MOD. */
487
/*
Look
for a build ID for the kernel. */
494
/*
Look
for a build ID for a loaded kernel module. */
633
some using '_' and some using '-'. So our cheap kludge is to
look
for
752
The file name for ".init*" may actually
look
like "_init*". *
[
all
...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unicodetext.cc
319
UnicodeText::const_iterator UnicodeText::find(const UnicodeText&
look
,
323
return UnsafeFind(
look
, start_pos);
326
UnicodeText::const_iterator UnicodeText::find(const UnicodeText&
look
) const {
327
return UnsafeFind(
look
, begin());
331
const UnicodeText&
look
, const_iterator start_pos) const {
335
StringPiece look_piece(
look
.utf8_data(),
look
.utf8_length());
/libcore/luni/src/main/java/org/xml/sax/helpers/
AttributesImpl.java
189
*
Look
up an attribute's index by Namespace name.
191
* <p>In many cases, it will be more efficient to
look
up the name once and
214
*
Look
up an attribute's index by qualified (prefixed) name.
233
*
Look
up an attribute's type by Namespace-qualified name.
255
*
Look
up an attribute's type by qualified (prefixed) name.
275
*
Look
up an attribute's value by Namespace-qualified name.
297
*
Look
up an attribute's value by qualified (prefixed) name.
/external/llvm/lib/CodeGen/
Analysis.cpp
211
///
Look
through operations that will be free to find the earliest source of
227
// Try to
look
through V1; if V1 is not an instruction, it can't be looked
235
//
Look
through truly no-op bitcasts.
239
//
Look
through getelementptr
243
//
Look
through inttoptr.
251
//
Look
through ptrtoint.
263
//
Look
through call (skipping callee)
274
//
Look
through invoke (skipping BB, BB, Callee)
308
// Terminate if we couldn't find anything to
look
through.
351
// call". FIXME: with sufficiently cunning bit-tracking, we could
look
throug
[
all
...]
/external/chromium_org/third_party/skia/src/pathops/
SkReduceOrder.cpp
135
//
look
for identical points
136
//
look
for all four points in a line
138
//
look
for approximation with single quadratic
364
//
look
for identical points
365
//
look
for all four points in a line
367
//
look
for approximation with single quadratic
/external/skia/src/pathops/
SkReduceOrder.cpp
135
//
look
for identical points
136
//
look
for all four points in a line
138
//
look
for approximation with single quadratic
364
//
look
for identical points
365
//
look
for all four points in a line
367
//
look
for approximation with single quadratic
/external/smack/src/org/xbill/DNS/
Zone.java
379
* If this is the name,
look
for the actual type or a CNAME.
380
* Otherwise,
look
for a DNAME.
427
* @param name The name to
look
up
428
* @param type The type to
look
up
439
* @param name The name to
look
up
440
* @param type The type to
look
up
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_compile.py
112
emit(0) #
look
ahead
116
raise error, "
look
-behind requires fixed-width pattern"
117
emit(lo) #
look
behind
369
#
look
for a literal prefix
376
#
look
for literal prefix
390
# if no prefix,
look
for charset prefix
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_compile.py
112
emit(0) #
look
ahead
116
raise error, "
look
-behind requires fixed-width pattern"
117
emit(lo) #
look
behind
369
#
look
for a literal prefix
376
#
look
for literal prefix
390
# if no prefix,
look
for charset prefix
/bionic/linker/
dlfcn.cpp
192
// A search of the hash table will
look
through
195
//
look
at. gLibDlChains should be set up to
199
// That is, gLibDlChains should
look
like
/external/apache-http/src/org/apache/http/conn/params/
ConnRouteParams.java
82
* @param params the parameters in which to
look
up
126
* @param params the parameters in which to
look
up
171
* @param params the parameters in which to
look
up
/external/chromium/chrome/browser/autofill/
credit_card_field.cc
100
// We
look
for a card security code before we
look
for a credit
130
// "Expires", "exp. date" or "exp. month" and "exp. year". We also
look
/external/chromium_org/chrome/app/
client_util.cc
113
// If that fails then we
look
at the --chrome-version command line flag to
116
// If that fails then finally we
look
at the version resource in the current
138
// If no version on the command line, then
look
at the version resource in
/external/chromium_org/components/autofill/core/browser/
credit_card_field.cc
80
// We
look
for a card security code before we
look
for a credit
116
//
Look
for a 2-digit year first.
phone_field.cc
181
//
Look
for optional fields.
183
//
Look
for a third text box.
192
// Now
look
for an extension.
/external/chromium_org/content/browser/
mach_broker_mac.mm
139
//
Look
up the named MachBroker port that's been registered with the
144
LOG(ERROR) << "Failed to
look
up bootstrap port: " << MachErrorCode(kr);
152
LOG(ERROR) << "Failed to
look
up named parent port: " << MachErrorCode(kr);
/external/chromium_org/ppapi/examples/scaling/
scaling.cc
156
// demonstrate how unscaled graphics would
look
, even on a high-DPI device.
158
// show how scaled graphics would
look
crisper on a high-DPI device, in
159
// comparison to using unscaled graphics. Both modes should
look
identical
Completed in 778 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>