HomeSort by relevance Sort by last modified time
    Searched defs:Label (Results 76 - 100 of 152) sorted by null

1 2 34 5 6 7

  /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...]
  /external/clang/lib/AST/
ASTDumper.cpp 219 void dumpDeclRef(const Decl *Node, const char *Label = nullptr);
529 void ASTDumper::dumpDeclRef(const Decl *D, const char *Label) {
534 if (Label)
535 OS << Label << ' ';
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 224 // temporary label to it if SymbolStem is specified.
345 // We don't create a DIE if we have a single Range and the end label
363 // Emit offset in .debug_range as a relocatable label. emitDIE will handle
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmscgats.c 309 "STRING", // Identifies label, or other non-machine readable value.
    [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/templates/
NewProjectPage.java 61 import org.eclipse.swt.widgets.Label;
92 private Label mHelpIcon;
93 private Label mTipLabel;
120 Label applicationLabel = new Label(container, SWT.NONE);
134 Label projectLabel = new Label(container, SWT.NONE);
147 Label packageLabel = new Label(container, SWT.NONE);
165 new Label(container, SWT.NONE)
319 Label label = new Label(container, SWT.SEPARATOR | SWT.HORIZONTAL); local
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 30 | Label
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 80 import org.eclipse.swt.widgets.Label;
119 private Label mPercentLabel;
144 private Label mThemeLabel;
148 private Label mScalingLabel;
150 private Label mShapeLabel;
152 private Label mBgColorLabel;
153 private Label mFgColorLabel;
177 @SuppressWarnings("unused") // Don't warn about unassigned "new Label(.)": has side-effect
202 Label foregroundLabel = new Label(mConfigurationArea, SWT.NONE)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_shader_tokens.h 463 unsigned Label : 1;
469 * If tgsi_instruction::Label is TRUE, tgsi_instruction_label follows.
490 unsigned Label : 24; /* UINT */
  /external/clang/include/clang/AST/
Stmt.h 778 /// LabelStmt - Represents a label, which has a substatement. For example:
790 // \brief Build an empty label statement.
    [all...]
Expr.h     [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 463 unsigned Label : 1;
469 * If tgsi_instruction::Label is TRUE, tgsi_instruction_label follows.
490 unsigned Label : 24; /* UINT */
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 3037 inline ::google::protobuf::FieldDescriptorProto_Label FieldDescriptorProto::label() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton,
26 label = Tkinter.Label(frame, text="Hello, World")
27 label.pack(fill=X, expand=1)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton,
26 label = Tkinter.Label(frame, text="Hello, World")
27 label.pack(fill=X, expand=1)
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.pb.h 3612 inline ::google::protobuf::FieldDescriptorProto_Label FieldDescriptorProto::label() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /external/jarjar/lib/
asm-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-3.3.jar 
  /prebuilts/devtools/tools/lib/
asm-4.0.jar 
  /prebuilts/misc/common/asm/
asm-4.0.jar 

Completed in 2886 milliseconds

1 2 34 5 6 7