HomeSort by relevance Sort by last modified time
    Searched full:tell (Results 326 - 350 of 2589) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/MC/
MCAssembler.cpp 387 uint64_t Start = OW->getStream().tell();
493 assert(OW->getStream().tell() - Start == FragmentSize);
537 uint64_t Start = getWriter().getStream().tell();
544 assert(getWriter().getStream().tell() - Start ==
609 uint64_t StartOffset = OS.tell();
645 stats::ObjectBytes += OS.tell() - StartOffset;
689 // FIXME-PERF: We could immediately lower out instructions if we can tell
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseTraversers.java 498 * Tell if the indexing is on and the given expanded type ID matches
515 * Tell if a node is outside the axis being traversed. This method must be
527 * Tell if the axis has been fully processed to tell if a the wait for
597 * Tell if the axis has been fully processed to tell if a the wait for
623 * Tell if this node identity is a descendant. Assumes that
640 * Tell if a node is outside the axis being traversed. This method must be
    [all...]
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc 730 // Tell the javascript about the relationship between event type enums and
746 // Tell the javascript about the version of the client and its
775 // Tell the javascript about the relationship between load flag enums and
788 // Tell the javascript about the relationship between net error codes and
801 // Tell the javascript about the relationship between event phase enums and
813 // Tell the javascript about the relationship between source type enums and
825 // Tell the javascript about the relationship between LogLevel enums and their
837 // Tell the javascript about the relationship between address family enums and
852 // Tell the javascript how the "time ticks" values we have given it relate to
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h 153 // The user didn't tell us whether ::std::string is available, so we
175 // The user didn't tell us whether ::string is available, so we need
183 // The user didn't tell us whether ::std::wstring is available, so we need
198 // The user didn't tell us whether ::wstring is available, so we need
264 // Tell the compiler to warn about unused return values for functions declared
  /external/llvm/docs/
Projects.html 128 object code. Use the following options to tell your project where it
133 <dd>Tell your project where the LLVM source tree is located.</dd>
135 <dd>Tell your project where the LLVM object tree is located.</dd>
137 <dd>Tell your project where it should get installed.</dd>
416 that tell the compiler the location of additional directories
  /external/chromium/chrome/browser/extensions/
browser_action_apitest.cc 55 // Tell the extension to update the browser action state.
97 // Tell the extension to update the icon using setIcon({imageData:...}).
106 // Tell the extension to update using setIcon({path:...});
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 291 // The user didn't tell us whether exceptions are enabled, so we need
329 // The user didn't tell us whether ::string is available, so we need
337 // The user didn't tell us whether ::std::wstring is available, so we need
351 // The user didn't tell us whether ::wstring is available, so we need
359 // The user didn't tell us whether RTTI is enabled, so we need to
406 // The user didn't tell us explicitly, so we assume pthreads support is
427 // The user didn't tell us not to do it, so we assume it's OK.
434 // The user didn't tell us, so we need to figure it out.
506 // The user didn't tell us, so we need to figure it out.
596 // Also use it after a variable or parameter declaration to tell th
    [all...]
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 67 Offset off = (Offset) Out.tell();
199 B.off = out.tell();
217 io::Offset TableOff = out.tell();
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 299 // The user didn't tell us whether exceptions are enabled, so we need
341 // The user didn't tell us whether ::string is available, so we need
349 // The user didn't tell us whether ::std::wstring is available, so we need
364 // The user didn't tell us whether ::wstring is available, so we need
372 // The user didn't tell us whether RTTI is enabled, so we need to
419 // The user didn't tell us explicitly, so we assume pthreads support is
440 // The user didn't tell us not to do it, so we assume it's OK.
447 // The user didn't tell us, so we need to figure it out.
520 // The user didn't tell us, so we need to figure it out.
610 // Also use it after a variable or parameter declaration to tell th
    [all...]
  /external/netperf/
netcpu_kstat10.c 163 /* might want to tell people about what we are skipping.
235 /* might want to tell people about what we are skipping.
339 /* tests tell up what the elapsed time should be. */
  /external/protobuf/gtest/scons/
SConscript 50 # Build gtest library; first tell it where to copy executables.
66 # tell SCons that the directory it will refer to as
78 # Tell the gtest SCons file where to copy executables.
  /frameworks/base/core/java/android/view/inputmethod/
InputConnection.java 276 * Tell the editor that you are starting a batch of editor operations.
283 * Tell the editor that you are done with a batch edit previously
333 * Called by the IME to tell the client when it switches between fullscreen
  /dalvik/docs/
hello-world.html 57 You need to tell adb to forward local port 8000 to device port 8000:
67 set breakpoints and then tell it to continue.
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ExternalStorage.java 206 // Tell the media scanner about the new file so that it is
270 // Tell the media scanner about the new file so that it is
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
ExampleAgent.java 42 * tell properly how to read "old" versions if at some point we want
204 * we had, the 'appVersionCode' parameter would tell us how we should
  /external/antlr/src/org/antlr/runtime/
LegacyCommonTokenStream.java 160 /** A simple filter mechanism whereby you can tell this token stream
162 * when interpreting, we cannot exec actions so we need to tell
  /external/antlr/src/org/antlr/runtime/tree/
BaseTreeAdaptor.java 253 /** Tell me how to create a token for use with imaginary token nodes.
263 /** Tell me how to create a token for use with imaginary token nodes.
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplateElement.java 73 * Tell if this template is a compiled template.
318 * Tell if there are child nodes.
617 * Tell if this element only has one text child, for optimization purposes.
754 * Tell if this element has the default space handling
761 * Tell if this element only has one text child, for optimization purposes.
767 * Tell if this element only has one text child, for optimization purposes.
990 * Tell if the result namespace decl should be excluded. Should be called before
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
exif_reader.js 82 var pos = br.tell();
333 tell: function() {
  /external/chromium/chrome/browser/resources/
flags.html 248 // Tell the C++ FlagsDOMHandler to enable/disable the experiment.
259 // Tell the C++ FlagsDOMHandler to enable the selected choice.
  /external/chromium/chrome/browser/tab_contents/
web_drag_dest_gtk.cc 136 // the renderer to tell us if we really are or not.
227 // Tell the renderer about the drag.
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button.h 127 // Used to tell the controller that room should be made for a drop.
130 // Used to tell the controller to stop making room for a drop.
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_popup_controller.mm 310 // Let the extension view know, so that it can tell plugins.
316 // Let the extension view know, so that it can tell plugins.
  /external/chromium/chrome/common/extensions/
url_pattern.h 44 // * We need to be able to tell users what 'sites' a given URLPattern will
50 // * Although we would like to support any scheme, it isn't clear what to tell
  /external/clang/lib/StaticAnalyzer/
README.txt 62 to tell the Checker that we are about to analyze a CallExpr, and the
66 finds a bug, it can tell the BugReporter object about the bug,

Completed in 943 milliseconds

<<11121314151617181920>>