HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 526 - 550 of 8676) sorted by null

<<21222324252627282930>>

  /external/valgrind/main/none/tests/
faultstatus.c 36 int code; member in struct:test
62 static int testcode(int code, int want)
64 if (code != want) {
65 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code);
92 ok = ok && testcode(si->si_code, cur_test->code);
155 #define T(n, sig, code, addr) { test##n, sig, code, addr }
  /external/valgrind/main/none/tests/x86/
faultstatus.c 16 int code; member in struct:test
42 static int testcode(int code, int want)
44 if (code != want) {
45 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code);
66 ok = ok && testcode(si->si_code, cur_test->code);
134 #define T(n, sig, code, addr) { test##n, sig, code, addr }
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ProfileAwareUriMatcher.java 58 * @param code the code to match for the root URI
60 public ProfileAwareUriMatcher(int code) {
61 super(code);
65 public void addURI(String authority, String path, int code) {
66 super.addURI(authority, path, code);
80 PROFILE_URIS.add(code);
87 PROFILE_URI_ID_MAP.put(code, i);
90 PROFILE_URI_LOOKUP_KEY_MAP.put(code, i);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
extutil.h 112 int /* code */,
150 * helper macros to generate code that is common to all extensions; caller
178 char *proc (Display *dpy, int code, XExtCodes *codes, char *buf, int n) \
180 code -= codes->first_error; \
181 if (code >= 0 && code < nerr) { \
183 sprintf (tmp, "%s.%d", extname, code); \
184 XGetErrorDatabaseText (dpy, "XProtoError", tmp, errl[code], buf, n); \
191 char *proc(Display *dpy, int code, XExtCodes *codes, char *buf, int n)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
extutil.h 112 int /* code */,
150 * helper macros to generate code that is common to all extensions; caller
178 char *proc (Display *dpy, int code, XExtCodes *codes, char *buf, int n) \
180 code -= codes->first_error; \
181 if (code >= 0 && code < nerr) { \
183 sprintf (tmp, "%s.%d", extname, code); \
184 XGetErrorDatabaseText (dpy, "XProtoError", tmp, errl[code], buf, n); \
191 char *proc(Display *dpy, int code, XExtCodes *codes, char *buf, int n)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
extutil.h 112 int /* code */,
150 * helper macros to generate code that is common to all extensions; caller
178 char *proc (Display *dpy, int code, XExtCodes *codes, char *buf, int n) \
180 code -= codes->first_error; \
181 if (code >= 0 && code < nerr) { \
183 sprintf (tmp, "%s.%d", extname, code); \
184 XGetErrorDatabaseText (dpy, "XProtoError", tmp, errl[code], buf, n); \
191 char *proc(Display *dpy, int code, XExtCodes *codes, char *buf, int n)
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
testfile_test.py 7 # * Redistributions of source code must retain the above copyright
66 _, code = testfile.TestFile.add_file(*file_data)
67 self.assertEqual(200, code, 'Unable to create file with data: %s' % file_data)
77 _, code = testfile.TestFile.save_file(files[0], None)
78 self.assertEqual(500, code, 'Expected empty file not to have been saved.')
97 _, code = testfile.TestFile.overwrite_or_add_file(*file_data)
98 self.assertEqual(200, code, 'Unable to create file with data: %s' % file_data)
102 _, code = testfile.TestFile.overwrite_or_add_file(*file_data)
103 self.assertEqual(200, code, 'Unable to overwrite or create file with data: %s' % file_data)
108 _, code = testfile.TestFile.overwrite_or_add_file(*file_data
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-md5-x86_64.pl 107 $code.=<<___;
126 $code.=<<___;
139 $code.=<<___;
151 $code.=<<___ if (!$md5);
186 $code.=<<___;
192 $code.=<<___;
221 $code.=" movdqu ($in0),%xmm2\n" if ($rc4 && $j==15);
222 $code.=" add \$$MOD,$XX[0]#b\n" if ($rc4 && $j==15 && $k==$MOD-1);
223 $code.=" pxor $xmm,$xmm\n" if ($rc4 && $j<=1);
224 $code.=<<___
    [all...]
  /external/chromium_org/v8/src/
codegen.cc 6 // * Redistributions of source code must retain the above copyright
78 PrintF("[generating %s code for %s function: ", kind, ftype);
103 Handle<Code> CodeGenerator::MakeCodeEpilogue(MacroAssembler* masm,
104 Code::Flags flags,
108 // Allocate and install the code.
111 Code::ExtractKindFromFlags(flags) == Code::OPTIMIZED_FUNCTION ||
114 Handle<Code> code = local
117 if (!code.is_null())
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-md5-x86_64.pl 107 $code.=<<___;
126 $code.=<<___;
139 $code.=<<___;
151 $code.=<<___ if (!$md5);
186 $code.=<<___;
192 $code.=<<___;
221 $code.=" movdqu ($in0),%xmm2\n" if ($rc4 && $j==15);
222 $code.=" add \$$MOD,$XX[0]#b\n" if ($rc4 && $j==15 && $k==$MOD-1);
223 $code.=" pxor $xmm,$xmm\n" if ($rc4 && $j<=1);
224 $code.=<<___
    [all...]
  /external/v8/test/cctest/
test-assembler-ia32.cc 6 // * Redistributions of source code must retain the above copyright
72 Object* code = HEAP->CreateCode( local
74 Code::ComputeFlags(Code::STUB),
76 CHECK(code->IsCode());
78 Code::cast(code)->Print();
80 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
110 Object* code = HEAP->CreateCode local
152 Object* code = HEAP->CreateCode( local
186 Code* code = Code::cast(HEAP->CreateCode( local
220 Code* code = Code::cast(HEAP->CreateCode( local
249 Code* code = Code::cast(HEAP->CreateCode( local
286 Code* code = Code::cast(HEAP->CreateCode( local
326 Code* code = Code::cast(HEAP->CreateCode( local
381 Code* code = Code::cast(HEAP->CreateCode( local
465 Code* code = Code::cast(HEAP->CreateCode( local
    [all...]
  /external/libpcap/
optimize.c 6 * modification, are permitted provided that: (1) source code distributions
8 * distributions including binary code include the above copyright notice and
73 * Currently, the use-def code assumes only one definition per instruction.
86 * Rather than traverse the code array, marking each item, 'cur_mark' is
369 register int c = s->code;
415 if (s->code == NOP)
418 switch (BPF_CLASS(s->code)) {
432 return BPF_MISCOP(s->code) == BPF_TAX ? X_ATOM : A_ATOM;
457 if (s->s.code == NOP)
481 if (BPF_CLASS(b->s.code) == BPF_JMP)
543 int code; member in struct:valnode
1316 int code = ep->code; local
    [all...]
  /art/runtime/entrypoints/jni/
jni_entrypoints.cc 61 // TODO: this code is specific to ARM
115 const void* code = reinterpret_cast<const void*>(jni_method->GetNativeGcMap()); local
116 if (UNLIKELY(code == NULL)) {
117 code = GetJniDlsymLookupStub();
118 jni_method->RegisterNative(self, code);
120 return code;
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form11n.java 17 package com.android.dexgen.dex.code.form;
19 import com.android.dexgen.dex.code.CstInsn;
20 import com.android.dexgen.dex.code.DalvInsn;
21 import com.android.dexgen.dex.code.InsnFormat;
22 import com.android.dexgen.rop.code.RegisterSpecList;
28 * Instruction format {@code 11n}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
Form21s.java 17 package com.android.dexgen.dex.code.form;
19 import com.android.dexgen.dex.code.CstInsn;
20 import com.android.dexgen.dex.code.DalvInsn;
21 import com.android.dexgen.dex.code.InsnFormat;
22 import com.android.dexgen.rop.code.RegisterSpecList;
28 * Instruction format {@code 21s}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
Form22b.java 17 package com.android.dexgen.dex.code.form;
19 import com.android.dexgen.dex.code.CstInsn;
20 import com.android.dexgen.dex.code.DalvInsn;
21 import com.android.dexgen.dex.code.InsnFormat;
22 import com.android.dexgen.rop.code.RegisterSpecList;
28 * Instruction format {@code 22b}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
Form22c.java 17 package com.android.dexgen.dex.code.form;
19 import com.android.dexgen.dex.code.CstInsn;
20 import com.android.dexgen.dex.code.DalvInsn;
21 import com.android.dexgen.dex.code.InsnFormat;
22 import com.android.dexgen.rop.code.RegisterSpecList;
30 * Instruction format {@code 22c}. See the instruction format spec
34 /** {@code non-null;} unique instance of this class */
Form22s.java 17 package com.android.dexgen.dex.code.form;
19 import com.android.dexgen.dex.code.CstInsn;
20 import com.android.dexgen.dex.code.DalvInsn;
21 import com.android.dexgen.dex.code.InsnFormat;
22 import com.android.dexgen.rop.code.RegisterSpecList;
28 * Instruction format {@code 22s}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
Form22t.java 17 package com.android.dexgen.dex.code.form;
19 import com.android.dexgen.dex.code.DalvInsn;
20 import com.android.dexgen.dex.code.InsnFormat;
21 import com.android.dexgen.dex.code.TargetInsn;
22 import com.android.dexgen.rop.code.RegisterSpecList;
26 * Instruction format {@code 22t}. See the instruction format spec
30 /** {@code non-null;} unique instance of this class */
Form31i.java 17 package com.android.dexgen.dex.code.form;
19 import com.android.dexgen.dex.code.CstInsn;
20 import com.android.dexgen.dex.code.DalvInsn;
21 import com.android.dexgen.dex.code.InsnFormat;
22 import com.android.dexgen.rop.code.RegisterSpecList;
28 * Instruction format {@code 31i}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
Form51l.java 17 package com.android.dexgen.dex.code.form;
19 import com.android.dexgen.dex.code.CstInsn;
20 import com.android.dexgen.dex.code.DalvInsn;
21 import com.android.dexgen.dex.code.InsnFormat;
22 import com.android.dexgen.rop.code.RegisterSpecList;
29 * Instruction format {@code 51l}. See the instruction format spec
33 /** {@code non-null;} unique instance of this class */
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 19 import com.android.dx.cf.code.BasicBlocker;
20 import com.android.dx.cf.code.ByteBlock;
21 import com.android.dx.cf.code.ByteBlockList;
22 import com.android.dx.cf.code.ByteCatchList;
23 import com.android.dx.cf.code.BytecodeArray;
24 import com.android.dx.cf.code.ConcreteMethod;
25 import com.android.dx.cf.code.Ropper;
31 import com.android.dx.rop.code.AccessFlags;
32 import com.android.dx.rop.code.BasicBlock;
33 import com.android.dx.rop.code.BasicBlockList
210 BytecodeArray code = meth.getCode(); local
286 BytecodeArray code = meth.getCode(); local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form21t.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;
22 import com.android.dx.rop.code.RegisterSpecList;
27 * Instruction format {@code 21t}. See the instruction format spec
31 /** {@code non-null;} unique instance of this class */
Form22t.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;
22 import com.android.dx.rop.code.RegisterSpecList;
27 * Instruction format {@code 22t}. See the instruction format spec
31 /** {@code non-null;} unique instance of this class */
Form22x.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;
22 import com.android.dx.rop.code.RegisterSpecList;
27 * Instruction format {@code 22x}. See the instruction format spec
31 /** {@code non-null;} unique instance of this class */

Completed in 1809 milliseconds

<<21222324252627282930>>