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

1 2

  /development/samples/ApiDemos/src/com/example/android/apis/view/
WebView1.java 39 WebView wv; local
41 wv = (WebView) findViewById(R.id.wv1);
42 wv.loadData("<a href='x'>Hello World! - 1</a>", mimeType, null);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
LooperAcceleration.java 60 WebView wv = new WebView(this); local
61 wv.setWebViewClient(new WebViewClient());
62 wv.setWebChromeClient(new WebChromeClient());
63 wv.loadUrl("http://www.webkit.org/blog-files/3d-transforms/poster-circle.html");
64 layout.addView(wv, LayoutParams.MATCH_PARENT, LayoutParams.MATCH_PARENT);
  /external/avb/libavb/
avb_sha256.c 73 t1 = wv[h] + SHA256_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) + sha256_k[j] + \
75 t2 = SHA256_F1(wv[a]) + MAJ(wv[a], wv[b], wv[c]); \
76 wv[d] += t1;
128 uint32_t wv[8]; local
    [all...]
avb_sha512.c 87 t1 = wv[h] + SHA512_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) + sha512_k[j] + \
89 t2 = SHA512_F1(wv[a]) + MAJ(wv[a], wv[b], wv[c]); \
90 wv[d] += t1;
159 uint64_t wv[8]; local
    [all...]
  /external/vboot_reference/firmware/2lib/
2sha256.c 79 t1 = wv[h] + SHA256_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) \
81 t2 = SHA256_F1(wv[a]) + MAJ(wv[a], wv[b], wv[c]); \
82 wv[d] += t1;
135 uint32_t wv[8]; local
    [all...]
2sha512.c 95 t1 = wv[h] + SHA512_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) \
97 t2 = SHA512_F1(wv[a]) + MAJ(wv[a], wv[b], wv[c]); \
98 wv[d] += t1;
178 uint64_t wv[8]; local
    [all...]
  /external/vboot_reference/firmware/lib/cryptolib/
sha256.c 80 t1 = wv[h] + SHA256_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) \
82 t2 = SHA256_F1(wv[a]) + MAJ(wv[a], wv[b], wv[c]); \
83 wv[d] += t1;
132 uint32_t wv[8]; local
    [all...]
sha512.c 96 t1 = wv[h] + SHA512_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) \
98 t2 = SHA512_F1(wv[a]) + MAJ(wv[a], wv[b], wv[c]); \
99 wv[d] += t1;
175 uint64_t wv[8]; local
    [all...]
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
MainActivity.java 61 WebView wv = (WebView) findViewById(R.id.webIntro); local
62 wv.loadUrl("file:///android_asset/intro_help.html");
  /external/mmc-utils/3rdparty/hmac_sha/
sha2.c 118 t1 = wv[h] + SHA256_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) \
120 t2 = SHA256_F1(wv[a]) + MAJ(wv[a], wv[b], wv[c]); \
121 wv[d] += t1;
220 uint32 wv[8]; local
436 uint64 wv[8]; local
    [all...]
  /external/valgrind/helgrind/
hg_wordset.c 147 If a WordVec WV is marked as dead by HG(dieWS), WV is removed from
188 WordVec* wv; local
190 wv = wsu->alloc( wsu->cc, sizeof(WordVec) );
191 wv->owner = wsu;
192 wv->words = NULL;
193 wv->size = sz;
195 wv->words = wsu->alloc( wsu->cc, (SizeT)sz * sizeof(UWord) );
197 return wv;
200 static void delete_WV ( WordVec* wv )
274 WordVec* wv; local
292 WordVec* wv; local
402 WordVec* wv = do_ix2vec( wsu, ws ); local
415 WordVec* wv; local
424 WordVec* wv; local
433 WordVec* wv; local
450 WordVec* wv; local
461 WordVec* wv = do_ix2vec_with_dead( wsu, ws ); local
505 WordVec* wv; local
526 WordVec* wv = do_ix2vec( wsu, ws ); local
537 WordVec* wv; local
571 WordVec* wv; local
609 WordVec* wv; local
651 WordVec* wv = do_ix2vec( wsu, ws ); local
928 WordVec* wv = do_ix2vec( wsu, ws ); local
    [all...]
  /external/mksh/src/
