HomeSort by relevance Sort by last modified time
    Searched full:tell (Results 76 - 100 of 3390) sorted by null

1 2 34 5 6 7 8 91011>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
ForegroundNonPaymentEmulatorActivity.java 34 // Tell NFC service we prefer TransportService2
  /cts/common/util/src/com/android/compatibility/common/util/
ResultUnit.java 37 /** tell how many times it did happen. */
  /cts/libs/commonutil/src/com/android/cts/util/
ResultUnit.java 38 /** tell how many times it did happen. */
  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/res/values/
base-strings.xml 24 The NotificationManager can tell you how many notifications your application is currently showing.
  /development/apps/SettingInjectorSample/src/com/example/android/injector/
UpdatingInjectorService.java 36 // Every time it asks for our status, we tell it the setting has just changed. This will
  /development/ndk/platforms/android-17/samples/Teapot/
AndroidManifest.xml 25 <!-- Tell NativeActivity the name of or .so -->
  /development/ndk/platforms/android-18/samples/MoreTeapots/
AndroidManifest.xml 25 <!-- Tell NativeActivity the name of or .so -->
  /development/ndk/platforms/android-9/samples/native-activity/
AndroidManifest.xml 19 <!-- Tell NativeActivity the name of or .so -->
  /development/samples/browseable/ActiveNotifications/res/values/
base-strings.xml 24 The NotificationManager can tell you how many notifications your application is currently showing.
  /device/moto/shamu/sepolicy/
ims.te 44 # Allow ims to tell init to start the ims data service via property=sys.ims.QMI_DAEMON_STATUS
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/
TLexer.g 14 // Tell ANTLR to make the generated lexer class extend the
  /external/bison/examples/calc++/
calc++-driver.hh 8 // Tell Flex the lexer's prototype ...
  /external/bison/m4/
double-slash-root.m4 12 # When cross-compiling, there is no way to tell whether // is special
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
filemixin.py 14 * tell()
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tree_construction/
entities01.dat 38 I'm &notit; I tell you
44 | "I'm ¬it; I tell you"
47 I'm &notin; I tell you
53 | "I'm ? I tell you"
  /external/clang/test/CodeGenCXX/
arm-vaarg.cpp 19 // well-defined way to tell), but it becomes a problem if we do try to use it.
arm64-empty-struct.cpp 19 // well-defined way to tell), but it becomes a problem if we do try to use it.
  /external/compiler-rt/lib/builtins/arm/
sync_synchronize.S 32 // tell linker it can break up file at label boundaries
  /external/icu/icu4c/source/samples/ufortune/
Makefile 32 # hook variables to tell rules.mk we want subdirectory processing
  /external/jsoncpp/include/json/
assertions.h 24 // afterward in order to tell the compiler that this macro doesn't return.
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
Immutable.java 26 * long as they are computed from immutable state and that callers cannot tell
  /external/libvorbis/doc/vorbisfile/
callbacks.html 92 <h2>Tell function</h2>
94 The tell function is intended to mimic the
98 it would be after calling <tt>fseek(file,SEEK_END,0)</tt>), the tell
102 The tell function need not be provided if the data IO abstraction is
  /external/llvm/include/llvm/Support/
circular_raw_ostream.h 28 /// TAKE_OWNERSHIP - Tell this stream that it owns the underlying
34 /// REFERENCE_ONLY - Tell this stream it should not manage the
92 return TheStream->tell() - TheStream->GetNumBytesInBuffer();
127 /// setStream - Tell the circular_raw_ostream to output a
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 1 //===-- OProfileJITEventListener.cpp - Tell OProfile about JITted code ----===//
10 // This file defines a JITEventListener object that uses OProfileWrapper to tell
102 DEBUG(dbgs() << "Failed to tell OProfile about native function "
136 << "Failed to tell OProfile about unload of native function at "
  /external/llvm/unittests/Support/
formatted_raw_ostream_test.cpp 29 EXPECT_EQ(100*(i+1), (unsigned) C.tell());

Completed in 274 milliseconds

1 2 34 5 6 7 8 91011>>