Searched
full:labels (Results
326 -
350 of
1714) sorted by null
<<11121314151617181920>>
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
ComponentResultsElement.java | 178 List labels = new ArrayList(); local 185 labels.add(scenarioResults.getLabel()); 189 return labels;
|
/external/openfst/src/include/fst/ |
matcher.h | 19 // Classes to allow matching labels leaving FST states. 32 // MATCHERS - these can find and iterate through requested labels at 34 // map or search keyed on labels. More generally, they may 35 // implement matching special labels that represent sets of labels 132 // A matcher that expects sorted labels on the side to be matched. 146 // Labels >= binary_label will be searched for by binary search, 388 // labels of the found transition are 'rho_label'). If 'rho_label' is 561 // true and both input and output labels of the found transition are 750 // labels of the found transition are 'phi_label'). If 'phi_label' i [all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
intent-filter-element.jd | 67 <a href="{@docRoot}guide/topics/manifest/manifest-intro.html#iconlabel">Icons and Labels</a> 91 For more on intent filter labels, see 92 <a href="{@docRoot}guide/topics/manifest/manifest-intro.html#iconlabel">Icons and Labels</a>
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
CharStream.as | 39 * LA(i). This will be used for labels in the generated
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
ICharStream.cs | 48 * LA(i). This will be used for labels in the generated
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
ICharStream.cs | 50 * LA(i). This will be used for labels in the generated
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
CharStream.java | 41 * LA(i). This will be used for labels in the generated
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRCharStream.h | 37 * LA(i). This will be used for labels in the generated
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRCharStream.h | 37 * LA(i). This will be used for labels in the generated
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRCharStream.h | 37 * LA(i). This will be used for labels in the generated
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRCharStream.h | 37 * LA(i). This will be used for labels in the generated
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
TLexer.m | 85 // token+rule list labels 154 // token+rule list labels 221 // token+rule list labels 291 // token+rule list labels
|
TParser.m | 198 // token+rule list labels 263 // token+rule list labels 300 // token+rule list labels 337 // token+rule list labels
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/ |
properties.rb | 97 example "referencing other token rule values with labels" do
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
test-trees.rb | 813 labels = @wizard.match( tree, 817 assert_kind_of( Hash, labels ) 818 @wizard.in_context?( labels.fetch( 'x' ), 'VEC' ).should be_true 826 labels = @wizard.match( tree, "(%x:PRINT (MULT ID (VEC INT INT INT)))" ) 827 assert_kind_of( Hash, labels ) 828 @wizard.in_context?( labels.fetch( 'x' ), 'VEC' ).should be_false 836 labels = @wizard.match( tree, 839 assert_kind_of( Hash, labels ) 840 node = labels.fetch( 'x' )
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
Label.java | 75 /** We have labels like EPSILON that are below 0; it's hard to 84 * for easy comparison during analysis only; faux labels are not used 283 // labels must be the same even if epsilon or set or sempred etc... 305 * At this point, Labels are not compared for equals when they are
|
PredicateLabel.java | 35 * In the NFA, labels will always be exactly one predicate, but the DFA
|
/external/chromium/chrome/browser/ui/cocoa/importer/ |
import_progress_dialog_cocoa.h | 29 // Strings bound to static labels in the UI dialog.
|
/external/chromium/chrome/common/ |
automation_constants.h | 11 // JSON value labels for proxy settings that are passed in via
|
/external/chromium/net/base/ |
dns_util_unittest.cc | 45 // Zero length labels should be dropped.
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
candidate_view.h | 69 // Notifies labels of their new background colors. Called whenever the view's
|
/external/chromium_org/chrome/browser/extensions/ |
extension_message_bubble_controller.h | 39 // Text for various UI labels shown in the bubble.
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/ |
tree.css | 74 /* We need to ensure that even empty labels take up space */
|
/external/chromium_org/chrome/browser/resources/options/ |
autofill_edit_address_overlay.html | 6 <div id="autofill-name-labels">
|
/external/chromium_org/chrome/browser/ui/cocoa/infobars/ |
infobar_utilities.mm | 57 // Creates a label control in the style we need for the infobar's labels
|
Completed in 557 milliseconds
<<11121314151617181920>>