HomeSort by relevance Sort by last modified time
    Searched refs:je (Results 1 - 25 of 274) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/llvm/test/MC/ELF/
undef2.s 5 je .Lfoo
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
timesunder.asm 0 je label
1 je label label
opt-align1.asm 0 je label1
3 je label1 label
6 je label2 label
1 je label1 label
opt-align2.asm 0 je label1
2 je label1 label
7 je label2 label
1 je label1 label
opt-align3.asm 0 je label1a
2 je label1b label
3 je label1c label
7 je label2 label
1 je label1a label
opt-immexpand.asm 2 je label3 label
5 je label4 label
opt-immnoexpand.asm 3 je label3 label
6 je label4 label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
equlocal.asm 7 je .local label
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 143 self.je = JetEdit(self, "JETOPEN_CTRLS", self)
145 self.je.ctrls[JetDefs.F_JLIST].AppendItems(fileList)
147 self.je.ctrls[JetDefs.F_JFILE].SetValue(fileList[0])
159 sValue = self.je.ctrls[JetDefs.F_JLIST].GetString(self.je.ctrls[JetDefs.F_JLIST].GetSelection())
160 self.je.ctrls[JetDefs.F_JFILE].SetValue(sValue)
164 sValue = self.je.ctrls[JetDefs.F_JLIST].GetString(self.je.ctrls[JetDefs.F_JLIST].GetSelection())
165 self.je.ctrls[JetDefs.F_JFILE].SetValue(sValue)
167 self.fileName = self.je.ctrls[JetDefs.F_JFILE].GetValue()
    [all...]
  /bionic/libc/arch-x86/string/
ssse3-strcat-atom.S 161 je L(StrncatExit16)
408 je L(StrncatExit1)
412 je L(StrncatExit2)
416 je L(StrncatExit3)
420 je L(StrncatExit4)
424 je L(StrncatExit5)
428 je L(StrncatExit6)
432 je L(StrncatExit7)
448 je L(StrncatExit9)
452 je L(StrncatExit10
    [all...]
  /art/runtime/arch/x86/
jni_entrypoints_x86.S 31 je no_native_code_found // if null, jump to return to handle
  /dalvik/vm/mterp/x86/
OP_MONITOR_EXIT.S 16 je .L${opcode}_errNullObject # go if so
25 je common_exceptionThrown # no, exception pending
OP_THROW.S 11 je common_errNullObject
OP_CONST_CLASS.S 12 je .L${opcode}_resolve
33 je common_exceptionThrown
OP_CONST_STRING.S 13 je .L${opcode}_resolve
32 je common_exceptionThrown
OP_CONST_STRING_JUMBO.S 13 je .L${opcode}_resolve
32 je common_exceptionThrown
OP_INVOKE_INTERFACE.S 20 je common_errNullObject # yes, fail
32 je common_exceptionThrown
OP_ARRAY_LENGTH.S 10 je common_errNullObject
  /external/llvm/test/MC/MachO/
relax-jumps.s 20 je L1
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
win64-dataref2.asm 12 je bar label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
x86id.asm     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elf-x86id.asm     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
unique_copy.pass.cpp 61 int je[se] = {-1}; local
62 r = std::unique_copy(InIter(ie), InIter(ie+se), OutIter(je));
63 assert(base(r) == je + 3);
64 assert(je[0] == 0);
65 assert(je[1] == 1);
66 assert(je[2] == 0);
  /external/llvm/test/MC/COFF/
weak.s 19 je LBB0_2
  /external/libffi/src/x86/
sysv.S 199 je .Lcls_retint
209 je .Lcls_retfloat
211 je .Lcls_retdouble
213 je .Lcls_retldouble
215 je .Lcls_retllong
217 je .Lcls_retstruct
277 je .Lrcls_retint
287 je .Lrcls_retfloat
289 je .Lrcls_retdouble
291 je .Lrcls_retldoubl
    [all...]

Completed in 334 milliseconds

1 2 3 4 5 6 7 8 91011