/external/chromium_org/third_party/sqlite/src/test/ |
unordered.test | 42 {0 0 0 {SCAN TABLE t1 (~128 rows)} 0 0 0 {USE TEMP B-TREE FOR ORDER BY}} 49 0 0 0 {USE TEMP B-TREE FOR ORDER BY}} 55 {0 0 0 {SCAN TABLE t1 (~128 rows)} 0 0 0 {USE TEMP B-TREE FOR GROUP BY}}
|
/external/chromium_org/tools/gyp/tools/emacs/ |
gyp-tests.el | 18 (with-temp-buffer 25 (with-temp-buffer 58 (with-temp-file (concat filename ".fontified")
|
/external/chromium_org/v8/src/ |
splay-tree-inl.h | 125 Node* temp = root_; local 128 root_ = temp; 149 Node* temp = root_; local 152 root_ = temp; 253 Node* temp = current->left_; local 254 current->left_ = temp->right_; 255 temp->right_ = current; 256 current = temp; 269 Node* temp = current->right_; local 270 current->right_ = temp->left_ [all...] |
/external/e2fsprogs/ext2ed/ |
ext2_com.c | 53 char temp [80],buffer [80],*ptr; local 69 sprintf (temp,"cd %s",buffer+1);dispatch (temp);
|
/external/eigen/Eigen/src/PaStiXSupport/ |
PaStiXSupport.h | 479 ColSpMatrix temp; local 480 grabMatrix(matrix, temp); 481 Base::compute(temp); 491 ColSpMatrix temp; local 492 grabMatrix(matrix, temp); 493 Base::analyzePattern(temp); 503 ColSpMatrix temp; local 504 grabMatrix(matrix, temp); 505 Base::factorize(temp); 587 ColSpMatrix temp; local 598 ColSpMatrix temp; local 607 ColSpMatrix temp; local 668 ColSpMatrix temp; local 679 ColSpMatrix temp; local 688 ColSpMatrix temp; local [all...] |
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
covar.h | 16 Scalar temp; local 30 temp = r(k,k) * r(j,k); 32 r.col(k).head(j+1) -= r.col(j).head(j+1) * temp;
|
/external/icu4c/test/intltest/ |
nmfmtrt.cpp | 238 UnicodeString s, s2, temp; local 247 logln(/*value.getString(temp) +*/ " F> " + escape(s)); 252 logln(escape(s) + " P> " /*+ n.getString(temp)*/); 260 logln(/*n.getString(temp) +*/ " F> " + escape(s2)); 291 errln(/*value.getString(temp) +*/ typeOf(value, temp) + " F> " + 293 /*n.getString(temp) */ + typeOf(n, temp) + " F> " + 331 UnicodeString temp; local 349 char temp[16] local [all...] |
/external/icu4c/tools/genrb/ |
rbutil.c | 74 char temp; local 106 temp = buffer[(length-1) - j]; 108 buffer[j] = temp;
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
ImageFlipper.java | 62 ByteBuffer temp = BufferUtils.createByteBuffer(scanline); local 71 temp.rewind(); 72 temp.put(data);
|
/external/lzma/CPP/7zip/UI/Common/ |
Update.h | 23 bool Temp;
24 UString TempPrefix; // path(folder) for temp location
27 CArchivePath(): Temp(false) {};
|
/external/lzma/CPP/Windows/ |
PropVariantConversions.cpp | 30 char temp[16];
local 34 temp[pos++] = (char)('0' + value % 10);
42 *s++ = temp[--pos];
|
/external/marisa-trie/lib/marisa/ |
trie-build.cc | 73 Trie temp; local 77 temp.build_trie(keys, &terminals, progress); 92 temp.terminal_flags_.push_back(false); 96 temp.terminal_flags_.push_back(true); 100 while (node < temp.labels_.size()) { 101 temp.terminal_flags_.push_back(false); 105 temp.terminal_flags_.build(); 106 temp.terminal_flags_.clear_select0s(); 107 progress.test_total_size(temp.terminal_flags_.total_size()); 111 key_ids[pairs[i].second] = temp.node_to_key_id(pairs[i].first) [all...] |
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
trie-build.cc | 82 Trie temp; local 86 temp.build_trie(keys, &terminals, progress); 101 temp.terminal_flags_.push_back(false); 105 temp.terminal_flags_.push_back(true); 109 while (node < temp.labels_.size()) { 110 temp.terminal_flags_.push_back(false); 114 temp.terminal_flags_.build(); 115 temp.terminal_flags_.clear_select0s(); 116 progress.test_total_size(temp.terminal_flags_.total_size()); 120 key_ids[pairs[i].second] = temp.node_to_key_id(pairs[i].first) [all...] |
/external/oprofile/gui/ |
oprof_start.cpp | 572 QListViewItem * temp = *it; local 576 help_str += temp->text(0).latin1(); 578 selected_events.insert(temp); 623 uint temp = buffer_size_edit->text().toUInt(); local 624 if (temp < OP_MIN_BUF_SIZE || temp > OP_MAX_BUF_SIZE) { 627 error << "buffer size out of range: " << temp 635 config.buffer_size = temp; 637 temp = buffer_watershed_edit->text().toUInt(); 639 if (temp > config.buffer_size / 2) 642 error << "buffer watershed out of range: " << temp local [all...] |
/external/oprofile/libpp/ |
sample_container.cpp | 28 count_array_t temp(counts); 29 temp += s->counts; 30 return temp;
|
/external/skia/gm/ |
samplerstress.cpp | 112 SkRect temp; local 113 temp.set(SkIntToScalar(115), 119 path.addRoundRect(temp, SkIntToScalar(5), SkIntToScalar(5));
|
/external/skia/src/gpu/gl/ |
SkGLContextHelper.cpp | 38 const GrGLubyte* temp; local 48 SK_GL_RET(*this, temp, GetString(GR_GL_VERSION)); 49 const char* versionStr = reinterpret_cast<const char*>(temp);
|
/external/skia/src/gpu/gl/debug/ |
GrDebugGL.h | 42 GrFakeRefObj *temp = (*gFactoryFunc[type])(); local 44 fObjects.push_back(temp); 46 return temp;
|
/external/v8/src/ |
splay-tree-inl.h | 118 Node* temp = root_; local 121 root_ = temp; 142 Node* temp = root_; local 145 root_ = temp; 246 Node* temp = current->left_; local 247 current->left_ = temp->right_; 248 temp->right_ = current; 249 current = temp; 262 Node* temp = current->right_; local 263 current->right_ = temp->left_ [all...] |
/frameworks/rs/ |
rsMatrix3x3.cpp | 67 float temp; local 70 temp = get(i, j); 72 set(j, i, temp);
|
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
AKFS_AOC.c | 155 AKFLOAT temp; local 168 temp = CalcR(&v[i], &out[0]); 169 if(d < temp){ 170 d = temp; 187 temp = tempv.u.x * tempv.u.x 190 if(d < temp){ 191 d = temp; 200 temp = dv[i].u.x * cross.u.x 203 temp = fabs(temp); [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/ |
SHA1Impl.java | 81 int temp; local 93 temp = arrW[t-3] ^ arrW[t-8] ^ arrW[t-14] ^ arrW[t-16]; 94 arrW[t] = ( temp<<1 ) | ( temp>>>31 ); 99 temp = ( ( a<<5 ) | ( a>>>27 ) ) + 106 a = temp; 110 temp = ((( a<<5 ) | ( a>>>27 ))) + (b ^ c ^ d) + (e + arrW[t] + 0x6ED9EBA1) ; 115 a = temp; 119 temp = (( a<<5 ) | ( a>>>27 )) + ((b & c) | (b & d) | (c & d)) + 125 a = temp; [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
configargs.h | 2 static const char configuration_arguments[] = "/Volumes/androidtc/androidtoolchain/./src/build/../gcc/gcc-4.6/configure --prefix=/usr/local --target=arm-eabi --host=x86_64-apple-darwin --build=x86_64-apple-darwin --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/Volumes/androidtc/buildarmeabi/obj/temp-install --with-mpfr=/Volumes/androidtc/buildarmeabi/obj/temp-install --with-mpc=/Volumes/androidtc/buildarmeabi/obj/temp-install --without-ppl --without-cloog --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --with-abi=aapcs --with-gcc-version=4.6 --with-binutils-version=2.21 --with-gmp-version=4.2.4 --with-mpfr-version=2.4.1 --with-gdb-version=7.3.x --with-arch=armv5te --with-sysroot=/Volumes/androidtc/buildarmeabi/install/sysroot --with-prefix=/Volumes/androidtc/buildarmeabi/install --with-gold-version=2.21 --enable-gold --disable-gold --disable-multilib --program-transform-name='s&^&arm-eabi-&'";
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
configargs.h | 2 static const char configuration_arguments[] = "/Volumes/androidtc/androidtoolchain/./src/build/../gcc/gcc-4.6/configure --prefix=/usr/local --target=arm-linux-androideabi --host=x86_64-apple-darwin --build=x86_64-apple-darwin --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/Volumes/androidtc/build64/obj/temp-install --with-mpfr=/Volumes/androidtc/build64/obj/temp-install --with-mpc=/Volumes/androidtc/build64/obj/temp-install --without-ppl --without-cloog --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --with-gcc-version=4.6 --with-binutils-version=2.21 --with-gmp-version=4.2.4 --with-mpfr-version=2.4.1 --with-gdb-version=7.3.x --with-arch=armv5te --with-sysroot=/Volumes/androidtc/build64/install/sysroot --with-prefix=/Volumes/androidtc/build64/install --with-gold-version=2.21 --enable-gold --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default";
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
configargs.h | 2 static const char configuration_arguments[] = "/tmp/android-15472/src/build/../gcc/gcc-4.6/configure --prefix=/usr/local --target=arm-eabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/android-15472/obj/temp-install --with-mpfr=/tmp/android-15472/obj/temp-install --with-mpc=/tmp/android-15472/obj/temp-install --without-ppl --without-cloog --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --with-abi=aapcs --with-gcc-version=4.6 --with-binutils-version=2.21 --with-gmp-version=4.2.4 --with-mpfr-version=2.4.1 --with-gdb-version=7.3.x --with-arch=armv5te --with-sysroot=/tmp/android-15472/install/sysroot --with-prefix=/tmp/android-15472/install --with-gold-version=2.21 --enable-gold --disable-gold --disable-multilib --program-transform-name='s&^&arm-eabi-&'";
|