HomeSort by relevance Sort by last modified time
    Searched full:look (Results 126 - 150 of 5649) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/utils/
PrefixResolver.java 38 * @param prefix The prefix to look up, which may be an empty string ("") for the default Namespace.
48 * @param prefix The prefix to look up, which may be an empty string ("") for the default Namespace.
49 * @param context The node context from which to look up the URI.
StringToIntTable.java 122 * @param key String to look for
142 * @param key String to look for
164 * @param key String to look for
  /external/expat/conftools/
PrintPath 2 # Look for program[s] somewhere in $PATH.
8 # Look in PATHNAME instead of $PATH
50 # test/[] to look for an executable file. OS/2 just has '-r'
  /external/llvm/docs/HistoricalNotes/
2001-02-06-TypeNotationDebateResp1.txt 8 > Okay before you comment, please look at:
29 > functions, and have to look up an example when they have to write them.
35 In either case, I would have to look up an example to write pointers to
2001-02-06-TypeNotationDebate.txt 36 Okay before you comment, please look at:
59 functions, and have to look up an example when they have to write them.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
libintl.h 37 /* Look up MSGID in the current default message catalog for the current
43 /* Look up MSGID in the DOMAINNAME message catalog for the current
50 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
libintl.h 37 /* Look up MSGID in the current default message catalog for the current
43 /* Look up MSGID in the DOMAINNAME message catalog for the current
50 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
libintl.h 37 /* Look up MSGID in the current default message catalog for the current
43 /* Look up MSGID in the DOMAINNAME message catalog for the current
50 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/
TestDelegates.java 35 * Since the reimplemented methods are not native anymore, we look for the annotation
36 * {@link LayoutlibDelegate}, and look for a matching method in the delegate (named the same
86 // with @LayoutlibDelegate, look for a matching method in the delegate class.
91 // look for methods that are delegated: they have the LayoutlibDelegate annotation
148 // look for dead (delegate) code.
156 // look for methods that are delegates: they have the LayoutlibDelegate annotation
  /dalvik/vm/
Init.h 44 * Look up the set of classes and members used directly by the VM,
54 * Look up required members of the class Reference, and set the global
  /development/scripts/
symbol.py 53 """Look for the latest available toolchain
71 # Look for addr2line to check for valid toolchain path.
82 """Look up symbol information about an address.
106 """Look up symbol information for a set of addresses from the given library.
151 """Look up line and symbol information for a set of addresses.
155 unique_addrs: set of string hexidecimal addresses look up.
222 # Function lines look like:
225 # offset. This is tricky due to functions that look like "operator+(..)+0x2c"
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRMap.h 65 /* look for s in ptrBuffer */
67 /* look for s in ptrBuffer */
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRMap.h 65 /* look for s in ptrBuffer */
67 /* look for s in ptrBuffer */
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRMap.h 65 /* look for s in ptrBuffer */
67 /* look for s in ptrBuffer */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRMap.h 65 /* look for s in ptrBuffer */
67 /* look for s in ptrBuffer */
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
ll-star.rb 29 * Use ANTLRWorks to see the look use (step by Location)
30 * and look for blue tokens in the input window pane. :)
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
ST.stg 68 @input.look( -1 ).index,
117 @input.to_s(return_value.start, @input.look(-1))
  /external/e2fsprogs/
INSTALL 59 your /etc/fstab file look liks this:
63 you should add "1 1" at the end of each line, so that they look like this:
INSTALL.elfbin 38 your /etc/fstab file look liks this:
42 you should add "1 1" at the end of each line, so that they look like this:
  /external/kernel-headers/original/asm-mips/
module.h 66 /* Given an address, look for it in the exception tables. */
69 /* Given an address, look for it in the exception tables. */
  /external/proguard/src/proguard/classfile/util/
StringReferenceInitializer.java 78 // First look for the class in the program class pool.
81 // Otherwise look for the class in the library class pool.
  /external/qemu/android/avd/
util.h 43 * properly for now is to look at $OUT/system/build.prop:
53 * properly for now is to look at $OUT/system/build.prop:
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DataGridColumnListCustom.cpp 50 // Then look for IDL defined properties on the object itself.
54 // Finally, look up a column by name.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/
sdk-addons-list-1.xsd 53 'directory', in which case the manager will look for a resource
61 In the second example, the manager will actually look for:
  /external/bison/src/
lalr.c 1 /* Compute look-ahead criteria for Bison.
25 which rules need look-ahead in each state, and which look-ahead
336 | Count the number of look-ahead tokens required for S |
348 /* We need a look-ahead either to distinguish different
380 /* Compute the total number of reductions requiring a look-ahead. */
392 require look-ahead tokens. */
406 | Output the look-ahead tokens for each state. |
414 fprintf (out, "Look-ahead tokens: BEGIN\n");
426 fprintf (out, "State %d: %d look-ahead tokens\n"
    [all...]

Completed in 790 milliseconds

1 2 3 4 56 7 8 91011>>