HomeSort by relevance Sort by last modified time
    Searched refs:jv (Results 1 - 15 of 15) sorted by null

  /external/javassist/src/main/javassist/expr/
Handler.java 113 Javac jv = new Javac(thisClass); local
114 Bytecode b = jv.getBytecode();
120 int var = jv.recordVariable(type, EXCEPTION_NAME);
121 jv.recordReturnType(type, false);
123 jv.compileStmnt(src);
  /system/bt/bta/
Android.mk 80 ./jv/bta_jv_act.c \
81 ./jv/bta_jv_cfg.c \
82 ./jv/bta_jv_main.c \
83 ./jv/bta_jv_api.c
  /external/javassist/src/main/javassist/
CtBehavior.java 397 Javac jv = new Javac(cc); local
399 jv.recordProceed(delegateObj, delegateMethod);
401 Bytecode b = jv.compileBody(this, src);
698 Javac jv = new Javac(cc); local
700 int nvars = jv.recordParams(getParameterTypes(),
702 jv.recordParamNames(ca, nvars);
703 jv.recordLocalVariables(ca, 0);
704 jv.recordType(getReturnType0());
705 jv.compileStmnt(src);
706 Bytecode b = jv.getBytecode()
772 Javac jv = new Javac(b, cc); local
1013 Javac jv = new Javac(b, cc); local
1119 Javac jv = new Javac(cc); local
    [all...]
CtConstructor.java 257 Javac jv = new Javac(b, cc); local
259 jv.recordParams(getParameterTypes(), false);
260 jv.compileStmnt(src);
CtClassType.java 1463 Javac jv = new Javac(code, this); local
1586 Javac jv = new Javac(code, this); local
    [all...]
  /external/fdlibm/
k_rem_pio2.c 92 * jv index for pointing to the suitable ipio2[] for the
94 * ( 2^e0*x[0] * ipio2[jv-1]*2^(-24jv) )/8
96 * e0-3-24*jv >= 0 or (e0-3)/24 >= jv
97 * Hence jv = max(0,(e0-3)/24).
170 int jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
177 /* determine jx,jv,q0, note that 3>q0 */
179 jv = (e0-3)/24; if(jv<0) jv=0
    [all...]
  /external/v8/third_party/fdlibm/
fdlibm.cc 120 int32_t jv = (e0 - 3) / 24; local
121 if (jv < 0) jv = 0;
122 int32_t q0 = e0 - 24 * (jv + 1);
126 for (int i = 0, j = jv - jx; i <= m; i++, j++) {
197 f[jx + i] = static_cast<double>(two_over_pi[jv + i]);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
SingularValueDecompositionImpl.java 237 RealMatrix jv = new Array2DRowRealMatrix(data, false); local
238 return jv.transpose().multiply(jv);
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
Counter.java 213 final long jv = o.map.get(jj).value; local
214 if (iv != jv) return iv < jv ? -1 : 0;
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_rem_pio2.c 94 * jv index for pointing to the suitable ipio2[] for the
96 * ( 2^e0*x[0] * ipio2[jv-1]*2^(-24jv) )/8
98 * e0-3-24*jv >= 0 or (e0-3)/24 >= jv
99 * Hence jv = max(0,(e0-3)/24).
296 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
303 /* determine jx,jv,q0, note that 3>q0 */
305 jv = (e0-3)/24; if(jv<0) jv=0
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils.cc 249 JValue jv; local
250 jv.SetJ(args.at(i).j);
251 mirror::Object* val = BoxPrimitive(Primitive::GetType(shorty[i + 1]), jv);
  /art/runtime/
reflection.cc 86 jvalue jv; local
87 jv.f = value;
88 Append(jv.i);
92 jvalue jv; local
93 jv.d = value;
94 AppendWide(jv.j);
    [all...]
  /external/libvncserver/x11vnc/
tkx11vnc     [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 332 milliseconds