/prebuilts/misc/common/swig/include/2.0.11/typemaps/ |
swigobject.swg | 7 %typemap(in,noblock=1) SWIG_Object const & ($*ltype temp) 9 temp = %static_cast($input, $*ltype); 10 $1 = &temp;
|
/system/bt/service/common/bluetooth/util/ |
address_helper.cpp | 49 char* temp = nullptr; local 50 out_addr->address[i] = strtol(token.c_str(), &temp, 16); 51 if (*temp != '\0')
|
/system/media/audio_utils/ |
tinysndfile.c | 32 uint8_t *temp; // realloc buffer used for shrinking 16 bits to 8 bits and byte-swapping member in struct:SNDFILE_ 77 handle->temp = NULL; 369 handle->temp = NULL; 402 free(handle->temp); 431 void *temp = NULL; local 434 temp = malloc(desiredBytes); 435 actualBytes = fread(temp, sizeof(char), desiredBytes, handle->stream); 450 memcpy_to_i16_from_i32(ptr, (const int *) temp, actualFrames * handle->info.channels); 451 free(temp); 454 memcpy_to_i16_from_float(ptr, (const float *) temp, actualFrames * handle->info.channels) 480 void *temp = NULL; local 530 void *temp = NULL; local [all...] |
/external/libvpx/libvpx/vpx_dsp/x86/ |
vpx_subpixel_8t_intrin_ssse3.c | 419 __m128i temp = _mm_adds_epi16(x0, x3); local 420 temp = _mm_adds_epi16(temp, min_x2x1); 421 temp = _mm_adds_epi16(temp, max_x2x1); 423 temp = _mm_mulhrs_epi16(temp, k_256); 425 temp = _mm_packus_epi16(temp, temp); 545 __m128i temp = _mm_adds_epi16(x0, x3); local 642 __m128i temp = _mm_adds_epi16(x0, x3); local 704 __m128i temp = _mm_adds_epi16(x0, x3); local [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
qpisf_2s.c | 66 Word32 i, k, temp, min_err, distance; local 87 temp = min_err; 89 temp = vo_L_add(temp, min_err); 91 temp = vo_L_add(temp, min_err); 93 if(temp < distance) 95 distance = temp; 117 temp = min_err; 119 temp = vo_L_add(temp, min_err) 156 Word32 temp, min_err, distance; local 451 Word16 temp, *p_dico; local 498 Word16 temp, *p_dico; local [all...] |
/external/curl/tests/ |
getpart.pm | 233 open(TEMP, ">$filename"); 234 binmode(TEMP,":raw"); # cygwin fix by Kevin Roth 236 print TEMP $_; 238 close(TEMP); 248 open(TEMP, "<$filename"); 249 while(<TEMP>) { 252 close(TEMP); 265 open(TEMP, ">$file1"); 270 print TEMP $l; 271 print TEMP "\n" [all...] |
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
WriteIndicCharts.java | 103 String[] temp = (String[])table.get(UTF16.valueOf(i)); local 105 for(int k=1;k<temp.length && temp[k]!=null;k++){ 106 if(UCharacter.getExtendedName(UTF16.charAt(temp[k],0)).indexOf("unassigned")<0 || 107 temp[k].indexOf(":UNASSIGNED")<0){ 113 for(int j=0; j<temp.length;j++){ 114 if(temp[j]!=null){ 119 String str = temp[j]; 121 if(temp[j].indexOf(":FALLBACK")>=0){ 122 str = temp[j].substring(0,temp[j].indexOf(":")) 246 String[] temp = (String[])table.get(UTF16.valueOf(i)); local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
GLVertex.java | 82 GLVertex temp = new GLVertex(); local 83 transform.multiply(this, temp); 84 vertexBuffer.put(toFixed(temp.x)); 85 vertexBuffer.put(toFixed(temp.y)); 86 vertexBuffer.put(toFixed(temp.z));
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
fdjac1.h | 22 Scalar eps, temp; local 39 temp = x[j]; 40 h = eps * abs(temp); 43 x[j] = temp + h; 47 x[j] = temp;
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
UResourceBundleIterator.java | 18 * ICUResourceBundle temp; 20 * temp = iterartor.next(); 21 * int type = temp.getType(); 24 * str = temp.getString(); 27 * integer = temp.getInt();
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
UResourceBundleIterator.java | 17 * ICUResourceBundle temp; 19 * temp = iterartor.next(); 20 * int type = temp.getType(); 23 * str = temp.getString(); 26 * integer = temp.getInt();
|
/external/iproute2/lib/ |
ll_addr.c | 76 int temp; local 82 if (sscanf(arg, "%x", &temp) != 1) { 86 if (temp < 0 || temp > 255) { 90 lladdr[i] = temp;
|
/external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/ |
DumpTaskWithServerTest.xml | 19 <tempfile property="temp.dir" prefix="jacocoTest" destdir="${java.io.tmpdir}" /> 20 <mkdir dir="${temp.dir}"/> 21 <property name="exec.file" location="${temp.dir}/exec.file" /> 22 <property name="term.file" location="${temp.dir}/term.file" /> 44 <delete dir="${temp.dir}" quiet="false" failonerror="true"/>
|
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.assign/ |
member_swap.pass.cpp | 23 std::string temp = get_temp_file_name(); local 26 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in 38 std::remove(temp.c_str()); 41 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in 53 std::remove(temp.c_str());
|
move_assign.pass.cpp | 24 std::string temp = get_temp_file_name(); local 27 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in 39 std::remove(temp.c_str()); 42 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in 54 std::remove(temp.c_str());
|
nonmember_swap.pass.cpp | 25 std::string temp = get_temp_file_name(); local 28 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in 40 std::remove(temp.c_str()); 43 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in 55 std::remove(temp.c_str());
|
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.cons/ |
move.pass.cpp | 24 std::string temp = get_temp_file_name(); local 27 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in 38 std::remove(temp.c_str()); 41 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in 52 std::remove(temp.c_str());
|
/external/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/ |
move_assign.pass.cpp | 24 std::string temp = get_temp_file_name(); local 26 std::fstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out 36 std::remove(temp.c_str()); 38 std::wfstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out 48 std::remove(temp.c_str());
|
/external/libcxx/test/std/input.output/file.streams/fstreams/fstream.cons/ |
move.pass.cpp | 24 std::string temp = get_temp_file_name(); local 26 std::fstream fso(temp, std::ios_base::in | std::ios_base::out 35 std::remove(temp.c_str()); 37 std::wfstream fso(temp, std::ios_base::in | std::ios_base::out 46 std::remove(temp.c_str());
|
/external/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/ |
open_pointer.pass.cpp | 23 std::string temp = get_temp_file_name(); local 27 fs.open(temp.c_str(), std::ios_base::in | std::ios_base::out 36 std::remove(temp.c_str()); 40 fs.open(temp.c_str(), std::ios_base::in | std::ios_base::out 49 std::remove(temp.c_str());
|
open_string.pass.cpp | 23 std::string temp = get_temp_file_name(); local 27 fs.open(temp, std::ios_base::in | std::ios_base::out 36 std::remove(temp.c_str()); 40 fs.open(temp, std::ios_base::in | std::ios_base::out 49 std::remove(temp.c_str());
|
/external/skia/src/views/animated/ |
SkProgressBarView.cpp | 68 int32_t temp; local 69 if (dom.findS32(node, "max", &temp)) 70 this->setMax(temp); 71 if (dom.findS32(node, "progress", &temp)) 72 this->setProgress(temp);
|
/external/toybox/toys/pending/ |
sulogin.c | 86 char *shell = NULL, *pass = NULL, **temp = forbid; local 98 for (temp = forbid; *temp; temp++) unsetenv(*temp);
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
RawThermalZone.java | 40 // for raw zone emul temp flag is always false 44 // irrespective of what flag is set in XML, emul temp flag is false for raw thermal zone 77 //zone temp is max of all sensor temp 93 // only for polling mode apply moving average on predicted zone temp
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/ |
member_swap.pass.cpp | 23 std::string temp = get_temp_file_name(); local 26 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in 38 std::remove(temp.c_str()); 41 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in 53 std::remove(temp.c_str());
|