HomeSort by relevance Sort by last modified time
    Searched full:tell (Results 476 - 500 of 4534) sorted by null

<<11121314151617181920>>

  /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()
  /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/chromium/chrome/browser/autocomplete/
search_provider_unittest.cc 213 // Tell the SearchProvider the default suggest query is done.
237 // Tell the SearchProvider the suggest query is done.
285 // Tell the SearchProvider the default suggest query is done.
301 // Tell the SearchProvider the keyword suggest query is done.
365 // Tell the provider instant is done.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
exif_parser.js 93 filePos + br.tell() + (opt_offset || 0), opt_bytes);
109 var nextSectionStart = br.tell() + markLength;
112 if (filePos + br.tell() + markLength > file.size) {
114 'Invalid section length @' + (filePos + br.tell() - 2));
171 br = new ByteReader(buf, br.tell());
mpeg_parser.js 29 var pos = br.tell();
100 metadata[name] = br.readString(atom.end - br.tell(), atom.end);
105 metadata.thumbnailURL = br.readImage(atom.end - br.tell(), atom.end);
  /external/llvm/docs/
Projects.rst 92 Use the following options to tell your project where it can find LLVM:
95 Tell your project where the LLVM source tree is located.
98 Tell your project where the LLVM object tree is located.
101 Tell your project where it should get installed.
292 respectively. It is typically used to add options that tell the compiler
  /external/chromium_org/third_party/ots/src/
cmap.cc 848 const off_t table_start = out->Tell();
861 const off_t record_offset = out->Tell();
866 const off_t offset_034 = out->Tell();
874 const off_t offset_0514 = out->Tell();
925 const off_t offset_100 = out->Tell();
937 const off_t offset_304 = out->Tell();
945 const off_t offset_314 = out->Tell();
953 const off_t offset_31012 = out->Tell();
975 const off_t offset_31013 = out->Tell();
997 const off_t table_end = out->Tell();
    [all...]
  /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()
385 start = f.tell()
390 if f.tell() - start != loadCommandsSize:
395 start = f.tell()
406 if f.tell() - start != cmdSize:
438 prev_pos = f.tell()
445 pos = f.tell()
    [all...]
  /external/bluetooth/bluedroid/stack/bnep/
bnep_main.c 193 /* Tell the upper layer, if he has a callback */
324 /* Tell the upper layer, if he has a callback */
363 /* Tell the user if he has a callback */
729 /* Tell the user if he has a callback */
747 /* Tell the user if he has a callback */
768 /* Tell the user if he has a callback */
807 /* Tell the upper layer, if he has a callback */
  /external/chromium_org/third_party/ots/test/
layout_common_table_test.cc 24 const off_t script_record_end = out->Tell() +
76 const off_t feature_record_end = out->Tell() +
106 const off_t base_offset_lookup = out->Tell();
113 offsets_lookup[i] = out->Tell();
123 const off_t offset_lookup_table_end = out->Tell();
242 if (Tell() + length > size_) {
243 size_ = Tell() + length;
  /external/clang/lib/Frontend/
CacheTokens.cpp 274 Offset TokenOff = (Offset) Out.tell();
311 Offset HashOff = (Offset) Out.tell();
419 Offset PPCondOff = (Offset) Out.tell();
438 Offset SpellingsOff = Out.tell();
453 Offset PrologueOffset = Out.tell();
595 key->FileOffset = Out.tell();
643 Offset IDOff = Out.tell();
  /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/chromium/third_party/libevent/
buffer.c 337 /* Tell someone about changes in this buffer */
369 * about it. If the reader does not tell us how much
400 /* Tell someone about changes in this buffer */
  /external/chromium_org/chrome/browser/ui/views/
find_bar_host.cc 322 // Tell the immersive mode controller about the find bar's new bounds. The
332 // positioning relative to, so we ask it to tell us where we should go.
354 // Tell the immersive mode controller about the find bar's bounds. The
  /external/chromium_org/ppapi/shared_impl/
var_tracker.h 105 // side (where it is possible to tell which resources exist), if |pp_resource|
113 // side (where it is possible to tell which resources exist), if |pp_resource|
206 // the plugin side of the proxy, we need to tell the host that we no longer

Completed in 792 milliseconds

<<11121314151617181920>>