Home
last modified time | relevance | path

Searched refs:running (Results 1 – 25 of 106) sorted by relevance

12345

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_dummy_threading.py11 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
Dtest_thread.py33 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/
DReleaseNotes.txt4 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/
DREADME.md20 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/
DREADME6 environment is not possible. (For example, running under an OS
24 building and running EmulatorPkg.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/
DEnglishDxe.uni7 // It allows code running in the boot services environment to perform lexical
25 …lationSupport & PcdUnicodeCollation2Support respectively. It allows code running in the boot servi…
DEnglishDxe.inf7 # It allows code running in the boot services environment to perform lexical
/device/generic/qemu/
Dueventd.ranchu.rc1 # These settings are specific to running under the Android emulator
/device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/
Dpcm.c240 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/
Dueventd.ranchu.rc1 # These settings are specific to running under the Android emulator
Dueventd.goldfish.rc1 # These settings are specific to running under the Android emulator
/device/linaro/bootloader/arm-trusted-firmware/docs/spd/
Doptee-dispatcher.rst4 `OP-TEE OS`_ is a Trusted OS running as Secure EL1.
/device/google/contexthub/contexthubhal/
Dsystem_comms.h316 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()
Dsystem_comms.cpp947 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/
Drebuild.sh55 echo Not running
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
DREADME11 You will find that running "antlr -gh antlr.g" will result in about
/device/google/marlin/sepolicy/
Dradio.te12 # IMS packages running with com.android.phone sharedUID
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_thread.c582 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/
Dbz2module.c128 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()
Dgc_weakref.txt48 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/
Dcreate_base_image_hostlib.sh89 echo Not running
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dcrtlicense.txt40 defined above, not to Python itself or any programs running on the
/device/linaro/bootloader/arm-trusted-firmware/docs/plat/
Dhikey960.rst163 - 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/
DREADME46 If you have any trouble booting the device after running ./flash-all.sh
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/
DGdbRun76 # Start the program running

12345