Searched refs:code2 (Results 1 - 11 of 11) sorted by relevance

/external/strace/
H A Dioctlsort.c54 unsigned long code2 = ((struct ioctlent *) b)->code; local
55 return (code1 > code2) ? 1 : (code1 < code2) ? -1 : 0;
H A Dioctl.c77 unsigned long code2 = ((struct ioctlent *) b)->code; local
78 return (code1 > code2) ? 1 : (code1 < code2) ? -1 : 0;
/external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
H A DBigIntegerHashCodeTest.java46 int code2 = aNumber1.hashCode();
47 assertTrue("hash codes for the same object differ", code1 == code2);
59 int code2 = aNumber2.hashCode();
61 assertTrue("hash codes for equal objects are unequal", code1 == code2);
75 int code2 = aNumber2.hashCode();
77 assertTrue("hash codes for unequal objects are equal", code1 != code2);
/external/v8/test/mjsunit/
H A Dstrict-mode-eval.js31 var code2 = "function f(a, a) {}"; variable
40 eval_alias(code2);
57 eval(code2);
/external/strace/linux/
H A Dioctlsort.c28 unsigned long code2 = ((struct ioctlent *) b)->code; local
31 return (code1 > code2) ? 1 : (code1 < code2) ? -1 : strcmp (name1, name2);
/external/regex-re2/re2/
H A Dperl_groups.cc11 static URange16 code2[] = { /* \s */ member in namespace:re2
25 { "\\s", +1, code2, 3 },
26 { "\\S", -1, code2, 3 },
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITMemoryManagerTest.cpp24 uint8_t *code2 = MemMgr->allocateCodeSection(256, 0, 3); local
28 EXPECT_NE((uint8_t*)0, code2);
35 code2[i] = 2;
43 EXPECT_EQ(2, code2[i]);
57 uint8_t *code2 = MemMgr->allocateCodeSection(0x100000, 0, 3); local
61 EXPECT_NE((uint8_t*)0, code2);
68 code2[i] = 2;
76 EXPECT_EQ(2, code2[i]);
/external/openssh/
H A Dauthfd.c257 int type, code1 = 0, code2 = 0; local
263 code2 = SSH_AGENT_RSA_IDENTITIES_ANSWER;
267 code2 = SSH2_AGENT_IDENTITIES_ANSWER;
291 } else if (type != code2) {
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_prepopulate_data.cc3016 #define CODE_TO_ID(code1, code2)\
3017 (CHAR(code1) << 8 | CHAR(code2))
3019 #define UNHANDLED_COUNTRY(code1, code2)\
3020 case CODE_TO_ID(code1, code2):
3021 #define END_UNHANDLED_COUNTRIES(code1, code2)\
3022 *engines = engines_##code1##code2;\
3023 *num_engines = arraysize(engines_##code1##code2);\
3025 #define DECLARE_COUNTRY(code1, code2)\
3026 UNHANDLED_COUNTRY(code1, code2)\
3027 END_UNHANDLED_COUNTRIES(code1, code2)
[all...]
/external/grub/stage2/
H A Dshared.h393 char code2[0x01F1 - 0x0020 - 2 - 2]; member in struct:linux_kernel_header
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 341 milliseconds