OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:classname
(Results
226 - 250
of
1571
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tools/utils/
rerun.py
41
className
= parentName + child.getAttribute("name")
44
failureName =
className
+ "#" + test.getAttribute("name")
80
[
className
, methodName] = failure.split('#')
84
command += " --class " +
className
+ " --method " + methodName
/development/samples/BusinessCard/src/com/example/android/businesscard/
ContactAccessor.java
41
String
className
;
57
className
= "com.example.android.businesscard.ContactAccessorSdk3_4";
59
className
= "com.example.android.businesscard.ContactAccessorSdk5";
67
Class.forName(
className
).asSubclass(ContactAccessor.class);
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
popup.html
106
template.onmouseover = function() { this.
className
+= ' mouseover'; };
109
this.
className
= this.
className
.split(' ', 1);
117
if (BODY.scrollHeight > 600) { BODY.
className
= 'overflow'; }
/external/chromium-trace/trace-viewer/src/
category_filter_dialog.js
23
this.
className
= 'view-category-filter-overlay';
27
containerEl.
className
= 'category-filter-dialog';
30
this.formEl_.
className
= 'category-filter-dialog-form';
35
this.categoriesEl_.
className
= 'categories';
timeline_view.js
42
this.titleEl_.
className
= 'title';
45
this.controlDiv_.
className
= 'control';
48
this.leftControlsEl_.
className
= 'controls';
50
this.rightControlsEl_.
className
= 'controls';
53
spacingEl.
className
= 'spacer';
56
this.timelineContainer_.
className
= 'container';
59
analysisContainer_.
className
= 'analysis-container';
105
showEl.
className
= 'button view-import-errors-button view-info-button';
109
textEl.
className
= 'info-button-text import-errors-dialog-text';
112
containerEl.
className
= 'info-button-container'
[
all
...]
/external/chromium-trace/trace-viewer/src/tracks/
canvas_based_track.js
29
this.
className
= 'canvas-based-track';
33
this.headingDiv_.
className
= 'canvas-based-track-title';
37
this.canvasContainer_.
className
=
41
this.canvas_.
className
= 'canvas-based-track-canvas';
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
feedManipulation.xml
5
<taskdef name="CreateFeed"
classname
="org.eclipse.releng.generators.rss.RSSFeedCreateFeedTask" classpath="../feedTools.jar"/>
6
<taskdef name="AddEntry"
classname
="org.eclipse.releng.generators.rss.RSSFeedAddEntryTask" classpath="../feedTools.jar"/>
7
<taskdef name="GetProperty"
classname
="org.eclipse.releng.generators.rss.RSSFeedGetPropertyTask" classpath="../feedTools.jar"/>
8
<taskdef name="UpdateEntry"
classname
="org.eclipse.releng.generators.rss.RSSFeedUpdateEntryTask" classpath="../feedTools.jar"/>
/external/proguard/src/proguard/classfile/
ClassPool.java
71
public Clazz getClass(String
className
)
73
return (Clazz)classes.get(ClassUtil.internalClassNameFromClassType(
className
));
139
public void classAccept(String
className
, ClassVisitor classVisitor)
141
Clazz clazz = getClass(
className
);
/external/proguard/src/proguard/classfile/util/
WarningPrinter.java
75
public void print(String
className
, String warning)
77
if (accepts(
className
))
87
public boolean accepts(String
className
)
90
!classFilter.matches(
className
);
/external/quake/quake/src/QW/client/
main.cpp
71
static int registerNativeMethods(JNIEnv* env, const char*
className
,
76
clazz = env->FindClass(
className
);
79
"Native registration unable to find class '%s'\n",
className
);
83
fprintf(stderr, "RegisterNatives failed for '%s'\n",
className
);
/external/quake/quake/src/WinQuake/
masterMain.cpp
86
static int registerNativeMethods(JNIEnv* env, const char*
className
,
91
clazz = env->FindClass(
className
);
94
"Native registration unable to find class '%s'\n",
className
);
98
fprintf(stderr, "RegisterNatives failed for '%s'\n",
className
);
/external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
pending-stylesheet-count.html
16
square.
className
= 'green';
/external/webkit/LayoutTests/fast/dom/TreeWalker/script-tests/
traversal-skip-most.js
9
if (node.
className
== 'keep')
/external/webkit/Source/WebCore/inspector/front-end/
AuditResultView.js
34
this.element.
className
= "audit-result-view";
74
severityElement.
className
= "severity-" + ruleResult.severity;
96
if (result.
className
)
97
treeElement.listItemElement.addStyleClass(result.
className
);
SidebarPane.js
32
this.element.
className
= "pane";
35
this.titleElement.
className
= "title";
41
this.bodyElement.
className
= "body";
79
this._growbarElement.
className
= "growbar";
WelcomeView.js
39
this.contentElement.
className
= "panel-enabler-view-content";
43
this.alignerElement.
className
= "welcome-instructions-aligner";
47
this.instructionsElement.
className
= "instructions";
62
messageElement.
className
= "message";
/external/webkit/Source/WebCore/manual-tests/compositing/
missing-iframe-contents.html
20
document.getElementById('iframe').
className
= 'dummy';
/external/webkit/Source/WebCore/manual-tests/
video-player.html
31
playButton.
className
= "videobutton videoplay videofadeout";
35
playButton.
className
= "videobutton videoplay";
41
playButton.
className
= "videobutton videoloading";
71
playButton.
className
= "videobutton videoloading";
/external/webkit/Tools/MiniBrowser/win/
main.cpp
51
wchar_t
className
[256];
52
if (!::GetClassNameW(msg.hwnd,
className
, ARRAYSIZE(
className
)))
57
return wcscmp(
className
, L"WebKit2WebViewWindowClass");
/external/webkit/Tools/TestWebKitAPI/win/
PlatformUtilitiesWin.cpp
66
wchar_t
className
[256];
67
if (!::GetClassNameW(msg.hwnd,
className
, ARRAYSIZE(
className
)))
72
return wcscmp(
className
, L"WebKit2WebViewWindowClass");
/frameworks/testing/androidtestlib/src/com/android/test/runner/
ClassPathScanner.java
46
boolean accept(String
className
);
58
public boolean accept(String
className
) {
78
public boolean accept(String
className
) {
80
if (!filter.accept(
className
)) {
/packages/inputmethods/LatinIME/native/jni/
jni_common.h
23
int registerNativeMethods(JNIEnv *env, const char *
className
, JNINativeMethod *methods,
/sdk/templates/other/AppWidget/root/res/xml/
appwidget_info.xml.ftl
9
android:configure="${packageName}.${
className
}ConfigureActivity"
/sdk/templates/other/BroadcastReceiver/
template.xml
9
id="
className
"
/sdk/templates/other/ContentProvider/
template.xml
9
id="
className
"
Completed in 1355 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>