/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/ |
limits.h | 139 /* tell what we implement legacy stuff when appropriate */
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/ |
limits.h | 139 /* tell what we implement legacy stuff when appropriate */
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
main.html | 87 <li><a href="feedback.html">Feedback</a>: tell me about your experiences, or
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
ApplicationAttributesPart.java | 151 // Tell the section that the layout has changed.
|
/sdk/find_java/ |
find_java_exe.cpp | 64 gIsConsole = true; // tell utils to to print errors to stderr
|
/external/llvm/lib/MC/ |
MCAssembler.cpp | 550 uint64_t Start = OW->getStream().tell(); 657 assert(OW->getStream().tell() - Start == FragmentSize && 701 uint64_t Start = getWriter().getStream().tell(); 708 assert(getWriter().getStream().tell() - Start == 773 uint64_t StartOffset = OS.tell(); 800 stats::ObjectBytes += OS.tell() - StartOffset; 838 // FIXME-PERF: We could immediately lower out instructions if we can tell [all...] |
/external/open-vcdiff/src/ |
vcencoder_test.cc | 153 "What I tell you three times is true.\"\n"; 159 "\"hrice:\\nWhat I tell you three times is true.\\\"\\n\",]"; 402 "What I tell you three times is true.\\\"\\n\",]", 408 "What I tell you three times is true.\\\"\\n\",]", 587 L"What I tell you three times is true.\"\n"; [all...] |
/external/sonivox/jet_tools/JetCreator/ |
JetFile.py | 459 header_pos = output_file.tell()
462 start_pos = output_file.tell()
469 end_pos = output_file.tell()
487 file_size = lib_file.tell()
499 file_size = output_file.tell()
[all...] |
midifile.py | 207 stream.error_loc = stream.tell()
261 stream.error_loc = stream.tell()
629 pos = stream.tell()
661 pos = stream.tell()
694 pos = stream.tell()
992 self.start = stream.tell()
1004 pos = stream.tell()
[all...] |
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_csm.c | 267 /* started the security process, tell the peer to set a longer timer */ 377 /* Tell security manager to abort */ 419 /* Tell security manager to abort */ 449 /* Waiting for the info resp, tell the peer to set a longer timer */ 479 /* Tell security manager to abort */ [all...] |
l2c_ble.c | 326 /* Tell BTM Acl management about the link */ 389 /* Tell BTM Acl management about the link */
|
/external/srec/audio/AudioIn/UNIX/src/ |
audioin.c | 261 //signal to tell that our thread is now running. 363 //signal to tell that our thread is now running. 539 //signal to tell that our thread is now running. 570 //signal to tell that our thread is now running. 783 //signal to tell that our thread is now running. [all...] |
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
KeyguardViewMediator.java | 193 * External apps (like the phone app) can tell us to disable the keygaurd. 262 * The callback used by the keyguard view to tell the {@link KeyguardViewMediator} 299 * Tell ViewMediator that the current view needs IME input 305 * Tell view mediator that the keyguard view's desired user activity timeout [all...] |
/bionic/libc/bionic/ |
pthread-timers.c | 184 // Tell the thread to start/stop. 375 /* tell the timer's thread to stop */
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3tokenstream.h | 241 /** A simple filter mechanism whereby you can tell this token stream 243 * when interpreting, we cannot exec actions so we need to tell
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3commontreeadaptor.c | 282 /** Tell me how to create a token for use with imaginary token nodes. 308 /** 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/ |
LegacyCommonTokenStream.cs | 202 * A simple filter mechanism whereby you can tell this token stream 204 * when interpreting, we cannot exec actions so we need to tell
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
BaseTreeAdaptor.cs | 360 * Tell me how to create a token for use with imaginary token nodes. 374 * Tell me how to create a token for use with imaginary token nodes.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRBaseTreeAdaptor.m | 354 /** Tell me how to create a token for use with imaginary token nodes. 367 /** Tell me how to create a token for use with imaginary token nodes.
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
FuncDocument.java | 378 * Tell the user of an error, and probably throw an 455 * Tell if the expression is a nodeset expression.
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
VariableStack.java | 382 * Tell if a local variable has been set or not. 402 * values can tell if they've already been set. It is important to note that
|
/external/bison/doc/ |
refcard.tex | 351 \key{Tell {\tt bison} where to start parsing.} 354 \key{Tell {\tt bison} the data type of symbols.}
|
/external/chromium/base/ |
message_pump_glib.cc | 50 // making Check a second chance to tell GLib we are ready for Dispatch. 258 // poll will tell us whether there was data, so this read shouldn't block.
|
/external/chromium/chrome/browser/extensions/ |
crx_installer.cc | 502 // If there is a client, tell the client about installation. 506 // Tell the frontend about the installation and hand off ownership of
|
/external/chromium/chrome/browser/ui/ |
browser_navigator.cc | 437 // in the background, tell it that it's hidden. 470 // If some non-default value is set for the index, we should tell the
|