Home
last modified time | relevance | path

Searched defs:addLabel (Results 1 – 6 of 6) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMethodImplementationBuilder.java69 public Label addLabel(@Nonnull String name) { in addLabel() method in MethodImplementationBuilder
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
DCertificateViewer.java171 private TextView addLabel(LinearLayout certificateView, String label) { in addLabel() method in CertificateViewer
/external/chromium_org/third_party/WebKit/Source/core/dom/
DTreeScope.cpp281 void TreeScope::addLabel(const AtomicString& forAttributeValue, HTMLLabelElement* element) in addLabel() function in blink::TreeScope
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
Dimage_editor.js945 ImageEditor.Toolbar.prototype.addLabel = function(name) { method in ImageEditor.Toolbar
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp254 void DwarfUnit::addLabel(DIE &Die, dwarf::Attribute Attribute, dwarf::Form Form, in addLabel() function in DwarfUnit
260 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) { in addLabel() function in DwarfUnit
/external/clang/lib/CodeGen/
DCodeGenFunction.h527 void addLabel(const LabelDecl *label) { in addLabel() function