OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wv
(Results
1 - 4
of
4
) sorted by null
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test6DetailFragment.java
46
WebView
wv
= (WebView) rootView.findViewById(R.id.test6WebView);
local
47
wv
.loadData(PAGE, "text/html", null);
/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);
/external/mksh/src/
eval.c
1221
XPtrV
wv
;
local
1236
XPinit(
wv
, 32);
1243
XPput(
wv
, c == '!' ? shf_smprintf("%lu",
1247
if (XPsize(
wv
) == 0) {
1250
XPfree(
wv
);
1252
XPput(
wv
, 0);
1253
xp->u.strv = (const char **)XPptrv(
wv
);
[
all
...]
/external/opencv/ml/src/
mltree.cpp
1625
double
wv
= rc[i]*priors[i];
local
[
all
...]
Completed in 93 milliseconds