HomeSort by relevance Sort by last modified time
    Searched defs:h1 (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/base/core/tests/coretests/src/android/os/
HandlerThreadTest.java 73 final Handler h1 = new Handler(th1.getLooper()) { local
87 Message msg = h1.obtainMessage(TEST_WHAT);
89 synchronized (h1) {
91 h1.sendMessage(msg);
94 h1.wait();
  /libcore/luni/src/test/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HeaderTest.java 45 Header h1 = new Header(); local
46 h1.add("key", "value1");
47 h1.add("key", "value2");
48 Header h2 = new Header(h1.getFieldMap());
  /external/chromium/base/gfx/
rect_unittest.cc 45 int h1; member in struct:__anon2160
62 gfx::Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
73 int h1; member in struct:__anon2161
103 gfx::Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
119 int h1; member in struct:Test
152 gfx::Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
177 int h1; member in struct:Test
204 gfx::Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
  /external/openssl/crypto/sha/
sha.h 102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
  /external/openssl/include/openssl/
sha.h 102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
product-weight.h 73 ssize_t h1 = value1_.Hash(); local
77 return h1 << lshift ^ h1 >> rshift ^ h2;
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
cod_amr.h 150 Word16 *h1; member in struct:__anon9191
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
ticon.c 81 THandle h, h1; local
111 CHK_NULL(h1 = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) h, (PS8)"wPs", (PS8)"WiFi Protected Setup" ) );
112 Console_AddToken(pTiCon->hConsole,h1, (PS8)"Pin", (PS8)"Acquire profile using PIN", (FuncToken_t) CuCmd_StartEnrolleePIN, NULL );
113 Console_AddToken(pTiCon->hConsole,h1, (PS8)"pBc", (PS8)"Acquire profile using Push Button", (FuncToken_t) CuCmd_StartEnrolleePBC, NULL );
114 Console_AddToken(pTiCon->hConsole,h1, (PS8)"Stop", (PS8)"Stop WiFi Protected Setup", (FuncToken_t) CuCmd_StopEnrollee, NULL );
121 Console_AddToken(pTiCon->hConsole,h1, (PS8)"set pIn", (PS8)"Set PIN code", (FuncToken_t) CuCmd_SetPin, aaa );
174 CHK_NULL(h1 = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) h, (PS8)"802_11d_h", (PS8)"802_11D_H" ) );
182 Console_AddToken(pTiCon->hConsole,h1, (PS8)"D_enableDisable", (PS8)"enableDisable_d", (FuncToken_t) CuCmd_ModifyState_802_11d, aaa );
183 Console_AddToken(pTiCon->hConsole,h1, (PS8)"H_enableDisable", (PS8)"enableDisable_h", (FuncToken_t) CuCmd_ModifyState_802_11h, aaa );
184 Console_AddToken(pTiCon->hConsole,h1, (PS8)"d_Country_2_4Ie", (PS8)"d_Country_2_4Ie", (FuncToken_t) CuCmd_D_Country_2_4Ie, aaa )
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
ticon.c 81 THandle h, h1; local
111 CHK_NULL(h1 = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) h, (PS8)"wPs", (PS8)"WiFi Protected Setup" ) );
112 Console_AddToken(pTiCon->hConsole,h1, (PS8)"Pin", (PS8)"Acquire profile using PIN", (FuncToken_t) CuCmd_StartEnrolleePIN, NULL );
113 Console_AddToken(pTiCon->hConsole,h1, (PS8)"pBc", (PS8)"Acquire profile using Push Button", (FuncToken_t) CuCmd_StartEnrolleePBC, NULL );
114 Console_AddToken(pTiCon->hConsole,h1, (PS8)"Stop", (PS8)"Stop WiFi Protected Setup", (FuncToken_t) CuCmd_StopEnrollee, NULL );
121 Console_AddToken(pTiCon->hConsole,h1, (PS8)"set pIn", (PS8)"Set PIN code", (FuncToken_t) CuCmd_SetPin, aaa );
175 CHK_NULL(h1 = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) h, (PS8)"802_11d_h", (PS8)"802_11D_H" ) );
183 Console_AddToken(pTiCon->hConsole,h1, (PS8)"D_enableDisable", (PS8)"enableDisable_d", (FuncToken_t) CuCmd_ModifyState_802_11d, aaa );
184 Console_AddToken(pTiCon->hConsole,h1, (PS8)"H_enableDisable", (PS8)"enableDisable_h", (FuncToken_t) CuCmd_ModifyState_802_11h, aaa );
185 Console_AddToken(pTiCon->hConsole,h1, (PS8)"d_Country_2_4Ie", (PS8)"d_Country_2_4Ie", (FuncToken_t) CuCmd_D_Country_2_4Ie, aaa )
    [all...]
  /external/openssl/apps/
