/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
Section.java | 31 /** {@code non-null;} file that this instance is part of */ 43 * instance */ 61 * Constructs an instance. The file offset is initially unknown. 63 * @param name {@code null-ok;} the name of this instance, for annotation 65 * @param file {@code non-null;} file that this instance is part of 84 * Gets the file that this instance is part of. 93 * Gets the alignment for this instance's final output. 117 * once per instance. 120 * file where this for this instance 121 * @return {@code >= 0;} the offset that this instance should be placed a [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
OffsettedItem.java | 30 /** {@code >= -1;} the size of this instance when written, in bytes, or 63 * Constructs an instance. The offset is initially unassigned. 67 * @param writeSize {@code >= -1;} the size of this instance when written, 131 * per instance, and only if the size was unknown upon instance 183 * the section which the instance was written to. 198 * the file which the instance was written to. 214 * instance. 216 * @param addedTo {@code non-null;} the section this instance has 219 * section where this instance was place [all...] |
Section.java | 30 /** {@code non-null;} file that this instance is part of */ 42 * instance */ 60 * Constructs an instance. The file offset is initially unknown. 62 * @param name {@code null-ok;} the name of this instance, for annotation 64 * @param file {@code non-null;} file that this instance is part of 83 * Gets the file that this instance is part of. 92 * Gets the alignment for this instance's final output. 116 * once per instance. 119 * file where this for this instance 120 * @return {@code >= 0;} the offset that this instance should be placed a [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
OffsettedItem.java | 30 /** {@code >= -1;} the size of this instance when written, in bytes, or 63 * Constructs an instance. The offset is initially unassigned. 67 * @param writeSize {@code >= -1;} the size of this instance when written, 131 * per instance, and only if the size was unknown upon instance 183 * the section which the instance was written to. 198 * the file which the instance was written to. 214 * instance. 216 * @param addedTo {@code non-null;} the section this instance has 219 * section where this instance was place [all...] |
Section.java | 31 /** {@code non-null;} file that this instance is part of */ 43 * instance */ 61 * Constructs an instance. The file offset is initially unknown. 63 * @param name {@code null-ok;} the name of this instance, for annotation 65 * @param file {@code non-null;} file that this instance is part of 84 * Gets the file that this instance is part of. 93 * Gets the alignment for this instance's final output. 117 * once per instance. 120 * file where this for this instance 121 * @return {@code >= 0;} the offset that this instance should be placed a [all...] |
/dalvik/dx/src/com/android/dx/rop/type/ |
Type.java | 72 /** {@code non-null;} instance representing {@code boolean} */ 75 /** {@code non-null;} instance representing {@code byte} */ 78 /** {@code non-null;} instance representing {@code char} */ 81 /** {@code non-null;} instance representing {@code double} */ 84 /** {@code non-null;} instance representing {@code float} */ 87 /** {@code non-null;} instance representing {@code int} */ 90 /** {@code non-null;} instance representing {@code long} */ 93 /** {@code non-null;} instance representing {@code short} */ 96 /** {@code non-null;} instance representing {@code void} */ 99 /** {@code non-null;} instance representing a known-{@code null} * [all...] |
/external/dexmaker/src/dx/java/com/android/dx/rop/type/ |
Type.java | 73 /** {@code non-null;} instance representing {@code boolean} */ 76 /** {@code non-null;} instance representing {@code byte} */ 79 /** {@code non-null;} instance representing {@code char} */ 82 /** {@code non-null;} instance representing {@code double} */ 85 /** {@code non-null;} instance representing {@code float} */ 88 /** {@code non-null;} instance representing {@code int} */ 91 /** {@code non-null;} instance representing {@code long} */ 94 /** {@code non-null;} instance representing {@code short} */ 97 /** {@code non-null;} instance representing {@code void} */ 100 /** {@code non-null;} instance representing a known-{@code null} * [all...] |
/external/chromium_org/ppapi/thunk/ |
enter.cc | 50 EnterBase::EnterBase(PP_Instance instance, SingletonResourceID resource_id) 51 : resource_(GetSingletonResource(instance, resource_id)), 64 EnterBase::EnterBase(PP_Instance instance, SingletonResourceID resource_id, 66 : resource_(GetSingletonResource(instance, resource_id)), 123 Resource* EnterBase::GetSingletonResource(PP_Instance instance, 126 PpapiGlobals::Get()->GetInstanceAPI(instance); 130 return ppb_instance->GetSingletonResource(instance, resource_id); 245 // emit a log message. But we also want to check for instance errors. If there 269 "0x%X is not a valid instance ID.", 278 EnterInstance::EnterInstance(PP_Instance instance) [all...] |
/developers/samples/android/common/src/java/com/example/android/common/util/ |
Pools.java | 53 * MyPooledClass instance = sPool.acquire(); 54 * return (instance != null) ? instance : new MyPooledClass(); 79 * @return An instance from the pool if available, null otherwise. 84 * Releases an instance to the pool. This marks the object as reusable 88 * @param instance The instance to release. 89 * @return True if the instance was put in the pool. 90 * @throws IllegalStateException If the instance is already in the pool. 92 public boolean release(T instance); 135 T instance = (T) mPool[lastPooledIndex]; local [all...] |
/art/test/069-field-type/ |
info.txt | 2 inappropriate object type in an instance field. By compiling two
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
CatchBuilder.java | 28 * Builds and returns the catch table for this instance. 35 * Gets whether this instance has any catches at all (either typed 38 * @return whether this instance has any catches at all 43 * Gets the set of catch types associated with this instance.
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstInterfaceMethodRef.java | 26 * instance, if calculated 31 * Constructs an instance. 49 * this instance. 51 * @return {@code non-null;} an appropriate instance
|
/dalvik/dx/src/com/android/dx/dex/code/ |
CatchBuilder.java | 27 * Builds and returns the catch table for this instance. 34 * Gets whether this instance has any catches at all (either typed 37 * @return whether this instance has any catches at all 42 * Gets the set of catch types associated with this instance.
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstInterfaceMethodRef.java | 26 * instance, if calculated 31 * Constructs an instance. 49 * this instance. 51 * @return {@code non-null;} an appropriate instance
|
/dalvik/dx/tests/035-dex-instance-var/ |
info.txt | 4 just an instance variable.
|
/dalvik/dx/tests/038-dex-instance-method/ |
info.txt | 4 just an instance method.
|
/dalvik/dx/tests/041-dex-abstract-method/ |
info.txt | 4 just an abstract instance method.
|
/dalvik/dx/tests/049-dex-instanceof/ |
expected.txt | 5 0002: instance-of v1, v1, Blort
|
/dalvik/dx/tests/053-dex-instance-var-access/ |
info.txt | 2 instance variable access works.
|
/dalvik/dx/tests/058-dex-call-direct/ |
info.txt | 2 a couple cases of direct instance method invocation work properly.
|
/developers/build/prebuilts/gradle/BasicMediaDecoder/ |
README.md | 18 2. Initialise a MediaExtractor instance with `new MediaExtractor()` and a TimeAnimator instance with 20 3. To start video playback, call `setDataSource(this, videoUri, null)` on your MediaExtractor instance, 22 4. On your MediaExtractor instance, call `getTrackCount()` to know how many tracks you have in your streams. 26 on your MediaExtractor instance, where `i` is the index of your selected track. 28 on your MediaExtractor instance. 29 6. Create a MediaCodec instance by calling `MediaCodec.createDecoderByType(mimeType)`. 30 7. Configure your MediaCodec instance with `configure(trackFormat, textureView, null, 0)`, 31 where `trackFormat` is obtained by calling `getTrackFormat(i)` on your MediaExtractor instance. 32 8. Set a TimeListener on your TimeAnimation instance, and override its `onTimeUpdate(final TimeAnimator animation [all...] |
/developers/samples/android/media/BasicMediaDecoder/ |
template-params.xml | 70 2. Initialise a MediaExtractor instance with `new MediaExtractor()` and a TimeAnimator instance with 72 3. To start video playback, call `setDataSource(this, videoUri, null)` on your MediaExtractor instance, 74 4. On your MediaExtractor instance, call `getTrackCount()` to know how many tracks you have in your streams. 78 on your MediaExtractor instance, where `i` is the index of your selected track. 80 on your MediaExtractor instance. 81 6. Create a MediaCodec instance by calling `MediaCodec.createDecoderByType(mimeType)`. 82 7. Configure your MediaCodec instance with `configure(trackFormat, textureView, null, 0)`, 83 where `trackFormat` is obtained by calling `getTrackFormat(i)` on your MediaExtractor instance. 84 8. Set a TimeListener on your TimeAnimation instance, and override its `onTimeUpdate(final TimeAnimator animation [all...] |
/device/generic/goldfish/camera/ |
EmulatedQemuCamera.h | 34 /* Constructs EmulatedQemuCamera instance. */ 37 /* Destructs EmulatedQemuCamera instance. */ 45 /* Initializes EmulatedQemuCamera instance. */ 55 /* Gets emulated camera device ised by this instance of the emulated camera.
|
/external/chromium-trace/trace-viewer/src/cc/ |
layer_viewer_test.js | 18 var instance = p.objects.getAllInstancesNamed('cc::LayerTreeHostImpl')[0]; 19 var lthi = instance.snapshots[0]; 34 var instance = p.objects.getAllInstancesNamed('cc::LayerTreeHostImpl')[0]; 35 var lthi = instance.snapshots[0];
|
picture_ops_list_view_test.js | 22 var instance = p.objects.getAllInstancesNamed('cc::Picture')[0]; 23 var snapshot = instance.snapshots[0]; 36 var instance = p.objects.getAllInstancesNamed('cc::Picture')[0]; 37 var snapshot = instance.snapshots[0];
|