Searched refs:temp (Results 151 - 175 of 267) sorted by relevance

1234567891011

/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DVectorDrawableTest.java138 Map<String, Object> temp = new HashMap<String, Object>();
139 temp.put("title", name);
140 temp.put("intent", intent);
141 data.add(temp);
/frameworks/support/frameworks/support/samples/Support13Demos/src/main/java/com/example/android/supportv13/
H A DSupport13Demos.java136 Map<String, Object> temp = new HashMap<String, Object>();
137 temp.put("title", name);
138 temp.put("intent", intent);
139 data.add(temp);
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/
H A DSupport4Demos.java136 Map<String, Object> temp = new HashMap<String, Object>();
137 temp.put("title", name);
138 temp.put("intent", intent);
139 data.add(temp);
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/
H A DSupport7Demos.java137 Map<String, Object> temp = new HashMap<String, Object>();
138 temp.put("title", name);
139 temp.put("intent", intent);
140 data.add(temp);
/frameworks/support/frameworks/support/samples/SupportAnimationDemos/src/main/java/com/example/android/support/animation/
H A DBrowseActivity.java137 Map<String, Object> temp = new HashMap<String, Object>();
138 temp.put("title", name);
139 temp.put("intent", intent);
140 data.add(temp);
/frameworks/support/frameworks/support/samples/SupportDesignDemos/src/main/java/com/example/android/support/design/
H A DSupportDesignDemos.java137 Map<String, Object> temp = new HashMap<String, Object>();
138 temp.put("title", name);
139 temp.put("intent", intent);
140 data.add(temp);
/frameworks/support/frameworks/support/samples/SupportPercentDemos/src/main/java/com/example/android/support/percent/
H A DSupportPercentDemos.java137 Map<String, Object> temp = new HashMap<String, Object>();
138 temp.put("title", name);
139 temp.put("intent", intent);
140 data.add(temp);
/frameworks/support/frameworks/support/samples/SupportVectorDrawableDemos/src/main/java/com/example/android/support/vectordrawable/app/
H A DSupportVectorDrawableDemos.java141 Map<String, Object> temp = new HashMap<String, Object>();
142 temp.put("title", name);
143 temp.put("intent", intent);
144 data.add(temp);
/frameworks/support/frameworks/support/samples/ViewPager2Demos/src/main/java/com/example/androidx/viewpager2/
H A DBrowseActivity.java139 Map<String, Object> temp = new HashMap<>();
140 temp.put("title", name);
141 temp.put("intent", intent);
142 data.add(temp);
/frameworks/support/samples/Support13Demos/src/main/java/com/example/android/supportv13/
H A DSupport13Demos.java136 Map<String, Object> temp = new HashMap<String, Object>();
137 temp.put("title", name);
138 temp.put("intent", intent);
139 data.add(temp);
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/
H A DSupport4Demos.java136 Map<String, Object> temp = new HashMap<String, Object>();
137 temp.put("title", name);
138 temp.put("intent", intent);
139 data.add(temp);
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/
H A DSupport7Demos.java137 Map<String, Object> temp = new HashMap<String, Object>();
138 temp.put("title", name);
139 temp.put("intent", intent);
140 data.add(temp);
/frameworks/support/samples/SupportAnimationDemos/src/main/java/com/example/android/support/animation/
H A DBrowseActivity.java137 Map<String, Object> temp = new HashMap<String, Object>();
138 temp.put("title", name);
139 temp.put("intent", intent);
140 data.add(temp);
/frameworks/support/samples/SupportDesignDemos/src/main/java/com/example/android/support/design/
H A DSupportDesignDemos.java137 Map<String, Object> temp = new HashMap<String, Object>();
138 temp.put("title", name);
139 temp.put("intent", intent);
140 data.add(temp);
/frameworks/support/samples/SupportPercentDemos/src/main/java/com/example/android/support/percent/
H A DSupportPercentDemos.java137 Map<String, Object> temp = new HashMap<String, Object>();
138 temp.put("title", name);
139 temp.put("intent", intent);
140 data.add(temp);
/frameworks/support/samples/SupportVectorDrawableDemos/src/main/java/com/example/android/support/vectordrawable/app/
H A DSupportVectorDrawableDemos.java141 Map<String, Object> temp = new HashMap<String, Object>();
142 temp.put("title", name);
143 temp.put("intent", intent);
144 data.add(temp);
/frameworks/support/samples/ViewPager2Demos/src/main/java/com/example/androidx/viewpager2/
H A DBrowseActivity.java139 Map<String, Object> temp = new HashMap<>();
140 temp.put("title", name);
141 temp.put("intent", intent);
142 data.add(temp);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddct.cpp1213 Int temp = 0; local
1220 temp += (*cur++ - *pred++);
1221 temp += (*cur++ - *pred++);
1222 temp += (*cur++ - *pred++);
1223 temp += (*cur++ - *pred++);
1224 temp += (*cur++ - *pred++);
1225 temp += (*cur++ - *pred++);
1226 temp += (*cur++ - *pred++);
1227 temp += (*cur++ - *pred++);
1234 out[0] = temp >>
1250 Int temp = 0; local
[all...]
/frameworks/av/media/libaudioprocessing/
H A DAudioMixer.cpp911 // we keep temp arrays around.
965 int32_t* out, size_t outFrameCount, int32_t* temp, int32_t* aux)
970 // ramp gain - resample to temp buffer and scale/mix in 2nd step
975 memset(temp, 0, outFrameCount * mMixerChannelCount * sizeof(int32_t));
976 mResampler->resample(temp, outFrameCount, bufferProvider);
978 volumeRampStereo(out, outFrameCount, temp, aux);
980 volumeStereo(out, outFrameCount, temp, aux);
985 memset(temp, 0, outFrameCount * MAX_NUM_CHANNELS * sizeof(int32_t));
986 mResampler->resample(temp, outFrameCount, bufferProvider);
987 volumeRampStereo(out, outFrameCount, temp, au
964 track__genericResample( int32_t* out, size_t outFrameCount, int32_t* temp, int32_t* aux) argument
1003 volumeRampStereo( int32_t* out, size_t frameCount, int32_t* temp, int32_t* aux) argument
1046 volumeStereo( int32_t* out, size_t frameCount, int32_t* temp, int32_t* aux) argument
1716 track__Resample(TO* out, size_t outFrameCount, TO* temp, TA* aux) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp258 unsigned temp; local
415 if (line[0] == 'S' && sscanf(line, "Size: %d kB", &temp) == 1) {
416 /* size = temp; */
417 } else if (line[0] == 'R' && sscanf(line, "Rss: %d kB", &temp) == 1) {
418 rss = temp;
419 } else if (line[0] == 'P' && sscanf(line, "Pss: %d kB", &temp) == 1) {
420 pss = temp;
421 } else if (line[0] == 'S' && sscanf(line, "Shared_Clean: %d kB", &temp) == 1) {
422 shared_clean = temp;
423 } else if (line[0] == 'S' && sscanf(line, "Shared_Dirty: %d kB", &temp)
[all...]
/frameworks/base/libs/hwui/
H A DTexture.cpp173 GLvoid* temp = (GLvoid*)malloc(width * height * bpp); local
174 if (!temp) return;
176 uint8_t* pDst = (uint8_t*)temp;
185 glTexImage2D(GL_TEXTURE_2D, 0, internalFormat, width, height, 0, format, type, temp);
187 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height, format, type, temp);
190 free(temp);
/frameworks/base/core/java/android/text/
H A DTextUtils.java135 char[] temp = obtain(INDEX_INCREMENT);
142 getChars(s, start, segend, temp, 0);
146 if (temp[i] == ch) {
147 recycle(temp);
155 recycle(temp);
193 char[] temp = obtain(INDEX_INCREMENT);
200 getChars(s, segstart, end, temp, 0);
204 if (temp[i] == ch) {
205 recycle(temp);
213 recycle(temp);
1556 recycle(char[] temp) argument
[all...]
/frameworks/av/services/mediaresourcemanager/
H A DResourceManagerService.cpp378 MediaResource temp(MediaResource::kNonSecureCodec, 1);
379 getClientForResource_l(callingPid, &temp, &clients);
382 MediaResource temp(MediaResource::kSecureCodec, 1);
383 getClientForResource_l(callingPid, &temp, &clients);
433 Vector<sp<IResourceManagerClient>> temp; local
445 temp.push_back(infos[j].client);
449 if (temp.size() == 0) {
453 clients->appendVector(temp);
/frameworks/base/cmds/statsd/src/external/
H A DResourceThermalManagerPuller.cpp124 int32_t temp = static_cast<int>(temps[i].currentValue * 10);
125 ptr->write(temp);
/frameworks/base/data/keyboards/
H A DAndroid.mk37 # Reset temp vars.

Completed in 433 milliseconds

1234567891011