HomeSort by relevance Sort by last modified time
    Searched full:know (Results 851 - 875 of 9083) sorted by null

<<31323334353637383940>>

  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncUtils.java 85 * preserve battery life. If you know new data is available (perhaps via a GCM notification),
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
BitmapUtils.java 45 "I don't remember where or when I took this picture. All I know is that I was really " +
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteRuleSubtreeStream.as 47 * and super.next() doesn't know which to call: dup node or dup tree.
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3bitset.h 73 /// machine/C compiler that does not know anything about 64 bit values
  /external/antlr/antlr-3.4/runtime/CSharp2/
README.TXT 74 is what you need to know.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRFileStream.cs 49 /// but, it is a special case. Since we know the exact size of the file to
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugTokenStream.cs 47 // so we know if there are any hidden tokens first in the stream
IDebugEventListener.cs 61 * know which alt you are entering. This is 1..n for n alts.
111 * triggered by both LA and LT calls. The debugger will want to know
153 * For now, this does not know how to switch from one grammar to the
273 * Input for a tree parser is an AST, but we know nothing for sure
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
RewriteRuleSubtreeStream.cs 66 * and super.next() doesn't know which to call: dup node or dup tree.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
IDebugEventListener.cs 63 * know which alt you are entering. This is 1..n for n alts.
113 * triggered by both LA and LT calls. The debugger will want to know
155 * For now, this does not know how to switch from one grammar to the
275 * Input for a tree parser is an AST, but we know nothing for sure
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
RewriteRuleSubtreeStream.cs 71 * and super.next() doesn't know which to call: dup node or dup tree.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugTokenStream.cs 50 // so we know if there are any hidden tokens first in the stream
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
Token.java 87 * implement but it's nice to know where a Token comes from if you have
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventListener.java 59 * know which alt you are entering. This is 1..n for n alts.
99 * triggered by both LA and LT calls. The debugger will want to know
133 * For now, this does not know how to switch from one grammar to the
237 /** Input for a tree parser is an AST, but we know nothing for sure