/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/google/cuttlefish_common/tools/play_audio/ |
D | README.md | 20 Use ssh port forwarding to forward `7444` from a running instance. Then run the 27 If you are running multiple virtual devices on a host, you must pass the
|
/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/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/ |
D | pcm.c | 240 int running:1; member 494 if (!pcm->running) { in pcm_write() 500 pcm->running = 1; in pcm_write() 505 pcm->running = 0; in pcm_write() 533 if (!pcm->running) { in pcm_read() 541 pcm->running = 0; in pcm_read() 831 pcm->running = 0; in pcm_close() 1032 pcm->running = 1; in pcm_start() 1042 pcm->running = 0; in pcm_stop() 1214 if (!pcm->running && in pcm_mmap_transfer() [all …]
|
/device/generic/goldfish/ |
D | ueventd.ranchu.rc | 1 # These settings are specific to running under the Android emulator
|
D | ueventd.goldfish.rc | 1 # These settings are specific to running under the Android emulator
|
/device/linaro/bootloader/arm-trusted-firmware/docs/spd/ |
D | optee-dispatcher.rst | 4 `OP-TEE OS`_ is a Trusted OS running as Secure EL1.
|
/device/google/contexthub/contexthubhal/ |
D | system_comms.h | 316 bool chre, running, loaded; member 365 apps_[appName.id]->running = false; in clearRunning() 393 apps_[appName.id]->running = false; in addNewApp() 406 return apps_.count(appName.id) != 0 && apps_[appName.id]->running; in isAppRunning()
|
D | system_comms.cpp | 947 app->running ? "true" : "false"); in dumpAppInfo() 959 if (app->running) { in dumpAppInfo() 1077 apps_[id]->running = false; in restoreApps() 1096 it->second->running = false; in eraseApps() 1206 apps_[name.id]->running = false; in readNanohubAppInfo() 1229 app->running = false; in readNanohubAppInfo() 1233 app->running = true; in readNanohubAppInfo() 1324 if (!app->running || app->flashUse == NANOHUB_MEM_SZ_UNKNOWN) in sendAppInfoToApp() 1359 !app->running && app->flashUse != NANOHUB_MEM_SZ_UNKNOWN) { in getAppsToStart()
|
/device/google/cuttlefish_vmm/ |
D | rebuild.sh | 55 echo Not 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 | 12 # IMS packages running with com.android.phone sharedUID
|
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_thread.c | 582 int running = 1; in mm_camera_cmd_thread() local 618 running = 0; in mm_camera_cmd_thread() 624 } 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/google/cuttlefish_common/tools/ |
D | create_base_image_hostlib.sh | 89 echo Not running
|
/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/bootloader/arm-trusted-firmware/docs/plat/ |
D | hikey960.rst | 163 - UEFI running in recovery mode. 164 …pt '.' is displayed on console, press hotkey 'f' in keyboard. Then Android fastboot app is running.
|
/device/linaro/hikey/installer/hikey960/ |
D | README | 46 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
|