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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
jmp64-1.asm 4 jc l3 label
jmp64-2.asm 4 jc short l3 label
jmp64-3.asm 4 jc short l3 label
jmp64-4.asm 4 jc l3 label
jmp64-5.asm 4 jc l3 label
jmp64-6.asm 5 jc short l3 label
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadUtils.java 34 public static boolean requestDownload(JobContext jc, URL url, File file) {
38 return download(jc, url, fos);
46 public static void dump(JobContext jc, InputStream is, OutputStream os)
51 jc.setCancelListener(new CancelListener() {
58 if (jc.isCancelled()) throw new InterruptedIOException();
62 jc.setCancelListener(null);
66 public static boolean download(JobContext jc, URL url, OutputStream output) {
70 dump(jc, input, output);
ImageCacheRequest.java 53 public Bitmap run(JobContext jc) {
59 if (jc.isCancelled()) return null;
65 bitmap = DecodeUtils.decodeUsingPool(jc,
68 bitmap = DecodeUtils.decodeUsingPool(jc,
71 if (bitmap == null && !jc.isCancelled()) {
79 Bitmap bitmap = onDecodeOriginal(jc, mType);
80 if (jc.isCancelled()) return null;
92 if (jc.isCancelled()) return null;
95 if (jc.isCancelled()) return null;
101 public abstract Bitmap onDecodeOriginal(JobContext jc, int targetSize)
    [all...]
DecodeUtils.java 61 public static Bitmap decode(JobContext jc, FileDescriptor fd, Options options) {
63 jc.setCancelListener(new DecodeCanceller(options));
69 public static void decodeBounds(JobContext jc, FileDescriptor fd,
73 jc.setCancelListener(new DecodeCanceller(options));
78 public static Bitmap decode(JobContext jc, byte[] bytes, Options options) {
79 return decode(jc, bytes, 0, bytes.length, options);
82 public static Bitmap decode(JobContext jc, byte[] bytes, int offset,
85 jc.setCancelListener(new DecodeCanceller(options));
91 public static void decodeBounds(JobContext jc, byte[] bytes, int offset,
95 jc.setCancelListener(new DecodeCanceller(options))
    [all...]
UriImage.java 79 private void openFileOrDownloadTempFile(JobContext jc) {
80 int state = openOrDownloadInner(jc);
93 private int openOrDownloadInner(JobContext jc) {
107 if (jc.isCancelled()) return STATE_INIT;
116 mCacheEntry = mApplication.getDownloadCache().download(jc, url);
117 if (jc.isCancelled()) return STATE_INIT;
137 private boolean prepareInputFile(JobContext jc) {
138 jc.setCancelListener(new CancelListener() {
149 if (jc.isCancelled()) return false;
167 openFileOrDownloadTempFile(jc);
    [all...]
BucketHelper.java 89 JobContext jc, ContentResolver resolver, int type) {
91 return loadBucketEntriesFromFilesTable(jc, resolver, type);
93 return loadBucketEntriesFromImagesAndVideoTable(jc, resolver, type);
97 private static void updateBucketEntriesFromTable(JobContext jc,
124 JobContext jc, ContentResolver resolver, int type) {
128 jc, resolver, Images.Media.EXTERNAL_CONTENT_URI, buckets);
132 jc, resolver, Video.Media.EXTERNAL_CONTENT_URI, buckets);
146 JobContext jc, ContentResolver resolver, int type) {
174 if (jc.isCancelled()) return null;
BytesBufferPool.java 40 public void readFrom(JobContext jc, FileDescriptor fd) throws IOException {
48 if (rc < 0 || jc.isCancelled()) return;
SnailItem.java 43 public Bitmap run(JobContext jc) {
54 public BitmapRegionDecoder run(JobContext jc) {
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/
reverse_copy.pass.cpp 44 int jc[sc] = {-1}; local
45 r = std::reverse_copy(InIter(ic), InIter(ic+sc), OutIter(jc));
46 assert(base(r) == jc+sc);
47 assert(jc[0] == 2);
48 assert(jc[1] == 1);
49 assert(jc[2] == 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/
reverse_copy.pass.cpp 44 int jc[sc] = {-1}; local
45 r = std::reverse_copy(InIter(ic), InIter(ic+sc), OutIter(jc));
46 assert(base(r) == jc+sc);
47 assert(jc[0] == 2);
48 assert(jc[1] == 1);
49 assert(jc[2] == 0);
  /external/javassist/src/main/javassist/expr/
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);
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);
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);
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);
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);
  /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);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
fft.c 276 int j, jc, jf, jj, k, k1, k2, k3, k4, kk, kt, nn, ns, nt; local
362 jc = ns / (int)nPass;
363 radf = pi2 * (double) jc;
450 } while (kk < jc);
477 kk += jc;
480 kk = (k1 - kspan + 1) / 2 + jc - 1;
481 } while (kk < (jc + jc));
548 kk = kk - nt + jc;
551 } while (kk < jc);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/m32r/lib/
memcpy.S 25 jc r14 || cmpeq r0, r1 ; return if r2=0
26 jc r14 ; return if r0=r1
38 addi r4, #4 || jc r14 ; return if r2=0
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
fft.c 276 int j, jc, jf, jj, k, k1, k2, k3, k4, kk, kt, nn, ns, nt; local
366 jc = ns / (int)nPass;
367 radf = pi2 * (double) jc;
454 } while (kk < jc);
481 kk += jc;
484 kk = (k1 - kspan + 1) / 2 + jc - 1;
485 } while (kk < (jc + jc));
552 kk = kk - nt + jc;
555 } while (kk < jc);
    [all...]

Completed in 1185 milliseconds

1 2 3 4 5 6 7