OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rootLabel
(Results
1 - 3
of
3
) sorted by null
/external/v8/tools/
profile.js
356
var
rootLabel
= opt_label || CallTree.ROOT_NODE_LABEL;
358
precs[
rootLabel
] = 0;
359
var root = counters.findOrAddChild(
rootLabel
);
367
var nodeLabelIsRootLabel = node.label ==
rootLabel
;
368
if (nodeLabelIsRootLabel || precs[
rootLabel
] > 0) {
369
if (precs[
rootLabel
] == 0) {
383
if (node.label ==
rootLabel
|| precs[
rootLabel
] > 0) {
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DocumentsClientTest.java
83
private UiObject findEjectIcon(String
rootLabel
) throws UiObjectNotFoundException {
85
revealRoot(rootsList,
rootLabel
);
89
rootsListObject.getChildByText(new UiSelector(),
rootLabel
, false);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java
520
Label
rootLabel
= new Label(composite, SWT.NONE);
521
rootLabel
.setText("Root Element:");
[
all
...]
Completed in 235 milliseconds