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

1 2 3

  /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();
BroadcasterTest.java 134 Handler h1;
139 h1 = new H();
142 b.request(MESSAGE_A, h1, MESSAGE_C);
152 if (msg.what == MESSAGE_C && msg.getTarget() == h1) {
169 Handler h1;
174 h1 = new H();
177 b.request(MESSAGE_A, h1, MESSAGE_C);
204 Handler h1;
209 h1 = new H();
212 b.request(MESSAGE_A, h1, MESSAGE_C)
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
spreproc.cpp 116 h1 -- Word16 array -- impulse response
184 Word16 h1[], /* o : impulse response */
211 Syn_filt(Aq, ai_zero, h1, L_SUBFR, zero, 0);
212 Syn_filt(Ap2, h1, h1, L_SUBFR, zero, 0);
spreproc.h 121 Word16 h1[], /* o : impulse response */
cl_ltp.cpp 445 h1 = pointer to impulse response vector (Word16)
499 Word16 *h1, // i : Impulse response vector Q12
524 mode, T_op, exc, xn, h1,
533 * - find filtered pitch exc. y1[]=exc[] convolve with h1[]) *
541 Convolve(exc, h1, y1, L_SUBFR);
625 Word16 *h1, /* i : Impulse response vector Q12 */
663 h1,
676 * - find filtered pitch exc. y1[]=exc[] convolve with h1[]) *
690 Convolve(exc, h1, yl, L_SUBFR);
cl_ltp.h 139 Word16 *h1, /* i : Impulse response vector Q12 */
cod_amr.h 150 Word16 *h1; member in struct:__anon9348
cod_amr.cpp 392 st->h1 = &st->hvec[L_SUBFR];
404 Set_zero(st->hvec, L_SUBFR); // set to zero "h1[-L_SUBFR..-1]"
490 st->h1 = &st->hvec[L_SUBFR];
505 memset(st->hvec, 0, sizeof(Word16)*L_SUBFR); /* set to zero "h1[-L_SUBFR..-1]" */
927 Set_zero(st->hvec, L_SUBFR); // set to zero "h1[-L_SUBFR..-1]"
1012 * - compute impulse response of weighted synthesis filter (h1[]) *
1015 * - update the impulse response h1[] by including fixed-gain pitch *
1052 st->h1, xn, res, st->error);
1060 st->h1, xn, res, st->error);
    [all...]
  /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());
  /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...]
  /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...]
  /build/tools/droiddoc/templates/
sample.cs 14 <h1><?cs var:page.title ?></h1>
docpage.cs 17 <h1><?cs var:page.title ?></h1>
hierarchy.cs 18 <h1><?cs var:page.title ?></h1>
  /external/openssl/crypto/sha/asm/
sha1-ia64.pl 37 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4");
45 ($h0,$h1,$h2,$h3,$h4) = ("loc6","loc7","loc8","loc9","loc10");
180 add $h1=$h1,$a };; // wrap up
253 { .mlx; ld4 $h1=[tmp0],8
268 mov $B=$h1
269 mux2 tmp6=$h1,0x44 }
295 st4 [tmp0]=$h1,8 };;
  /external/chromium/base/gfx/
rect_unittest.cc 45 int h1; member in struct:__anon2327
62 gfx::Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
73 int h1; member in struct:__anon2328
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/guava/javadoc/
stylesheet.css 9 h1 { font-size: 145% }
  /external/jsr305/javadoc/
stylesheet.css 9 h1 { font-size: 145% }
  /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);
  /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/bzip2/
bzip.css 2 #74240f dark brown h1, h2, h3, h4
17 h1, h2, h3, h4 { color: #74240f; }
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
product-weight.h 73 ssize_t h1 = value1_.Hash(); local
77 return h1 << lshift ^ h1 >> rshift ^ h2;

Completed in 524 milliseconds

1 2 3