HomeSort by relevance Sort by last modified time
    Searched full:look (Results 351 - 375 of 8798) sorted by null

<<11121314151617181920>>

  /sdk/find_lock/
find_lock.exe.manifest 4 For details on the Assembly Manifest, please look here:
  /sdk/sdklauncher/
sdklauncher.exe.manifest 4 For details on the Assembly Manifest, please look here:
  /system/core/include/log/
event_tag_map.h 42 * Look up a tag by index. Returns the tag string, or NULL if not found.
  /external/bluetooth/bluedroid/stack/avct/
avct_l2c.c 181 /* look up lcb for this channel */
241 /* look up lcb for this channel */
291 /* look up lcb for this channel */
342 /* look up lcb for this channel */
372 /* look up lcb for this channel */
401 /* look up lcb for this channel */
423 /* look up lcb for this channel */
  /external/bluetooth/bluedroid/stack/avdt/
avdt_l2c.c 282 /* look up info for this channel */
350 /* look up info for this channel */
392 /* look up info for this channel */
442 /* look up info for this channel */
471 /* look up info for this channel */
492 /* look up info for this channel */
513 /* look up info for this channel */
  /external/bluetooth/bluedroid/stack/mcap/
mca_l2c.c 299 /* look up info for this channel */
365 /* look up info for this channel */
408 /* look up info for this channel */
463 /* look up info for this channel */
495 /* look up info for this channel */
518 /* look up info for this channel */
539 /* look up info for this channel */
  /external/chromium_org/third_party/icu/source/common/
rbbirpt.txt 127 # expr-mod We've just finished scanning a term, now look for the optional
150 '/' look-ahead doExprCatOperator
158 # look-ahead Scanning a '/', which identifies a break point, assuming that the
164 look-ahead:
173 # look-ahead symbol is permitted.
224 '/' look-ahead doExprCatOperator
298 # assignment must look like a rule expression, and we come here
ustrenum.cpp 164 * Wrapper API to make StringEnumeration look like UEnumeration.
173 * Wrapper API to make StringEnumeration look like UEnumeration.
183 * Wrapper API to make StringEnumeration look like UEnumeration.
194 * Wrapper API to make StringEnumeration look like UEnumeration.
205 * Wrapper API to make StringEnumeration look like UEnumeration.
  /external/icu4c/common/
rbbirpt.txt 127 # expr-mod We've just finished scanning a term, now look for the optional
150 '/' look-ahead doExprCatOperator
158 # look-ahead Scanning a '/', which identifies a break point, assuming that the
164 look-ahead:
173 # look-ahead symbol is permitted.
224 '/' look-ahead doExprCatOperator
298 # assignment must look like a rule expression, and we come here
ustrenum.cpp 173 * Wrapper API to make StringEnumeration look like UEnumeration.
182 * Wrapper API to make StringEnumeration look like UEnumeration.
192 * Wrapper API to make StringEnumeration look like UEnumeration.
203 * Wrapper API to make StringEnumeration look like UEnumeration.
214 * Wrapper API to make StringEnumeration look like UEnumeration.
  /external/kernel-headers/original/linux/
if_vlan.h 77 * it gives constant time look-up, but in many cases it wastes memory.
346 VLAN_NAME_TYPE_PLUS_VID, /* Name will look like: vlan0005 */
347 VLAN_NAME_TYPE_RAW_PLUS_VID, /* name will look like: eth1.0005 */
348 VLAN_NAME_TYPE_PLUS_VID_NO_PAD, /* Name will look like: vlan5 */
349 VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD, /* Name will look like: eth0.5 */
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITObjectCacheTest.cpp 67 // Look for the module in our map.
151 // Verify that MCJIT tried to look-up this module in the cache.
189 // Verify that MCJIT tried to look-up this module in the cache.
227 // Run the function and look for the replacement return code.
230 // Verify that MCJIT tried to look-up this module in the cache.
  /external/yaffs2/yaffs2/direct/
dtest.c 325 printf("\nmount: Directory look-up of %s\n",path);
351 printf("\nmount: Directory look-up of %s\n",path);
634 printf("\nDirectory look-up of /boot\n");
636 printf("\nDirectory look-up of /data\n");
638 printf("\nDirectory look-up of /flash\n");
708 printf("\nDirectory look-up of /boot\n");
718 printf("\nDirectory look-up of /boot\n");
724 printf("\nDirectory look-up of /boot\n");
731 printf("\nDirectory look-up of /boot\n");
733 printf("\nDirectory look-up of /boot/directory1\n")
    [all...]
  /external/zlib/src/
gzread.c 77 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0.
129 /* look for gzip magic bytes -- if there, do gzip decoding (note: there is
169 data. If the gzip stream completes, state->how is reset to LOOK to look for
212 /* if the gzip stream completed successfully, look for another */
214 state->how = LOOK;
222 file depending on state->how. If state->how is LOOK, then a gzip header is
233 case LOOK: /* -> LOOK, COPY (only if never GZIP), or GZIP */
236 if (state->how == LOOK)
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkReduceOrder.cpp 58 // look for identical points
59 // look for all four points in a line
61 // look for approximation with single quadratic
198 // look for identical points
199 // look for all four points in a line
201 // look for approximation with single quadratic
  /external/llvm/lib/Target/Hexagon/
HexagonPeephole.cpp 135 // Look for sign extends:
153 // Look for %vreg170<def> = COMBINE_ir_V4 (0, %vreg169)
168 // Look for this sequence below
186 // Look for P=NOT(P).
204 // Look for copy:
243 // Look for Predicated instructions.
  /external/skia/src/pathops/
SkReduceOrder.cpp 58 // look for identical points
59 // look for all four points in a line
61 // look for approximation with single quadratic
198 // look for identical points
199 // look for all four points in a line
201 // look for approximation with single quadratic
  /external/openfst/src/include/fst/
lookahead-matcher.h 96 // LOOK-AHEAD FLAGS (see also kMatcherFlags in matcher.h):
112 // Look-ahead of matcher FST non-epsilon arcs?
115 // Look-ahead of matcher FST epsilon arcs?
177 Weight weight_; // Look-ahead weight
178 Arc prefix_arc_; // Look-ahead prefix arc
217 // Look-ahead methods.
246 // Look-ahead of one transition. Template argument F accepts flags to
305 // Look-ahead methods.
333 const Fst<Arc> *lfst_; // Look-ahead FST
523 // Look-ahead methods
    [all...]
  /bionic/libdl/
dltest.c 48 "specify a library path to look up symbol",
49 "specify symbol to look up",
  /dalvik/tools/
deadcode.py 24 # Look for a section header
57 # Look for a method name
  /development/host/windows/usb/api/
adb_object_handle.cpp 112 // Look us up in the map.
154 // Look us up in the map.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
event-hub.rb 159 def look( i, tree ) method in class:ANTLR3.Debug.EventHub
161 listener.look( i, tree )
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
ASTParser.stg 12 return_value.tree = @adaptor.create_error_node( @input, return_value.start, @input.look(-1), re )<\n>
61 <label; format="label"> = @input.look<\n>
  /external/chromium/base/debug/
debug_on_start_win.h 5 // Define the necessary code and global data to look for kDebugOnStart command
48 // Set the function pointer to our function to look for a crash on start. The
  /external/chromium/base/i18n/
icu_util.cc 97 // Only look for the packaged data file;
98 // the default behavior is to look for individual files.

Completed in 681 milliseconds

<<11121314151617181920>>