Searched refs:partial (Results 1 – 25 of 30) sorted by relevance
12
25 cat > $target_owner/staging/device-partial.mk << EOF41 echo -n "# " >> $target_owner/staging/device-partial.mk44 echo -n Asus >> $target_owner/staging/device-partial.mk47 echo -n Broadcom >> $target_owner/staging/device-partial.mk50 echo -n Google >> $target_owner/staging/device-partial.mk53 echo -n Intel >> $target_owner/staging/device-partial.mk56 echo " blob(s) necessary for Fugu hardware" >> $target_owner/staging/device-partial.mk57 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk93 …prietary/lib64/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk96 …prietary/armnb/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk[all …]
25 cat > $target_owner/staging/device-partial.mk << EOF41 echo -n "# " >> $target_owner/staging/device-partial.mk44 echo -n Nvidia >> $target_owner/staging/device-partial.mk47 echo -n Google >> $target_owner/staging/device-partial.mk50 echo " blob(s) necessary for Dragon hardware" >> $target_owner/staging/device-partial.mk51 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk81 …prietary/lib64/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk83 …on/proprietary/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk90 echo >> $target_owner/staging/device-partial.mk
133 partial = 0; n = n-1138 partial = 1145 elif i+1 == n and not partial:146 partial = 1; break153 if not partial:
10 from _functools import partial, reduce50 return partial(update_wrapper, wrapped=wrapped,
1218 def __init__(self, partial, expected=None): argument1219 self.args = partial,1220 self.partial = partial1227 return 'IncompleteRead(%i bytes read%s)' % (len(self.partial), e)
49 from functools import partial227 p = partial(meth,_m)
583 def partial(self, message_num, message_part, start, length): member in IMAP4
17 LOCAL_STEM := hikey/device-partial.mk
15 LOCAL_STEM := dragon/device-partial.mk
15 LOCAL_STEM := bullhead/device-partial.mk
15 LOCAL_STEM := angler/device-partial.mk
15 LOCAL_STEM := marlin/device-partial.mk
15 LOCAL_STEM := sailfish/device-partial.mk
49 from functools import partial231 p = partial(meth,_m)
20 LOCAL_STEM := fugu/device-partial.mk
121 sed -i "s/$ONE_FILE_BASE/$ATMEL_FILE/" moto/staging/device-partial.mk125 sed -i "s/$ONE_FILE_BASE/$ATMEL_FILE/" moto/staging/device-partial.mk
585 unsigned char partial; in pack_packed_int() local588 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() local610 unsigned char b = subfield | (partial << modsize); in pack_modified_packed_int()612 if (partial != value) { in pack_modified_packed_int()
1 This file is a partial list of people who have contributed to the LLVM/CompilerRT
49 2.3 partial build or build without dependencies
249 self.assertEqual(i.partial, 'hello world')289 self.assertEqual(i.partial, 'Hello\r\n')
30 thetype = functools.partial154 class PartialSubclass(functools.partial):
298 // reports partial support.)432 // reports partial support.)575 // reports partial support.)718 // reports partial support.)
210 This is a partial list of the packages and modules of the Python Standard
232 This is a partial list of the packages and modules of the Python Standard