OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rootLabel
(Results
1 - 2
of
2
) sorted by null
/external/v8/tools/
profile.js
337
var
rootLabel
= opt_label || CallTree.ROOT_NODE_LABEL;
339
precs[
rootLabel
] = 0;
340
var root = counters.findOrAddChild(
rootLabel
);
348
var nodeLabelIsRootLabel = node.label ==
rootLabel
;
349
if (nodeLabelIsRootLabel || precs[
rootLabel
] > 0) {
350
if (precs[
rootLabel
] == 0) {
364
if (node.label ==
rootLabel
|| precs[
rootLabel
] > 0) {
/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 123 milliseconds