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

<<31323334353637383940>>

  /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_java2/FindJava2/
FindJava2.cpp 61 gIsConsole = true; // tell utils to to print errors to stderr
  /system/bt/osi/src/
eager_reader.c 249 // Tell consumers data is available by incrementing
  /system/core/libbacktrace/
BacktraceCurrent.cpp 163 // Tell the signal handler to exit and release the entry.
backtrace_test.cpp 522 // Tell the thread to exit its infinite loop.
569 // Tell the thread to exit its infinite loop.
599 // Tell the thread to exit its infinite loop.
658 // Tell the runner thread to exit its infinite loop.
708 // Tell the runner thread to exit its infinite loop.
933 // Tell the caller it's okay to start reading memory.
    [all...]
  /system/security/keystore-engine/
eng_keystore.cpp 71 * on failure. This means we need to tell our scoped pointers when we've transferred ownership,
  /external/llvm/lib/MC/
MCAssembler.cpp 710 uint64_t Start = OW->getStream().tell();
817 assert(OW->getStream().tell() - Start == FragmentSize &&
867 uint64_t Start = getWriter().getStream().tell();
874 assert(getWriter().getStream().tell() - Start ==
941 uint64_t StartOffset = OS.tell();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 97 self.assertTrue(0 == fobj.tell(),
100 self.assertTrue(2048 == fobj.tell(),
103 self.assertTrue(1024 == fobj.tell(),
106 self.assertTrue(2048 == fobj.tell(),
112 self.assertTrue(tarinfo.size == fobj.tell(),
117 self.assertTrue(0 == fobj.tell(),
126 self.assertTrue(len(fobj.readline()) == fobj.tell(),
127 "tell() after readline() failed")
129 self.assertTrue(len(fobj.readline()) + 512 == fobj.tell(),
130 "tell() after seek() and readline() failed"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 97 self.assertTrue(0 == fobj.tell(),
100 self.assertTrue(2048 == fobj.tell(),
103 self.assertTrue(1024 == fobj.tell(),
106 self.assertTrue(2048 == fobj.tell(),
112 self.assertTrue(tarinfo.size == fobj.tell(),
117 self.assertTrue(0 == fobj.tell(),
126 self.assertTrue(len(fobj.readline()) == fobj.tell(),
127 "tell() after readline() failed")
129 self.assertTrue(len(fobj.readline()) + 512 == fobj.tell(),
130 "tell() after seek() and readline() failed"
    [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/toybox/kconfig/
mconf.c 254 "o The 'Defined at' line tell at what file / line number the symbol\n"
256 "o The 'Depends on:' line tell what symbols needs to be defined for\n"
258 "o The 'Location:' lines tell where in the menu structure this symbol\n"
262 "o The 'Selects:' line tell what symbol will be automatically\n"
264 "o The 'Selected by' line tell what symbol has selected this symbol\n"
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_agps.cpp 289 // but we might as well just tell the client it is
357 // tell connecivity service we can release NIF
363 // tell connecivity service we can release NIF
456 // tell connecivity service we can release NIF
462 // tell connecivity service we can release NIF
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_agps.cpp 289 // but we might as well just tell the client it is
357 // tell connecivity service we can release NIF
363 // tell connecivity service we can release NIF
456 // tell connecivity service we can release NIF
462 // tell connecivity service we can release NIF
    [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_agps.cpp 289 // but we might as well just tell the client it is
357 // tell connecivity service we can release NIF
363 // tell connecivity service we can release NIF
456 // tell connecivity service we can release NIF
462 // tell connecivity service we can release NIF
    [all...]
  /hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
loc_eng_agps.cpp 289 // but we might as well just tell the client it is
357 // tell connecivity service we can release NIF
363 // tell connecivity service we can release NIF
456 // tell connecivity service we can release NIF
462 // tell connecivity service we can release NIF
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostheader.c 574 // Tell MTX to insert the byte align field (we don't know final stream size for alignment at this point)
    [all...]
  /system/bt/stack/l2cap/
l2c_csm.c 260 /* started the security process, tell the peer to set a longer timer */
370 /* Tell security manager to abort */
412 /* Tell security manager to abort */
442 /* Waiting for the info resp, tell the peer to set a longer timer */
472 /* Tell security manager to abort */
    [all...]
  /cts/tools/utils/
monsoon.py 202 """ Tell the device to start collecting and sending measurement data. """
208 """ Tell the device to stop collecting measurement data. """
  /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.

Completed in 1092 milliseconds

<<31323334353637383940>>