Searched refs:partial (Results 1 – 25 of 33) sorted by relevance
12
/device/asus/fugu/self-extractors/ |
D | files-by-owner.sh | 25 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/ |
D | files-by-owner.sh | 25 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/ |
D | quopri.py | 133 partial = 0; n = n-1 138 partial = 1 145 elif i+1 == n and not partial: 146 partial = 1; break 153 if not partial:
|
D | functools.py | 10 from _functools import partial, reduce 50 return partial(update_wrapper, wrapped=wrapped,
|
D | httplib.py | 1218 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)
|
D | socket.py | 49 from functools import partial 227 p = partial(meth,_m)
|
/device/linaro/hikey/self-extractors/root/ |
D | device-vendor.mk | 17 LOCAL_STEM := hikey/device-partial.mk
|
/device/linaro/hikey/self-extractors_hikey960/root/ |
D | device-vendor.mk | 17 LOCAL_STEM := device-partial.mk
|
/device/google/marlin/self-extractors/root/ |
D | device-vendor-marlin.mk | 15 LOCAL_STEM := marlin/device-partial.mk
|
/device/google/marlin/self-extractors_sailfish/root/ |
D | device-vendor-sailfish.mk | 15 LOCAL_STEM := sailfish/device-partial.mk
|
/device/google/dragon/self-extractors/root/ |
D | device-vendor.mk | 15 LOCAL_STEM := dragon/device-partial.mk
|
/device/huawei/angler/self-extractors/root/ |
D | device-vendor.mk | 15 LOCAL_STEM := angler/device-partial.mk
|
/device/google/muskie/self-extractors/root/proprietary/ |
D | device-vendor-walleye.mk | 15 LOCAL_STEM := walleye/device-partial.mk
|
/device/google/taimen/self-extractors/root/proprietary/ |
D | device-vendor.mk | 15 LOCAL_STEM := taimen/device-partial.mk
|
/device/lge/bullhead/self-extractors/root/ |
D | device-vendor.mk | 15 LOCAL_STEM := bullhead/device-partial.mk
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | functools.py | 10 from _functools import partial, reduce 50 return partial(update_wrapper, wrapped=wrapped,
|
D | socket.py | 49 from functools import partial 231 p = partial(meth,_m)
|
/device/asus/fugu/self-extractors/root/ |
D | device-vendor.mk | 20 LOCAL_STEM := fugu/device-partial.mk
|
/device/common/ |
D | generate-packages.sh | 125 sed -i "s/$ONE_FILE_BASE/$ATMEL_FILE/" moto/staging/device-partial.mk 129 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.c | 585 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/ |
D | CREDITS.TXT | 1 This file is a partial list of people who have contributed to the LLVM/CompilerRT
|
/device/google/contexthub/firmware/ |
D | README | 49 2.3 partial build or build without dependencies
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_httplib.py | 249 self.assertEqual(i.partial, 'hello world') 289 self.assertEqual(i.partial, 'Hello\r\n')
|
D | test_functools.py | 30 thetype = functools.partial 154 class PartialSubclass(functools.partial):
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/ |
D | CpuPm.asl | 298 // reports partial support.) 432 // reports partial support.) 575 // reports partial support.) 718 // reports partial support.)
|
12