HomeSort by relevance Sort by last modified time
    Searched refs:temp (Results 801 - 825 of 2100) sorted by null

<<31323334353637383940>>

  /external/icu4c/test/intltest/
nptrans.cpp 96 UnicodeString temp; local
97 prohibited.toPattern(temp,TRUE);
99 for(int32_t i=0;i<temp.length();i++){
100 printf("%c", (char)temp.charAt(i));
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
MotionPath.java 81 Vector3f temp = vars.vect1; local
94 getSpline().interpolate(control.getCurrentValue(), control.getCurrentWayPoint(), temp); local
96 tmpVector.set(temp);
100 control.getSpatial().setLocalTranslation(temp);
  /external/lzma/CPP/Common/
CommandLineParser.cpp 112 UString temp = s + pos; local
113 temp = temp.Left(switchLen);
114 if (temp.CompareNoCase(switchForms[switchIndex].IDString) == 0)
  /external/oprofile/libregex/
op_regex.cpp 280 string temp = line; local
281 var_name_rule.execute(temp);
282 if (temp == line) {
297 // temp != line ==> var_name_rule succeed to substitute
298 // into temp the var_name present in line
299 string var_name = temp;
  /external/qemu/android/
cmdline-option.c 268 char temp[32]; local
269 buffer_translate_char(temp, sizeof temp, x, '-', '_');
272 if ( !strcmp( debug_tags[nn].name, temp ) ) {
framebuffer.c 200 int temp = qfbuff->width; local
202 qfbuff->height = temp;
205 temp = qfbuff->phys_width_mm;
207 qfbuff->phys_height_mm = temp;
  /external/qemu/hw/
goldfish_tty.c 125 char temp[64]; local
126 int to_write = sizeof(temp);
130 safe_memory_rw_debug(cpu_single_env, buf, (uint8_t*)temp, to_write, 0);
131 qemu_chr_write(s->cs, (const uint8_t*)temp, to_write);
  /external/qemu-pc-bios/vgabios/
Makefile 26 temp.awk.* vgabios*.orig _vgabios_* _vgabios-debug_* core vgabios*.bin vgabios*.txt $(RELEASE).bin *.bak
36 temp.awk.* vgabios.*.orig _vgabios_.*.c core *.bak .#*
  /external/skia/src/pathops/
SkPathOpsPoint.h 163 SkDVector temp = *this - a; local
164 return temp.length();
168 SkDVector temp = *this - a; local
169 return temp.lengthSquared();
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
filter_functions.c 206 double temp; local
209 temp = InOut[n]; //store input
210 InOut[n] = FilterState[j] + APSectionFactors[j]*temp;
211 FilterState[j] = -APSectionFactors[j]*InOut[n] + temp;
filterbanks.c 34 float temp; local
37 temp = FilterState[j] + APSectionFactors[j] * InOut[n];
38 FilterState[j] = -APSectionFactors[j] * temp + InOut[n];
39 InOut[n] = temp;
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
dtx_enc.cpp 675 Word16 temp; local
700 temp = ~((~(st->log_en_hist[i])) >> 2);
704 temp = st->log_en_hist[i] >> 2;
706 log_en = add(log_en, temp, pOverflow);
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
pitch_f4.c 79 Word16 max, t0, step, temp; local
134 temp = Interpol_4(&corr[t0], i);
135 if(temp > max)
137 max = temp;
  /frameworks/base/graphics/java/android/graphics/
Atlas.java 376 int temp = width; local
378 height = temp;
412 Cell temp = first; local
414 second = temp;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
AutoFixFilter.java 134 " vec4 temp = texture2D(tex_sampler_1, vec2(index, 0.5));\n" +
135 " float value = temp.g + temp.r * shift_scale;\n" +
137 " temp = texture2D(tex_sampler_2, vec2(index, 0.5));\n" +
138 " value = temp.g + temp.r * shift_scale;\n" +
208 long temp = normal_cdf[i] * precision / histDim; local
209 densityTable[i] = (int) temp;
296 long temp = (256 * 256 - 1l) * histArray[i] / pixels; local
297 histArray[i] = (int) temp;
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
Camera2Source.java 234 float temp; local
236 temp = orientation.floatValue();
238 temp = 90.0f;
240 orientationFrame.setValue(temp);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
HwTests.java 139 Map<String, Object> temp = new HashMap<String, Object>(); local
140 temp.put("title", name);
141 temp.put("intent", intent);
142 data.add(temp);
  /hardware/invensense/60xx/mlsdk/mllite/
mlBiasNoMotion.c 160 long accel[3], temp; local
190 temp = accel[0] - inv_obj->accel_lpf[0];
191 accelMag += (long long)temp *temp;
  /libcore/libdvm/src/main/java/java/lang/
ClassLoader.java 315 byte[] temp = new byte[b.remaining()];
316 b.get(temp);
317 return defineClass(name, temp, 0, temp.length, protectionDomain);
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_camera.h 106 double temp,div; local
108 temp=xs[2];
109 if(temp!=0)
111 div=1.0/temp;
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_utilities_camera.h 106 double temp,div; local
108 temp=xs[2];
109 if(temp!=0)
111 div=1.0/temp;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_camera.h 106 double temp,div; local
108 temp=xs[2];
109 if(temp!=0)
111 div=1.0/temp;
  /pdk/apps/HelloPDK/src/com/example/android/helloPDK/
MainActivity.java 138 Map<String, Object> temp = new HashMap<String, Object>(); local
139 temp.put("title", name);
140 temp.put("intent", intent);
141 data.add(temp);
  /system/core/libcutils/
properties.c 320 char temp[256]; local
321 snprintf( temp, sizeof(temp), "%s=%s", ename, value);
322 putenv(temp);
  /external/chromium_org/tools/gyp/pylib/gyp/
mac_tool.py 396 with tempfile.NamedTemporaryFile() as temp:
398 'security', 'cms', '-D', '-i', profile_path, '-o', temp.name])
399 return self._LoadPlistMaybeBinary(temp.name)
421 with tempfile.NamedTemporaryFile() as temp:
422 shutil.copy2(plist_path, temp.name)
423 subprocess.check_call(['plutil', '-convert', 'xml1', temp.name])
424 return plistlib.readPlist(temp.name)

Completed in 1025 milliseconds

<<31323334353637383940>>