HomeSort by relevance Sort by last modified time
    Searched full:temp (Results 651 - 675 of 4258) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/sqlite/src/test/
vtabB.test 13 # TEMP database that is created and dropped within a transaction
36 CREATE VIRTUAL TABLE temp.echo_test1 USING echo(t1);
  /external/kernel-headers/original/asm-mips/
local.h 33 unsigned long temp; local
43 : "=&r" (result), "=&r" (temp), "=m" (l->a.counter)
47 unsigned long temp; local
57 : "=&r" (result), "=&r" (temp), "=m" (l->a.counter)
78 unsigned long temp; local
88 : "=&r" (result), "=&r" (temp), "=m" (l->a.counter)
92 unsigned long temp; local
102 : "=&r" (result), "=&r" (temp), "=m" (l->a.counter)
  /external/libsepol/src/
hashtab.c 201 hashtab_ptr_t cur, temp; local
209 temp = cur;
211 free(temp);
254 hashtab_ptr_t last, cur, temp; local
271 temp = cur;
274 destroy(temp->key, temp->datum, args);
275 free(temp);
  /external/qemu/distrib/sdl-1.2.15/src/audio/esd/
SDL_esdaudio.c 253 static char temp[BUFSIZ]; local
255 SDL_snprintf(temp, SDL_arraysize(temp), "/proc/%d/cmdline", getpid());
256 fp = fopen(temp, "r");
258 if ( fgets(temp, sizeof(temp)-1, fp) ) {
259 progname = SDL_strrchr(temp, '/');
261 progname = temp;
  /external/skia/tools/
test_pdfs.py 40 'files. Default is a temp directory.'))
43 'Default is a temp directory.'))
  /frameworks/rs/
rsMatrix2x2.cpp 59 float temp = m[1]; local
61 m[2] = temp;
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
reinvoke 7 is reinvoked. We create a rule to rebuild the makefile from a temp
8 file, then touch the temp file to make it newer than the makefile.";
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build.py 40 # build_temp is build/temp.<plat>
41 wanted = os.path.join(cmd.build_base, 'temp' + plat_spec)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build.py 40 # build_temp is build/temp.<plat>
41 wanted = os.path.join(cmd.build_base, 'temp' + plat_spec)
  /system/core/adb/
usb_vendors.c 250 char temp[PATH_MAX]; local
251 if (get_adb_usb_ini(temp, sizeof(temp)) == 0) {
252 FILE * f = fopen(temp, "rt");
257 while (fgets(temp, sizeof(temp), f) != NULL) {
258 if (temp[0] == '#')
261 long value = strtol(temp, NULL, 0);
  /dalvik/vm/compiler/codegen/
Ralloc.h 81 /* Mark a temp register as dead. Does not affect allocation state. */
107 /* Set up temp & preserved register pools specialized by target */
177 /* Clobber any temp associated with an sReg. Could be in either class */
180 /* Return a temp if one is available, -1 otherwise */
194 * Free all allocated temps in the temp pools. Note that this does
195 * not affect the "liveness" of a temp register, which will stay
  /dalvik/vm/compiler/codegen/mips/
Ralloc.h 85 /* Mark a temp register as dead. Does not affect allocation state. */
111 /* Set up temp & preserved register pools specialized by target */
181 /* Clobber any temp associated with an sReg. Could be in either class */
184 /* Return a temp if one is available, -1 otherwise */
198 * Free all allocated temps in the temp pools. Note that this does
199 * not affect the "liveness" of a temp register, which will stay
  /external/bluetooth/bluedroid/bta/ar/
bta_ar.c 249 UINT8 temp[8], *p; local
284 p = temp;
287 (UINT32)2, (UINT8*)temp);
305 UINT8 temp[8], *p; local
340 p = temp;
343 (UINT32)2, (UINT8*)temp);
  /external/chromium_org/components/browser_context_keyed_service/
