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
329
var
rootLabel
= opt_label || CallTree.ROOT_NODE_LABEL;
331
precs[
rootLabel
] = 0;
332
var root = counters.findOrAddChild(
rootLabel
);
340
var nodeLabelIsRootLabel = node.label ==
rootLabel
;
341
if (nodeLabelIsRootLabel || precs[
rootLabel
] > 0) {
342
if (precs[
rootLabel
] == 0) {
356
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
521
Label
rootLabel
= new Label(composite, SWT.NONE);
522
rootLabel
.setText("Root Element:");
[
all
...]
Completed in 103 milliseconds