OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:labels
(Results
151 - 175
of
1714
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.m
85
// token+rule list
labels
118
// token+rule list
labels
151
// token+rule list
labels
184
// token+rule list
labels
253
// token+rule list
labels
328
// token+rule list
labels
361
// token+rule list
labels
393
// token+rule list
labels
425
// token+rule list
labels
457
// token+rule list
labels
[
all
...]
/external/antlr/antlr-3.4/runtime/Python/antlr3/
treewizard.py
422
def visitor(tree, parent, childIndex,
labels
):
467
The
labels
arg of the visitor action method is never set (it's None)
513
def rootvisitor(tree, parent, childIndex,
labels
):
514
labels
= {}
515
if self._parse(tree, tpattern,
labels
):
516
visitor(tree, parent, childIndex,
labels
)
521
def parse(self, t, pattern,
labels
=None):
523
Given a pattern like (ASSIGN %lhs:ID %rhs:.) with optional
labels
525
return true if the pattern matches and fill the
labels
Map with
526
the
labels
pointing at the appropriate nodes. Return false i
[
all
...]
/dalvik/dx/src/com/android/dx/util/
LabeledList.java
65
// Gobble any deleted
labels
that may be at the end.
119
* Gets an array containing all of the
labels
used in this instance,
123
* @return {@code non-null;} ordered array of
labels
153
* Note: This assumes that the
labels
that are in the list are the
/development/samples/ApiDemos/src/com/example/android/apis/view/
LinearLayout10.java
28
* Demonstrates the use of LinearLayout backgrounds to group
labels
,
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeWizard.h
42
- (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)
labels
;
56
- (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)
labels
;
125
- (BOOL)parse:(id<ANTLRTree>)t Pattern:(NSString *)pattern Map:(ANTLRMap *)
labels
;
127
- (BOOL) _parse:(id<ANTLRTree>)t1 Pattern:(ANTLRTreePattern *)tpattern Map:(ANTLRMap *)
labels
;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeWizard.h
42
- (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)
labels
;
56
- (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)
labels
;
125
- (BOOL)parse:(id<ANTLRTree>)t Pattern:(NSString *)pattern Map:(ANTLRMap *)
labels
;
127
- (BOOL) _parse:(id<ANTLRTree>)t1 Pattern:(ANTLRTreePattern *)tpattern Map:(ANTLRMap *)
labels
;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeWizard.h
42
- (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)
labels
;
56
- (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)
labels
;
125
- (BOOL)parse:(id<ANTLRTree>)t Pattern:(NSString *)pattern Map:(ANTLRMap *)
labels
;
127
- (BOOL) _parse:(id<ANTLRTree>)t1 Pattern:(ANTLRTreePattern *)tpattern Map:(ANTLRMap *)
labels
;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeWizard.h
43
- (void) visit:(ANTLRCommonTree *)t Parent:(ANTLRCommonTree *)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)
labels
;
57
- (void) visit:(ANTLRCommonTree *)t Parent:(ANTLRCommonTree *)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)
labels
;
125
- (BOOL)parse:(ANTLRCommonTree *)t Pattern:(NSString *)pattern Map:(ANTLRMap *)
labels
;
127
- (BOOL) _parse:(ANTLRCommonTree *)t1 Pattern:(ANTLRCommonTree *)tpattern Map:(ANTLRMap *)
labels
;
/external/chromium/chrome/browser/chromeos/login/
oobe_progress_bar.h
23
// Construct progress bar with given
labels
as steps.
/external/chromium/chrome/browser/ui/cocoa/
ui_localizer.h
27
// - -stringValue (for
labels
)
/external/chromium/chrome/browser/ui/views/
database_info_view.h
46
// Individual property
labels
.
indexed_db_info_view.h
47
// Individual property
labels
local_storage_info_view.h
47
// Individual property
labels
local_storage_set_item_info_view.h
50
// Individual property
labels
/external/chromium/chrome/browser/ui/views/location_bar/
keyword_hint_view.h
25
// Internally KeywordHintView uses two
labels
to render the text, and draws
selected_keyword_view.h
47
// These
labels
are never visible. They are used to size the view. One
/external/chromium/testing/gtest/xcode/Config/
General.xcconfig
20
WARNING_CFLAGS = -Wall -Werror -Wendif-
labels
-Wnewline-eof -Wno-sign-compare -Wshadow
/external/chromium_org/chrome/browser/resources/chromeos/
salsa.html
34
to their
labels
.
/external/chromium_org/chrome/browser/ui/autofill/
tab_autofill_manager_delegate.cc
115
const std::vector<base::string16>&
labels
,
134
popup_controller_->Show(values,
labels
, icons, identifiers);
139
const std::vector<base::string16>&
labels
) {
141
popup_controller_->UpdateDataListValues(values,
labels
);
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_utilities.h
25
// Creates a label control in the style we need for the infobar's
labels
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
selected_keyword_decoration.h
24
// Determines what combination of
labels
and image will best fit
/external/chromium_org/chrome/browser/ui/cocoa/
ui_localizer.h
26
// - -stringValue (for
labels
)
/external/chromium_org/chrome/browser/ui/libgtk2ui/
menu_util.h
51
// Sets the check mark, enabled/disabled state and dynamic
labels
on menu items.
/external/chromium_org/chrome/browser/ui/views/infobars/
before_translate_infobar.h
43
// displayed in one of the
labels
below.
/external/chromium_org/chrome/browser/ui/views/location_bar/
keyword_hint_view.h
28
// Internally KeywordHintView uses two
labels
to render the text, and draws
Completed in 1094 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>