/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/metadatasynchronizer/ |
MetadataPoolImpl.java | 17 package com.android.camera.one.v2.sharedimagereader.metadatasynchronizer; 23 import com.android.camera.one.v2.camera2proxy.TotalCaptureResultProxy;
|
MetadataReleasingImageQueue.java | 17 package com.android.camera.one.v2.sharedimagereader.metadatasynchronizer; 20 import com.android.camera.one.v2.camera2proxy.ForwardingImageProxy; 21 import com.android.camera.one.v2.camera2proxy.ImageProxy;
|
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ringbuffer/ |
AvailableTicketCounter.java | 17 package com.android.camera.one.v2.sharedimagereader.ringbuffer;
|
/packages/apps/Camera2/src/com/android/camera/one/v2/stats/ |
PreviewFpsListener.java | 17 package com.android.camera.one.v2.stats; 23 import com.android.camera.one.v2.core.ResponseListener;
|
/art/test/068-classloader/src/ |
Main.java | 41 * reference to one of these; presumably the difference is that 424 di.one(); 482 di2.one();
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
MixedItemSection.java | 164 * same item to more than one instance, nor to add the same items 187 * (which may not be the one passed in). This will add the item if no 279 OffsettedItem one = items.get(i); local 280 one.addContents(file); 310 OffsettedItem one = items.get(i); local 312 int placedAt = one.place(this, outAt); 316 one); 319 outAt = placedAt + one.writeSize(); 322 "...while placing " + one); 337 for (OffsettedItem one : items) [all...] |
TypeListItem.java | 100 Type one = list.getType(i); local 101 int idx = typeIds.indexOf(one); 103 " " + Hex.u2(idx) + " // " + one.toHuman());
|
/dalvik/dx/src/com/android/dx/dex/file/ |
MixedItemSection.java | 163 * same item to more than one instance, nor to add the same items 186 * (which may not be the one passed in). This will add the item if no 278 OffsettedItem one = items.get(i); local 279 one.addContents(file); 309 OffsettedItem one = items.get(i); local 311 int placedAt = one.place(this, outAt); 315 one); 318 outAt = placedAt + one.writeSize(); 321 "...while placing " + one); 336 for (OffsettedItem one : items) [all...] |
TypeListItem.java | 99 Type one = list.getType(i); local 100 int idx = typeIds.indexOf(one); 102 " " + Hex.u2(idx) + " // " + one.toHuman());
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
MixedItemSection.java | 164 * same item to more than one instance, nor to add the same items 187 * (which may not be the one passed in). This will add the item if no 279 OffsettedItem one = items.get(i); local 280 one.addContents(file); 310 OffsettedItem one = items.get(i); local 312 int placedAt = one.place(this, outAt); 316 one); 319 outAt = placedAt + one.writeSize(); 322 "...while placing " + one); 337 for (OffsettedItem one : items) [all...] |
/external/v8/test/mjsunit/ |
stack-traces.js | 35 function one() { 44 one(); 250 testTrace("testNested", testNested, ["at one", "at two", "at three"]);
|
/art/runtime/jdwp/ |
jdwp_socket.cc | 43 * We only talk to one debugger at a time. 128 int one = 1; local 129 if (setsockopt(netState->listenSock, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(one)) < 0) { 400 * We can do one of three things: (1) send a signal and catch 469 * Other than this one case, the protocol [claims to be] stateless.
|
/art/test/093-serialization/src/ |
Main.java | 95 Boolean one; field in class:Base 100 one = true; 127 System.out.println("one=" + one + " two=" + two + " three=" + three
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_tanhl.c | 42 static const double one = 1.0; variable 124 if (jx>=0) return one/x+one; /* tanh(+-inf)=+-1 */ 125 else return one/x-one; /* tanh(NaN) = NaN */ 164 z = one - one/(lo+0.5+hi); 167 z = one - tiny; /* raise inexact flag */
|
/build/core/ |
dex_preopt_libart.mk | 95 define dex2oat-one-file
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/form/ |
Form35c.java | 142 RegisterSpec one = regs.get(i); local 143 result += one.getCategory(); 150 if (!unsignedFitsInNibble(one.getReg() + one.getCategory() - 1)) { 159 * Returns a register list which is equivalent to the given one, 179 RegisterSpec one = orig.get(i); local 180 result.set(wordAt, one); 181 if (one.getCategory() == 2) { 183 RegisterSpec.make(one.getReg() + 1, Type.VOID));
|
Form3rc.java | 67 * Add one to properly represent a list-final 136 RegisterSpec one = regs.get(i); local 137 if (one.getReg() != next) { 140 next += one.getCategory();
|
/dalvik/dexgen/src/com/android/dexgen/rop/ |
ByteCatchList.java | 107 Item one = get(i); local 108 if (one.covers(pc) && typeNotFound(one, resultArr, resultSz)) { 109 resultArr[resultSz] = one; 142 CstType one = arr[i].getExceptionClass(); local 143 if ((one == type) || (one == CstType.OBJECT)) { 200 * Returns a rop-style catches list equivalent to this one.
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
BasicBlock.java | 79 Rop one = insns.get(i).getOpcode(); local 80 if (one.getBranchingness() != Rop.BRANCH_NONE) { 255 * Returns an instance that is identical to this one, except that
|
RegisterSpecList.java | 294 * Returns an instance that is identical to this one, except that 312 RegisterSpec one = (RegisterSpec) get0(i); local 313 if (one != null) { 314 result.set0(i, one.withOffset(delta)); 326 * Returns an instance that is identical to this one, except that 346 RegisterSpec one = (RegisterSpec) get0(i); local 347 result.set0(i, one.withReg(base)); 351 base += one.getCategory();
|
RopMethod.java | 122 * Returns an instance that is identical to this one, except that 162 BasicBlock one = blocks.get(i); local 163 int label = one.getLabel(); 164 IntList successors = one.getSuccessors();
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
FixedSizeList.java | 152 Object one = arr[i]; local 153 if (one != null) { 154 newa[at] = one;
|
LabeledList.java | 51 Object one = old.get0(i); local 52 if (one != null) { 53 set0(i, one);
|
/dalvik/dx/src/com/android/dx/cf/code/ |
ByteCatchList.java | 107 Item one = get(i); local 108 if (one.covers(pc) && typeNotFound(one, resultArr, resultSz)) { 109 resultArr[resultSz] = one; 142 CstType one = arr[i].getExceptionClass(); local 143 if ((one == type) || (one == CstType.OBJECT)) { 200 * Returns a rop-style catches list equivalent to this one.
|
/dalvik/dx/src/com/android/dx/dex/code/form/ |
Form35c.java | 159 RegisterSpec one = regs.get(i); local 160 result += one.getCategory(); 167 if (!unsignedFitsInNibble(one.getReg() + one.getCategory() - 1)) { 176 * Returns a register list which is equivalent to the given one, 196 RegisterSpec one = orig.get(i); local 197 result.set(wordAt, one); 198 if (one.getCategory() == 2) { 200 RegisterSpec.make(one.getReg() + 1, Type.VOID));
|