HomeSort by relevance Sort by last modified time
    Searched refs:At (Results 101 - 125 of 164) sorted by null

1 2 3 45 6 7

  /external/tremolo/Tremolo/
bitwiseARM.s 87 @ At this point, r10 contains the first r5 bits of the result
279 @ At this point, r10 contains the first r5 bits of the result
  /art/compiler/dex/
mir_graph.cc 6 * You may obtain a copy of the License at
141 const Instruction* inst = Instruction::At(code_ptr);
342 const Instruction* monitor_exit = Instruction::At(cu_->code_item->insns_ + monitor_exit_offset);
345 const Instruction* check_insn = Instruction::At(cu_->code_item->insns_ + catch_offset);
648 /* Parse a Dex method and insert it into the MIRGraph at the current insert point. */
713 // TODO: for inlining support, insert at the insert point rather than entry block.
749 // A simple NOP will have a width of 1 at this point, embedded data NOP > 1.
756 width += Instruction::At(code_ptr + 1)->SizeInCodeUnits();
    [all...]
  /art/runtime/
common_throws.cc 6 * You may obtain a copy of the License at
370 const Instruction* instr = Instruction::At(&code->insns_[throw_dex_pc]);
393 // method is invoked at this location.
424 // field is accessed at this location.
455 // field is accessed at this location.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 45 check out general ANTLR documentation at http://www.antlr.org
53 <i>start state</i> of the machine; every prediction will begin in state +0+. At
66 +s+ are defined by the value of these lists at index +s+.
token.rb 39 At a minimum, tokens are data structures that bind together a chunk of text and
54 starting at zero. For example, the 22nd token pulled from a lexer by
78 # the text's starting line number within the source (indexed starting at 1)
81 # the text's starting position in the line within the source (indexed starting at 0)
93 # the absolute character index in the input at which the text starts
96 # the absolute character index in the input at which the text ends
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 275 case AsmToken::At: Out->os() << "At"; break;
  /external/chromium_org/chrome/renderer/resources/extensions/automation/
automation_node.js 121 // At any stage, a listener may call stopPropagation() on the event, which
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 175 instructions <devguide/devcycle/building>` useful, and you can look at
325 At this time Native Client modules do not have access to serial ports,
366 protection mechanisms. While new instructions can be inserted at
  /external/chromium_org/ui/file_manager/file_manager/common/js/
async_util.js 47 * concurrently. At most, |limit| jobs will be run at the same time.
49 * @param {number} limit The number of jobs to run at the same time.
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 6 * You may obtain a copy of the License at
700 const Instruction* instr = Instruction::At(&code->insns_[dex_pc]);
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
singlesigner.js 27 * At most one of the success or failure callbacks will be called, and it will
28 * be called at most once. Neither callback is guaranteed to be called: if
  /external/chromium_org/native_client_sdk/src/resources/
common.js 272 // indexOf would search the entire string, lastIndexOf(p, 0) only checks at
338 * parsed. At this point, we can safely query any elements in the document via
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 92 ;;; program to crash horribly, without so much as a warning at
379 ;;; Test the strings %define for ality, 8 bytes at a time. At the end,
382 ;;; We already know at this point that the first three bytes of the
  /external/clang/lib/AST/
ASTDiagnostic.cpp 52 if (const AttributedType *AT = dyn_cast<AttributedType>(Ty)) {
53 QT = AT->desugar();
57 if (const AdjustedType *AT = dyn_cast<AdjustedType>(Ty)) {
58 QT = AT->desugar();
62 if (const AutoType *AT = dyn_cast<AutoType>(Ty)) {
63 if (!AT->isSugared())
65 QT = AT->desugar();
380 const Attr *At = reinterpret_cast<Attr *>(Val);
381 assert(At && "Received null Attr object!");
382 OS << '\'' << At->getSpelling() << '\''
    [all...]
  /external/zlib/src/contrib/pascal/
example.pas 287 (* At this point, uncompr is still mostly zeroes, so it should compress
  /external/chromium_org/chrome/browser/resources/google_now/
background.js 450 // At least one of the groups must have nextPollTime.
924 // At this point we are guaranteed that the notification is a now card.
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 18 over an exceptionally wide range of bitrates. At the high
21 encoder can encode high-quality CD and DAT rate stereo at below 48kbps
91 flag in each audio packet, or begin decode at any frame in the stream
96 Vorbis \emph{can} initiate decode at any arbitrary packet within a
267 specification. Once set up, decode may begin at any audio packet
419 Vorbis coupling applies to pairs of residue vectors at a time;
420 decoupling is done in-place a pair at a time in the order and using
434 The decoder may choose to generate the floor curve at any appropriate
467 to reach full scale if the floor is nailed at 0dB, it must be able to
496 the window overlap diagram). At this point, the audio data between th
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 792 case AsmToken::At:
815 if (Lexer.is(AsmToken::At)) {
    [all...]
  /external/blktrace/btt/doc/
btt.tex 10 % (at your option) any later version.
77 all devices that were traced (or at least on all devices that you
220 Looking at the following example:
291 queue at the time of an unplug or unplug due to a timeout. The following
319 \item[Active Requests At Q Information]
331 ==================== Active Requests At Q Information ====================
472 histogram output for the amount of IOs released at unplug time.
685 command at that time (either Q2D, D2C or Q2C).
769 will indicate the number of seeks per second at that point.
775 value is the number of seeks present at that time
    [all...]
  /external/chromium_org/remoting/webapp/
client_plugin.js 205 // At the moment the webapp does not recognize any of
283 // then the value won't be there at all, so give it a default of false.
  /external/chromium_org/v8/test/mjsunit/
regexp.js 45 re = /^./gm; // any non-newline character at the beginning of a line
55 re = /.$/gm; // any non-newline character at the end of a line
65 re = /^[^]/gm; // *any* character at the beginning of a line
76 re = /[^]$/gm; // *any* character at the end of a line
235 // the \s at the beginning of the range.
649 re.lastIndex = 6; // At end of string.
656 // Anchored at both ends.
  /external/iproute2/doc/
ip-tunnels.tex 266 work. At least, I did not test it, did not debug it and
291 Also you may look at statistics:
466 rooted at \verb|1:ABC| and attach to subroot set of rules parsing
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 129 ;;; program to crash horribly, without so much as a warning at
417 ;;; Test the strings for equality, 8 bytes at a time. At the end,
420 ;;; We already know at this point that the first three bytes of the
  /external/zlib/src/contrib/masmx86/
match686.asm 144 ;;; program to crash horribly, without so much as a warning at
165 ;;; You can look at http://www.muppetlabs.com/~breadbox/software/assembly.html
356 ;;; Test the strings for equality, 8 bytes at a time. At the end,
359 ;;; We already know at this point that the first three bytes of the
  /art/compiler/optimizing/
nodes.h 6 * You may obtain a copy of the License at
381 // at this point, because this method is being called while populating `info`.
638 // A HEnvironment object contains the values of virtual registers at a given location.
748 const T& At(intptr_t i) const {
    [all...]

Completed in 1460 milliseconds

1 2 3 45 6 7