/external/chromium_org/base/win/ |
scoped_handle.h | 91 Handle temp = handle_; local 93 if (Traits::IsHandleValid(temp)) { 94 Verifier::StopTracking(temp, this, BASE_WIN_GET_CALLER, 97 return temp;
|
/external/chromium_org/chrome/browser/local_discovery/ |
pwg_raster_converter.h | 29 // |temp_file| is the path to the temp file (owned by the converter) that
|
/external/chromium_org/chrome/installer/util/ |
logging_installer_unittest.cc | 21 base::FilePath temp_file = temp_dir.path().Append(L"temp"); 46 base::FilePath temp_file = temp_dir.path().Append(L"temp"); 68 base::FilePath temp_file = temp_dir.path().Append(L"temp"); 97 base::FilePath temp_file = temp_dir.path().Append(L"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/re2/util/ |
test.cc | 11 DEFINE_string(test_tmpdir, "/var/tmp", "temp directory");
|
/external/chromium_org/third_party/sqlite/src/test/ |
attach.test | 140 ATTACH 'test.db' as temp; 142 } {1 {database temp is already in use}} 218 DETACH Temp; 220 } {1 {cannot detach database Temp}} 224 DETACH Temp; 226 } {1 {no such database: Temp}} 246 } {0 main 1 temp} 301 } {0 main 1 temp 2 db2} 329 } {0 main 1 temp 2 db2} 659 CREATE TEMP TABLE t6(p,q,r) [all...] |
filectrl.test | 22 db eval {CREATE TEMP TABLE x(y);}
|
tkt2285.test | 45 CREATE TEMP TABLE abc(a, b, c);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
atomicops-internals-x86.h | 94 Atomic32 temp = increment; local 96 : "+r" (temp), "+m" (*ptr) 98 // temp now holds the old value of *ptr 99 return temp + increment; 104 Atomic32 temp = increment; local 106 : "+r" (temp), "+m" (*ptr) 108 // temp now holds the old value of *ptr 112 return temp + increment; 218 Atomic64 temp = increment; local 220 : "+r" (temp), "+m" (*ptr 228 Atomic64 temp = increment; local [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
atomicops-internals-x86.h | 94 Atomic32 temp = increment; local 96 : "+r" (temp), "+m" (*ptr) 98 // temp now holds the old value of *ptr 99 return temp + increment; 104 Atomic32 temp = increment; local 106 : "+r" (temp), "+m" (*ptr) 108 // temp now holds the old value of *ptr 112 return temp + increment; 218 Atomic64 temp = increment; local 220 : "+r" (temp), "+m" (*ptr 228 Atomic64 temp = increment; local [all...] |
/external/clang/test/CXX/temp/temp.param/ |
p4.cpp | 4 // C++ [temp.param]p4
|
/external/clang/test/Unit/ |
lit.cfg | 24 # Propagate the temp directory. Windows requires this because it uses \Windows\ 28 if 'TEMP' in os.environ: 29 config.environment['TEMP'] = os.environ['TEMP']
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/ |
use-after-scope-temp.cc | 26 // CHECK: #0 0x{{.*}} in main {{.*}}use-after-scope-temp.cc:[[@LINE-2]]
|
/external/icu4c/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/libselinux/src/ |
avc_sidtab.c | 135 struct sidtab_node *cur, *temp; local 143 temp = cur; 145 freecon(temp->sid_s.ctx); 146 avc_free(temp);
|
/external/libvpx/libvpx/vp8/common/x86/ |
iwalsh_mmx.asm | 40 movq mm6, mm4 ;temp al 47 movq mm5, mm0 ;temp dl 78 movq mm6, mm1 ;temp al 89 movq mm5, mm0 ;temp dl
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_variance_c.c | 186 uint16_t fdata3[65 * 64]; // Temp data buffer used in filtering 208 uint16_t fdata3[65 * 64]; // Temp data buffer used in filtering 243 uint16_t fdata3[65 * 64]; // Temp data buffer used in filtering 265 uint16_t fdata3[65 * 64]; // Temp data buffer used in filtering 300 uint16_t fdata3[33 * 32]; // Temp data buffer used in filtering 322 uint16_t fdata3[33 * 32]; // Temp data buffer used in filtering 357 uint16_t fdata3[33 * 32]; // Temp data buffer used in filtering 379 uint16_t fdata3[33 * 32]; // Temp data buffer used in filtering 580 uint16_t fdata3[5 * 4]; // Temp data buffer used in filtering 606 uint16_t fdata3[5 * 4]; // Temp data buffer used in filterin [all...] |
/external/llvm/test/Unit/ |
lit.cfg | 24 # Propagate the temp directory. Windows requires this because it uses \Windows\ 28 if 'TEMP' in os.environ: 29 config.environment['TEMP'] = os.environ['TEMP']
|
/external/llvm/utils/lit/ |
TODO | 1 - Move temp directory name into local test config.
|
/external/lzma/C/Util/7z/ |
7zMain.c | 189 char temp[32];
local 193 temp[pos++] = (char)('0' + (unsigned)(value % 10));
198 *s++ = temp[--pos];
205 char temp[16];
local 208 temp[pos++] = (char)('0' + (value % 10));
213 *s++ = temp[--pos];
292 UInt16 *temp = NULL;
local 373 SzFree(NULL, temp);
375 temp = (UInt16 *)SzAlloc(NULL, tempSize * sizeof(temp[0])); [all...] |
/external/regex-re2/util/ |
test.cc | 9 DEFINE_string(test_tmpdir, "/var/tmp", "temp directory");
|