/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
CommonTokenStream.as | 145 /** A simple filter mechanism whereby you can tell this token stream 147 * when interpreting, we cannot exec actions so we need to tell
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
BaseTreeAdaptor.as | 213 /** Tell me how to create a token for use with imaginary token nodes. 225 /** Tell me how to create a token for use with imaginary token nodes.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
BaseTreeAdaptor.cs | 272 * Tell me how to create a token for use with imaginary token nodes. 286 * Tell me how to create a token for use with imaginary token nodes.
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
LegacyCommonTokenStream.cs | 220 * A simple filter mechanism whereby you can tell this token stream 222 * when interpreting, we cannot exec actions so we need to tell
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
LegacyCommonTokenStream.java | 160 /** A simple filter mechanism whereby you can tell this token stream 162 * when interpreting, we cannot exec actions so we need to tell
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
BaseTreeAdaptor.java | 253 /** Tell me how to create a token for use with imaginary token nodes. 263 /** Tell me how to create a token for use with imaginary token nodes.
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
CommonTokenStream.js | 106 /** A simple filter mechanism whereby you can tell this token stream 108 * when interpreting, we cannot exec actions so we need to tell
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
ForceEarlyReturnTest.java | 96 // Tell debuggee to start a thread 251 // Tell debuggee to start a thread
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemTemplateElement.java | 73 * Tell if this template is a compiled template. 318 * Tell if there are child nodes. 617 * Tell if this element only has one text child, for optimization purposes. 754 * Tell if this element has the default space handling 761 * Tell if this element only has one text child, for optimization purposes. 767 * Tell if this element only has one text child, for optimization purposes. 990 * Tell if the result namespace decl should be excluded. Should be called before [all...] |
/external/clang/lib/StaticAnalyzer/ |
README.txt | 62 to tell the Checker that we are about to analyze a CallExpr, and the 66 finds a bug, it can tell the BugReporter object about the bug,
|
/external/e2fsprogs/misc/ |
findsuper.c | 16 * as far as I can tell, so the date is more interesting IMHO and certainly 47 * It _should_ also handle signals and tell you the ending block, so
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/ |
GifDrawable.java | 150 // honeycomb we can't tell if our callback is null and instead eagerly reset to avoid holding on to resources we 245 // We can't tell, so default to transparent to be safe.
|
/external/gptfdisk/ |
fixparts.8 | 86 original extended partition and, when you tell it to save its changes, it 105 offers to delete this extraneous data. If you tell it to do so, the program
|
/external/libedit/examples/ |
fileman.c | 224 /* Tell the GNU Readline library how to complete. We want to try to 233 /* Tell the completer that we want a crack first. */
|
/external/libopus/celt/ |
bands.c | 673 opus_int32 tell; local 703 tell = ec_tell_frac(ec); 804 qalloc = ec_tell_frac(ec) - tell; 1402 opus_int32 tell; local [all...] |
/external/libvorbis/examples/ |
encoder_example.c | 187 Tell the library we're at end of stream so that it can handle 205 /* tell the library how much we actually submitted */
|
/external/libvpx/libvpx/test/ |
external_frame_buffer_test.cc | 160 // Callback used by libvpx to tell the application that |fb| is not needed 366 // Tell compiler we are not using kVP8TestVectors.
|
/external/libxml2/os400/libxmlrpg/ |
HTMLparser.rpgle | 78 * This is a very limited representation. It fails to tell us when 80 * allowed or not), and it doesn't tell us where CDATA and PCDATA
|
/external/lldb/test/pexpect-2.4/ |
ANSI.py | 306 # 'How it got there I can\'t tell\n' + \ 322 # 'How it got there I can\'t tell\n' + \
|
/external/lldb/tools/debugserver/source/ |
PThreadEvent.cpp | 99 // Save the old event bit state so we can tell if things change 118 // Save the old event bit state so we can tell if things change
|
/external/llvm/lib/CodeGen/ |
RegAllocBasic.cpp | 253 // Tell the caller to allocate to this newly freed physical register. 264 // The live virtual register requesting allocation was spilled, so tell
|
/external/valgrind/coregrind/m_sigframe/ |
sigframe-amd64-darwin.c | 153 /* XXX should tell the tool that these regs got written */ 218 /* tell the tools */
|
/external/valgrind/docs/internals/ |
release-HOWTO.txt | 14 - Tell valgrind-developers you want to do a release. Give a timeframe for 125 - Make sure you tell everyone where to download from.
|
/frameworks/base/core/java/android/service/voice/ |
VoiceInteractionService.java | 217 * Called during service initialization to tell you when the system is ready 240 * Called during service de-initialization to tell you when the system is shutting the
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
SecureCameraLaunchManager.java | 46 * broadcast to tell other apps to close the camera. When and if the user completes their swipe to 64 // Action sent as a broadcast to tell other apps to stop using the camera. Other apps that use
|