/frameworks/wilhelm/src/ |
devices.c | 234 SLmilliHertz *temp = (SLmilliHertz *) malloc(sizeof(SLmilliHertz) * 236 assert(NULL != temp); 237 memcpy(temp, pDescriptor->pSampleRatesSupported, sizeof(SLmilliHertz) * 239 pDescriptor->pSampleRatesSupported = temp;
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/ |
data_builder.h | 109 struct inv_single_sensor_t temp; member in struct:inv_sensor_cal_t 181 inv_error_t inv_build_temp(const long temp, inv_time_t timestamp); 194 void inv_get_gyro_bias(long *bias, long *temp); 195 void inv_get_accel_bias(long *bias, long *temp);
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
data_builder.h | 129 struct inv_single_sensor_t temp; member in struct:inv_sensor_cal_t 235 inv_error_t inv_build_temp(const long temp, inv_time_t timestamp); 263 void inv_get_mpl_gyro_bias(long *bias, long *temp); 266 void inv_get_accel_bias(long *bias, long *temp);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/ |
__init__.py | 118 temp = [] 121 temp.append('%s=%r' % (name, value)) 122 temp.sort() 123 return 'Namespace(%s)' % str.join(', ', temp)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
sortperf.py | 20 # a temp directory. If the file already exists, it just reads them 48 temp = result[:i] 50 temp.reverse() 51 result.extend(temp) 52 del temp
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/ |
__init__.py | 118 temp = [] 121 temp.append('%s=%r' % (name, value)) 122 temp.sort() 123 return 'Namespace(%s)' % str.join(', ', temp)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
sortperf.py | 20 # a temp directory. If the file already exists, it just reads them 48 temp = result[:i] 50 temp.reverse() 51 result.extend(temp) 52 del temp
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
RangeManip.cpp | 79 Range temp; local 107 Range temp; 117 if (list[i].rangeUnion(list[j],temp)) { 119 list[i] = temp;
|
/external/oprofile/libutil++/ |
op_bfd.cpp | 252 symbols_found_t::iterator temp = it; local 253 ++temp; 254 if (temp != symbols.end() && (it->vma() == temp->vma()) && 255 (it->filepos() == temp->filepos())) { 256 if (boring_symbol(*it, *temp)) { 259 symbols.erase(temp); 271 symbols_found_t::iterator temp = it; local 272 ++temp; 273 if (temp != symbols.end() [all...] |
/external/qemu/android/utils/ |
path.c | 363 char temp[MAX_PATH]; local 366 if (len > sizeof(temp)-1) { 370 memcpy( temp, path, len ); 371 temp[len] = 0; 373 return path_mkdir_recursive(temp, len, mode); 656 char temp[PATH_MAX]; local 700 snprintf(temp, sizeof(temp), "%.*s/%s", len, p, filename); 702 if (path_exists(temp) && path_can_exec(temp)) { [all...] |
/external/valgrind/main/exp-bbv/ |
bbv_main.c | 470 struct thread_info *temp; local 474 temp=VG_(realloc)("bbv_main.c allocate_threads", 481 temp[i].last_rep_addr=0; 482 temp[i].dyn_instr=0; 483 temp[i].total_instr=0; 484 temp[i].global_rep_count=0; 485 temp[i].unique_rep_count=0; 486 temp[i].rep_count=0; 487 temp[i].fldcw_count=0; 488 temp[i].bbtrace_fd=-1 [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
SendToClient.java | 93 private String createErrorMsgF(int i, int in, int temp) { 98 bf.append("; exceptValue = " + temp);
|
/cts/tests/tests/view/src/android/view/cts/ |
ViewGroup_LayoutParamsTest.java | 46 LayoutParams temp = new ViewGroup.LayoutParams(320, 480); local 48 new ViewGroup.LayoutParams(temp);
|
/external/chromium/base/ |
platform_file.h | 165 PlatformFile temp = *value_; local 167 return temp;
|
/external/chromium_org/chrome/common/extensions/manifest_handlers/ |
app_launch_info.cc | 31 const Value* temp = NULL; local 32 if (manifest->Get(key, &temp)) { 39 if (!temp->GetAsInteger(target) || *target < 0) { 115 const Value* temp = NULL; local 119 if (extension->manifest()->Get(keys::kLaunchLocalPath, &temp)) { 131 if (!temp->GetAsString(&launch_path)) { 148 } else if (extension->manifest()->Get(keys::kLaunchWebURL, &temp)) { 150 if (!temp->GetAsString(&launch_url)) {
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
access-fannkuch.js | 35 var temp = perm[i]; perm[i] = perm[k - i]; perm[k - i] = temp;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
access-fannkuch.js | 35 var temp = perm[i]; perm[i] = perm[k - i]; perm[k - i] = temp;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
access-fannkuch.js | 35 var temp = perm[i]; perm[i] = perm[k - i]; perm[k - i] = temp;
|
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/ |
contperf.bat | 17 %PERF% Contains --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
|
span16perf.bat | 17 %PERF% SpanUTF16 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
|
span8perf.bat | 17 %PERF% SpanUTF8 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_vec4_reg_allocate.cpp | 334 dst_reg temp = dst_reg(inst->src[i]); local 339 temp.writemask = 0; 341 temp.writemask |= (1 << BRW_GET_SWZ(inst->src[i].swizzle, c)); 342 assert(temp.writemask != 0); 344 emit_scratch_read(inst, temp, spill_reg, spill_offset); 356 src_reg temp = src_reg(inst->dst); local 357 temp.swizzle = BRW_SWIZZLE_XYZW; 358 emit_scratch_write(inst, temp, spill_reg, spill_offset);
|
/external/chromium_org/v8/src/ |
smart-pointers.h | 80 T* temp = p_; local 82 return temp;
|
/external/dropbear/libtommath/ |
dep.pl | 114 my $temp = $list; 120 $list = $temp;
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ObjectArrays.java | 151 Object temp = array[i]; local 153 array[j] = temp;
|