HomeSort by relevance Sort by last modified time
    Searched defs:code (Results 751 - 775 of 1048) sorted by null

<<31323334353637383940>>

  /external/chromium_org/ui/views/controls/textfield/
textfield_unittest.cc 2 // Use of this source code is governed by a BSD-style license that can be
264 ui::KeyboardCode code = local
267 SendKeyEvent(code);
    [all...]
  /external/chromium_org/v8/src/arm/
builtins-arm.cc 2 // Use of this source code is governed by a BSD-style license that can be
104 // Run the native code for the InternalArray function called as a normal
132 // Run the native code for the Array function called as a normal function.
283 __ add(r2, r2, Operand(Code::kHeaderSize - kHeapObjectTag));
289 __ add(r0, r0, Operand(Code::kHeaderSize - kHeapObjectTag));
343 // Try to allocate the object without transitioning into C code. If any of
344 // the preconditions is not met, the code bails out to the runtime call.
477 // and jump into the continuation code at any time from now on. Any
653 Handle<Code> code local
    [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64-inl.h 2 // Use of this source code is governed by a BSD-style license that can be
32 Object* target_code = Code::GetCodeFromTargetAddress(target);
39 inline unsigned CPURegister::code() const { function in class:v8::internal::CPURegister
108 // kNoRegister types should always have size 0 and code 0.
179 Combine(other.code());
187 if (!other1.IsNone() && (other1.type() == type_)) Remove(other1.code());
188 if (!other2.IsNone() && (other2.type() == type_)) Remove(other2.code());
189 if (!other3.IsNone() && (other3.type() == type_)) Remove(other3.code());
190 if (!other4.IsNone() && (other4.type() == type_)) Remove(other4.code());
194 inline void CPURegList::Combine(int code) {
    [all...]
  /external/chromium_org/v8/src/
compiler.cc 2 // Use of this source code is governed by a BSD-style license that can be
153 prologue_offset_ = Code::kPrologueOffsetNotSet;
205 void CompilationInfo::CommitDependencies(Handle<Code> code) {
215 dependent_code->UpdateToFinishedCode(group, this, *code);
258 Code::Flags CompilationInfo::flags() const {
260 return Code::ComputeFlags(code_stub()->GetCodeKind(),
265 return Code::ComputeFlags(Code::OPTIMIZED_FUNCTION);
382 // Recompile the unoptimized version of the code if the current versio
617 Handle<Code> code = info->code(); local
717 Handle<Code> code = info->code(); local
887 Handle<Code> code; local
1275 Handle<Code> code = isolate->builtins()->CompileLazy(); local
    [all...]
profile-generator.cc 2 // Use of this source code is governed by a BSD-style license that can be
578 // As actual number of decoded code entries may vary, initialize
585 // Don't use PC when in external callback code, as it can point
586 // inside callback's code, and we will erroneously report
592 // If pc is in the function code before it set up stack frame or after the
599 Code* code = Code::cast(HeapObject::FromAddress(start)); local
601 sample.pc - code->instruction_start());
  /external/chromium_org/v8/src/ia32/
builtins-ia32.cc 2 // Use of this source code is governed by a BSD-style license that can be
9 #include "src/code-factory.h"
72 __ lea(eax, FieldOperand(eax, Code::kHeaderSize));
78 __ lea(eax, FieldOperand(eax, Code::kHeaderSize));
131 // Try to allocate the object without transitioning into C code. If any of
132 // the preconditions is not met, the code bails out to the runtime call.
162 // The code below relies on these assumptions.
260 // and jump into the continuation code at any time from now on. Any
420 Handle<Code> code local
    [all...]
  /external/chromium_org/v8/src/mips/
builtins-mips.cc 2 // Use of this source code is governed by a BSD-style license that can be
111 // Run the native code for the InternalArray function called as a normal
141 // Run the native code for the Array function called as a normal function.
291 __ Addu(at, a2, Operand(Code::kHeaderSize - kHeapObjectTag));
297 __ Addu(at, v0, Operand(Code::kHeaderSize - kHeapObjectTag));
357 // Try to allocate the object without transitioning into C code. If any of
358 // the preconditions is not met, the code bails out to the runtime call.
494 // and jump into the continuation code at any time from now on. Any
676 Handle<Code> code local
    [all...]
  /external/chromium_org/v8/src/mips64/
builtins-mips64.cc 2 // Use of this source code is governed by a BSD-style license that can be
110 // Run the native code for the InternalArray function called as a normal
140 // Run the native code for the Array function called as a normal function.
290 __ Daddu(at, a2, Operand(Code::kHeaderSize - kHeapObjectTag));
296 __ Daddu(at, v0, Operand(Code::kHeaderSize - kHeapObjectTag));
357 // Try to allocate the object without transitioning into C code. If any of
358 // the preconditions is not met, the code bails out to the runtime call.
501 // and jump into the continuation code at any time from now on. Any
688 Handle<Code> code local
    [all...]
  /external/chromium_org/v8/src/x64/
builtins-x64.cc 2 // Use of this source code is governed by a BSD-style license that can be
9 #include "src/code-factory.h"
73 __ leap(kScratchRegister, FieldOperand(kScratchRegister, Code::kHeaderSize));
79 __ leap(rax, FieldOperand(rax, Code::kHeaderSize));
130 // Try to allocate the object without transitioning into C code. If any of
131 // the preconditions is not met, the code bails out to the runtime call.
164 // The code below relies on these assumptions.
261 // and jump into the continuation code at any time from now on. Any
422 Handle<Code> code local
    [all...]
  /external/chromium_org/v8/src/x87/
builtins-x87.cc 2 // Use of this source code is governed by a BSD-style license that can be
9 #include "src/code-factory.h"
72 __ lea(eax, FieldOperand(eax, Code::kHeaderSize));
78 __ lea(eax, FieldOperand(eax, Code::kHeaderSize));
131 // Try to allocate the object without transitioning into C code. If any of
132 // the preconditions is not met, the code bails out to the runtime call.
162 // The code below relies on these assumptions.
260 // and jump into the continuation code at any time from now on. Any
420 Handle<Code> code local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-arm.cc 6 // * Redistributions of source code must retain the above copyright
61 Handle<Code> code = isolate->factory()->NewCode( variable
62 desc, Code::ComputeFlags(Code::STUB), Handle<Code>());
65 code->Print(os);
67 F2 f = FUNCTION_CAST<F2>(code->entry());
97 Handle<Code> code = isolate->factory()->NewCode variable
142 Handle<Code> code = isolate->factory()->NewCode( variable
189 Handle<Code> code = isolate->factory()->NewCode( variable
313 Handle<Code> code = isolate->factory()->NewCode( variable
374 Handle<Code> code = isolate->factory()->NewCode( variable
408 Handle<Code> code = isolate->factory()->NewCode( variable
482 Handle<Code> code = isolate->factory()->NewCode( local
666 Handle<Code> code = isolate->factory()->NewCode( variable
776 Handle<Code> code = isolate->factory()->NewCode( variable
882 Handle<Code> code = isolate->factory()->NewCode( variable
977 Handle<Code> code = isolate->factory()->NewCode( variable
1105 Handle<Code> code = isolate->factory()->NewCode( variable
1178 Handle<Code> code = isolate->factory()->NewCode( variable
1286 Handle<Code> code = isolate->factory()->NewCode( variable
1389 Handle<Code> code = isolate->factory()->NewCode( variable
1472 Handle<Code> code = isolate->factory()->NewCode( variable
1560 Handle<Code> code = isolate->factory()->NewCode( local
    [all...]
test-assembler-mips.cc 6 // * Redistributions of source code must retain the above copyright
64 Handle<Code> code = isolate->factory()->NewCode( local
65 desc, Code::ComputeFlags(Code::STUB), Handle<Code>());
66 F2 f = FUNCTION_CAST<F2>(code->entry());
100 Handle<Code> code = isolate->factory()->NewCode( local
101 desc, Code::ComputeFlags(Code::STUB), Handle<Code>())
238 Handle<Code> code = isolate->factory()->NewCode( local
308 Handle<Code> code = isolate->factory()->NewCode( local
385 Handle<Code> code = isolate->factory()->NewCode( local
448 Handle<Code> code = isolate->factory()->NewCode( local
518 Handle<Code> code = isolate->factory()->NewCode( local
611 Handle<Code> code = isolate->factory()->NewCode( local
707 Handle<Code> code = isolate->factory()->NewCode( local
804 Handle<Code> code = isolate->factory()->NewCode( local
933 Handle<Code> code = isolate->factory()->NewCode( local
1059 Handle<Code> code = isolate->factory()->NewCode( local
1113 Handle<Code> code = isolate->factory()->NewCode( local
1231 Handle<Code> code = isolate->factory()->NewCode( local
    [all...]
test-assembler-mips64.cc 6 // * Redistributions of source code must retain the above copyright
64 Handle<Code> code = isolate->factory()->NewCode( local
65 desc, Code::ComputeFlags(Code::STUB), Handle<Code>());
66 F2 f = FUNCTION_CAST<F2>(code->entry());
101 Handle<Code> code = isolate->factory()->NewCode( local
102 desc, Code::ComputeFlags(Code::STUB), Handle<Code>())
248 Handle<Code> code = isolate->factory()->NewCode( local
320 Handle<Code> code = isolate->factory()->NewCode( local
397 Handle<Code> code = isolate->factory()->NewCode( local
463 Handle<Code> code = isolate->factory()->NewCode( local
533 Handle<Code> code = isolate->factory()->NewCode( local
613 Handle<Code> code = isolate->factory()->NewCode( local
709 Handle<Code> code = isolate->factory()->NewCode( local
832 Handle<Code> code = isolate->factory()->NewCode( local
967 Handle<Code> code = isolate->factory()->NewCode( local
1070 Handle<Code> code = isolate->factory()->NewCode( local
1124 Handle<Code> code = isolate->factory()->NewCode( local
1242 Handle<Code> code = isolate->factory()->NewCode( local
1362 Handle<Code> code = isolate->factory()->NewCode( local
    [all...]
  /external/clang/test/SemaCXX/
warn-consumed-analysis.cpp 684 int code; variable
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
LocalList.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpec;
20 import com.android.dx.rop.code.RegisterSpecSet;
32 * range of code which it is valid for, a register number, a name,
36 /** {@code non-null;} empty instance */
39 /** whether to run the self-check code */
43 * Constructs an instance. All indices initially contain {@code null}.
45 * @param size {@code >= 0;} the size of the list
54 * do that, this will throw {@code NullPointerException}.
56 * @param n {@code >= 0, < size();} which inde
    [all...]
RopTranslator.java 17 package com.android.dx.dex.code;
21 import com.android.dx.rop.code.BasicBlock;
22 import com.android.dx.rop.code.BasicBlockList;
23 import com.android.dx.rop.code.FillArrayDataInsn;
24 import com.android.dx.rop.code.Insn;
25 import com.android.dx.rop.code.LocalVariableInfo;
26 import com.android.dx.rop.code.PlainCstInsn;
27 import com.android.dx.rop.code.PlainInsn;
28 import com.android.dx.rop.code.RegOps;
29 import com.android.dx.rop.code.RegisterSpec
    [all...]
  /external/e2fsprogs/e2fsck/
pass2.c 96 problem_t code; local
206 code = 0;
211 code = PR_2_HTREE_MIN_HASH;
212 fix_problem(ctx, code, &pctx);
219 code = PR_2_HTREE_BAD_DEPTH;
220 fix_problem(ctx, code, &pctx);
232 code = PR_2_HTREE_MAX_HASH;
233 fix_problem(ctx, code, &pctx);
237 code = PR_2_HTREE_NOTREF;
238 fix_problem(ctx, code, &pctx)
    [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/
ClassDef.java 374 // note: although this is not documented, J2SDK code uses '.''s as
581 final CodeAttribute_info code = new CodeAttribute_info (attribute_name_index, 0, 0, local
586 attributes.add (code);
  /external/freetype/include/internal/
t1types.h 59 /* code_first :: The lowest valid character code in the encoding. */
61 /* code_last :: The highest valid character code in the encoding */
131 FT_Byte** code; member in struct:CID_SubrsRec_
  /external/freetype/src/sfnt/
sfobjs.c 55 FT_UInt len, code, n; local
67 code = FT_NEXT_USHORT( read );
69 if ( code == 0 )
72 if ( code < 32 || code > 127 )
73 code = '?';
75 string[n] = (char)code;
90 FT_UInt len, code, n; local
102 code = *read++;
104 if ( code == 0
    [all...]
  /external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
GifDecoder.java 51 * Implementation adapted from sample code published in Lyons. (2004). <em>Java for Programmers</em>,
256 * @return read status code (0 = no errors)
307 * @return read status code (0 = no errors)
340 // fill in starting image contents based on last image's dispose code
440 int available, clear, code_mask, code_size, end_of_information, in_code, old_code, bits, code, count, i, datum, data_size, first, top, bi, pi; local
463 for (code = 0; code < clear; code++) {
464 prefix[code] = 0; // XXX ArrayIndexOutOfBoundsException
465 suffix[code] = (byte) code
    [all...]
  /external/icu/icu4c/source/common/
ucnvscsu.c 59 * Unicode code points from 3400 to E000 are not adressible by
271 * Instead, there are two code blocks for the two SCSU modes.
278 * When the fast-path runs into a code that it cannot handle, its loop ends and it
283 * The callback handling is done by returning with an error code.
617 * Instead, there are two code blocks for the two SCSU modes.
624 * When the fast-path runs into a code that it cannot handle, its loop ends and it
629 * The callback handling is done by returning with an error code.
876 * Real compression heuristics are applied to the rest, in code branches for
877 * single/Unicode mode and BMP/supplementary code points.
1031 int code; local
1521 int code; local
    [all...]
  /external/iproute2/include/linux/netfilter_ipv4/
ip_tables.h 145 __u8 code[2]; /* range of code */ member in struct:ipt_icmp
150 #define IPT_ICMP_INV 0x01 /* Invert the sense of type/code test */
  /external/iptables/include/linux/netfilter_ipv4/
ip_tables.h 145 u_int8_t code[2]; /* range of code */ member in struct:ipt_icmp
150 #define IPT_ICMP_INV 0x01 /* Invert the sense of type/code test */
  /external/iptables/include/linux/netfilter_ipv6/
ip6_tables.h 182 u_int8_t code[2]; /* range of code */ member in struct:ip6t_icmp
187 #define IP6T_ICMP_INV 0x01 /* Invert the sense of type/code test */

Completed in 1296 milliseconds

<<31323334353637383940>>