Home
last modified time | relevance | path

Searched refs:code1 (Results 1 – 10 of 10) sorted by relevance

/external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
DBigIntegerHashCodeTest.java40 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/
Dioctlsort.c53 unsigned long code1 = ((struct ioctlent *) a)->code; local
55 return (code1 > code2) ? 1 : (code1 < code2) ? -1 : 0;
Dioctl.c76 unsigned long code1 = ((struct ioctlent *) a)->code; local
78 return (code1 > code2) ? 1 : (code1 < code2) ? -1 : 0;
/external/v8/test/mjsunit/
Dstrict-mode-eval.js30 var code1 = "function f(eval) {}"; variable
39 eval_alias(code1);
47 eval(code1);
/external/regex-re2/re2/
Dperl_groups.cc8 static URange16 code1[] = { /* \d */ variable
23 { "\\d", +1, code1, 1 },
24 { "\\D", -1, code1, 1 },
/external/strace/linux/
Dioctlsort.c27 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/
Dauthfd.c257 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/
Dtemplate_url_prepopulate_data.cc3016 #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/
Dshared.h390 char code1[0x0020]; member
/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt637 $code1 = $geshi->parse_code();