HomeSort by relevance Sort by last modified time
    Searched full:temp (Results 401 - 425 of 3104) sorted by null

<<11121314151617181920>>

  /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/regex-re2/util/
test.cc 9 DEFINE_string(test_tmpdir, "/var/tmp", "temp directory");
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Array/
regress-108440.js 51 var temp = ''; variable
60 temp = (a[a.length]=a);
68 temp = prop;
69 temp = (a[a.length] = self[prop]);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
filters.c 36 uint32_t temp = 0; local
45 temp = (uint32_t)(prod >> 31);
46 if(temp == 0) {
49 scaling = 32 - WebRtcSpl_NormU32(temp);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c 263 Word16 num, temp, stat_rat, exp, denom; local
303 temp = div_s(num >> 1, denom);
304 stat_rat = add1(stat_rat, shr(temp, (8 - exp)));
422 Word16 temp; local
423 temp = (st->old_level[i] - st->bckr_est[i]);
425 if (temp < 0)
427 st->bckr_est[i] = add1(-2, add(st->bckr_est[i],vo_mult_r(alpha_down, temp)));
435 st->bckr_est[i] = add1(bckr_add, add1(st->bckr_est[i],vo_mult_r(alpha_up, temp)));
468 Word16 vad_thr, temp, noise_level; local
482 temp = (st->bckr_est[i] << exp)
766 Word16 VAD_flag, temp; local
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ToPackedGrayFilter.java 130 Frame temp = context.getFrameManager().newFrame(tempFrameFormat); local
131 mProgram.process(input, temp);
135 output.setDataFromFrame(temp);
136 temp.release();
  /frameworks/wilhelm/src/
devices.c 234 SLmilliHertz *temp = (SLmilliHertz *) malloc(sizeof(SLmilliHertz) *
236 assert(NULL != temp);
237 memcpy(temp, pDescriptor->pSampleRatesSupported, sizeof(SLmilliHertz) *
239 pDescriptor->pSampleRatesSupported = temp;
  /hardware/qcom/media/mm-video/vidc/vdec/src/
queue.c 106 Node *temp; local
112 temp = q->head;
113 element = temp->element;
124 free(temp);
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoEnc.h 34 /* FIXME : temp */
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 41 #define AT $at /* assembler temp */
57 #define t0 $12 /* temp registers (not saved across subroutine calls) */
62 #define t0 $8 /* temp registers (not saved across subroutine calls) */
83 #define t8 $24 /* two more temp registers */
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regdef.h 41 #define AT $at /* assembler temp */
57 #define t0 $12 /* temp registers (not saved across subroutine calls) */
62 #define t0 $8 /* temp registers (not saved across subroutine calls) */
83 #define t8 $24 /* two more temp registers */
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
RangeManip.cpp 79 Range temp; local
107 Range temp;
117 if (list[i].rangeUnion(list[j],temp)) {
119 list[i] = temp;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
IntArray.java 62 int temp = 0; local
68 temp <<= 8;
74 temp |= barrBarrI;
76 m_ints[iarrJ--] = temp;
81 temp = 0;
84 temp <<= 8;
90 temp |= barrBarrI;
92 m_ints[iarrJ] = temp;
192 byte[] temp = new byte[4];
201 temp[barrI++] = thisByte
    [all...]
  /external/kernel-headers/original/asm-arm/
system.h 235 unsigned long temp; \
236 (void) (&temp == &x); \
241 : "=r" (x), "=r" (temp) \
251 unsigned long temp; \
256 : "=r" (temp) \
266 unsigned long temp; \
271 : "=r" (temp) \
281 unsigned long temp; \
286 : "=r" (temp) \
296 unsigned long temp; \
    [all...]
  /external/oprofile/libutil++/
op_bfd.cpp 252 symbols_found_t::iterator temp = it; local
253 ++temp;
254 if (temp != symbols.end() && (it->vma() == temp->vma()) &&
255 (it->filepos() == temp->filepos())) {
256 if (boring_symbol(*it, *temp)) {
259 symbols.erase(temp);
271 symbols_found_t::iterator temp = it; local
272 ++temp;
273 if (temp != symbols.end()
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1ImplTest.java 205 int temp; local
220 temp = ( a << 5 ) | ( a >>> 27 );
223 temp += ( b & c ) | ( (~b) & d ) ;
225 temp += b ^ c ^ d ;
227 temp += ( b & c ) | ( b & d ) | ( c & d ) ;
229 temp += b ^ c ^ d ;
232 temp += e + bufW[s] + K[t] ;
237 a = temp;
  /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.'))
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
access-fannkuch.js 35 var temp = perm[i]; perm[i] = perm[k - i]; perm[k - i] = temp;
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
access-fannkuch.js 35 var temp = perm[i]; perm[i] = perm[k - i]; perm[k - i] = temp;
  /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.";

Completed in 409 milliseconds

<<11121314151617181920>>