Searched refs:full (Results 1 – 25 of 3500) sorted by relevance
12345678910>>...140
/device/google/contexthub/firmware/variant/ |
D | variant.mk | 34 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/ |
D | test_queue.py | 103 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/ |
D | lll.py | 13 full = os.path.join(dirname, name) 14 if os.path.islink(full): 15 print name, '->', os.readlink(full)
|
D | byext.py | 37 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/ |
D | FwVolDxe.uni | 4 // 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…
|
D | FwVolDxe.inf | 4 # 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/ |
D | os_executable_internal.mk | 27 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/ |
D | FaultTolerantWriteDxe.uni | 6 // 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…
|
D | SmmFaultTolerantWriteDxe.uni | 6 // 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…
|
D | FaultTolerantWriteDxe.inf | 6 # 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
|
D | FaultTolerantWriteSmm.inf | 6 # 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/ |
D | EdkShellBinPkg.dec | 4 …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/ |
D | FileHook.py | 158 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/ |
D | aosp_arm.mk | 16 include device/generic/car/common/product/full.mk
|
D | full.mk | 28 PRODUCT_NAME := full
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLib/ |
D | I2CLibNull.inf | 11 # 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/ |
D | goldfish_rotary.idc | 4 # Should be (number of ticks in full rotation) / (2 PI).
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/IohInit/Dxe/ |
D | IohInitDxe.inf | 7 # 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/ |
D | README | 3 There's a full documentation available at:
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/ |
D | QNCInitDxe.inf | 7 # 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/ |
D | aosp_bullhead.mk | 21 PRODUCT_COPY_FILES := device/lge/bullhead/apns-full-conf.xml:system/etc/apns-conf.xml
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | luac.c | 22 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/ |
D | aosp_marlin.mk | 21 PRODUCT_COPY_FILES := device/google/marlin/apns-full-conf.xml:system/etc/apns-conf.xml
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/ |
D | SmmInit.S | 6 # which accompanies this distribution. The full text of the license may be found at
|
D | SmmInit.asm | 5 ; which accompanies this distribution. The full text of the license may be found at
|
12345678910>>...140