HomeSort by relevance Sort by last modified time
    Searched defs:wv (Results 1 - 25 of 27) 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...]
  /toolchain/binutils/binutils-2.25/gold/
reloc.h 331 Valtype* wv = reinterpret_cast<Valtype*>(view); local
332 Valtype x = elfcpp::Swap<valsize, big_endian>::readval(wv);
333 elfcpp::Swap<valsize, big_endian>::writeval(wv, x + value);
358 Valtype* wv = reinterpret_cast<Valtype*>(view); local
359 Valtype x = elfcpp::Swap<valsize, big_endian>::readval(wv);
361 elfcpp::Swap<valsize, big_endian>::writeval(wv, x);
387 Valtype* wv = reinterpret_cast<Valtype*>(view); local
388 elfcpp::Swap<valsize, big_endian>::writeval(wv, value + addend);
401 Valtype* wv = reinterpret_cast<Valtype*>(view); local
403 elfcpp::Swap<valsize, big_endian>::writeval(wv, x)
415 Valtype* wv = reinterpret_cast<Valtype*>(view); local
444 Valtype* wv = reinterpret_cast<Valtype*>(view); local
460 Valtype* wv = reinterpret_cast<Valtype*>(view); local
475 Valtype* wv = reinterpret_cast<Valtype*>(view); local
    [all...]
sparc.cc 531 Valtype* wv = reinterpret_cast<Valtype*>(view); local
532 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv);
538 elfcpp::Swap<valsize, big_endian>::writeval(wv, val | reloc);
553 Valtype* wv = reinterpret_cast<Valtype*>(view); local
554 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv);
560 elfcpp::Swap<valsize, big_endian>::writeval(wv, val | reloc);
575 unsigned char* wv = view; local
576 Valtype val = elfcpp::Swap_unaligned<valsize, big_endian>::readval(wv);
582 elfcpp::Swap_unaligned<valsize, big_endian>::writeval(wv, val | reloc);
598 Valtype* wv = reinterpret_cast<Valtype*>(view) local
619 unsigned char* wv = view; local
674 Valtype* wv = reinterpret_cast<Valtype*>(view); local
697 Valtype* wv = reinterpret_cast<Valtype*>(view); local
806 Valtype* wv = reinterpret_cast<Valtype*>(view); local
1076 Valtype* wv = reinterpret_cast<Valtype*>(view); local
1093 Valtype* wv = reinterpret_cast<Valtype*>(view); local
1114 Valtype* wv = reinterpret_cast<Valtype*>(view); local
1137 Valtype* wv = reinterpret_cast<Valtype*>(view); local
1159 Valtype* wv = reinterpret_cast<Valtype*>(view); local
1177 Valtype* wv = reinterpret_cast<Valtype*>(view); local
1198 Valtype* wv = reinterpret_cast<Valtype*>(view); local
3374 Insntype* wv = reinterpret_cast<Insntype*>(view); local
3638 Insntype* wv = reinterpret_cast<Insntype*>(view); local
3686 Insntype* wv = reinterpret_cast<Insntype*>(view); local
3792 Insntype* wv = reinterpret_cast<Insntype*>(view); local
3871 Insntype* wv = reinterpret_cast<Insntype*>(view); local
3889 Insntype* wv = reinterpret_cast<Insntype*>(view); local
3993 Insntype *wv = reinterpret_cast<Insntype*>(view); local
    [all...]
tilegx.cc 813 Valtype* wv = reinterpret_cast<Valtype*>(view); local
814 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv);
826 elfcpp::Swap<valsize, big_endian>::writeval(wv, val | (reloc<<doffset));
841 unsigned char* wv = view; local
842 Valtype val = elfcpp::Swap_unaligned<valsize, big_endian>::readval(wv);
854 elfcpp::Swap_unaligned<valsize, big_endian>::writeval(wv,
869 Valtype* wv = reinterpret_cast<Valtype*>(view); local
870 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv);
883 elfcpp::Swap<valsize, big_endian>::writeval(wv, val | reloc);
901 Valtype* wv = reinterpret_cast<Valtype*>(view) local
930 unsigned char* wv = view; local
956 Valtype* wv = reinterpret_cast<Valtype*>(view); local
1161 Valtype* wv = reinterpret_cast<Valtype*>(view); local
2389 Valtype* wv = reinterpret_cast<Valtype*>(pov); local
    [all...]
aarch64.cc 547 Valtype* wv = reinterpret_cast<Valtype*>(oview + got_offset);
560 elfcpp::Swap<size, big_endian>::writeval(wv, x);
5021 Valtype* wv = reinterpret_cast<Valtype*>(view); local
5045 Valtype* wv = reinterpret_cast<Valtype*>(view); local
5079 Valtype* wv = reinterpret_cast<Valtype*>(view); local
5191 Valtype* wv = reinterpret_cast<Valtype*>(view); local
    [all...]
powerpc.cc 1556 Valtype* wv = reinterpret_cast<Valtype*>(view); local
1570 Valtype* wv = reinterpret_cast<Valtype*>(view); local
6909 Valtype* wv = reinterpret_cast<Valtype*>(view); local
    [all...]
mips.cc 3967 Valtype16* wv = reinterpret_cast<Valtype16*>(view); local
3989 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4007 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4040 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4059 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4178 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4202 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4226 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4250 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4288 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4353 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4385 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4480 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4499 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4525 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4559 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4575 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4593 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4643 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4663 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4684 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4704 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
4722 Valtype32* wv = reinterpret_cast<Valtype32*>(view); local
5645 Valtype* wv = reinterpret_cast<Valtype*>( local
5665 Valtype* wv = reinterpret_cast<Valtype*>( local
    [all...]
  /external/mksh/src/
eval.c 1253 XPtrV wv; local
1271 XPinit(wv, 32);
1276 XPput(wv, c == '!' ? shf_smprintf(Tf_lu,
1280 if (XPsize(wv) == 0) {
1283 XPfree(wv);
1285 XPput(wv, 0);
1286 xp->u.strv = (const char **)XPptrv(wv);
    [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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 

Completed in 1043 milliseconds

1 2