/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_dummy_threading.py | 11 global running 22 running += 1 24 print running, 'tasks are running' 30 running -= 1 32 print self.name, 'is finished.', running, 'tasks are running' 42 global running 43 running = 0
|
D | test_thread.py | 33 self.running = 0 45 self.running += 1 54 self.running -= 1 55 if self.created == NUMTASKS and self.running == 0: 163 self.running = NUMTASKS 187 self.running -= 1 191 finished = self.running == 0
|
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/ |
D | ReleaseNotes.txt | 4 and DHCP protocols are not properly running the renew and lease expiration timers. 8 * Network adapters must be initialized prior to running the socket application - Static 17 * Since DHCP is not running when the sockets application is running, the last negotiated
|
/device/linaro/bootloader/edk2/EmulatorPkg/ |
D | README | 6 environment is not possible. (For example, running under an OS 24 building and running EmulatorPkg.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/ |
D | EnglishDxe.uni | 7 // It allows code running in the boot services environment to perform lexical 25 …lationSupport & PcdUnicodeCollation2Support respectively. It allows code running in the boot servi…
|
D | EnglishDxe.inf | 7 # It allows code running in the boot services environment to perform lexical
|
/device/generic/qemu/ |
D | ueventd.ranchu.rc | 1 # These settings are specific to running under the Android emulator
|
/device/generic/goldfish/ |
D | ueventd.goldfish.rc | 1 # These settings are specific to running under the Android emulator
|
D | ueventd.ranchu.rc | 1 # These settings are specific to running under the Android emulator
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | optee-dispatcher.md | 4 [OP-TEE OS] is a Trusted OS running as Secure EL1.
|
/device/generic/uml/ |
D | surfaceflinger.rc | 4 # custom surfaceflinger.rc will disable surfaceflinger from running.
|
/device/asus/fugu/ |
D | init.recovery.fugu.rc | 15 on property:init.svc.recovery=running
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | README | 11 You will find that running "antlr -gh antlr.g" will result in about
|
/device/google/marlin/sepolicy/ |
D | radio.te | 9 # IMS packages running with com.android.phone sharedUID
|
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_thread.c | 581 int running = 1; in mm_camera_cmd_thread() local 617 running = 0; in mm_camera_cmd_thread() 623 } while (running); in mm_camera_cmd_thread()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | bz2module.c | 128 int running; member 137 int running; member 1641 if (!self->running) { in BZ2Comp_compress() 1710 if (!self->running) { in BZ2Comp_flush() 1715 self->running = 0; in BZ2Comp_flush() 1803 self->running = 1; in BZ2Comp_init() 1927 if (!self->running) { in BZ2Decomp_decompress() 1955 self->running = 0; in BZ2Decomp_decompress() 2027 self->running = 1; in BZ2Decomp_init()
|
D | gc_weakref.txt | 48 CT while gc is running. 118 isn't easy to stumble into by accident while Python is running, and, indeed, 148 So, to prevent any Python code from running while gc is invoking tp_clear() 151 [That was always wrong: we can't stop Python code from running when gc 155 will run right then. What we can and must stop is running any Python 210 __del__ methods is to avoid running finalizers in an arbitrary order).
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_thread.c | 579 int running = 1; in mm_camera_cmd_thread() local 614 running = 0; in mm_camera_cmd_thread() 620 } while (running); in mm_camera_cmd_thread()
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_thread.c | 579 int running = 1; in mm_camera_cmd_thread() local 614 running = 0; in mm_camera_cmd_thread() 620 } while (running); in mm_camera_cmd_thread()
|
/device/google/taimen/ |
D | init-taimen.rc | 34 on property:init.svc.fps_hal=running && property:ro.boot.revision=rev_0
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
D | crtlicense.txt | 40 defined above, not to Python itself or any programs running on the
|
/device/linaro/hikey/installer/hikey960/ |
D | README | 34 If you have any trouble booting the device after running ./flash-all.sh
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/ |
D | GdbRun | 76 # Start the program running
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ |
D | newslist.doc | 37 configure the variables before running.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/ |
D | README | 49 system you're running on doesn't support symbolic links.
|