/external/speex/libspeex/ |
quant_lsp_bfin.h | 41 well tell you all the magic resgister constraints used below 102 well tell you all the magic resgister constraints used below
|
/external/valgrind/coregrind/m_sigframe/ |
sigframe-common.c | 101 /* Tell the tool about the new memory */ 115 /* Tell the tool about the new memory */
|
/frameworks/base/docs/html/tools/performance/allocation-tracker/ |
index.jd | 79 cycle. You tell Allocation Tracker to start recording and it logs allocations 80 until you tell it to stop.</p>
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_como.h | 20 // If you do, please tell us at comeau@comeaucomputing.com 174 // If so, tell us at comeau@comeaucomputing.com
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_como.h | 20 // If you do, please tell us at comeau@comeaucomputing.com 174 // If so, tell us at comeau@comeaucomputing.com
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_como.h | 20 // If you do, please tell us at comeau@comeaucomputing.com 174 // If so, tell us at comeau@comeaucomputing.com
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_como.h | 20 // If you do, please tell us at comeau@comeaucomputing.com 174 // If so, tell us at comeau@comeaucomputing.com
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_como.h | 20 // If you do, please tell us at comeau@comeaucomputing.com 174 // If so, tell us at comeau@comeaucomputing.com
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
_como.h | 20 // If you do, please tell us at comeau@comeaucomputing.com 174 // If so, tell us at comeau@comeaucomputing.com
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
cfmfile.py | 167 self.length = infile.tell() 173 offset = outfile.tell()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
cStringIO.so | |
/system/bt/stack/btu/ |
btu_hcif.c | 437 /* Tell inquiry processing that we are done */ 832 /* Tell inquiry processing that we are done */ [all...] |
/system/core/libsparse/ |
simg_dump.py | 105 print("%4u %10u %10u %7u %7u" % (i, FH.tell(), data_sz, offset, chunk_sz), 155 print(" %10u %7u End" % (FH.tell(), offset))
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
cmstypes.c | 234 DirectoryPos = io ->Tell(io); 246 Before = io ->Tell(io); 253 ElementSizes[i] = io ->Tell(io) - Before; 257 CurrentPos = io ->Tell(io); [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
DragState.java | 310 // Tell the affected window 355 // Tell the drop target about the data. Returns 'true' if we can immediately 408 // not visible == don't tell about drags 412 // not touchable == don't tell about drags 418 // outside of this window's activity stack == don't tell about drags
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
relocs.py | 94 def tell(self): member in class:BinaryReader 95 return self.file.tell() 194 f.seek(f.tell()) 199 pos = f.tell() 389 start = f.tell() 394 if f.tell() - start != loadCommandsSize: 399 start = f.tell() 410 if f.tell() - start != cmdSize: 442 prev_pos = f.tell() 449 pos = f.tell() [all...] |
/external/clang/lib/Frontend/ |
CacheTokens.cpp | 296 uint32_t TokenOff = Out.tell(); 335 Offset HashOff = (Offset) Out.tell(); 443 Offset PPCondOff = (Offset) Out.tell(); 462 Offset SpellingsOff = Out.tell(); 487 Offset PrologueOffset = Out.tell(); 635 key->FileOffset = Out.tell(); 684 Offset IDOff = Out.tell();
|
/frameworks/base/media/java/android/media/browse/ |
MediaBrowser.java | 153 // Tell them that it didn't work. We are already on the main thread, 326 // If we are connected, tell the service that we are watching. If we aren't 358 // Tell the service if necessary. 505 // Tell the app. 540 // Tell the app. 838 // And tell the app that it's suspended. 883 * The other side does not like us. Tell the app via onConnectionFailed. [all...] |
/system/bt/stack/bnep/ |
bnep_main.c | 195 /* Tell the upper layer, if he has a callback */ 326 /* Tell the upper layer, if he has a callback */ 365 /* Tell the user if he has a callback */ 723 /* Tell the user if he has a callback */ 740 /* Tell the user if he has a callback */ 759 /* Tell the user if he has a callback */ 797 /* Tell the upper layer, if he has a callback */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_file2k.py | 35 self.assertEqual(self.f.tell(), p.tell()) 38 self.assertRaises(ReferenceError, getattr, p, 'tell') 117 'readline', 'readlines', 'seek', 'tell', 'truncate', 290 if f.tell() != 5: 291 self.fail("File pos after read wrong %d" % f.tell()) 294 if f.tell() != 5: 295 self.fail("File pos after ftruncate wrong %d" % f.tell()) 589 self.f.tell()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_file2k.py | 35 self.assertEqual(self.f.tell(), p.tell()) 38 self.assertRaises(ReferenceError, getattr, p, 'tell') 117 'readline', 'readlines', 'seek', 'tell', 'truncate', 290 if f.tell() != 5: 291 self.fail("File pos after read wrong %d" % f.tell()) 294 if f.tell() != 5: 295 self.fail("File pos after ftruncate wrong %d" % f.tell()) 589 self.f.tell()
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
RssService.java | 47 public static final String REQUERY_KEY = "Requery_All"; // Sent to tell us force a requery. 48 public static final String RSS_URL = "RSS_URL"; // Sent to tell us to requery a specific item. 94 // A cheap way to pass a message to tell the service to requery.
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XNumber.java | 67 * Tell that this is a CLASS_NUMBER. 385 * Tell if two objects are functionally equal. 416 * Tell if this expression returns a stable number that will not change during
|
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
Variable.java | 45 /** Tell if fixupVariables was called. 308 * Tell if this expression returns a stable number that will not change during 372 * Tell if this is a psuedo variable reference, declared by Xalan instead
|
/external/llvm/include/llvm/Analysis/ |
LibCallSemantics.h | 44 /// location for the specified call site. This returns "Yes" if we can tell 46 /// tell that the location *definitely does not* refer to the location, and 47 /// returns "Unknown" if we cannot tell for certain.
|