HomeSort by relevance Sort by last modified time
    Searched defs:label (Results 751 - 775 of 1399) sorted by null

<<31323334353637383940>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java 1045 String label = getRenderingTargetLabel(target, true); local
1082 String label = getActivityLabel(fqcn, true); local
1117 String label = Strings.nullToEmpty(getLocaleLabel(this, locale, true)); local
1190 String label = fqcn; local
1257 String label = String.format("API %1$d: %2$s", local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 952 String label = ConfigurationChooser.getLocaleLabel(chooser, locale, false); local
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 826 final CaptureRenderer label = new CaptureRenderer(new ImageIcon(image), node); local
827 label.setBorder(BorderFactory.createEmptyBorder(24, 24, 24, 24));
831 solidColor.add(label);
    [all...]
  /system/bt/bta/av/
bta_av_int.h 275 UINT8 label; member in struct:__anon71637
283 UINT8 label; member in struct:__anon71638
303 UINT8 label; member in struct:__anon71641
350 UINT8 label; member in struct:__anon71645
511 UINT8 avdt_label; /* AVDTP label */
  /system/bt/bta/include/
bta_av_api.h 380 UINT8 label; member in struct:__anon71924
392 UINT8 label; member in struct:__anon71925
400 UINT8 label; member in struct:__anon71926
411 UINT8 label; member in struct:__anon71927
711 void BTA_AvRemoteCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_RC rc_id,
725 void BTA_AvRemoteVendorUniqueCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_STATE key_state,
739 void BTA_AvVendorCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE cmd_code,
754 void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code,
793 void BTA_AvMetaRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code,
810 void BTA_AvMetaCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CMD cmd_code, BT_HDR *p_pkt)
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 109 virtual void label(const char* theLabel);
110 virtual void B(int cc, const char* label);
111 virtual void BL(int cc, const char* label);
113 virtual uint32_t* pcForLabel(const char* label);
226 char label[100][10]; member in struct:android::ArmToMipsAssembler::cond_mode_t
258 virtual void label(const char* string);
261 virtual uint32_t* pcForLabel(const char* label);
363 void B(const char* label);
364 void BEQ(int Rs, int Rt, const char* label);
365 void BNE(int Rs, int Rt, const char* label);
421 const char* label; member in struct:android::MIPSAssembler::branch_target_t
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
read.c 82 /* The Delta 68k assembler permits % inside label names. */
87 /* The PowerPC Windows NT assemblers permits ? inside label names. */
102 /* The Delta 68k assembler permits ~ at start of label names. */
187 /* If this line had an MRI style label, it is stored in this variable.
834 /* Text at the start of a line must be a label, we
911 /* Want user-defined label or pseudo/opcode. */
945 line_label = colon (s); /* User-defined label. */
1123 /* local label ("4:") */
1145 as_fatal (_("label \"%d$\" redefined"), temp);
2647 sb label; local
5931 char *name, *label; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/codemodel/2.2.11/
codemodel-2.2.11.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /art/compiler/optimizing/
code_generator_arm.cc 133 Label* GetReturnLabel() {
148 // If `successor_` is null, the label to branch to after the suspend check.
149 Label return_label_;
953 Label* label = GetLabelOf(block); local
    [all...]
code_generator_x86.cc 187 Label* GetReturnLabel() {
200 Label return_label_;
4386 Label* label = &relative_call_patches_.back().label; local
    [all...]
code_generator_x86_64.cc 165 Label* GetReturnLabel() {
178 Label return_label_;
785 __ Bind(&method_patches_.back().label); // Bind the label at the end of the "movl" insn.
790 // Bind a new fixup label at the end of the "movl" insn.
825 Label* label = &relative_call_patches_.back().label; local
    [all...]
  /art/compiler/utils/arm/
assembler_thumb2.cc 90 void Thumb2Assembler::BindLabel(Label* label, uint32_t bound_pc) {
91 CHECK(!label->IsBound());
93 while (label->IsLinked()) {
94 FixupId fixup_id = label->Position(); // The id for linked Fixup.
100 label->position_ = next; // Move to next.
102 label->BindTo(bound_pc);
109 Label* label = lit.GetLabel(); local
110 BindLabel(label, code_size)
118 Label* label = table.GetLabel(); local
190 Label* label = literal.GetLabel(); local
197 Label* label = table.GetLabel(); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TransliteratorTest.java 4108 String label; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cloctst.c 2125 static const char* label[] = { "getName", "canonicalize" }; local
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TransliteratorTest.java 4104 String label; local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 1985 string label; local
    [all...]

Completed in 763 milliseconds

<<31323334353637383940>>