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

1 2 3

  /external/clearsilver/util/test/
hdf_hash_test.c 11 HDF *hdf, *h2; local
34 h2 = hdf_get_obj(hdf, "CGI");
35 err = hdf_set_value(h2, "Foo", "Bang");
  /libcore/luni/src/test/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HeaderTest.java 48 Header h2 = new Header(h1.getFieldMap()); local
49 assertEquals(2, h2.length());
50 assertEquals("key", h2.getKey(0));
51 assertEquals("value1", h2.get(0));
52 assertEquals("key", h2.getKey(1));
53 assertEquals("value2", h2.get(1));
  /frameworks/base/core/tests/coretests/src/android/os/
BroadcasterTest.java 135 Handler h2;
140 h2 = new H();
143 b.request(MESSAGE_B, h2, MESSAGE_D);
170 Handler h2;
175 h2 = new H();
178 b.request(MESSAGE_B, h2, MESSAGE_D);
187 if (msg.what == MESSAGE_D && msg.getTarget() == h2) {
205 Handler h2;
210 h2 = new H();
213 b.request(MESSAGE_A, h2, MESSAGE_D)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemevents.c 82 short x2,y2,w2,h2; local
86 x2=y2=w2=h2 = 0;
90 wind_get (GEM_handle, WF_WORKXYWH, &x2, &y2, &w2, &h2);
99 mouse_event,x2,y2,w2,h2,
172 short x2,y2,w2,h2; local
229 wind_get (message[3], WF_WORKXYWH, &x2, &y2, &w2, &h2);
232 SDL_PrivateResize(w2, h2);
249 wind_get (message[3], WF_WORKXYWH, &x2, &y2, &w2, &h2);
251 SDL_PrivateResize(w2, h2);
296 short x2, y2, w2, h2; local
    [all...]
  /development/pdk/docs/source/
source_toc.cs 8 <li><h2>The Project</h2><ul>
17 <li><h2>Getting Started</h2><ul>
25 <li><h2>Contributing</h2><ul>
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
cor_h.cpp 192 Word16 i, j, k, dec, h2[L_CODE];
206 h2[i] = shr (h[i], 1);
217 h2[i] = pv_round (L_shl (L_mult (h[i], k), 9));
226 s = L_mac (s, h2[k], h2[k]);
237 s = L_mac (s, h2[k], h2[k + dec]);
278 Word16 h2[L_CODE]; local
316 p_h2 = h2;
343 p_h2 = h2;
    [all...]
  /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");
187 { .mib; add $h2=$h2,$b // wrap up
255 { .mlx; ld4 $h2=[ctx],8
270 { .mmi; mov $C=$h2
296 { .mmi; st4 [ctx]=$h2,8
  /external/chromium/base/gfx/
rect_unittest.cc 49 int h2; member in struct:__anon2327
63 gfx::Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2);
77 int h2; member in struct:__anon2328
104 gfx::Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2);
123 int h2; member in struct:Test
153 gfx::Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2);
181 int h2; member in struct:Test
205 gfx::Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2);
  /frameworks/base/docs/html/sdk/
sdk_toc.cs 5 <h2>
14 </h2>
41 <h2>
50 </h2>
85 <h2>
94 </h2>
108 <h2><span class="en">Native Development Tools</span>
116 </h2>
125 <h2>
134 </h2>
    [all...]
  /external/libvpx/examples/includes/geshi/contrib/
example.php 122 h2 {
160 <h2>GeSHi Example Script</h2>
aliased.php 80 h2 {
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
ticon.c 82 THandle h2; local
204 CHK_NULL(h2 = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) h1, (PS8)"rx data Filter", (PS8)"Rx Data Filter" ) );
205 Console_AddToken(pTiCon->hConsole, h2, (PS8)"Enable", (PS8)"Enable Rx Data Filtering", (FuncToken_t) CuCmd_EnableRxDataFilters, NULL );
206 Console_AddToken(pTiCon->hConsole, h2, (PS8)"Disable", (PS8)"Enable Rx Data Filtering", (FuncToken_t) CuCmd_DisableRxDataFilters, NULL );
215 Console_AddToken(pTiCon->hConsole, h2, (PS8)"Add", (PS8)"Add Rx Data Filter", (FuncToken_t) CuCmd_AddRxDataFilter, aaa );
225 Console_AddToken(pTiCon->hConsole, h2, (PS8)"Remove", (PS8)"Remove Rx Data Filter", (FuncToken_t) CuCmd_RemoveRxDataFilter, aaa );
227 Console_AddToken(pTiCon->hConsole, h2, (PS8)"Statistics", (PS8)"Print Rx Data Filtering Statistics", (FuncToken_t) CuCmd_GetRxDataFiltersStatistics, NULL );
228 CHK_NULL(h2 = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) h1, (PS8)"Keep alive", (PS8)"Keep Alive templates" ) );
229 Console_AddToken(pTiCon->hConsole, h2, (PS8)"Enable", (PS8)"Set global keep-alive flag to enable", (FuncToken_t)CuCmd_EnableKeepAlive, NULL );
230 Console_AddToken(pTiCon->hConsole, h2, (PS8)"Disable", (PS8)"Set global keep-alive flag to disable", (FuncToken_t)CuCmd_DisableKeepAlive (…)
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
ticon.c 82 THandle h2; local
205 CHK_NULL(h2 = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) h1, (PS8)"rx data Filter", (PS8)"Rx Data Filter" ) );
206 Console_AddToken(pTiCon->hConsole, h2, (PS8)"Enable", (PS8)"Enable Rx Data Filtering", (FuncToken_t) CuCmd_EnableRxDataFilters, NULL );
207 Console_AddToken(pTiCon->hConsole, h2, (PS8)"Disable", (PS8)"Enable Rx Data Filtering", (FuncToken_t) CuCmd_DisableRxDataFilters, NULL );
216 Console_AddToken(pTiCon->hConsole, h2, (PS8)"Add", (PS8)"Add Rx Data Filter", (FuncToken_t) CuCmd_AddRxDataFilter, aaa );
226 Console_AddToken(pTiCon->hConsole, h2, (PS8)"Remove", (PS8)"Remove Rx Data Filter", (FuncToken_t) CuCmd_RemoveRxDataFilter, aaa );
228 Console_AddToken(pTiCon->hConsole, h2, (PS8)"Statistics", (PS8)"Print Rx Data Filtering Statistics", (FuncToken_t) CuCmd_GetRxDataFiltersStatistics, NULL );
229 CHK_NULL(h2 = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) h1, (PS8)"Keep alive", (PS8)"Keep Alive templates" ) );
230 Console_AddToken(pTiCon->hConsole, h2, (PS8)"Enable", (PS8)"Set global keep-alive flag to enable", (FuncToken_t)CuCmd_EnableKeepAlive, NULL );
231 Console_AddToken(pTiCon->hConsole, h2, (PS8)"Disable", (PS8)"Set global keep-alive flag to disable", (FuncToken_t)CuCmd_DisableKeepAlive (…)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
android.widget.RelativeLayout.groovy 361 int h2 = Math.max(20, h3);
364 int ht = h1 * 2 + h2 * 3;
411 addy(h2, [ "alignTop" ]);
412 addy(h2, [ "alignTop", "alignBottom" ]);
413 addy(h2, [ "alignBottom" ]);
419 addy(h2, [ "alignTop" ]);
420 addy(h2, [ "alignTop", "alignBottom" ]);
421 addy(h2, [ "alignBottom" ]);
  /external/v8/test/cctest/
test-heap.cc 298 Handle<Object> h2 = GlobalHandles::Create(u); local
306 CHECK((*h2)->IsHeapNumber());
314 CHECK_EQ(*h4, *h2);
315 GlobalHandles::Destroy(h2.location());
338 Handle<Object> h2 = GlobalHandles::Create(u); local
340 GlobalHandles::MakeWeak(h2.location(),
348 CHECK((*h2)->IsHeapNumber());
351 CHECK(!GlobalHandles::IsNearDeath(h2.location()));
355 GlobalHandles::Destroy(h2.location());
368 Handle<Object> h2 = GlobalHandles::Create(u) local
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
ticon.c 227 handle_t h, h1, h2; local
358 CHK_NULL(h2 = (handle_t) consoleAddDirExt( (handle_t) h1, "rx data Filter", "Rx Data Filter" ) );
359 consoleAddToken(h2, "Enable", "Enable Rx Data Filtering", (FuncToken_t) cmd_enable_rx_data_filters, NULL );
360 consoleAddToken(h2, "Disable", "Enable Rx Data Filtering", (FuncToken_t) cmd_disable_rx_data_filters, NULL );
369 consoleAddToken(h2, "Add", "Add Rx Data Filter", (FuncToken_t) cmd_add_rx_data_filter, aaa );
379 consoleAddToken(h2, "Remove", "Remove Rx Data Filter", (FuncToken_t) cmd_remove_rx_data_filter, aaa );
381 consoleAddToken(h2, "Statistics", "Print Rx Data Filtering Statistics", (FuncToken_t) cmd_get_rx_data_filters_statistics, NULL );
526 CHK_NULL(h2 = (handle_t) consoleAddDirExt( (handle_t) h1, "Band", "Configure band scan policy" ) );
535 consoleAddToken(h2, "Misc", "Set misc band params", (FuncToken_t) cmd_Scan_band_global_config, aaa );
543 consoleAddToken(h2, "Channel", "Set Channel params", (FuncToken_t) cmd_Scan_band_channel_config, aaa )
    [all...]
  /frameworks/base/docs/html/resources/
resources_toc.cs 3 <h2><span class="en">Community</span>
11 </h2>
24 <h2><span class="en">Device Dashboard</span>
25 </h2>
39 <h2><span class="en">Technical Articles</span>
40 </h2>
149 <h2><span class="en">Tutorials</span>
157 </h2>
182 <h2><span class="en">Sample Code</span>
190 </h2>
    [all...]
  /external/bzip2/
bzip.css 2 #74240f dark brown h1, h2, h3, h4
17 h1, h2, h3, h4 { color: #74240f; }
  /frameworks/base/core/java/android/text/
Layout.java 1130 float h2 = getSecondaryHorizontal(point) - 0.5f; local
1219 float h2 = getHorizontal(en, true, false, line); local
    [all...]
Selection.java 386 float h2 = layout.getPrimaryHorizontal(off2); local
391 if (h1 < h2)
398 if (h1 > h2)
  /build/tools/droiddoc/templates/
class.cs 157 <h2>Class Overview</h2>
259 <h2>Summary</h2>
552 <h2>XML Attributes</h2>
560 <h2>Enum Values</h2>
568 <h2>Constants</h2>
    [all...]
  /external/openssl/crypto/sha/
sha_locl.h 74 ll=(c)->h2; HOST_l2c(ll,(s)); \
130 c->h2=INIT_DATA_h2;
221 C=c->h2;
345 c->h2=(c->h2+A)&0xffffffffL;
353 C=c->h2;
402 C=c->h2;
421 c->h2=(c->h2+C)&0xffffffffL;
429 C=c->h2;
    [all...]
  /external/openssl/apps/
s_socket.c 388 struct hostent *h1,*h2; local
458 h2=GetHostByName(*host);
459 if (h2 == NULL)
465 if (h2->h_addrtype != AF_INET)
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 189 Word16 h2[L_SUBFR]; /* Impulse response vector */ local
820 /* h2 in Q12 for codebook search */
821 Copy(h1, h2, L_SUBFR);
827 Scale_sig_opt(h2, L_SUBFR, -2);
831 Scale_sig(h2, L_SUBFR, -2);
    [all...]
  /external/chromium/third_party/icu/
icu4c.css 46 h2 {
59 h2 a {
64 h2 a:hover {
401 h2.TOC {

Completed in 341 milliseconds

1 2 3