eval.c 1296 XPtrV wv; local
1314 XPinit(wv, 32);
1319 XPput(wv, (unsigned int)c == ORD('!') ?
1323 if (XPsize(wv) == 0) {
1326 XPfree(wv);
1328 XPput(wv, 0);
1329 xp->u.strv = (const char **)XPptrv(wv);
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
reloc.h 404 Valtype* wv = reinterpret_cast<Valtype*>(view); local
405 Valtype addend = elfcpp::Swap<valsize, big_endian>::readval(wv);
408 writeval(wv, static_cast<Valtype>(value));
437 Valtype* wv = reinterpret_cast<Valtype*>(view); local
438 Valtype addend = elfcpp::Swap<valsize, big_endian>::readval(wv);
441 writeval(wv, static_cast<Valtype>(value));
469 Valtype* wv = reinterpret_cast<Valtype*>(view); local
471 elfcpp::Swap<valsize, big_endian>::writeval(wv, value);
486 Valtype* wv = reinterpret_cast<Valtype*>(view); local
488 elfcpp::Swap<valsize, big_endian>::writeval(wv, value)
500 Valtype* wv = reinterpret_cast<Valtype*>(view); local
532 Valtype* wv = reinterpret_cast<Valtype*>(view); local
547 Valtype* wv = reinterpret_cast<Valtype*>(view); local
565 Valtype* wv = reinterpret_cast<Valtype*>(view); local
    [all...]
s390.cc 910 Valtype* wv = reinterpret_cast<Valtype*>(view); local
914 elfcpp::Swap<fieldsize, true>::writeval(wv, val | value);
    [all...]
sparc.cc 548 Valtype* wv = reinterpret_cast<Valtype*>(view); local
549 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv);
555 elfcpp::Swap<valsize, big_endian>::writeval(wv, val | reloc);
570 Valtype* wv = reinterpret_cast<Valtype*>(view); local
571 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv);
577 elfcpp::Swap<valsize, big_endian>::writeval(wv, val | reloc);
592 unsigned char* wv = view; local
593 Valtype val = elfcpp::Swap_unaligned<valsize, big_endian>::readval(wv);
599 elfcpp::Swap_unaligned<valsize, big_endian>::writeval(wv, val | reloc);
615 Valtype* wv = reinterpret_cast<Valtype*>(view) local
636 unsigned char* wv = view; local
691 Valtype* wv = reinterpret_cast<Valtype*>(view); local
714 Valtype* wv = reinterpret_cast<Valtype*>(view); local
823 Valtype* wv = reinterpret_cast<Valtype*>(view); local
1093 Valtype* wv = reinterpret_cast<Valtype*>(view); local
1110 Valtype* wv = reinterpret_cast<Valtype*>(view); local
1130 Valtype* wv = reinterpret_cast<Valtype*>(view); local
1153 Valtype* wv = reinterpret_cast<Valtype*>(view); local
1175 Valtype* wv = reinterpret_cast<Valtype*>(view); local
1192 Valtype* wv = reinterpret_cast<Valtype*>(view); local
1213 Valtype* wv = reinterpret_cast<Valtype*>(view); local
3487 Insntype* wv = reinterpret_cast<Insntype*>(view); local
3744 Insntype* wv = reinterpret_cast<Insntype*>(view); local
3792 Insntype* wv = reinterpret_cast<Insntype*>(view); local
3898 Insntype* wv = reinterpret_cast<Insntype*>(view); local
3977 Insntype* wv = reinterpret_cast<Insntype*>(view); local
3995 Insntype* wv = reinterpret_cast<Insntype*>(view); local
4099 Insntype *wv = reinterpret_cast<Insntype*>(view); local
    [all...]
tilegx.cc 823 Valtype* wv = reinterpret_cast<Valtype*>(view); local
824 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv);
836 elfcpp::Swap<valsize, big_endian>::writeval(wv, val | (reloc<<doffset));
851 unsigned char* wv = view; local
852 Valtype val = elfcpp::Swap_unaligned<valsize, big_endian>::readval(wv);
864 elfcpp::Swap_unaligned<valsize, big_endian>::writeval(wv,
879 Valtype* wv = reinterpret_cast<Valtype*>(view); local
880 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv);
893 elfcpp::Swap<valsize, big_endian>::writeval(wv, val | reloc);
911 Valtype* wv = reinterpret_cast<Valtype*>(view) local
940 unsigned char* wv = view; local
966 Valtype* wv = reinterpret_cast<Valtype*>(view); local
1171 Valtype* wv = reinterpret_cast<Valtype*>(view); local
2399 Valtype* wv = reinterpret_cast<Valtype*>(pov); local
    [all...]
x86_64.cc 3618 Valtype* wv = reinterpret_cast<Valtype*>(view); local
3635 Valtype* wv = reinterpret_cast<Valtype*>(view); local
    [all...]
aarch64.cc 551 Valtype* wv = reinterpret_cast<Valtype*>(oview + got_offset);
564 elfcpp::Swap<size, big_endian>::writeval(wv, x);
5153 Valtype* wv = reinterpret_cast<Valtype*>(view); local
5177 Valtype* wv = reinterpret_cast<Valtype*>(view); local
5211 Valtype* wv = reinterpret_cast<Valtype*>(view); local
5323 Valtype* wv = reinterpret_cast<Valtype*>(view); local
    [all...]
mips.cc 4450 Valtype16* wv = reinterpret_cast<Valtype16*>(view); local
4476 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4498 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4534 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4556 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4677 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4708 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4739 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4770 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4801 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4844 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4870 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4917 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4945 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4974 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
5018 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
5089 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
5126 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
5237 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
5258 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
5280 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
5311 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
5350 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
5370 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
5392 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
5449 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
5473 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
5498 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
5522 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
5543 Valtype64* wv = reinterpret_cast<Valtype64*>(view); local
5564 Valtype64* wv = reinterpret_cast<Valtype64*>(view); local
6514 Valtype* wv = reinterpret_cast<Valtype*>( local
6534 Valtype* wv = reinterpret_cast<Valtype*>( local
    [all...]
  /external/opencv/ml/src/
mltree.cpp 1625 double wv = rc[i]*priors[i]; local
    [all...]
  /prebuilts/devtools/tools/lib/
kxml2-2.3.0.jar 
  /prebuilts/misc/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/kxml2-tools/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/offline-m2/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar 

Completed in 833 milliseconds

1 2