HomeSort by relevance Sort by last modified time
    Searched refs:label2 (Results 26 - 50 of 158) sorted by null

12 3 4 5 6 7

  /external/llvm/test/MC/Mips/
hilo-addressing.s 20 # Check that assembler can handle %hi(label1 - label2) and %lo(label1 - label2)
39 # Check that relocation isn't emitted for %hi(label1 - label2) and
40 # %lo(label1 - label2) expressions.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/
dot.s 16 label1:label2 : label3 :label4: m: .macro arg.1, arg.2
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
MethodProbesAdapterTest.java 240 Label label2 = new Label(); local
241 LabelInfo.setTarget(label2);
242 LabelInfo.setTarget(label2);
245 final Label[] labels = new Label[] { label2, label };
255 assertEquals(1000, LabelInfo.getProbeId(label2));
288 Label label2 = new Label(); local
289 LabelInfo.setTarget(label2);
290 LabelInfo.setTarget(label2);
292 final Label[] labels = new Label[] { label2, label };
302 assertEquals(1000, LabelInfo.getProbeId(label2));
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
VirtualKeyboardPreferenceControllerTest.java 110 final String label2 = "Keyboard ?????????"; local
119 when(imis.get(1).loadLabel(mPm)).thenReturn(label2);
132 formatter.unicodeWrap(label1) + ", " + formatter.unicodeWrap(label2));
  /packages/services/Telecomm/src/com/android/server/telecom/
TelephonyUtil.java 111 String label2 = nullToEmpty(account2.getLabel().toString());
112 retval = label1.compareTo(label2);
  /device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
div.S 100 bcc label2
105 bcc label2
109 bcc label2
119 label2: label
div.asm 99 BCC label2
104 BCC label2
108 BCC label2
118 label2 label
  /external/toolchain-utils/crosperf/
results_organizer_unittest.py 78 labels = [mock_instance.label1, mock_instance.label2]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
insns9s12xg.d 10 00000002 <label2> add R4, R6, R1
23 0000001c <label3\+0x18> bcs 0x00000002 <label2>
31 0000002c <label3\+0x28> bgt 0x00000002 <label2>
36 00000036 <label3\+0x32> ble 0x00000002 <label2>
39 0000003c <label3\+0x38> blt 0x00000002 <label2>
42 00000042 <label3\+0x3e> bpl 0x00000002 <label2>
46 0000004a <label3\+0x46> bvs 0x00000002 <label2>
  /external/clang/test/Analysis/
uninit-sometimes.cpp 79 goto label2;
83 label2: ;
  /external/lisa/libs/utils/analysis/
cpus_analysis.py 113 label2 = '_{}s'.format(label.lower())
175 self._trace.plots_prefix, label2)
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
mips64.s 273 label2: label
275 BEQ R1, R2, label2 // BEQ R1, R2, 81
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
mips64.s 273 label2: label
275 BEQ R1, R2, label2 // BEQ R1, R2, 81
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
BasicBlockList.java 289 int label2 = succ2.get(i); local
297 if (label2 != primary2) {
303 if (label1 != label2) {
  /dalvik/dx/src/com/android/dx/rop/code/
BasicBlockList.java 287 int label2 = succ2.get(i); local
295 if (label2 != primary2) {
301 if (label1 != label2) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
idna.py 134 label2 = ToASCII(result)
137 # label2 will already be in lower case.
138 if label.lower() != label2:
139 raise UnicodeError("IDNA does not round-trip", label, label2)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
idna.py 134 label2 = ToASCII(result)
137 # label2 will already be in lower case.
138 if label.lower() != label2:
139 raise UnicodeError("IDNA does not round-trip", label, label2)
  /external/python/cpython2/Lib/encodings/
idna.py 134 label2 = ToASCII(result)
137 # label2 will already be in lower case.
138 if label.lower() != label2:
139 raise UnicodeError("IDNA does not round-trip", label, label2)
  /external/skia/gm/
gamma.cpp 64 auto nextRect = [&](const char* label, const char* label2) {
67 if (label2) {
68 canvas->drawString(label2, 0, sz + 2 * textPaint.getFontSpacing(),
  /prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
idna.py 134 label2 = ToASCII(result)
137 # label2 will already be in lower case.
138 if label.lower() != label2:
139 raise UnicodeError("IDNA does not round-trip", label, label2)
  /prebuilts/gdb/linux-x86/lib/python2.7/encodings/
idna.py 134 label2 = ToASCII(result)
137 # label2 will already be in lower case.
138 if label.lower() != label2:
139 raise UnicodeError("IDNA does not round-trip", label, label2)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py 134 label2 = ToASCII(result)
137 # label2 will already be in lower case.
138 if label.lower() != label2:
139 raise UnicodeError("IDNA does not round-trip", label, label2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
idna.py 134 label2 = ToASCII(result)
137 # label2 will already be in lower case.
138 if label.lower() != label2:
139 raise UnicodeError("IDNA does not round-trip", label, label2)
  /external/autotest/frontend/tko/
rpc_interface_unittest_fixme.py 204 label2 = models.TestLabel.objects.create(name='testlabel2')
207 label2.tests.add(job1_test1)
408 label2 = labels[1]
411 self._check_for_get_test_labels(label2, 2)
426 label2 = labels[1]
429 self._check_for_get_test_labels(label2, 2)
558 value='label1,label2')
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arch7.s 25 label2: label

Completed in 2821 milliseconds

12 3 4 5 6 7