Home
last modified time | relevance | path

Searched refs:partial (Results 1 – 25 of 30) sorted by relevance

12

/device/asus/fugu/self-extractors/
Dfiles-by-owner.sh25 cat > $target_owner/staging/device-partial.mk << EOF
41 echo -n "# " >> $target_owner/staging/device-partial.mk
44 echo -n Asus >> $target_owner/staging/device-partial.mk
47 echo -n Broadcom >> $target_owner/staging/device-partial.mk
50 echo -n Google >> $target_owner/staging/device-partial.mk
53 echo -n Intel >> $target_owner/staging/device-partial.mk
56 echo " blob(s) necessary for Fugu hardware" >> $target_owner/staging/device-partial.mk
57 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk
93 …prietary/lib64/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk
96 …prietary/armnb/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk
[all …]
/device/google/dragon/self-extractors/
Dfiles-by-owner.sh25 cat > $target_owner/staging/device-partial.mk << EOF
41 echo -n "# " >> $target_owner/staging/device-partial.mk
44 echo -n Nvidia >> $target_owner/staging/device-partial.mk
47 echo -n Google >> $target_owner/staging/device-partial.mk
50 echo " blob(s) necessary for Dragon hardware" >> $target_owner/staging/device-partial.mk
51 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk
81 …prietary/lib64/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk
83 …on/proprietary/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk
90 echo >> $target_owner/staging/device-partial.mk
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dquopri.py133 partial = 0; n = n-1
138 partial = 1
145 elif i+1 == n and not partial:
146 partial = 1; break
153 if not partial:
Dfunctools.py10 from _functools import partial, reduce
50 return partial(update_wrapper, wrapped=wrapped,
Dhttplib.py1218 def __init__(self, partial, expected=None): argument
1219 self.args = partial,
1220 self.partial = partial
1227 return 'IncompleteRead(%i bytes read%s)' % (len(self.partial), e)
Dsocket.py49 from functools import partial
227 p = partial(meth,_m)
Dimaplib.py583 def partial(self, message_num, message_part, start, length): member in IMAP4
/device/linaro/hikey/self-extractors/root/
Ddevice-vendor.mk17 LOCAL_STEM := hikey/device-partial.mk
/device/google/dragon/self-extractors/root/
Ddevice-vendor.mk15 LOCAL_STEM := dragon/device-partial.mk
/device/lge/bullhead/self-extractors/root/
Ddevice-vendor.mk15 LOCAL_STEM := bullhead/device-partial.mk
/device/huawei/angler/self-extractors/root/
Ddevice-vendor.mk15 LOCAL_STEM := angler/device-partial.mk
/device/google/marlin/self-extractors/root/
Ddevice-vendor-marlin.mk15 LOCAL_STEM := marlin/device-partial.mk
/device/google/marlin/self-extractors_sailfish/root/
Ddevice-vendor-sailfish.mk15 LOCAL_STEM := sailfish/device-partial.mk
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dfunctools.py10 from _functools import partial, reduce
50 return partial(update_wrapper, wrapped=wrapped,
Dsocket.py49 from functools import partial
231 p = partial(meth,_m)
/device/asus/fugu/self-extractors/root/
Ddevice-vendor.mk20 LOCAL_STEM := fugu/device-partial.mk
/device/common/
Dgenerate-packages.sh121 sed -i "s/$ONE_FILE_BASE/$ATMEL_FILE/" moto/staging/device-partial.mk
125 sed -i "s/$ONE_FILE_BASE/$ATMEL_FILE/" moto/staging/device-partial.mk
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_hotshot.c585 unsigned char partial; in pack_packed_int() local
588 partial = value & 0x7F; in pack_packed_int()
591 partial |= 0x80; in pack_packed_int()
592 self->buffer[self->index] = partial; in pack_packed_int()
609 int partial = value & maxvalues[bits]; in pack_modified_packed_int() local
610 unsigned char b = subfield | (partial << modsize); in pack_modified_packed_int()
612 if (partial != value) { in pack_modified_packed_int()
/device/google/contexthub/firmware/lib/builtins/
DCREDITS.TXT1 This file is a partial list of people who have contributed to the LLVM/CompilerRT
/device/google/contexthub/firmware/
DREADME49 2.3 partial build or build without dependencies
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_httplib.py249 self.assertEqual(i.partial, 'hello world')
289 self.assertEqual(i.partial, 'Hello\r\n')
Dtest_functools.py30 thetype = functools.partial
154 class PartialSubclass(functools.partial):
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/
DCpuPm.asl298 // reports partial support.)
432 // reports partial support.)
575 // reports partial support.)
718 // reports partial support.)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/
DPythonReadMe.txt210 This is a partial list of the packages and modules of the Python Standard
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DPy2710ReadMe.txt232 This is a partial list of the packages and modules of the Python Standard

12