dependency_graph.cc 31 EdgeMap::iterator temp = it; local
34 if (temp->first == node || temp->second == node)
35 edges_.erase(temp);
96 EdgeMap::iterator temp = it; local
98 edges.erase(temp);
  /external/chromium_org/third_party/skia/src/animator/
SkDrawMatrix.cpp 233 SkMatrix temp; local
234 temp.setRotate(number, 0, 0);
235 fMatrix.setScaleX(temp.getScaleX());
236 fMatrix.setScaleY(temp.getScaleY());
237 fMatrix.setSkewX(temp.getSkewX());
238 fMatrix.setSkewY(temp.getSkewY());
SkMatrixParts.cpp 179 SkMatrix temp;
180 temp.setRectToRect(source->fRect, destination->fRect,
182 fMatrix->set(temp);
248 SkMatrix temp;
249 temp.setPolyToPoly(src, dst, srcPts);
250 fMatrix->set(temp);
  /external/chromium_org/third_party/zlib/contrib/minizip/
crypt.h 37 unsigned temp; /* POTENTIAL BUG: temp*(temp^1) may overflow in an local
41 temp = ((unsigned)(*(pkeys+2)) & 0xffff) | 2;
42 return (int)(((temp * (temp ^ 1)) >> 8) & 0xff);
  /external/marisa-trie/lib/marisa/
tail.cc 47 Tail temp; local
48 temp.buf_.map(mapper);
49 temp.swap(this);
74 Tail temp; local
75 temp.buf_.read(reader);
76 temp.swap(this);
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
tail.cc 47 Tail temp; local
48 temp.buf_.map(mapper);
49 temp.swap(this);
74 Tail temp; local
75 temp.buf_.read(reader);
76 temp.swap(this);
  /external/skia/src/animator/
SkDrawMatrix.cpp 233 SkMatrix temp; local
234 temp.setRotate(number, 0, 0);
235 fMatrix.setScaleX(temp.getScaleX());
236 fMatrix.setScaleY(temp.getScaleY());
237 fMatrix.setSkewX(temp.getSkewX());
238 fMatrix.setSkewY(temp.getSkewY());
SkMatrixParts.cpp 179 SkMatrix temp;
180 temp.setRectToRect(source->fRect, destination->fRect,
182 fMatrix->set(temp);
248 SkMatrix temp;
249 temp.setPolyToPoly(src, dst, srcPts);
250 fMatrix->set(temp);
  /external/srec/portable/src/
ArrayListImpl.c 82 void** temp = REALLOC(impl->contents, newCapacity * sizeof(void*)); local
83 if (temp == NULL)
85 impl->contents = temp;
125 void** temp; local
129 if ((temp = REALLOC(impl->contents, newCapacity * sizeof(void*))) == NULL)
131 impl->contents = temp;
  /external/zlib/src/contrib/minizip/
crypt.h 37 unsigned temp; /* POTENTIAL BUG: temp*(temp^1) may overflow in an local
41 temp = ((unsigned)(*(pkeys+2)) & 0xffff) | 2;
42 return (int)(((temp * (temp ^ 1)) >> 8) & 0xff);
  /system/extras/tests/bionic/libc/common/
test_libgen.c 12 char temp[256], *input = _input; local
17 strcpy(temp, _input);
18 input = temp;
128 char temp[256], *input = _input; local
133 strcpy(temp, _input);
134 input = temp;
  /external/chromium_org/v8/src/arm/
lithium-arm.h 630 LOperand* temp = NULL,
634 temps_[0] = temp;
640 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
650 LDivI(LOperand* left, LOperand* right, LOperand* temp) {
653 temps_[0] = temp;
658 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
669 LOperand* temp = NULL) {
672 temps_[0] = temp;
677 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
779 LMathRound(LOperand* value, LOperand* temp) {
785 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
937 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
953 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
970 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1002 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1088 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1143 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1318 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1360 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1375 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1694 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2137 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2188 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2250 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2381 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2534 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2638 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
    [all...]

Completed in 1039 milliseconds

<<21222324252627282930>>