HomeSort by relevance Sort by last modified time
    Searched refs:Label (Results 351 - 375 of 923) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NameSpaceChecker.java 30 import org.antlr.analysis.Label;
55 checkForLabelConflict(r, pair.label);
138 if ( rule==null && grammar.getTokenType(ruleName)!=Label.EOF ) {
152 grammar.getTokenType(tokenID)!=Label.EOF )
188 if ( grammar.getTokenType(scope.getName())!=Label.INVALID ) {
216 /** Make sure a label doesn't conflict with another symbol.
221 protected void checkForLabelConflict(Rule r, Token label) {
224 if ( grammar.getGlobalScope(label.getText())!=null ) {
227 else if ( grammar.getRule(label.getText())!=null ) {
230 else if ( grammar.getTokenType(label.getText())!=Label.INVALID )
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
FastClassEmitter.java 22 import org.mockito.asm.Label;
150 public void processCase(Object key, Label end) {
168 final Label illegalArg = e.make_label();
171 public void processCase(int key, Label end) {
209 public void processCase(Object key, Label end) {
  /external/v8/src/arm/
codegen-arm.cc 100 Label less_4;
103 Label loop, less_256, less_128, less_64, less_32, _16_or_less, _8_or_less;
104 Label size_less_than_8;
206 Label loop;
259 Label loop;
285 Label loop;
286 Label not_two;
387 Label* allocation_memento_found) {
418 Label* fail) {
420 Label loop, entry, convert_hole, gc_required, only_change_map, done
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInWizard.java 44 import org.eclipse.swt.widgets.Label;
87 Label typeLabel = new Label(composite, SWT.NONE);
95 Label idLabel = new Label(composite, SWT.NONE);
  /external/autotest/frontend/afe/
resources.py 70 class Label(EntryWithInvalid):
71 model = models.Label
83 return cls(request, models.Label.objects.get(name=label_name))
91 rep = super(Label, self).short_representation()
98 rep = super(Label, self).full_representation()
110 return models.Label.add_object(name=input_dict['name'])
121 queryset = models.Label.valid_objects.all()
122 entry_class = Label
126 related_classes = {'label': Label, 'atomic_group_class': AtomicGroupClass
    [all...]
rpc_interface.py 9 * the name of the object (label name, hostname, user login, etc.)
13 When specifying foreign key fields (i.e. adding hosts to a label, or adding
70 """Modify a label.
72 @param id: id or name of a label. More often a label name.
73 @param data: New data for a label.
75 label_model = models.Label.smart_get(id)
85 """Delete a label.
87 @param id: id or name of a label. More often a label name
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ApplicationInfoPage.java 47 import org.eclipse.swt.widgets.Label;
76 private Label mTestProjectNameLabel;
77 private Label mTestApplicationLabel;
78 private Label mTestPackageLabel;
101 Label applicationLabel = new Label(container, SWT.NONE);
108 Label packageLabel = new Label(container, SWT.NONE);
125 Label minSdkLabel = new Label(container, SWT.NONE)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplatePage.java 79 import org.eclipse.swt.widgets.Label;
112 private Label mHelpIcon;
113 private Label mTipLabel;
160 Label label = new Label(parent, SWT.NONE); local
163 label.setLayoutData(data);
196 Label projectLabel = new Label(container, SWT.NONE);
208 //Label projectSeparator = new Label(container, SWT.SEPARATOR | SWT.HORIZONTAL)
272 Label label = new Label(container, SWT.NONE); local
324 Label label = new Label(container, SWT.NONE); local
356 Label label = new Label(container, SWT.NONE); local
    [all...]
ProjectContentsPage.java 43 import org.eclipse.swt.widgets.Label;
64 private Label mLocationLabel;
103 new Label(container, SWT.NONE).setLayoutData(
114 new Label(container, SWT.NONE).setLayoutData(
123 mLocationLabel = new Label(container, SWT.NONE);
137 new Label(container, SWT.NONE).setLayoutData(
  /external/v8/src/ia32/
assembler-ia32-inl.h 343 Immediate::Immediate(Label* internal_offset) {
425 Label* label = reinterpret_cast<Label*>(x.x_); local
426 emit_code_relative_offset(label);
434 void Assembler::emit_code_relative_offset(Label* label) {
435 if (label->is_bound()) {
437 pos = label->pos() + Code::kHeaderSize - kHeapObjectTag;
440 emit_disp(label, Displacement::CODE_RELATIVE)
    [all...]
  /external/v8/src/x87/
assembler-x87-inl.h 344 Immediate::Immediate(Label* internal_offset) {
426 Label* label = reinterpret_cast<Label*>(x.x_); local
427 emit_code_relative_offset(label);
435 void Assembler::emit_code_relative_offset(Label* label) {
436 if (label->is_bound()) {
438 pos = label->pos() + Code::kHeaderSize - kHeapObjectTag;
441 emit_disp(label, Displacement::CODE_RELATIVE)
    [all...]
  /external/v8/test/cctest/
test-assembler-x87.cc 84 Label L, C;
121 Label L, C;
191 Label equal_l, less_l, greater_l, nan_l;
238 // Test chaining of label usages within instructions (issue 1644).
244 Label target;
275 Label fail;
326 Label labels[kNumCases];
328 Label done, table;
373 Label labels[kNumCases];
375 Label done, table
    [all...]
test-macro-assembler-x64.cc 46 using i::Label;
136 static void TestMoveSmi(MacroAssembler* masm, Label* exit, int id, Smi* value) {
158 Label exit;
186 void TestSmiCompare(MacroAssembler* masm, Label* exit, int id, int x, int y) {
245 Label exit;
294 Label exit;
383 Label* exit,
421 Label exit;
464 Label exit;
625 void TestSmiNeg(MacroAssembler* masm, Label* exit, int id, int x)
    [all...]
  /external/google-breakpad/src/processor/
stackwalker_arm64_unittest.cc 62 using google_breakpad::test_assembler::Label;
200 Label frame1_sp, frame2_sp;
269 Label frame1_sp;
334 Label frame1_sp, frame2_sp;
402 Label frame1_sp, frame2_sp;
455 Label frame1_sp, frame2_sp;
456 Label frame1_fp, frame2_fp;
710 Label frame1_sp = expected.iregs[MD_CONTEXT_ARM64_REG_SP];
727 Label frame1_sp = expected.iregs[MD_CONTEXT_ARM64_REG_SP];
    [all...]
stackwalker_amd64_unittest.cc 60 using google_breakpad::test_assembler::Label;
235 Label frame1_sp, frame2_sp, frame1_rbp;
312 Label frame1_sp, frame1_rbp;
382 Label frame1_sp, frame2_sp, frame1_rbp;
442 Label frame0_rbp, frame1_sp, frame1_rbp;
602 Label frame1_rsp = expected.rsp;
611 Label frame1_rsp = expected.rsp;
622 Label frame1_rsp = expected.rsp;
634 Label frame1_rsp = expected.rsp;
651 Label frame1_rsp = expected.rsp
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 81 import org.eclipse.swt.widgets.Label;
105 private Label mProjLabel;
113 private Label mTestMethodLabel;
121 private Label mTestLabel;
174 Label label = new Label(comp, SWT.NONE); local
177 label.setLayoutData(gd);
195 mProjLabel = new Label(comp, SWT.NONE);
223 mTestLabel = new Label(comp, SWT.NONE)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 76 import org.eclipse.swt.widgets.Label;
446 // label before type radios
447 Label typeLabel = new Label(composite, SWT.NONE);
467 Label separator = new Label(composite, SWT.SEPARATOR | SWT.HORIZONTAL);
475 Label projectLabel = new Label(composite, SWT.NONE);
496 Label fileLabel = new Label(composite, SWT.NONE)
    [all...]
  /art/compiler/utils/arm/
assembler_arm.h 67 Label* GetLabel() {
71 const Label* GetLabel() const {
76 Label label_;
86 explicit JumpTable(std::vector<Label*>&& labels)
94 const std::vector<Label*>& GetData() const {
98 Label* GetLabel() {
102 const Label* GetLabel() const {
106 Label* GetAnchorLabel() {
110 const Label* GetAnchorLabel() const {
115 Label label_
1052 b(label); variable
    [all...]
  /art/compiler/utils/
assembler.h 30 #include "label.h"
70 Label* Continuation() { return &continuation_; }
71 Label* Entry() { return &entry_; }
77 Label entry_;
79 Label continuation_;
509 virtual void Bind(Label* label) = 0;
510 virtual void Jump(Label* label) = 0;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntervalSet.java 30 import org.antlr.analysis.Label;
53 public static final IntervalSet COMPLETE_SET = IntervalSet.of(0,Label.MAX_CHAR_VALUE);
505 /** If this set is a single integer, return it otherwise Label.INVALID */
513 return Label.INVALID;
518 return Label.INVALID;
527 return Label.INVALID;
538 return Label.INVALID;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
descriptor.py 55 field.label = FieldDescriptor.Label.REQUIRED
62 field.label = FieldDescriptor.Label.REQUIRED
69 field.label = FieldDescriptor.Label.OPTIONAL
193 Label: Values for optional, required and repeated fields.
205 class Label(messages.Enum):
206 """Field label."""
216 label = messages.EnumField(Label, 4, default=Label.OPTIONAL variable in class:FieldDescriptor
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 27 /// addLabelAddress - Add a dwarf label attribute data and value using
31 const MCSymbol *Label) {
39 return addLocalLabelAddress(Die, Attribute, Label);
41 if (Label)
42 DD->addArangeLabel(SymbolCU(this, Label));
44 unsigned idx = DD->getAddressPool().getIndex(Label);
51 const MCSymbol *Label) {
52 if (Label)
53 DD->addArangeLabel(SymbolCU(this, Label));
55 if (Label)
    [all...]
  /external/v8/src/ppc/
codegen-ppc.cc 137 Label* allocation_memento_found) {
157 Register target_map, AllocationSiteMode mode, Label* fail) {
159 Label loop, entry, convert_hole, only_change_map, done;
281 Register target_map, AllocationSiteMode mode, Label* fail) {
283 Label loop, convert_hole, gc_required, only_change_map;
337 Label initialization_loop, loop_done;
434 Label* call_runtime) {
440 Label check_sequential;
445 Label cons_string;
451 Label indirect_string_loaded
    [all...]
  /external/google-breakpad/src/common/mac/
macho_reader_unittest.cc 55 using test_assembler::Label;
210 Label offset, Label size, uint32_t align) {
278 Label arch_data;
298 Label obj1_offset;
318 Label obj1, obj2, obj3;
523 // Return a label representing the size this section will have when it
525 Label final_size() const { return final_size_; }
540 // label to its current size. Derived classes can extend this as needed
552 Label final_size_
    [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 309 Label done; \
310 __ j(above_equal, &done, Label::kNear); \
324 Label done; \
325 __ j(above_equal, &done, Label::kNear); \
696 Label mod_loop;
    [all...]

Completed in 660 milliseconds

<<11121314151617181920>>