HomeSort by relevance Sort by last modified time
    Searched refs:ident (Results 101 - 125 of 818) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_threading.py 89 self.assertEqual(t.ident, None)
98 self.assertNotEqual(t.ident, 0)
99 self.assertFalse(t.ident is None)
106 # The ident still must work for the main thread and dummy threads.
107 self.assertFalse(threading.currentThread().ident is None)
109 ident.append(threading.currentThread().ident)
112 ident = []
115 self.assertFalse(ident[0] is None)
117 del threading._active[ident[0]]
    [all...]
  /external/python/cpython2/Lib/test/
test_threading.py 95 self.assertIsNone(t.ident)
104 self.assertNotEqual(t.ident, 0)
105 self.assertIsNotNone(t.ident)
112 # The ident still must work for the main thread and dummy threads.
113 self.assertIsNotNone(threading.currentThread().ident)
115 ident.append(threading.currentThread().ident)
118 ident = []
121 self.assertIsNotNone(ident[0])
123 del threading._active[ident[0]
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_threading.py 91 self.assertEqual(t.ident, None)
100 self.assertNotEqual(t.ident, 0)
101 self.assertFalse(t.ident is None)
108 # The ident still must work for the main thread and dummy threads.
109 self.assertFalse(threading.currentThread().ident is None)
111 ident.append(threading.currentThread().ident)
114 ident = []
117 self.assertFalse(ident[0] is None)
119 del threading._active[ident[0]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_threading.py 91 self.assertEqual(t.ident, None)
100 self.assertNotEqual(t.ident, 0)
101 self.assertFalse(t.ident is None)
108 # The ident still must work for the main thread and dummy threads.
109 self.assertFalse(threading.currentThread().ident is None)
111 ident.append(threading.currentThread().ident)
114 ident = []
117 self.assertFalse(ident[0] is None)
119 del threading._active[ident[0]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading.py 91 self.assertEqual(t.ident, None)
100 self.assertNotEqual(t.ident, 0)
101 self.assertFalse(t.ident is None)
108 # The ident still must work for the main thread and dummy threads.
109 self.assertFalse(threading.currentThread().ident is None)
111 ident.append(threading.currentThread().ident)
114 ident = []
117 self.assertFalse(ident[0] is None)
119 del threading._active[ident[0]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading.py 91 self.assertEqual(t.ident, None)
100 self.assertNotEqual(t.ident, 0)
101 self.assertFalse(t.ident is None)
108 # The ident still must work for the main thread and dummy threads.
109 self.assertFalse(threading.currentThread().ident is None)
111 ident.append(threading.currentThread().ident)
114 ident = []
117 self.assertFalse(ident[0] is None)
119 del threading._active[ident[0]
    [all...]
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 914 long ident = Binder.clearCallingIdentity(); local
954 long ident = Binder.clearCallingIdentity(); local
993 long ident = Binder.clearCallingIdentity(); local
1038 final long ident = Binder.clearCallingIdentity(); local
1064 long ident = Binder.clearCallingIdentity(); local
1091 long ident = Binder.clearCallingIdentity(); local
1117 long ident = Binder.clearCallingIdentity(); local
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
ordering.go 40 if ident, _ := f.Type.(*ast.Ident); ident != nil {
41 embedded := check.pkg.scope.Lookup(ident.Name)
  /prebuilts/go/linux-x86/src/go/types/
ordering.go 40 if ident, _ := f.Type.(*ast.Ident); ident != nil {
41 embedded := check.pkg.scope.Lookup(ident.Name)
  /frameworks/base/services/core/java/com/android/server/power/
PowerManagerService.java 4164 final long ident = Binder.clearCallingIdentity(); local
4180 final long ident = Binder.clearCallingIdentity(); local
4218 final long ident = Binder.clearCallingIdentity(); local
4228 final long ident = Binder.clearCallingIdentity(); local
4265 final long ident = Binder.clearCallingIdentity(); local
4283 final long ident = Binder.clearCallingIdentity(); local
4301 final long ident = Binder.clearCallingIdentity(); local
4319 final long ident = Binder.clearCallingIdentity(); local
4329 final long ident = Binder.clearCallingIdentity(); local
4339 final long ident = Binder.clearCallingIdentity(); local
4349 final long ident = Binder.clearCallingIdentity(); local
4364 final long ident = Binder.clearCallingIdentity(); local
4374 final long ident = Binder.clearCallingIdentity(); local
4384 final long ident = Binder.clearCallingIdentity(); local
4403 final long ident = Binder.clearCallingIdentity(); local
4426 final long ident = Binder.clearCallingIdentity(); local
4444 final long ident = Binder.clearCallingIdentity(); local
4463 final long ident = Binder.clearCallingIdentity(); local
4479 final long ident = Binder.clearCallingIdentity(); local
4512 final long ident = Binder.clearCallingIdentity(); local
4537 final long ident = Binder.clearCallingIdentity(); local
4562 final long ident = Binder.clearCallingIdentity(); local
4578 final long ident = Binder.clearCallingIdentity(); local
4596 final long ident = Binder.clearCallingIdentity(); local
4606 final long ident = Binder.clearCallingIdentity(); local
4618 final long ident = Binder.clearCallingIdentity(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/clipboard/
ClipboardService.java 413 final long ident = Binder.clearCallingIdentity(); local
433 Binder.restoreCallingIdentity(ident);
453 long ident = Binder.clearCallingIdentity(); local
461 Binder.restoreCallingIdentity(ident);
483 long ident = Binder.clearCallingIdentity(); local
491 Binder.restoreCallingIdentity(ident);
536 long ident = Binder.clearCallingIdentity(); local
544 Binder.restoreCallingIdentity(ident);
  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 223 long ident = Binder.clearCallingIdentity(); local
240 Binder.restoreCallingIdentity(ident);
255 long ident = Binder.clearCallingIdentity(); local
275 Binder.restoreCallingIdentity(ident);
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/aarch64-linux-android/lib/ldscripts/
aarch64elf32.xu 145 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
aarch64elf32b.xu 145 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
armelf.xr 169 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
armelf.xu 170 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
armelf_linux_eabi.xr 165 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
armelf_linux_eabi.xu 166 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
armelfb.xr 169 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
armelfb.xu 170 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
armelfb_linux_eabi.xr 165 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
armelfb_linux_eabi.xu 166 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/arm-eabi/lib/ldscripts/
armelf.xr 166 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
armelf.xu 167 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/arm-linux-androideabi/lib/ldscripts/
armelf_linux_eabi.xr 165 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }

Completed in 996 milliseconds

1 2 3 45 6 7 8 91011>>