Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 3500) sorted by relevance

12345678910>>...140

/device/google/contexthub/firmware/variant/
Dvariant.mk34 IMAGE_TARGET_OUT:=vendor/firmware/nanohub.full.bin
55 cp $(OUT)/full.bin $(IMAGE_OUT) && \
62 cp $(OUT)/full.bin $(TOP_ABSPATH)/$(IMAGE_TARGET_OUT) && \
79 adb push $(OUT)/full.bin /vendor/firmware/nanohub.full.bin
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_queue.py103 self.assertTrue(not q.full(), "Queue should not be full")
105 full = 3 * 2 * QUEUE_SIZE
107 self.assertTrue(q.full(), "Queue should be full")
109 q.put(full, block=0)
114 q.put(full, timeout=0.01)
119 self.do_blocking_test(q.put, (full,), q.get, ())
120 self.do_blocking_test(q.put, (full, True, 10), q.get, ())
246 self.assertTrue(q.full(), "Queue should be full")
268 self.assertTrue(q.full(), "Queue should be full")
270 self.assertTrue(not q.full(), "Queue should not be full")
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dlll.py13 full = os.path.join(dirname, name)
14 if os.path.islink(full):
15 print name, '->', os.readlink(full)
Dbyext.py37 full = os.path.join(dir, name)
38 if os.path.islink(full):
40 elif os.path.isdir(full):
41 self.statdir(full)
43 self.statfile(full)
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
DFwVolDxe.uni4 // This driver produces Firmware Volume2 protocol with full services
11 // which accompanies this distribution. The full text of the license may be found at
22 … #language en-US "This driver produces the Firmware Volume2 protocol with full services (read/writ…
DFwVolDxe.inf4 # This driver produces Firmware Volume2 protocol with full services
11 # which accompanies this distribution. The full text of the license may be found at
/device/google/contexthub/firmware/build/
Dos_executable_internal.mk27 INSTALLED_AUX_TARGETS += $(AUX_OUT_EXECUTABLES_$(AUX_OS_VARIANT))/nanohub.full.bin
40 $(AUX_OUT_EXECUTABLES_$(AUX_OS_VARIANT))/nanohub.full.bin: $(nano_os_components)
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/
DFaultTolerantWriteDxe.uni6 // Its implementation depends on the full functionality FVB protocol that support read, write/erase…
12 // which accompanies this distribution. The full text of the license may be found at
22 …ant write capability for block devices. Its implementation depends on the full functionality FVB p…
DSmmFaultTolerantWriteDxe.uni6 // depends on the full functionality SMM FVB protocol that support read, write/erase
13 // which accompanies this distribution. The full text of the license may be found at
23 …y in SMM environment for block devices. Its implementation depends on the full functionality SMM F…
DFaultTolerantWriteDxe.inf6 # Its implementation depends on the full functionality FVB protocol that support read, write/erase …
12 # which accompanies this distribution. The full text of the license may be found at
DFaultTolerantWriteSmm.inf6 # depends on the full functionality SMM FVB protocol that support read, write/erase
13 # which accompanies this distribution. The full text of the license may be found at
/device/linaro/bootloader/edk2/EdkShellBinPkg/
DEdkShellBinPkg.dec4 …e are three binary shell modules, which are for bin (original module), normal shell and full shell.
9 # The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DFileHook.py158 full = os.path.join(self.workspace, exceptdir)
159 if full == path or path.startswith(full + os.sep) or os.path.split(full)[0] == path:
/device/generic/car/common/product/
Daosp_arm.mk16 include device/generic/car/common/product/full.mk
Dfull.mk28 PRODUCT_NAME := full
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLib/
DI2CLibNull.inf11 # The full text of the license may be found at
26 # which accompanies this distribution. The full text of the license may be found at
/device/generic/goldfish/input/
Dgoldfish_rotary.idc4 # Should be (number of ticks in full rotation) / (2 PI).
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/IohInit/Dxe/
DIohInitDxe.inf7 # This driver mainly do full initialization for the Soc chipet includes:
18 # which accompanies this distribution. The full text of the license may be found at
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
DREADME3 There's a full documentation available at:
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
DQNCInitDxe.inf7 # This driver mainly do full initialization for the QNC chipet includes:
18 # which accompanies this distribution. The full text of the license may be found at
/device/lge/bullhead/
Daosp_bullhead.mk21 PRODUCT_COPY_FILES := device/lge/bullhead/apns-full-conf.xml:system/etc/apns-conf.xml
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dluac.c22 static void PrintFunction(const Proto* f, int full);
425 static void PrintFunction(const Proto* f, int full) in PrintFunction() argument
430 if (full) PrintDebug(f); in PrintFunction()
431 for (i=0; i<n; i++) PrintFunction(f->p[i],full); in PrintFunction()
/device/google/marlin/
Daosp_marlin.mk21 PRODUCT_COPY_FILES := device/google/marlin/apns-full-conf.xml:system/etc/apns-conf.xml
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
DSmmInit.S6 # which accompanies this distribution. The full text of the license may be found at
DSmmInit.asm5 ; which accompanies this distribution. The full text of the license may be found at

12345678910>>...140