Searched refs:code1 (Results 1 – 10 of 10) sorted by relevance
/external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/ |
D | BigIntegerHashCodeTest.java | 40 int code1 = aNumber1.hashCode(); in testSameObject() local 47 assertTrue("hash codes for the same object differ", code1 == code2); in testSameObject() 58 int code1 = aNumber1.hashCode(); in testEqualObjects() local 61 assertTrue("hash codes for equal objects are unequal", code1 == code2); in testEqualObjects() 74 int code1 = aNumber1.hashCode(); in testUnequalObjectsUnequal() local 77 assertTrue("hash codes for unequal objects are equal", code1 != code2); in testUnequalObjectsUnequal()
|
/external/strace/ |
D | ioctlsort.c | 53 unsigned long code1 = ((struct ioctlent *) a)->code; local 55 return (code1 > code2) ? 1 : (code1 < code2) ? -1 : 0;
|
D | ioctl.c | 76 unsigned long code1 = ((struct ioctlent *) a)->code; local 78 return (code1 > code2) ? 1 : (code1 < code2) ? -1 : 0;
|
/external/v8/test/mjsunit/ |
D | strict-mode-eval.js | 30 var code1 = "function f(eval) {}"; variable 39 eval_alias(code1); 47 eval(code1);
|
/external/regex-re2/re2/ |
D | perl_groups.cc | 8 static URange16 code1[] = { /* \d */ variable 23 { "\\d", +1, code1, 1 }, 24 { "\\D", -1, code1, 1 },
|
/external/strace/linux/ |
D | ioctlsort.c | 27 unsigned long code1 = ((struct ioctlent *) a)->code; in compare() local 31 return (code1 > code2) ? 1 : (code1 < code2) ? -1 : strcmp (name1, name2); in compare()
|
/external/openssh/ |
D | authfd.c | 257 int type, code1 = 0, code2 = 0; in ssh_get_num_identities() local 262 code1 = SSH_AGENTC_REQUEST_RSA_IDENTITIES; in ssh_get_num_identities() 266 code1 = SSH2_AGENTC_REQUEST_IDENTITIES; in ssh_get_num_identities() 278 buffer_put_char(&request, code1); in ssh_get_num_identities()
|
/external/chromium/chrome/browser/search_engines/ |
D | template_url_prepopulate_data.cc | 3016 #define CODE_TO_ID(code1, code2)\ in GetPrepopulationSetFromCountryID() argument 3017 (CHAR(code1) << 8 | CHAR(code2)) in GetPrepopulationSetFromCountryID() 3019 #define UNHANDLED_COUNTRY(code1, code2)\ in GetPrepopulationSetFromCountryID() argument 3020 case CODE_TO_ID(code1, code2): in GetPrepopulationSetFromCountryID() 3021 #define END_UNHANDLED_COUNTRIES(code1, code2)\ in GetPrepopulationSetFromCountryID() argument 3022 *engines = engines_##code1##code2;\ in GetPrepopulationSetFromCountryID() 3023 *num_engines = arraysize(engines_##code1##code2);\ in GetPrepopulationSetFromCountryID() 3025 #define DECLARE_COUNTRY(code1, code2)\ in GetPrepopulationSetFromCountryID() argument 3026 UNHANDLED_COUNTRY(code1, code2)\ in GetPrepopulationSetFromCountryID() 3027 END_UNHANDLED_COUNTRIES(code1, code2) in GetPrepopulationSetFromCountryID()
|
/external/grub/stage2/ |
D | shared.h | 390 char code1[0x0020]; member
|
/external/libvpx/examples/includes/geshi/docs/ |
D | geshi-doc.txt | 637 $code1 = $geshi->parse_code();
|