HomeSort by relevance Sort by last modified time
    Searched refs:Label (Results 376 - 400 of 1013) sorted by null

<<11121314151617181920>>

  /external/v8/src/ic/mips/
handler-compiler-mips.cc 128 MacroAssembler* masm, Label* miss_label, Register receiver,
136 Label done;
173 MacroAssembler* masm, int index, Register result, Label* miss) {
185 Register scratch2, Label* miss_label) {
197 Register scratch, Label* miss) {
350 void NamedStoreHandlerCompiler::GenerateRestoreName(Label* label,
352 if (!label->is_unused()) {
353 __ bind(label);
373 Label* miss)
    [all...]
  /external/v8/src/ic/mips64/
handler-compiler-mips64.cc 128 MacroAssembler* masm, Label* miss_label, Register receiver,
136 Label done;
173 MacroAssembler* masm, int index, Register result, Label* miss) {
185 Register scratch2, Label* miss_label) {
197 Register scratch, Label* miss) {
350 void NamedStoreHandlerCompiler::GenerateRestoreName(Label* label,
352 if (!label->is_unused()) {
353 __ bind(label);
373 Label* miss)
    [all...]
  /external/v8/src/ic/ppc/
handler-compiler-ppc.cc 129 MacroAssembler* masm, Label* miss_label, Register receiver,
137 Label done;
176 MacroAssembler* masm, int index, Register result, Label* miss) {
188 Register scratch2, Label* miss_label) {
200 Register scratch, Label* miss) {
358 void NamedStoreHandlerCompiler::GenerateRestoreName(Label* label,
360 if (!label->is_unused()) {
361 __ bind(label);
381 Label* miss)
    [all...]
  /external/v8/src/ic/x87/
handler-compiler-x87.cc 82 MacroAssembler* masm, Label* miss_label, Register receiver,
113 Label done;
122 MacroAssembler* masm, int index, Register result, Label* miss) {
134 Register scratch2, Label* miss_label) {
238 Register scratch, Label* miss) {
357 void NamedStoreHandlerCompiler::GenerateRestoreName(Label* label,
359 if (!label->is_unused()) {
360 __ bind(label);
387 Label* miss)
    [all...]
  /external/v8/src/x64/
codegen-x64.h 24 Label* call_runtime);
  /external/vixl/examples/
add4-double.cc 64 Label add4_double;
check-bounds.cc 84 Label check_bounds;
swap-int32.cc 73 Label swap_int32;
swap4.cc 59 Label swap4;
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
MultiStatusBar.py 13 label = Label(self, bd=1, relief=SUNKEN, anchor=W)
14 label.pack(side=side)
15 self.labels[name] = label
17 label = self.labels[name]
18 label.config(text=text)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
MultiStatusBar.py 13 label = Label(self, bd=1, relief=SUNKEN, anchor=W)
14 label.pack(side=side)
15 self.labels[name] = label
17 label = self.labels[name]
18 label.config(text=text)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiStatusBar.py 13 label = Label(self, bd=1, relief=SUNKEN, anchor=W)
14 label.pack(side=side)
15 self.labels[name] = label
17 label = self.labels[name]
18 label.config(text=text)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiStatusBar.py 13 label = Label(self, bd=1, relief=SUNKEN, anchor=W)
14 label.pack(side=side)
15 self.labels[name] = label
17 label = self.labels[name]
18 label.config(text=text)
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
CalendarFrame.java 24 import java.awt.Label;
126 // plus the month/year label for each calendar
136 // Label for the current month name
217 Label l1 = new Label("Display Language:", Label.RIGHT);
234 Label copyright = new Label(DemoUtility.copyright1, Label.LEFT);
343 * ColoredLabel is similar to java.awt.Label, with two differences
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Label.java 29 /** A text label, with optional word wrapping.
31 * The preferred size of the label is determined by the actual text bounds, unless {@link #setWrap(boolean) word wrap} is enabled.
33 public class Label extends Widget {
50 public Label (CharSequence text, Skin skin) {
54 public Label (CharSequence text, Skin skin, String styleName) {
58 /** Creates a label, using a {@link LabelStyle} that has a BitmapFont with the specified name from the skin and the specified
60 public Label (CharSequence text, Skin skin, String fontName, Color color) {
64 /** Creates a label, using a {@link LabelStyle} that has a BitmapFont with the specified name and the specified color from the
66 public Label (CharSequence text, Skin skin, String fontName, String colorName) {
70 public Label (CharSequence text, LabelStyle style)
    [all...]
  /external/libvpx/libvpx/build/make/
gen_msvs_vcxproj.sh 281 Label="ProjectConfigurations"
294 Label="Globals"
319 Label="Configuration"
362 Label="PropertySheets"
366 Label="LocalAppDataPlatform"
370 Label="UserMacros"
471 Label="ExtensionTargets"
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 161 // Otherwise queue the label and set its fragment pointer when we emit the
325 int64_t LineDelta, const MCSymbol *Label,
331 OS.EmitSymbolValue(Label, PointerSize);
339 const MCSymbol *Label,
343 Label, PointerSize);
346 const MCExpr *AddrDelta = buildSymbolDiff(*this, Label, LastLabel);
357 const MCSymbol *Label) {
358 const MCExpr *AddrDelta = buildSymbolDiff(*this, Label, LastLabel);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_vcxproj.sh 350 Label="ProjectConfigurations"
363 Label="Globals"
376 Label="Configuration"
424 Label="PropertySheets"
428 Label="LocalAppDataPlatform"
432 Label="UserMacros"
544 Label="ExtensionTargets"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ActivityPage.java 43 import org.eclipse.swt.widgets.Label;
62 private Label mHeading;
63 private Label mDescription;
163 new Label(container, SWT.NONE);
165 mHeading = new Label(container, SWT.NONE);
167 new Label(container, SWT.NONE);
169 mDescription = new Label(container, SWT.WRAP);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkDebuggerTab.java 42 import org.eclipse.swt.widgets.Label;
77 Label lblDebugger = new Label(grpGdb, SWT.NONE);
87 Label lblNewLabel = new Label(grpGdb, SWT.NONE);
113 Label lblPort = new Label(grpGdb, SWT.NONE);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DecisionProbe.java 297 /** Return a List<Label> indicating an input sequence that can be matched
301 public List<Label> getSampleNonDeterministicInputSequence(DFAState targetState) {
304 List<Label> labels = new ArrayList<Label>(); // may access ith element; use array
315 /** Given List<Label>, return a String with a useful representation
323 Label label = (Label) it.next(); local
324 buf.append(label.toString(g));
766 * nondeterministic with respect to this decision. Return List<Label> a
837 Label label = (Label)labels.get(labelIndex); local
    [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc 321 Label done; \
323 __ j(above_equal, &done, Label::kNear); \
337 Label done; \
338 __ j(above_equal, &done, Label::kNear); \
454 Label done;
459 __ j(not_equal, &done, Label::kNear);
    [all...]
  /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) {
  /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);

Completed in 554 milliseconds

<<11121314151617181920>>