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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/v8/test/cctest/
test-hashing.cc 6 // * Redistributions of source code must retain the above copyright
32 #include "src/code-stubs.h"
75 // csp is initialized by the calling (C++) code.
112 Handle<Code> code = factory->NewCode(desc, local
113 Code::ComputeFlags(Code::STUB),
115 CHECK(code->IsCode());
117 HASH_FUNCTION hash = FUNCTION_CAST<HASH_FUNCTION>(code->entry());
  /external/chromium_org/v8/tools/
run-valgrind.py 8 # * Redistributions of source code must retain the above copyright
49 code = process.wait(); variable
53 if code != 0:
55 sys.exit(code)
  /external/chromium_org/win8/metro_driver/
metro_driver.cc 2 // Use of this source code is governed by a BSD-style license that can be
24 DWORD code = ex_info->ExceptionRecord->ExceptionCode; local
26 if (code == EXCEPTION_RO_ORIGINATEERROR) {
29 } else if (code == EXCEPTION_RO_TRANSFORMERROR) {
  /external/compiler-rt/lib/asan/
asan_posix.cc 37 int code = (int)((siginfo_t*)siginfo)->si_code; local
50 (code == si_SEGV_MAPERR || code == si_SEGV_ACCERR))
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
FixedSizeInsn.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
24 * Base class for instructions which are of a fixed code size and
31 * unknown ({@code -1}).
34 * absolutely no registers (e.g., a {@code nop} or a
40 * @param position {@code non-null;} source position
41 * @param registers {@code non-null;} register list, including a
LocalEnd.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpec;
20 import com.android.dx.rop.code.RegisterSpecList;
21 import com.android.dx.rop.code.SourcePosition;
31 * {@code non-null;} register spec representing the local variable ended
34 * is implicit in the ambient local variable state, but other code
41 * unknown ({@code -1}).
43 * @param position {@code non-null;} source position
44 * @param local {@code non-null;} register spec representing the local
73 * @return {@code non-null;} the register spe
    [all...]
LocalStart.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpec;
20 import com.android.dx.rop.code.RegisterSpecList;
21 import com.android.dx.rop.code.SourcePosition;
31 * {@code non-null;} register spec representing the local variable introduced
39 * @param spec {@code non-null;} the spec to convert
40 * @return {@code non-null;} the string form
49 * unknown ({@code -1}).
51 * @param position {@code non-null;} source position
52 * @param local {@code non-null;} register spec representing the loca
    [all...]
OddSpacer.java 17 package com.android.dx.dex.code;
20 import com.android.dx.rop.code.RegisterSpecList;
21 import com.android.dx.rop.code.SourcePosition;
25 * Pseudo-instruction which either turns into a {@code nop} or
33 * unknown ({@code -1}).
35 * @param position {@code non-null;} source position
RopToDop.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.Insn;
20 import com.android.dx.rop.code.RegOps;
21 import com.android.dx.rop.code.Rop;
22 import com.android.dx.rop.code.Rops;
23 import com.android.dx.rop.code.ThrowingCstInsn;
24 import com.android.dx.rop.code.RegisterSpec;
38 /** {@code non-null;} map from all the common rops to dalvik opcodes */
53 * manually-generated static initialization code for this class.
55 * TODO: Make opcode-gen produce useful code in this case instea
    [all...]
ZeroSizeInsn.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
24 * Pseudo-instruction base class for zero-size (no code emitted)
26 * about the code they are adjacent to.
31 * unknown ({@code -1}).
33 * @param position {@code non-null;} source position
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form10x.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.SimpleInsn;
25 * Instruction format {@code 10x}. See the instruction format spec
29 /** {@code non-null;} unique instance of this class */
Form30t.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.TargetInsn;
25 * Instruction format {@code 30t}. See the instruction format spec
29 /** {@code non-null;} unique instance of this class */
SpecialFormat.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
27 * exceptions, as code should know (implicitly or explicitly) to avoid
29 * always returns {@code true}.
32 /** {@code non-null;} unique instance of this class */
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
CstInsn.java 17 package com.android.dx.rop.code;
26 /** {@code non-null;} the constant */
32 * @param opcode {@code non-null;} the opcode
33 * @param position {@code non-null;} source position
34 * @param result {@code null-ok;} spec for the result, if any
35 * @param sources {@code non-null;} specs for all the sources
36 * @param cst {@code non-null;} constant
58 * @return {@code non-null;} the constant
PlainCstInsn.java 17 package com.android.dx.rop.code;
33 * @param opcode {@code non-null;} the opcode
34 * @param position {@code non-null;} source position
35 * @param result {@code null-ok;} spec for the result, if any
36 * @param sources {@code non-null;} specs for all the sources
37 * @param cst {@code non-null;} the constant
  /external/elfutils/0.153/libdw/
dwarf_child.c 20 additional right to link the code of Red Hat elfutils with code licensed
23 distribution of source code with any binary distribution and to
24 distribute linked combinations of the two. Non-GPL Code permitted under
25 this exception must only link to the code of Red Hat elfutils through
27 found in the source code files (the "Approved Interfaces"). The files
28 of Non-GPL Code may instantiate templates or use macros or inline
35 License in all respects for all of the Red Hat elfutils code and other
36 code used in conjunction with Red Hat elfutils except the Non-GPL Code
185 const unsigned char *code = addr; local
    [all...]
  /external/freetype/src/cff/
cffcmap.c 82 FT_UInt code = (FT_UInt)(char_code + 1); local
87 if ( code >= 256 )
90 result = cmap->gids[code];
93 *pchar_code = code;
97 code++;
  /external/lldb/source/Interpreter/
embedded_interpreter.py 2 import code namespace
6 class SimpleREPL(code.InteractiveConsole):
8 code.InteractiveConsole.__init__(self,dict)
  /external/llvm/lib/Support/
regerror.c 2 * This code is derived from OpenBSD's libc/regex, original license follows:
8 * This code is derived from software contributed to Berkeley by
14 * 1. Redistributions of source code must retain the above copyright
55 int code; member in struct:rerr
75 { 0, "", "*** unknown regexp error code ***" }
95 for (r = rerrs; r->code != 0; r++)
96 if (r->code == target)
100 if (r->code != 0) {
127 for (r = rerrs; r->code != 0; r++)
130 if (r->code == 0
    [all...]
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITMemoryManagerTest.cpp 87 uint8_t* code[10000]; local
93 code[i] = MemMgr->allocateCodeSection(32, 0, 1, "");
97 code[i][j] = 1 + (i % 254);
101 EXPECT_NE((uint8_t *)nullptr, code[i]);
110 EXPECT_EQ(ExpectedCode, code[i][j]);
122 uint8_t* code[10000]; local
132 code[i] = MemMgr->allocateCodeSection(CodeSize, Align, i, "");
137 code[i][j] = 1 + (i % 254);
144 EXPECT_NE((uint8_t *)nullptr, code[i]);
147 uintptr_t CodeAlign = Align ? (uintptr_t)code[i] % Align : 0
    [all...]
  /external/mesa3d/src/mapi/glapi/
glapi_entrypoint.c 28 * Arch-specific code for manipulating GL API entrypoints (dispatch stubs).
100 GLubyte * const code = (GLubyte *) u_execmem_alloc(DISPATCH_FUNCTION_SIZE); local
103 if ( code != NULL ) {
104 (void) memcpy(code, template_func, DISPATCH_FUNCTION_SIZE);
105 fill_in_entrypoint_offset( (_glapi_proc) code, functionOffset );
108 return (_glapi_proc) code;
119 GLubyte * const code = (GLubyte *) entrypoint; local
122 *((unsigned int *)(code + 8)) = 4 * offset;
124 *((unsigned int *)(code + 11)) = 4 * offset;
125 *((unsigned int *)(code + 22)) = 4 * offset
195 unsigned int *code = &__glapi_sparc_tls_stub; local
199 unsigned int *code = &__glapi_sparc_pthread_stub; local
283 unsigned int *code = (unsigned int *) u_execmem_alloc(sizeof(template)); local
302 unsigned int *code = (unsigned int *) entrypoint; local
    [all...]
  /external/mesa3d/src/mapi/mapi/
entry_x86-64_tls.h 91 char *code = (char *) entry; local
92 *((unsigned int *) (code + 12)) = slot * sizeof(mapi_func);
105 void *code; local
113 code = u_execmem_alloc(sizeof(code_templ));
114 if (!code)
117 memcpy(code, code_templ, sizeof(code_templ));
119 *((unsigned int *) (code + 5)) = addr;
120 entry = (mapi_func) code;
entry_x86_tls.h 118 char *code = (char *) entry; local
119 *((unsigned long *) (code + 8)) = slot * sizeof(mapi_func);
130 void *code; local
133 code = u_execmem_alloc(sizeof(code_templ));
134 if (!code)
137 memcpy(code, code_templ, sizeof(code_templ));
139 *((unsigned long *) (code + 2)) = x86_current_tls();
140 entry = (mapi_func) code;
entry_x86_tsd.h 80 char *code = (char *) entry; local
82 *((unsigned long *) (code + 11)) = slot * sizeof(mapi_func);
83 *((unsigned long *) (code + 22)) = slot * sizeof(mapi_func);
90 void *code; local
93 code = u_execmem_alloc(X86_ENTRY_SIZE);
94 if (!code)
97 memcpy(code, code_templ, X86_ENTRY_SIZE);
98 entry = (mapi_func) code;
  /external/oauth/core/src/main/java/net/oauth/
OAuthProblemException.java 94 Object code = getParameters().get(HttpResponseMessage.STATUS_CODE); local
95 if (code == null) {
97 } else if (code instanceof Number) { // the usual case
98 return ((Number) code).intValue();
100 return Integer.parseInt(code.toString());

Completed in 849 milliseconds

1 2 3 4 56 7 8 91011>>