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

1 2 3 4 5 6 7 8 9

  /external/llvm/test/MC/ELF/
undef2.s 5 je .Lfoo
  /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...]
  /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
OP_FILL_ARRAY_DATA.S 14 je common_exceptionThrown
OP_INSTANCE_OF.S 22 je .L${opcode}_store # null obj, not instance, store it
28 je .L${opcode}_resolve # not resolved, do it now
31 je .L${opcode}_trivial # yes, trivial finish
84 je common_exceptionThrown # no, handle exception
OP_MONITOR_ENTER.S 12 je common_errNullObject
OP_SHR_LONG.S 23 je 2f
alt_stub.S 16 je 1f # reload rIBASE & resume if not
bindivLit8.S 12 je common_errDivideByZero
  /external/llvm/test/MC/MachO/
relax-jumps.s 20 je L1
  /bionic/libc/arch-x86/string/
index.S 20 je L2
  /ndk/sources/cxx-stl/llvm-libc++/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 18 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...]
darwin.S 203 je .Lcls_retint
213 je .Lcls_retfloat
215 je .Lcls_retdouble
217 je .Lcls_retldouble
219 je .Lcls_retllong
221 je .Lcls_retstruct1b
223 je .Lcls_retstruct2b
225 je .Lcls_retstruct
290 je .Lrcls_retint
300 je .Lrcls_retfloa
    [all...]
freebsd.S 212 je .Lcls_retint
222 je .Lcls_retfloat
224 je .Lcls_retdouble
226 je .Lcls_retldouble
228 je .Lcls_retllong
230 je .Lcls_retstruct1b
232 je .Lcls_retstruct2b
234 je .Lcls_retstruct
300 je .Lrcls_retint
310 je .Lrcls_retfloa
    [all...]
  /frameworks/volley/src/com/android/volley/toolbox/
JsonArrayRequest.java 54 } catch (JSONException je) {
55 return Response.error(new ParseError(je));
JsonObjectRequest.java 72 } catch (JSONException je) {
73 return Response.error(new ParseError(je));
  /libcore/luni/src/main/java/java/util/jar/
JarEntry.java 119 * @param je
122 public JarEntry(JarEntry je) {
123 super(je);
124 parentJar = je.parentJar;
125 attributes = je.attributes;
126 signers = je.signers;

Completed in 293 milliseconds

1 2 3 4 5 6 7 8 9