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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/docs/html/guide/topics/renderscript/
index.jd 27 processing. In this example we will look at applying a levels/saturation operation
35 In this post I?ll look at "compute" in more detail. In RenderScript we use
  /system/core/include/cutils/
config_utils.h 48 /* look up a child by name and return the boolean value */
51 /* look up a child by name and return the string value */
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 346 def look( steps = 1 ) method in class:ANTLR3.Debug.TokenStream
349 @debug_listener.look( steps, token )
354 look( steps ).type
417 # so that a GUI can easily track what look/consume events are
446 # triggered by both peek and look calls. The debugger will want to know
448 # what token was seen at that depth. A remote debugger cannot look
449 # ahead into a file it doesn't have so look events must pass the token
452 def look( i, tree ) method in class:ANTLR3.Debug.EventListener
456 # The parser is going to look arbitrarily ahead; mark this location,
463 # After an arbitrairly long look as with a cyclic DFA (or wit
    [all...]
streams.rb 90 === consume / look / peek
96 to a recognizer at look-ahead position specified by <tt>k</tt>. For
102 <tt>stream.look(k = 1)</tt> is used to retrieve the full object of interest at
103 look-ahead position specified by <tt>k</tt>. While <tt>peek</tt> provides the
105 <tt>look</tt> provides the <i>full object of concern</i> in the stream. For
112 implemented by some method with a name like <tt>LA(k)</tt> and <tt>look</tt> is
115 un-Ruby-like. Thus, I chose <tt>peek</tt> and <tt>look</tt> to represent a
116 quick-look (peek) and a full-fledged look-ahead operation (look). If this cause
411 def look( k = 1 ) # for 1.9 method in class:ANTLR3.that.StringStream
446 def look( k = 1 ) # for 1.8 method in class:ANTLR3.that.StringStream
932 def look( k = 1 ) method in class:ANTLR3.that.CommonTokenStream
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeParser.as 86 var look:Object = input.LT(1);
87 if ( input.treeAdaptor.getChildCount(look)==0 ) {
94 var tokenType:int = input.treeAdaptor.getType(look);
97 look = input.LT(1);
98 tokenType = input.treeAdaptor.getType(look);
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
TreeParser.js 56 var look = this.input.LT(1);
57 if ( this.input.getTreeAdaptor().getChildCount(look)===0 ) {
64 tokenType = this.input.getTreeAdaptor().getType(look);
69 look = this.input.LT(1);
70 tokenType = this.input.getTreeAdaptor().getType(look);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeParser.m 123 id look = [input LT:1];
124 if ( [((ANTLRCommonTreeAdaptor *)[input getTreeAdaptor]) getChildCount:look] == 0) {
131 int tokenType = [((id<ANTLRTreeAdaptor>)[input getTreeAdaptor]) getType:look];
134 look = [input LT:1];
135 tokenType = [((id<ANTLRTreeAdaptor>)[input getTreeAdaptor]) getType:look];
  /external/chromium/chrome/browser/chromeos/
version_loader.cc 21 // File to look for version number in.
28 // File to look for firmware number in.
34 // Beginning of line we look for that gives full version number.
44 // Beginning of line we look for that gives the firmware version.
94 // Split the lines and look for the one that starts with prefix. The version
  /external/chromium_org/chrome/browser/chromeos/
version_loader.cc 38 // File to look for version number in.
41 // File to look for firmware number in.
48 // Beginning of line we look for that gives full version number.
58 // Beginning of line we look for that gives the firmware version.
91 // Split the lines and look for the one that starts with prefix. The version
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
about_apps.html 9 But packaged apps look and behave like native apps,
36 <h2 id="look">How they look</h2>
47 that look like this (and you can style
86 The app container and programming models control how packaged apps look and behave.
  /external/chromium_org/third_party/re2/re2/
mimics_pcre.cc 60 // Otherwise look for other reasons to fail.
62 // Look for repeated empty string.
74 // Look for \v
80 // Look for $ in single-line mode.
87 // Look for ^ in multi-line mode.
  /external/regex-re2/re2/
mimics_pcre.cc 60 // Otherwise look for other reasons to fail.
62 // Look for repeated empty string.
74 // Look for \v
80 // Look for $ in single-line mode.
87 // Look for ^ in multi-line mode.
  /frameworks/base/docs/html/design/style/
branding.jd 5 <p>Following Android design patterns doesn't mean that your app has to look the same as
12 <p>Look for opportunities to use high-contrast color for emphasis, for example, as the background color of the action bar or a primary button. But don't go overboard: not all actions are equal, so use it only for the one or two most important things.</p>
40 users will look for and touch to begin using your app. You can carry the launcher
73 and they have a distinctive look intended to fit your brand, use them on your
89 work everywhere</a>). But the icon will still look like it belongs with all of
  /external/antlr/antlr-3.4/runtime/Python/
TODO 10 - look into buildbot
14 - only look at changes in src/ & runtime/Java
72 - StingStream: look into optimizing LA(). Perhaps use LAk instead of LA(k)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
debug.rb 125 def look( i = 1 ) method in class:ANTLR3.Debug.TreeNodeStream
130 @debug_listener.look( i, node )
139 @debug_listener.look( i, node )
  /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/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
  /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/samples/devbytes/telephony/SmsSampleProject/SmsSample/src/main/java/com/example/android/smssample/receiver/
MessagingReceiver.java 38 // If on KitKat+ and default messaging app then look for new deliver actions actions.
45 } else { // Otherwise look for old pre-KitKat actions
  /development/scripts/
symbol.py 69 """Look for the latest available toolchain
94 # Look for addr2line to check for valid toolchain path.
104 """Look up symbol information about an address.
127 """Look up symbol information for a set of addresses from the given library.
175 """Look up line and symbol information for a set of addresses.
179 unique_addrs: set of string hexidecimal addresses look up.
279 # Function lines look like:
282 # offset. This is tricky due to functions that look like "operator+(..)+0x2c"

Completed in 580 milliseconds

1 2 3 4 56 7 8 91011>>