/external/llvm/test/MC/X86/AlignedBundling/ |
nesting.s | 9 # CHECK-LABEL: foo: 27 # CHECK-LABEL: bar: 43 # CHECK-LABEL: baz: 59 # CHECK-LABEL: quux
|
labeloffset.s | 14 # CHECK-LABEL: main: 46 # CHECK-LABEL: bar: 75 # CHECK-LABEL: foo:
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/ |
SmaliLabel.java | 46 super(SmaliElementTypes.LABEL);
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
CRLNumberExtension.java | 57 private static final String LABEL = "CRL Number"; 82 NAME, LABEL); 92 this(PKIXExtensions.CRLNumber_Id, false, crlNum, NAME, LABEL); 120 this(PKIXExtensions.CRLNumber_Id, critical, value, NAME, LABEL);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/ |
OrganizationDataItem.java | 38 return getContentValues().getAsString(Organization.LABEL);
|
StructuredPostalDataItem.java | 38 return getContentValues().getAsString(StructuredPostal.LABEL);
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/account/ |
StaticAccountAuthenticator.java | 38 private static final String LABEL = "test_auth_token_label"; 85 return LABEL;
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/experimental/parser/ |
protobuf_lexer.g | 85 LABEL
|
protobuf.g | 68 : LABEL field_decl 69 -> ^(FIELD LABEL field_decl)
|
/external/llvm/test/Instrumentation/AddressSanitizer/X86/ |
asm_cfi.s | 6 # CHECK-LABEL: load4b_cfa_rbp 32 # CHECK-LABEL: load4b_cfa_rsp
|
asm_mov.s | 7 # CHECK-LABEL: mov1b: 36 # CHECK-LABEL: mov16b:
|
asm_rsp_mem_op.s | 6 # CHECK-LABEL: rsp_access 27 # CHECK-LABEL: rsp_32bit_access
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
Queries.java | 35 Phone.LABEL, // 3 45 public CharSequence getTypeLabel(Resources res, int type, CharSequence label) { 46 return Phone.getTypeLabel(res, type, label); 55 Email.LABEL, // 3 65 public CharSequence getTypeLabel(Resources res, int type, CharSequence label) { 66 return Email.getTypeLabel(res, type, label); 105 public abstract CharSequence getTypeLabel(Resources res, int type, CharSequence label);
|
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
TimerDAO.java | 61 // Prefix for a key to a preference that stores the label of the timer. 62 private static final String LABEL = "timer_label_"; 95 final String label = prefs.getString(LABEL + id, null); local 98 label, deleteAfterUse)); 127 editor.putString(LABEL + id, timer.getLabel()); 152 editor.putString(LABEL + id, timer.getLabel()); 183 editor.remove(LABEL + id);
|
/external/llvm/test/MC/Mips/ |
higher-highest-addressing.s | 13 # CHECK-LABEL: test1: 30 # CHECK-LABEL: test2:
|
mips_abi_flags_xx_set.s | 14 # CHECK-OBJ-LABEL: Name: .MIPS.abiflags (12) 27 # CHECK-OBJ-LABEL: }
|
nooddspreg-cmdarg.s | 19 # CHECK-OBJ-LABEL: Name: .MIPS.abiflags (12) 36 # CHECK-OBJ-LABEL: }
|
nooddspreg.s | 19 # CHECK-OBJ-LABEL: Name: .MIPS.abiflags (12) 36 # CHECK-OBJ-LABEL: }
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List3.java | 60 String label = null; 61 //Custom type? Then get the custom label 63 label = cursor.getString(COLUMN_LABEL); 66 String text = (String) Phone.getTypeLabel(getResources(), type, label); 78 Phone.LABEL,
|
/external/boringssl/src/crypto/perlasm/ |
x86gas.pl | 7 $::lbdecor=$::aout?"L":".L"; # local label decoration 107 &::LABEL($func,$global?"$begin":"$nmdecor$func"); 130 push(@out,".size\t$nmdecor$func,.-".&::LABEL($func)."\n") if ($::elf); 153 { foreach(@_) { &::LABEL($_,$nmdecor.$_); } } 156 { push(@out,".globl\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); } 193 { &::call(&::label("PIC_me_up")); 197 $reflabel=&::label("PIC_me_up");
|
x86masm.pl | 7 $::lbdecor="\$L"; # local label decoration 103 &::LABEL($func,$global?"$begin":"$nmdecor$func"); 156 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); } 160 { push(@out,"PUBLIC\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); } 196 push(@out,".SAFESEH ".&::LABEL($nm,$nmdecor.$nm)."\n");
|
x86nasm.pl | 7 $::lbdecor="L\$"; # local label decoration 111 &::LABEL($func,$global?"$begin":"$nmdecor$func"); 143 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); } 147 { push(@out,"${drdecor}global\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); } 183 push(@out,"safeseh ".&::LABEL($nm,$nmdecor.$nm)."\n");
|
/external/javassist/src/main/javassist/compiler/ |
TokenId.java | 119 int LABEL = 'L'; // label statement
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/ |
AbstractInsnNode.java | 83 public static final int LABEL = 7;
209 * Returns the clone of the given label.
211 * @param label a label.
213 * @return the clone of the given label.
215 static LabelNode clone(final LabelNode label, final Map map) {
216 return (LabelNode) map.get(label);
|
/frameworks/base/wifi/java/android/net/wifi/ |
WpsInfo.java | 35 /** Label pin method configuration - pin is labelled on device */ 36 public static final int LABEL = 3;
|