HomeSort by relevance Sort by last modified time
    Searched defs:jc (Results 1 - 18 of 18) sorted by null

  /external/javassist/src/main/javassist/expr/
MethodCall.java 203 Javac jc = new Javac(thisClass); local
210 jc.recordParams(classname, params,
212 int retVar = jc.recordReturnType(retType, true);
214 jc.recordStaticProceed(classname, methodname);
216 jc.recordSpecialProceed(Javac.param0Name, classname,
219 jc.recordProceed(Javac.param0Name, methodname);
225 Bytecode bytecode = jc.getBytecode();
227 jc.recordLocalVariables(ca, pos);
234 jc.compileStmnt(statement);
Cast.java 95 Javac jc = new Javac(thisClass); local
105 jc.recordParams(javaLangObject, params, true, paramVar,
107 int retVar = jc.recordReturnType(retType, true);
108 jc.recordProceed(new ProceedForCast(index, retType));
114 Bytecode bytecode = jc.getBytecode();
116 jc.recordLocalVariables(ca, pos);
121 jc.compileStmnt(statement);
Instanceof.java 98 Javac jc = new Javac(thisClass); local
108 jc.recordParams(javaLangObject, params, true, paramVar,
110 int retVar = jc.recordReturnType(retType, true);
111 jc.recordProceed(new ProceedForInstanceof(index));
114 jc.recordType(getType());
120 Bytecode bytecode = jc.getBytecode();
122 jc.recordLocalVariables(ca, pos);
127 jc.compileStmnt(statement);
NewArray.java 208 Javac jc = new Javac(thisClass); local
216 jc.recordParams(javaLangObject, params,
222 int retVar = jc.recordReturnType(retType, true);
223 jc.recordProceed(new ProceedForArray(retType, opcode, index, dim));
225 Bytecode bytecode = jc.getBytecode();
227 jc.recordLocalVariables(ca, pos);
232 jc.compileStmnt(statement);
NewExpr.java 182 Javac jc = new Javac(thisClass); local
189 jc.recordParams(newTypeName, params,
191 int retVar = jc.recordReturnType(newType, true);
192 jc.recordProceed(new ProceedForNew(newType, newIndex,
199 Bytecode bytecode = jc.getBytecode();
201 jc.recordLocalVariables(ca, pos);
206 jc.compileStmnt(statement);
FieldAccess.java 155 Javac jc = new Javac(thisClass); local
175 jc.recordParams(constPool.getFieldrefClassName(index), params,
184 int retVar = jc.recordReturnType(retType, included);
186 jc.recordProceed(new ProceedForRead(retType, opcode,
190 jc.recordType(fieldType);
191 jc.recordProceed(new ProceedForWrite(params[0], opcode,
195 Bytecode bytecode = jc.getBytecode();
197 jc.recordLocalVariables(ca, pos);
209 jc.compileStmnt(statement);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadUtils.java 35 public static boolean requestDownload(JobContext jc, URL url, File file) {
39 return download(jc, url, fos);
47 public static byte[] requestDownload(JobContext jc, URL url) {
51 if (!download(jc, url, baos)) {
63 public static void dump(JobContext jc, InputStream is, OutputStream os)
68 jc.setCancelListener(new CancelListener() {
74 if (jc.isCancelled()) throw new InterruptedIOException();
78 jc.setCancelListener(null);
82 public static boolean download(JobContext jc, URL url, OutputStream output) {
86 dump(jc, input, output)
    [all...]
DecodeUtils.java 51 public static Bitmap requestDecode(JobContext jc, final String filePath,
54 jc.setCancelListener(new DecodeCanceller(options));
59 public static Bitmap requestDecode(JobContext jc, FileDescriptor fd, Options options) {
61 jc.setCancelListener(new DecodeCanceller(options));
66 public static Bitmap requestDecode(JobContext jc, byte[] bytes,
68 return requestDecode(jc, bytes, 0, bytes.length, options);
71 public static Bitmap requestDecode(JobContext jc, byte[] bytes, int offset,
74 jc.setCancelListener(new DecodeCanceller(options));
79 public static Bitmap requestDecode(JobContext jc, final String filePath,
85 return requestDecode(jc, fd, options, targetSize)
    [all...]
UriImage.java 89 private void openFileOrDownloadTempFile(JobContext jc) {
90 int state = openOrDownloadInner(jc);
103 private int openOrDownloadInner(JobContext jc) {
117 if (jc.isCancelled()) return STATE_INIT;
126 mCacheEntry = mApplication.getDownloadCache().download(jc, url);
127 if (jc.isCancelled()) return STATE_INIT;
147 private boolean prepareInputFile(JobContext jc) {
148 jc.setCancelListener(new CancelListener() {
158 if (jc.isCancelled()) return false;
176 openFileOrDownloadTempFile(jc);
    [all...]
DownloadCache.java 141 public Entry download(JobContext jc, URL url) {
175 return proxy.get(jc);
344 public File run(JobContext jc) {
346 jc.setMode(ThreadPool.MODE_NETWORK);
352 jc.setMode(ThreadPool.MODE_NETWORK);
353 boolean downloaded = DownloadUtils.requestDownload(jc, url, tempFile);
354 jc.setMode(ThreadPool.MODE_NONE);
359 jc.setMode(ThreadPool.MODE_NONE);
377 public synchronized Entry get(JobContext jc) {
378 jc.setCancelListener(new CancelListener()
    [all...]
  /external/javassist/src/main/javassist/tools/reflect/
Metaobject.java 159 Class jc = getClassMetaobject().getJavaClass(); local
161 return jc.getField(name).get(getObject());
179 Class jc = getClassMetaobject().getJavaClass(); local
181 jc.getField(name).set(getObject(), value);
ClassMetaobject.java 164 Class jc = getJavaClass(); local
166 return jc.getField(name).get(null);
184 Class jc = getJavaClass(); local
186 jc.getField(name).set(null, value);
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java 164 public static void fakeBusy(JobContext jc, int timeout) {
166 jc.setCancelListener(new CancelListener() {
172 jc.setCancelListener(null);
  /external/quake/quake/src/QW/client/
in_win.c 793 JOYCAPS jc; local
830 memset (&jc, 0, sizeof(jc));
831 if ((mmr = joyGetDevCaps (joy_id, &jc, sizeof(jc))) != JOYERR_NOERROR)
838 joy_numbuttons = jc.wNumButtons;
839 joy_haspov = jc.wCaps & JOYCAPS_HASPOV;
  /external/quake/quake/src/WinQuake/
in_win.cpp 800 JOYCAPS jc; local
837 memset (&jc, 0, sizeof(jc));
838 if ((mmr = joyGetDevCaps (joy_id, &jc, sizeof(jc))) != JOYERR_NOERROR)
845 joy_numbuttons = jc.wNumButtons;
846 joy_haspov = jc.wCaps & JOYCAPS_HASPOV;
  /external/valgrind/main/coregrind/
m_signals.c 392 struct mstsave* jc = &mc->jmp_context; local
393 return jc->iar;
398 struct mstsave* jc = &mc->jmp_context; local
399 return jc->gpr[1];
404 struct mstsave* jc = &mc->jmp_context; local
405 return VG_(mk_SysRes_ppc32_aix5)( jc->gpr[3], jc->gpr[4] );
410 struct mstsave* jc = &mc->jmp_context; local
411 return jc->lr;
425 struct __context64* jc = &mc->jmp_context local
431 struct __context64* jc = &mc->jmp_context; local
437 struct __context64* jc = &mc->jmp_context; local
443 struct __context64* jc = &mc->jmp_context; local
    [all...]
  /dalvik/vm/
CheckJni.cpp 581 jclass jc = va_arg(ap, jclass); local
582 Object* c = dvmDecodeIndirectRef(self(), jc);
586 StringAppendF(&msg, "%p(INVALID)", jc);
591 StringAppendF(&msg, " (%p)", jc);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CropImage.java 242 public Intent run(JobContext jc) {
257 if (jc.isCancelled()) return null;
260 if (!saveBitmapToUri(jc, cropped, uri)) return null;
263 if (jc.isCancelled()) return null;
269 if (jc.isCancelled()) return null;
272 if (!setAsWallpaper(jc, cropped)) return null;
276 if (jc.isCancelled()) return null;
278 Uri data = saveToMediaProvider(jc, cropped);
298 private boolean setAsWallpaper(JobContext jc, Bitmap wallpaper) {
308 JobContext jc, Bitmap cropped, File directory, String filename)
    [all...]

Completed in 260 milliseconds