s_socket.c 388 struct hostent *h1,*h2; local
437 h1=gethostbyaddr((char *)&from.sin_addr.s_addr,
440 h1=gethostbyaddr((char *)&from.sin_addr,
443 if (h1 == NULL)
451 if ((*host=(char *)OPENSSL_malloc(strlen(h1->h_name)+1)) == NULL)
456 BUF_strlcpy(*host,h1->h_name,strlen(h1->h_name)+1);
  /frameworks/base/core/java/android/text/
Selection.java 385 float h1 = layout.getPrimaryHorizontal(off1); local
391 if (h1 < h2)
398 if (h1 > h2)
Layout.java 1129 float h1 = getPrimaryHorizontal(point) - 0.5f; local
1218 float h1 = getHorizontal(st, false, false, line); local
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
PrivateCredentialPermissionTest.java 230 int h1 = p1.hashCode(); local
237 assertEquals("hashCode() must consistently return the same integer", h1, p1.hashCode());
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
ticon.c 227 handle_t h, h1, h2; local
306 CHK_NULL(h1 = (handle_t) consoleAddDirExt( (handle_t) h, "802_11d_h", "802_11D_H" ) );
314 consoleAddToken(h1, "D_enableDisable", "enableDisable_d", (FuncToken_t) cmd_enableDisable_802_11d, aaa );
315 consoleAddToken(h1, "H_enableDisable", "enableDisable_h", (FuncToken_t) cmd_enableDisable_802_11h, aaa );
316 consoleAddToken(h1, "d_Country_2_4Ie", "d_Country_2_4Ie", (FuncToken_t) cmd_d_Country_2_4Ie, aaa );
317 consoleAddToken(h1, "d_cOuntry_5Ie", "d_Country_5Ie", (FuncToken_t) cmd_d_Country_5Ie, aaa );
319 consoleAddToken(h1, "dfS_range", "DFS_range", (FuncToken_t) cmd_DFS_range, bbb );
325 CHK_NULL(h1 = (handle_t) consoleAddDirExt( (handle_t) h, "Antenna", "tx/rx selected antenna" ) );
333 consoleAddToken(h1, "Diversityparams", "Set antenna diversity params", (FuncToken_t) cmd_modify_antenna_diversity, aaa );
336 CHK_NULL(h1 = (handle_t) consoleAddDirExt( (handle_t) h, "beacoN", "Set Beacon Filter Desired State" ) )
    [all...]
  /external/iproute2/misc/
ifstat.c 222 struct ifstat_ent *h1; local
225 for (h1 = h; h1; h1 = h1->next) {
226 if (h1->ifindex == n->ifindex) {
227 vals = h1->val;
228 rates = h1->rate;
229 h = h1->next;
401 struct ifstat_ent *h1; local
439 struct ifstat_ent *h1; local
    [all...]
nstat.c 268 struct nstat_ent *h1; local
271 for (h1 = h; h1; h1 = h1->next) {
272 if (strcmp(h1->id, n->id) == 0) {
273 val = h1->val;
274 h = h1->next;
291 struct nstat_ent *h1; local
292 for (h1 = h; h1; h1 = h1->next)
333 struct nstat_ent *h1; local
    [all...]
  /external/ipsec-tools/src/racoon/
grabmyaddr.c 312 char h1[NI_MAXHOST], h2[NI_MAXHOST]; local
314 if (getnameinfo(p->addr, sysdep_sa_len(p->addr), h1, sizeof(h1), NULL, 0,
324 if (strcmp(h1, h2) == 0)
  /external/v8/test/cctest/
test-heap.cc 297 Handle<Object> h1 = GlobalHandles::Create(i); local
305 CHECK((*h1)->IsString());
310 CHECK_EQ(*h3, *h1);
311 GlobalHandles::Destroy(h1.location());
337 Handle<Object> h1 = GlobalHandles::Create(i); local
347 CHECK((*h1)->IsString());
352 CHECK(!GlobalHandles::IsNearDeath(h1.location()));
354 GlobalHandles::Destroy(h1.location());
367 Handle<Object> h1 = GlobalHandles::Create(i); local
377 CHECK(!GlobalHandles::IsNearDeath(h1.location()))
    [all...]
  /external/yaffs2/yaffs2/direct/
dtest.c 1629 int h1; local
1633 h1 = yaffs_open(fn, O_CREAT | O_TRUNC | O_RDWR, S_IREAD | S_IWRITE);
1637 write_10k(h1);
1640 offs = yaffs_lseek(h1,0,SEEK_CUR);
1649 write_10k(h1);
1652 offs = yaffs_lseek(h1,0,SEEK_CUR);
1658 yaffs_close(h1);
1666 int h1; local
1672 h1 = yaffs_open(fn, O_RDONLY, 0);
1676 yaffs_read(h1,x,10)
1821 int h1=-1,h2=-1; local
    [all...]
  /frameworks/base/services/surfaceflinger/
Layer.cpp 690 uint32_t w1=0, h1=0, s1=0; local
698 h1 = buf1->getHeight();
705 mFormat, w0, h0, s0, w1, h1, s1,
  /libcore/sqlite-jdbc/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 771 Hashtable<String, Integer> h1 = new Hashtable<String, Integer>(); local
773 h1.put(rs1.tr.column[i], Integer.valueOf(i)); // android-changed
808 col = ((Integer) h1.get("name")).intValue();
916 Hashtable<String, Integer> h1 = local
919 h1.put(rs1.tr.column[k], Integer.valueOf(k)); // android-changed
927 col = ((Integer) h1.get("name")).intValue();
929 col = ((Integer) h1.get("seqno")).intValue();
1336 Hashtable<String, Integer> h1 = local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/address/
SipUri.java 208 String h1 = a.getHeader(hname); local
211 if(h1 == null && h2 != null) return false;
212 if(h2 == null && h1 != null) return false;
214 if(h1 == null && h2 == null) continue;
216 Header header1 = headerFactory.createHeader(hname, RFC2396UrlDecoder.decode(h1));
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 186 Word16 dn[L_SUBFR]; /* Correlation between xn2 and h1 */
188 Word16 h1[L_SUBFR]; /* Impulse response vector */ local
700 * - compute impulse response of weighted synthesis filter (h1[]) *
706 * - update the impulse response h1[] for codebook search *
794 * Compute impulse response, h1[], of weighted synthesis filter *
801 vo_p3 = h1;
818 Deemph2(h1, TILT_FAC, L_SUBFR, &tmp); /* h1 in Q14 */
821 Copy(h1, h2, L_SUBFR);
824 * scale xn[] and h1[] to avoid overflow in dot_product12() *
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
calregts.cpp 806 int32_t h1,h2; local
807 logln(UnicodeString("PST 1 is: ") + (h1=cal1->get(UCAL_HOUR_OF_DAY, status)));
810 if ((*GMT != *PST) && (h1 == h2))
    [all...]
  /external/icu4c/test/intltest/
calregts.cpp 830 int32_t h1,h2; local
831 logln(UnicodeString("PST 1 is: ") + (h1=cal1->get(UCAL_HOUR_OF_DAY, status)));
834 if ((*GMT != *PST) && (h1 == h2))
    [all...]

Completed in 1288 milliseconds

1 2