HomeSort by relevance Sort by last modified time
    Searched refs:ha (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
HostAuthTests.java 40 HostAuth ha = new HostAuth(); local
41 ha.setLogin("user:password");
42 assertEquals("user", ha.mLogin);
43 assertEquals("password", ha.mPassword);
46 ha.setLogin("%20us%20er%20:password");
47 assertEquals("%20us%20er%20", ha.mLogin);
48 assertEquals("password", ha.mPassword);
51 ha.setLogin("user:%20pass%20word%20");
52 assertEquals("user", ha.mLogin);
53 assertEquals("%20pass%20word%20", ha.mPassword)
80 HostAuth ha = new HostAuth(); local
111 HostAuth ha = new HostAuth(); local
165 HostAuth ha = new HostAuth(); local
236 final HostAuth ha = HostAuth.fromJson(json); local
    [all...]
  /external/boringssl/src/util/fipstools/testdata/ppc64le-LoadToR0/
in.s 3 addis 22,2,bar@toc@ha
  /external/boringssl/src/util/fipstools/testdata/ppc64le-TOCWithOffset/
in.s 4 addis 3, 2, 5+foo@toc@ha
7 addis 3, 2, 15+foo@toc@ha
10 addis 4, 2, foo@toc@ha
13 addis 5, 2, 5+foo@toc@ha
16 addis 4, 2, foo-10@toc@ha
19 addis 4, 2, foo@toc@ha+25
22 addis 4, 2, 1+foo-2@toc@ha+3
out.s 7 # WAS addis 3, 2, 5+foo@toc@ha
19 # WAS addis 3, 2, 15+foo@toc@ha
31 # WAS addis 4, 2, foo@toc@ha
45 # WAS addis 5, 2, 5+foo@toc@ha
60 # WAS addis 4, 2, foo-10@toc@ha
74 # WAS addis 4, 2, foo@toc@ha+25
88 # WAS addis 4, 2, 1+foo-2@toc@ha+3
106 addis 3, 2, .Lfoo_local_target@toc@ha
112 addis 3, 2, .Lfoo_local_target+1-2+3@toc@ha
118 addis 3, 2, .Lfoo_local_target+10@toc@ha
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
vle-reloc.s 14 e_or2i 3, high_adjust@ha
17 e_or2i 2, high_adjust_sdarel@sdarel@ha
21 e_and2i. 3, high_adjust@ha
24 e_and2i. 2, high_adjust_sdarel@sdarel@ha
25 e_and2i. 2, high_adjust_sdarel@sdarel@ha
29 e_or2is 3, high_adjust@ha
32 e_or2is 2, high_adjust_sdarel@sdarel@ha
36 e_lis 3, high_adjust@ha
39 e_lis 2, high_adjust_sdarel@sdarel@ha
43 e_and2is. 3, high_adjust@ha
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
vle-reloc-2.s 12 e_or2i 3, high_adjust@ha
15 e_or2i 2, high_adjust_sdarel@sdarel@ha
19 e_and2i. 3, high_adjust@ha
22 e_and2i. 2, high_adjust_sdarel@sdarel@ha
26 e_or2is 3, high_adjust@ha
29 e_or2is 2, high_adjust_sdarel@sdarel@ha
33 e_lis 3, high_adjust@ha
36 e_lis 2, high_adjust_sdarel@sdarel@ha
40 e_and2is. 3, high_adjust@ha
43 e_and2is. 2, high_adjust_sdarel@sdarel@ha
    [all...]
plt1.s 6 addis 30,30,(_GLOBAL_OFFSET_TABLE_-1b)@ha
tocopt2.s 9 addis 9,2,xt@toc@ha
tocopt3.s 8 addis 9,2,0b@toc@ha
vxworks-relax-2.s 4 lis 9,elsewhere@ha
vxworks-relax.s 4 lis 9,elsewhere@ha
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_hypot.c 58 int32_t j,k,ha,hb; local
60 GET_HIGH_WORD(ha,x);
61 ha &= 0x7fffffff;
64 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;}
67 if((ha-hb)>0x3c00000) {return a+b;} /* x/y > 2**60 */
69 if(ha > 0x5f300000) { /* a>2**500 */
70 if(ha >= 0x7ff00000) { /* Inf or NaN */
75 if(((ha&0xfffff)|low)==0) w = a
    [all...]
e_hypotf.c 26 int32_t j,k,ha,hb; local
28 GET_FLOAT_WORD(ha,x);
29 ha &= 0x7fffffff;
32 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;}
35 if((ha-hb)>0xf000000) {return a+b;} /* x/y > 2**30 */
37 if(ha > 0x58800000) { /* a>2**50 */
38 if(ha >= 0x7f800000) { /* Inf or NaN */
41 if(ha == 0x7f800000) w = a
    [all...]
e_hypotl.c 52 int32_t j,k,ha,hb; local
54 GET_HIGH_WORD(ha,x);
55 ha &= 0x7fff;
58 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;}
61 if((ha-hb)>DESW(MANT_DIG+7)) {return a+b;} /* x/y > 2**(MANT_DIG+7) */
63 if(ha > ESW(MAX_EXP/2-12)) { /* a>2**(MAX_EXP/2-12) */
64 if(ha >= ESW(MAX_EXP)) { /* Inf or NaN */
75 ha -= DESW(MAX_EXP/2+88); hb -= DESW(MAX_EXP/2+88)
    [all...]
  /external/fdlibm/
e_hypot.c 56 int j,k,ha,hb; local
58 ha = __HI(x)&0x7fffffff; /* high word of x */
60 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;}
61 __HI(a) = ha; /* a <- |a| */
63 if((ha-hb)>0x3c00000) {return a+b;} /* x/y > 2**60 */
65 if(ha > 0x5f300000) { /* a>2**500 */
66 if(ha >= 0x7ff00000) { /* Inf or NaN */
68 if(((ha&0xfffff)|__LO(a))==0) w = a
    [all...]
  /external/llvm/test/MC/PowerPC/
st-other-crash.s 20 addis 2, 12, .TOC.-.Ltmp2@ha
  /tools/test/connectivity/tools/lab/tests/
constant_health_analyzer_test.py 17 from health import constant_health_analyzer as ha
24 analyzer = ha.HealthyIfGreaterThanConstantNumber(
30 analyzer = ha.HealthyIfGreaterThanConstantNumber(
38 analyzer = ha.HealthyIfLessThanConstantNumber(key='a_key', constant=2)
43 analyzer = ha.HealthyIfLessThanConstantNumber(key='a_key', constant=2)
50 analyzer = ha.HealthyIfEquals(key='a_key', constant="hi")
55 analyzer = ha.HealthyIfEquals(key='a_key', constant=1)
60 analyzer = ha.HealthyIfEquals(key='a_key', constant=2)
custom_health_analyzer_test.py 17 from health import custom_health_analyzer as ha
24 analyzer = ha.HealthyIfNotIpAddress(key='hostname')
29 analyzer = ha.HealthyIfNotIpAddress(key='hostname')
34 analyzer = ha.HealthyIfNotIpAddress(key='hostname')
39 analyzer = ha.HealthyIfNotIpAddress(key='hostname')
  /external/boringssl/src/util/fipstools/testdata/ppc64le-Sample/
in.s 59 0: addis 2,12,.TOC.-0b@ha
67 addis 10,2,.LC0@toc@ha
71 addis 4,2,.LC1@toc@ha
73 addis 5,2,kString@toc@ha
77 addis 10,2,.LC0@toc@ha
81 addis 4,2,.LC2@toc@ha
83 addis 9,2,.LC3@toc@ha
87 addis 10,2,.LC0@toc@ha
91 addis 4,2,.LC4@toc@ha
93 addis 5,2,function@toc@ha
    [all...]
out.s 81 addis 2, 12, .LBORINGSSL_external_toc-999b@ha
93 # WAS addis 10,2,.LC0@toc@ha
109 # WAS addis 4,2,.LC1@toc@ha
122 # WAS addis 5,2,kString@toc@ha
139 # WAS addis 10,2,.LC0@toc@ha
155 # WAS addis 4,2,.LC2@toc@ha
168 # WAS addis 9,2,.LC3@toc@ha
186 # WAS addis 10,2,.LC0@toc@ha
202 # WAS addis 4,2,.LC4@toc@ha
215 # WAS addis 5,2,function@toc@ha
    [all...]
  /external/boringssl/src/util/fipstools/testdata/ppc64le-GlobalEntry/
in.s 5 addis 2,12,.TOC.-.LCF0@ha
  /external/boringssl/src/util/fipstools/testdata/ppc64le-Sample2/
in.s 18 0: addis 2,12,.TOC.-0b@ha
26 addis 21,2,.LC1@toc@ha
27 addis 22,2,.LC2@toc@ha
30 addis 23,2,.LC4@toc@ha
31 addis 24,2,function@toc@ha
34 addis 25,2,.LC5@toc@ha
35 addis 26,2,.LC7@toc@ha
38 addis 28,2,.LC8@toc@ha
42 addis 29,2,.LANCHOR0@toc@ha
49 addis 31,2,.LC0@toc@ha # gpr load fusion, type lon
    [all...]
out.s 28 addis 2, 12, .LBORINGSSL_external_toc-999b@ha
40 # WAS addis 21,2,.LC1@toc@ha
41 # WAS addis 22,2,.LC2@toc@ha
44 # WAS addis 23,2,.LC4@toc@ha
45 # WAS addis 24,2,function@toc@ha
48 # WAS addis 25,2,.LC5@toc@ha
49 # WAS addis 26,2,.LC7@toc@ha
52 # WAS addis 28,2,.LC8@toc@ha
67 # WAS addis 29,2,.LANCHOR0@toc@ha
107 # WAS addis 31,2,.LC0@toc@ha # gpr load fusion, type lon
    [all...]
  /external/valgrind/VEX/priv/
host_generic_regs.c 287 HInstrArray* ha = LibVEX_Alloc_inline(sizeof(HInstrArray)); local
288 ha->arr_size = 4;
289 ha->arr_used = 0;
290 ha->arr = LibVEX_Alloc_inline(ha->arr_size * sizeof(HInstr*));
291 ha->n_vregs = 0;
292 return ha;
296 void addHInstr_SLOW ( HInstrArray* ha, HInstr* instr )
298 vassert(ha->arr_used == ha->arr_size)
    [all...]
  /external/syslinux/com32/chain/
chain.c 386 struct disk_dos_part_entry *ha; local
387 uint32_t synth_size = sizeof *ha;
396 ha = malloc(synth_size);
397 if (!ha) {
404 lba2chs(&ha->start, &iter->di, 0, L2C_CADD);
405 lba2chs(&ha->end, &iter->di, len - 1, L2C_CADD);
406 ha->active_flag = 0x80;
407 ha->ostype = 0xDA; /* "Non-FS Data", anything is good here though ... */
408 ha->start_lba = 0;
409 ha->length = len
    [all...]

Completed in 517 milliseconds

1 2 3 4 5