/dalvik/dx/src/com/android/dx/dex/file/ |
ClassDataItem.java | 58 /** {@code null-ok;} static initializer list; set in {@link #addContents} */ 62 * {@code null-ok;} encoded form, ready for writing to a file; set during 314 list.set(i, cst);
|
/dalvik/dx/src/com/android/dx/rop/code/ |
LocalVariableExtractor.java | 36 /** {@code non-null;} work set indicating blocks needing to be processed */ 111 * that the active variable set changes. 146 * the instruction causes a change to the set of 173 * and update the work set where required (that is, in cases 187 Bits.set(workSet, succ);
|
RegisterSpecList.java | 40 result.set(0, spec); 54 result.set(0, spec0); 55 result.set(1, spec1); 70 result.set(0, spec0); 71 result.set(1, spec1); 72 result.set(2, spec2); 89 result.set(0, spec0); 90 result.set(1, spec1); 91 result.set(2, spec2); 92 result.set(3, spec3) 187 public void set(int n, RegisterSpec spec) { method in class:RegisterSpecList [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
NormalSsaInsn.java | 69 newSources.set(i, i == index ? newSpec : origSources.get(i));
|
PhiInsn.java | 224 sources.set(i, o.regSpec);
|
SsaConverter.java | 299 // Bit set of registers vs block index "definition sites" 302 // Bit set of registers vs block index "phi placement sites" 311 * For each register, build a set of all basic blocks where 321 defsites[rs.getReg() - threshold].set(bi); method 346 /* Worklist set starts out with each node where reg is assigned. */ 359 phisites[reg].set(dfBlockIndex); method 372 worklist.set(dfBlockIndex);
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
IdenticalBlockCombiner.java | 96 toDelete.set(jLabel); 106 newBlocks.set(i, null); 163 newSuccessors.set(newSuccessors.indexOf(oldLabel), newLabel); 175 newBlocks.set(newBlocks.indexOfLabel(block.getLabel()), newBB);
|
/dalvik/dx/src/com/android/dx/util/ |
IntList.java | 190 public void set(int n, int value) { method in class:IntList
|
/developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/ |
CustomRestrictionsFragment.java | 34 import java.util.Set; 126 HashSet<String> set = new HashSet<String>(); local 128 set.add(value); 130 mMultiPref.setValues(set); 158 HashSet<String> set = new HashSet<String>(); local 163 set.add(value); 166 mMultiPref.setValues(set); 187 String[] selectedStrings = new String[((Set<String>)newValue).size()]; 189 for (String value : (Set<String>) newValue) {
|
/developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/java/com/example/android/common/media/ |
MediaCodecWrapper.java | 174 * @param input A ByteBuffer containing the input data for one sample. The buffer must be set 175 * up for reading, with its position set to the beginning of the sample data and its limit 176 * set to the end of the sample data. 289 out_bufferInfo.set( 341 // new set of output buffers. If the output format has changed, notify listeners.
|
/developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/java/com/example/android/common/media/ |
MediaCodecWrapper.java | 174 * @param input A ByteBuffer containing the input data for one sample. The buffer must be set 175 * up for reading, with its position set to the beginning of the sample data and its limit 176 * set to the end of the sample data. 289 out_bufferInfo.set( 341 // new set of output buffers. If the output format has changed, notify listeners.
|
/developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/common/media/ |
MediaCodecWrapper.java | 174 * @param input A ByteBuffer containing the input data for one sample. The buffer must be set 175 * up for reading, with its position set to the beginning of the sample data and its limit 176 * set to the end of the sample data. 289 out_bufferInfo.set( 341 // new set of output buffers. If the output format has changed, notify listeners.
|
/developers/samples/android/common/src/java/com/example/android/common/media/ |
MediaCodecWrapper.java | 174 * @param input A ByteBuffer containing the input data for one sample. The buffer must be set 175 * up for reading, with its position set to the beginning of the sample data and its limit 176 * set to the end of the sample data. 289 out_bufferInfo.set( 341 // new set of output buffers. If the output format has changed, notify listeners.
|
/developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/ |
CustomRestrictionsFragment.java | 34 import java.util.Set; 126 HashSet<String> set = new HashSet<String>(); local 128 set.add(value); 130 mMultiPref.setValues(set); 158 HashSet<String> set = new HashSet<String>(); local 163 set.add(value); 166 mMultiPref.setValues(set); 187 String[] selectedStrings = new String[((Set<String>)newValue).size()]; 189 for (String value : (Set<String>) newValue) {
|
/development/apps/Development/src/com/android/development/ |
PermissionDetails.java | 159 HashSet<PackageInfo> set = new HashSet<PackageInfo>(); local 167 set.add(pkg); 173 for (PackageInfo pkg : set) {
|
/development/ndk/platforms/android-3/include/linux/ |
proc_fs.h | 53 void *set; member in struct:proc_dir_entry
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
ShadowCardStack.java | 39 AnimatorSet set = new AnimatorSet(); local 40 set.playTogether(items); 41 set.setStartDelay(startDelay); 42 return set;
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
InternalSelectionView.java | 151 mTempRect.set(rectLeft, rectTop, rectRight, rectTop + rowHeight); 164 mTempRect.set(rectLeft + 2, rectTop + 2, 186 rect.set(getPaddingLeft(), 246 // set the row that is closest to the rect
|
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
RemoteControlClientCompat.java | 60 field.set(null, realValue); 129 * editor, on which you set the metadata for the RemoteControlClient instance. Once all the 130 * information has been set, use {@link #apply()} to make it the new metadata that should be 177 * @param key The identifier of a the metadata field to set. Valid values are 207 * @param key the identifier of the bitmap to set. The only valid value is 230 * @param key the identifier of a the metadata field to set. Valid values are 253 * Clears all the metadata that has been set since the MetadataEditor instance was 267 * Associates all the metadata that has been set since the MetadataEditor instance was 285 * @param startEmpty Set to false if you want the MetadataEditor to contain the metadata that
|
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
PlaybackControlHelper.java | 96 adapter.set(PlaybackControlGlue.ACTION_CUSTOM_LEFT_FIRST, mThumbsUpAction); 97 adapter.set(PlaybackControlGlue.ACTION_CUSTOM_RIGHT_FIRST, mThumbsDownAction);
|
/development/samples/USB/AdbTest/src/com/android/adb/ |
AdbDevice.java | 146 message.set(AdbMessage.A_CNXN, AdbMessage.A_VERSION, AdbMessage.MAX_PAYLOAD, "host::\0");
|
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/ |
CustomRestrictionsFragment.java | 34 import java.util.Set; 126 HashSet<String> set = new HashSet<String>(); local 128 set.add(value); 130 mMultiPref.setValues(set); 158 HashSet<String> set = new HashSet<String>(); local 163 set.add(value); 166 mMultiPref.setValues(set); 187 String[] selectedStrings = new String[((Set<String>)newValue).size()]; 189 for (String value : (Set<String>) newValue) {
|
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/ |
MediaCodecWrapper.java | 174 * @param input A ByteBuffer containing the input data for one sample. The buffer must be set 175 * up for reading, with its position set to the beginning of the sample data and its limit 176 * set to the end of the sample data. 289 out_bufferInfo.set( 341 // new set of output buffers. If the output format has changed, notify listeners.
|
/development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/ |
MediaCodecWrapper.java | 174 * @param input A ByteBuffer containing the input data for one sample. The buffer must be set 175 * up for reading, with its position set to the beginning of the sample data and its limit 176 * set to the end of the sample data. 289 out_bufferInfo.set( 341 // new set of output buffers. If the output format has changed, notify listeners.
|
/development/samples/browseable/MediaRecorder/src/com.example.android.common.media/ |
MediaCodecWrapper.java | 174 * @param input A ByteBuffer containing the input data for one sample. The buffer must be set 175 * up for reading, with its position set to the beginning of the sample data and its limit 176 * set to the end of the sample data. 289 out_bufferInfo.set( 341 // new set of output buffers. If the output format has changed, notify listeners.
|