Searched refs:temp (Results 26 - 50 of 1627) sorted by relevance

1234567891011>>

/external/chromium_org/tools/clang/rewrite_scoped_refptr/tests/
H A Dtest3-original.cc16 scoped_refptr<Foo> temp(new Foo);
17 ExpectsScopedRefptr(temp);
/external/qemu/android/utils/
H A Dtempfile.h37 extern const char* tempfile_path( TempFile* temp );
38 extern void tempfile_close( TempFile* temp );
/external/libgsm/src/
H A Dlpc.c36 word temp, smax, scalauto; local
49 temp = GSM_ABS( s[k] );
50 if (temp > smax) smax = temp;
183 register word temp; local
198 temp = gsm_norm( L_ACF[0] );
200 assert(temp >= 0 && temp < 32);
203 for (i = 0; i <= 8; i++) ACF[i] = SASR( L_ACF[i] << temp, 16 );
215 temp
257 register word temp; local
291 register word temp; local
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DPropIDUtils.cpp72 wchar_t temp[12]; local
73 ConvertUInt32ToHex(prop.ulVal, temp);
74 return temp;
95 wchar_t temp[16]; local
97 temp[0] = kPosixTypes[(a >> 12) & 0xF];
100 temp[7 - i] = MY_ATTR_CHAR(a, i + 2, L'r');
101 temp[8 - i] = MY_ATTR_CHAR(a, i + 1, L'w');
102 temp[9 - i] = MY_ATTR_CHAR(a, i + 0, L'x');
104 if ((a & 0x800) != 0) temp[3] = ((a & (1 << 6)) ? 's' : 'S');
105 if ((a & 0x400) != 0) temp[
[all...]
/external/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
H A Dclose.pass.cpp23 std::string temp = get_temp_file_name(); local
27 fs.open(temp.c_str());
32 std::remove(temp.c_str());
36 fs.open(temp.c_str());
41 std::remove(temp.c_str());
H A Drdbuf.pass.cpp23 std::string temp = get_temp_file_name(); local
25 std::ofstream fs(temp.c_str());
29 std::remove(temp.c_str());
31 std::wofstream fs(temp.c_str());
35 std::remove(temp.c_str());
H A Dopen_pointer.pass.cpp23 std::string temp = get_temp_file_name(); local
30 fs.open(temp.c_str());
35 std::ifstream fs(temp.c_str());
40 std::remove(temp.c_str());
47 fs.open(temp.c_str());
52 std::wifstream fs(temp.c_str());
57 std::remove(temp.c_str());
H A Dopen_string.pass.cpp23 std::string temp = get_temp_file_name(); local
30 fs.open(temp);
35 std::ifstream fs(temp.c_str());
40 std::remove(temp.c_str());
47 fs.open(temp);
52 std::wifstream fs(temp.c_str());
57 std::remove(temp.c_str());
/external/llvm/tools/llvm-config/
H A DMakefile49 > temp.sed
51 >> temp.sed
53 >> temp.sed
55 >> temp.sed
57 >> temp.sed
59 >> temp.sed
61 >> temp.sed
63 >> temp.sed
65 >> temp.sed
66 $(Verb) $(SED) -f temp
[all...]
/external/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/
H A Dmove_assign.pass.cpp24 std::string temp = get_temp_file_name(); local
26 std::ofstream fso(temp.c_str());
32 std::ifstream fs(temp.c_str());
37 std::remove(temp.c_str());
39 std::wofstream fso(temp.c_str());
45 std::wifstream fs(temp.c_str());
50 std::remove(temp.c_str());
/external/libcxx/test/input.output/file.streams/fstreams/ofstream.cons/
H A Dmove.pass.cpp24 std::string temp = get_temp_file_name(); local
26 std::ofstream fso(temp.c_str());
31 std::ifstream fs(temp.c_str());
36 std::remove(temp.c_str());
38 std::wofstream fso(temp.c_str());
43 std::wifstream fs(temp.c_str());
48 std::remove(temp.c_str());
/external/qemu/android/avd/
H A Dutil.c47 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); local
69 (void) bufprint_app_dir(temp, end);
70 sdkPath = path_parent(temp, 1);
89 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); local
91 p = bufprint_config_path(temp, end);
96 if (!path_exists(temp)) {
106 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); local
118 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); local
252 char temp[MAX_PATH], *p = temp, *end = p + sizeof(temp); local
267 char temp[MAX_PATH], *p = temp, *end = p + sizeof(temp); local
302 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); local
[all...]
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael-alg-fst.c154 #define temp xtemp.x8 macro
158 *((word32*)temp[0]) = *((word32*)(a )) ^ *((word32*)rk[0][0]);
159 *((word32*)temp[1]) = *((word32*)(a+ 4)) ^ *((word32*)rk[0][1]);
160 *((word32*)temp[2]) = *((word32*)(a+ 8)) ^ *((word32*)rk[0][2]);
161 *((word32*)temp[3]) = *((word32*)(a+12)) ^ *((word32*)rk[0][3]);
162 *((word32*)(b )) = *((const word32*)T1[temp[0][0]])
163 ^ *((const word32*)T2[temp[1][1]])
164 ^ *((const word32*)T3[temp[2][2]])
165 ^ *((const word32*)T4[temp[3][3]]);
166 *((word32*)(b + 4)) = *((const word32*)T1[temp[
232 #undef temp macro
242 word8 temp[4][4]; local
319 #define temp macro
397 #undef temp macro
411 word8 temp[4], shift; local
[all...]
/external/chromium_org/mojo/nacl/
H A Dmojo_syscall_internal.h40 uintptr_t temp = NaClUserToSysAddrRange(nap, user_ptr, sizeof(T)); local
41 if (temp != kNaClBadAddress) {
42 *value = *reinterpret_cast<T volatile*>(temp);
54 uintptr_t temp = NaClUserToSysAddrRange(nap, user_ptr, sizeof(T)); local
55 if (temp != kNaClBadAddress) {
56 *sys_ptr = reinterpret_cast<T volatile*>(temp);
71 uintptr_t temp = NaClUserToSysAddrRange(nap, user_ptr, sizeof(T)); local
72 if (temp != kNaClBadAddress) {
73 T volatile* converted = reinterpret_cast<T volatile*>(temp);
96 uintptr_t temp local
116 uintptr_t temp = NaClUserToSysAddrRange(nap, user_ptr, length); local
136 uintptr_t temp = NaClUserToSysAddrRange(nap, user_ptr, sizeof(T)); local
[all...]
/external/guava/guava-testlib/src/com/google/common/testing/
H A DClusterException.java70 ArrayList<Throwable> temp = new ArrayList<Throwable>();
71 temp.addAll(exceptions);
72 this.exceptions = Collections.unmodifiableCollection(temp);
79 ArrayList<Throwable> temp = new ArrayList<Throwable>();
81 temp.add(exception);
83 return create(temp);
113 Throwable temp = exceptions.iterator().next();
114 if (temp instanceof RuntimeException) {
115 return (RuntimeException)temp;
117 return new RuntimeException(temp);
[all...]
/external/chromium_org/extensions/common/permissions/
H A Dusb_device_permission_data.cc68 int temp; local
69 if (!dict_value->GetInteger(kVendorIdKey, &temp))
71 if (temp < 0 || temp > kuint16max)
73 vendor_id_ = temp;
75 if (!dict_value->GetInteger(kProductIdKey, &temp))
77 if (temp < 0 || temp > kuint16max)
79 product_id_ = temp;
81 if (!dict_value->GetInteger(kInterfaceIdKey, &temp))
[all...]
/external/chromium_org/third_party/opus/src/silk/float/
H A Dsolve_LS_FLP.c120 silk_float temp; local
125 temp = 0;
127 temp += ptr1[ j * M ] * x[ j ];
129 temp = b[ i ] - temp;
130 x[ i ] = temp;
142 silk_float temp; local
147 temp = 0;
149 temp += ptr1[ j ] * x[ j ];
151 temp
165 double temp, diag_min_value; local
[all...]
/external/chromium_org/tools/metrics/common/
H A Ddiff_util.py37 temp = NamedTemporaryFile(suffix='.html', delete=False)
39 temp.write(html_diff)
40 temp.close() # Close the file so the browser process can access it.
41 webbrowser.open('file://' + temp.name)
45 temp.close() # May be called on already closed file.
46 os.remove(temp.name)
/external/emma/ant/ant15/com/vladium/emma/ant/
H A DIANTVersion.java38 boolean temp = true;
47 temp = false;
51 temp = false;
55 temp = false;
60 temp = false;
63 _ANT_1_5_PLUS = temp;
/external/libopus/silk/float/
H A Dsolve_LS_FLP.c120 silk_float temp; local
125 temp = 0;
127 temp += ptr1[ j * M ] * x[ j ];
129 temp = b[ i ] - temp;
130 x[ i ] = temp;
142 silk_float temp; local
147 temp = 0;
149 temp += ptr1[ j ] * x[ j ];
151 temp
165 double temp, diag_min_value; local
[all...]
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dkernel_compat.h73 uint32_t temp; local
74 get_random_bytes(&temp, sizeof(temp));
75 return temp % (RAND_MAX+1);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
H A DMath.java6 long temp = b;
8 a = temp;
15 int temp = b;
17 a = temp;
/external/qemu/android/
H A Dhw-lcd.c19 char temp[8]; local
42 snprintf(temp, sizeof temp, "%d", density);
43 boot_property_add("qemu.sf.lcd_density", temp);
/external/srtp/crypto/include/
H A Dkernel_compat.h73 uint32_t temp; local
74 get_random_bytes(&temp, sizeof(temp));
75 return temp % (RAND_MAX+1);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dwindow32_w32.c34 int32_t temp; local
49 temp = WEBRTC_SPL_LSHIFT_W32((int32_t)x_hi, 16);
50 x_low = (int16_t) WEBRTC_SPL_RSHIFT_W32((x[i] - temp), 1);
52 temp = WEBRTC_SPL_LSHIFT_W32((int32_t)y_hi, 16);
53 y_low = (int16_t) WEBRTC_SPL_RSHIFT_W32((y[i] - temp), 1);
56 temp = WEBRTC_SPL_LSHIFT_W32(WEBRTC_SPL_MUL_16_16(x_hi, y_hi), 1);
57 temp = (temp + (WEBRTC_SPL_MUL_16_16_RSFT(x_hi, y_low, 14)));
59 z[i] = (temp + (WEBRTC_SPL_MUL_16_16_RSFT(x_low, y_hi, 14)));

Completed in 7406 milliseconds

1234567891011>>