HomeSort by relevance Sort by last modified time
    Searched refs:tss (Results 1 - 15 of 15) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 284 struct dlthread *tss; local
287 tss = pthread_getspecific(dlerror_key);
288 err_str = tss->errstr;
293 tss->errset = 1;
916 struct dlthread *tss; local
917 tss = pthread_getspecific(dlerror_key);
918 tss->errset = 0;
933 struct dlthread *tss; local
935 tss = pthread_getspecific(dlerror_key);
936 if (!tss)
957 struct dlthread *tss; local
1175 struct dlthread *tss; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_thread.py 89 for tss in (262144, 0x100000, 0):
90 thread.stack_size(tss)
91 self.assertEqual(thread.stack_size(), tss, fail_msg % tss)
92 verbose_print("successfully set stack_size(%d)" % tss)
94 for tss in (262144, 0x100000):
95 verbose_print("trying stack_size = (%d)" % tss)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_thread.py 89 for tss in (262144, 0x100000, 0):
90 thread.stack_size(tss)
91 self.assertEqual(thread.stack_size(), tss, fail_msg % tss)
92 verbose_print("successfully set stack_size(%d)" % tss)
94 for tss in (262144, 0x100000):
95 verbose_print("trying stack_size = (%d)" % tss)
  /external/kernel-headers/original/asm-x86/
processor_32.h 293 /* This is the TSS defined by the hardware. */
336 * pads the TSS to be cacheline-aligned (size is 0x100)
501 static inline void native_load_esp0(struct tss_struct *tss, struct thread_struct *thread)
503 tss->x86_tss.esp0 = thread->esp0;
505 if (unlikely(tss->x86_tss.ss1 != thread->sysenter_cs)) {
506 tss->x86_tss.ss1 = thread->sysenter_cs;
583 static inline void load_esp0(struct tss_struct *tss, struct thread_struct *thread)
585 native_load_esp0(tss, thread);
paravirt.h 104 void (*load_esp0)(struct tss_struct *tss, struct thread_struct *t);
452 static inline void load_esp0(struct tss_struct *tss,
455 PVOP_VCALL2(pv_cpu_ops.load_esp0, tss, thread);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 97 tss = '0'
99 [thh, tmm, tss] = tm
107 tss = int(tss)
140 return yy, mm, dd, thh, tmm, tss, 0, 1, -1, tzoffset
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 97 tss = '0'
99 [thh, tmm, tss] = tm
107 tss = int(tss)
140 return yy, mm, dd, thh, tmm, tss, 0, 1, -1, tzoffset
  /external/clang/test/Analysis/
taint-tester.c 95 char tss = s[0]; // expected-warning + {{tainted}} local
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rfc822.py 902 tss = '0'
904 [thh, tmm, tss] = tm
912 tss = int(tss)
932 return (yy, mm, dd, thh, tmm, tss, 0, 1, 0, tzoffset)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rfc822.py 902 tss = '0'
904 [thh, tmm, tss] = tm
912 tss = int(tss)
932 return (yy, mm, dd, thh, tmm, tss, 0, 1, 0, tzoffset)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 336 ServiceState tss; local
337 tss = mSS;
339 mNewSS = tss;
CdmaServiceStateTracker.java 1025 ServiceState tss; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_tss.c 278 unsigned tss,
283 q->ts[q->ts_count].name = tss;
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_tss.c 278 unsigned tss,
283 q->ts[q->ts_count].name = tss;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 906 ServiceState tss = mSS; local
    [all...]

Completed in 512 milliseconds