/third_party/lz4/ossfuzz/ |
H A D | round_trip_fuzzer.c | 46 char* const partial = (char*)malloc(partialCapacity); in LLVMFuzzerTestOneInput() local 47 FUZZ_ASSERT(partial); in LLVMFuzzerTestOneInput() 49 dst, partial, dstSize, partialCapacity, partialCapacity); in LLVMFuzzerTestOneInput() 52 FUZZ_ASSERT_MSG(!memcmp(data, partial, partialSize), "Corruption!"); in LLVMFuzzerTestOneInput() 53 free(partial); in LLVMFuzzerTestOneInput() 57 char* const partial = (char*)malloc(partialCapacity); in LLVMFuzzerTestOneInput() local 58 FUZZ_ASSERT(partial); in LLVMFuzzerTestOneInput() 60 dst, partial, dstSize, partialCapacity, partialCapacity, NULL, 0); in LLVMFuzzerTestOneInput() 63 FUZZ_ASSERT_MSG(!memcmp(data, partial, partialSize), "Corruption!"); in LLVMFuzzerTestOneInput() 64 free(partial); in LLVMFuzzerTestOneInput() 68 char* const partial = (char*)malloc(partialCapacity); LLVMFuzzerTestOneInput() local 79 char* const partial = (char*)malloc(partialCapacity); LLVMFuzzerTestOneInput() local 90 char* const partial = (char*)malloc(partialCapacity); LLVMFuzzerTestOneInput() local 101 char* const partial = (char*)malloc(partialCapacity); LLVMFuzzerTestOneInput() local [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_rast_linear_fallback.c | 130 partial(struct lp_rasterizer_task *task, in partial() function 155 * of partial blocks where the edge lands somewhere in the middle in lp_rast_linear_rect_fallback() 180 partial(task, inputs, ix0, iy0, in lp_rast_linear_rect_fallback() 188 partial(task, inputs, ix0, iy0, mask & top_mask); in lp_rast_linear_rect_fallback() 190 partial(task, inputs, ix0, i, mask); in lp_rast_linear_rect_fallback() 191 partial(task, inputs, ix0, iy1, mask & bottom_mask); in lp_rast_linear_rect_fallback() 197 partial(task, inputs, ix0, iy0, mask & left_mask); in lp_rast_linear_rect_fallback() 199 partial(task, inputs, i, iy0, mask); in lp_rast_linear_rect_fallback() 200 partial(task, inputs, ix1, iy0, mask & right_mask); in lp_rast_linear_rect_fallback() 206 partial(tas in lp_rast_linear_rect_fallback() [all...] |
H A D | lp_rast_rect.c | 100 partial(struct lp_rasterizer_task *task, in partial() function 177 * of partial blocks where the edge lands somewhere in the middle in lp_rast_rectangle() 202 partial(task, rect, ix0, iy0, in lp_rast_rectangle() 210 partial(task, rect, ix0, iy0, mask & top_mask); in lp_rast_rectangle() 212 partial(task, rect, ix0, i, mask); in lp_rast_rectangle() 213 partial(task, rect, ix0, iy1, mask & bottom_mask); in lp_rast_rectangle() 219 partial(task, rect, ix0, iy0, mask & left_mask); in lp_rast_rectangle() 221 partial(task, rect, i, iy0, mask); in lp_rast_rectangle() 222 partial(task, rect, ix1, iy0, mask & right_mask); in lp_rast_rectangle() 228 partial(tas in lp_rast_rectangle() [all...] |
H A D | lp_setup_rect.c | 203 partial(struct lp_setup_context *setup, in partial() function 405 partial(setup, rect, opaque, ix0, iy0, in lp_setup_bin_rectangle() 409 partial(setup, rect, opaque, ix0, iy0, mask | top_mask); in lp_setup_bin_rectangle() 411 partial(setup, rect, opaque, ix0, i, mask); in lp_setup_bin_rectangle() 412 partial(setup, rect, opaque, ix0, iy1, mask | bottom_mask); in lp_setup_bin_rectangle() 415 partial(setup, rect, opaque, ix0, iy0, mask | left_mask); in lp_setup_bin_rectangle() 417 partial(setup, rect, opaque, i, iy0, mask); in lp_setup_bin_rectangle() 418 partial(setup, rect, opaque, ix1, iy0, mask | right_mask); in lp_setup_bin_rectangle() 420 partial(setup, rect, opaque, ix0, iy0, left_mask | top_mask); in lp_setup_bin_rectangle() 421 partial(setu in lp_setup_bin_rectangle() [all...] |
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/ |
H A D | gcc.py | 61 partial = 0 # depth 75 line, partial = _strip_directives(line, partial=partial) 85 def _strip_directives(line, partial=0): 87 while partial > 0: 89 return None, partial 91 partial += 1 if delim == '(' else -1 # opened/closed 101 after, partial = _strip_directives(line[m.end():], 2) 103 if partial [all...] |
/third_party/node/benchmark/buffers/ |
H A D | buffer-copy.js | 6 partial: ['true', 'false'], 10 return (p.partial === 'false' && p.bytes === 0) || 11 (p.partial !== 'false' && p.bytes !== 0); 13 test: { partial: 'false', bytes: 0 }, 16 function main({ n, bytes, partial }) { 19 const sourceStart = (partial === 'true' ? Math.floor(bytes / 2) : 0);
|
/third_party/curl/lib/ |
H A D | curl_get_line.c | 41 bool partial = FALSE; in Curl_get_line() local 53 if(partial) { in Curl_get_line() 54 partial = FALSE; in Curl_get_line() 60 if(partial) in Curl_get_line() 78 partial = TRUE; in Curl_get_line()
|
/third_party/ffmpeg/tests/fate/ |
H A D | wavpack.mak | 4 fate-wavpack-lossless-8bit: CMD = md5pipe -i $(TARGET_SAMPLES)/wavpack/lossless/8bit-partial.wv -f s8 -af aresample 7 fate-wavpack-lossless-12bit: CMD = md5pipe -i $(TARGET_SAMPLES)/wavpack/lossless/12bit-partial.wv -f s16le -af aresample 10 fate-wavpack-lossless-16bit: CMD = md5pipe -i $(TARGET_SAMPLES)/wavpack/lossless/16bit-partial.wv -f s16le -af aresample 13 fate-wavpack-lossless-24bit: CMD = md5pipe -i $(TARGET_SAMPLES)/wavpack/lossless/24bit-partial.wv -f s24le -af aresample 16 fate-wavpack-lossless-32bit: CMD = md5pipe -i $(TARGET_SAMPLES)/wavpack/lossless/32bit_int-partial.wv -f s32le -af aresample 19 fate-wavpack-lossless-float: CMD = md5pipe -i $(TARGET_SAMPLES)/wavpack/lossless/32bit_float-partial.wv -f f32le -af aresample 41 fate-wavpack-channels-monofloat: CMD = md5pipe -i $(TARGET_SAMPLES)/wavpack/num_channels/mono_float-partial.wv -f f32le -af aresample 47 fate-wavpack-channels-4.0: CMD = md5pipe -i $(TARGET_SAMPLES)/wavpack/num_channels/edward_4.0_16bit-partial.wv -f s16le -af aresample 50 fate-wavpack-channels-5.1: CMD = md5pipe -i $(TARGET_SAMPLES)/wavpack/num_channels/panslab_sample_5.1_16bit-partial.wv -f s16le -af aresample 53 fate-wavpack-channels-6.1: CMD = md5pipe -i $(TARGET_SAMPLES)/wavpack/num_channels/eva_2.22_6.1_16bit-partial [all...] |
H A D | lossless-audio.mak | 5 fate-lossless-meridianaudio: CMD = md5 -i $(TARGET_SAMPLES)/lossless-audio/luckynight-partial.mlp -f s16le 8 fate-ralf: CMD = md5 -i $(TARGET_SAMPLES)/lossless-audio/luckynight-partial.rmvb -vn -f s16le -af aresample 11 fate-lossless-shorten: CMD = md5 -i $(TARGET_SAMPLES)/lossless-audio/luckynight-partial.shn -f s16le -af aresample 14 fate-lossless-tak: CMD = crc -i $(TARGET_SAMPLES)/lossless-audio/luckynight-partial.tak -af aresample 23 fate-lossless-wma: CMD = md5 -i $(TARGET_SAMPLES)/lossless-audio/luckynight-partial.wma -f s16le -frames 209 -af aresample
|
H A D | demux.mak | 2 fate-avio-direct: CMD = framecrc -avioflags direct -i $(TARGET_SAMPLES)/fraps/fraps-v5-bouncing-balls-partial.avi -avioflags direct 39 fate-d-cinema-demux: CMD = framecrc -i $(TARGET_SAMPLES)/d-cinema/THX_Science_FLT_1920-partial.302 -c:a copy 55 fate-iv8-demux: CMD = framecrc -i $(TARGET_SAMPLES)/iv8/zzz-partial.mpg -c:v copy 86 fate-mtv: CMD = framecrc -i $(TARGET_SAMPLES)/mtv/comedian_auto-partial.mtv -c copy 92 fate-nc-demux: CMD = framecrc -i $(TARGET_SAMPLES)/nc-camera/nc-sample-partial -c:v copy 101 fate-oggopus-demux: CMD = ffprobe_demux $(TARGET_SAMPLES)/ogg/intro-partial.opus 107 fate-paf-demux: CMD = framecrc -i $(TARGET_SAMPLES)/paf/hod1-partial.paf -c:v copy -c:a copy 119 fate-psx-str-demux: CMD = framecrc -i $(TARGET_SAMPLES)/psx-str/descent-partial.str -c copy 122 fate-pva-demux: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/pva/PVA_test-partial.pva -t 0.6 -c:a copy 146 fate-wtv-demux: CMD = framecrc -i $(TARGET_SAMPLES)/wtv/law-and-order-partial [all...] |
H A D | screen.mak | 9 fate-fic-avi: CMD = framecrc -i $(TARGET_SAMPLES)/fic/fic-partial-2MB.avi -an 22 fate-fraps-v0: CMD = framecrc -i $(TARGET_SAMPLES)/fraps/Griffin_Ragdoll01-partial.avi 28 fate-fraps-v2: CMD = framecrc -i $(TARGET_SAMPLES)/fraps/test3-nosound-partial.avi 31 fate-fraps-v3: CMD = framecrc -i $(TARGET_SAMPLES)/fraps/psclient-partial.avi -pix_fmt rgb24 -vf scale 34 fate-fraps-v4: CMD = framecrc -i $(TARGET_SAMPLES)/fraps/WoW_2006-11-03_14-58-17-19-nosound-partial.avi 37 fate-fraps-v5: CMD = framecrc -i $(TARGET_SAMPLES)/fraps/fraps-v5-bouncing-balls-partial.avi 94 fate-tscc-32bit: CMD = framecrc -i $(TARGET_SAMPLES)/tscc/2004-12-17-uebung9-partial.avi -pix_fmt rgb24 -an -vf scale 113 fate-vmnc-32bit: CMD = framecrc -i $(TARGET_SAMPLES)/VMnc/VS2k5DebugDemo-01-partial.avi -pix_fmt rgb24 -vf scale 120 fate-zmbv-8bit: CMD = framecrc -i $(TARGET_SAMPLES)/zmbv/wc2_001-partial.avi -an -pix_fmt rgb24 -vf scale
|
H A D | video.mak | 45 fate-auravision-v2: CMD = framecrc -i $(TARGET_SAMPLES)/auravision/salma-hayek-in-ugly-betty-partial-avi -an 71 fate-bmv-video: CMD = framecrc -i $(TARGET_SAMPLES)/bmv/SURFING-partial.BMV -pix_fmt rgb24 -an -vf scale 92 fate-cljr: CMD = framecrc -i $(TARGET_SAMPLES)/cljr/testcljr-partial.avi 95 fate-corepng: CMD = framecrc -i $(TARGET_SAMPLES)/png1/corepng-partial.avi -af aresample 104 fate-cvid-palette: CMD = framecrc -i $(TARGET_SAMPLES)/cvid/catfight-cvid-pal8-partial.mov -pix_fmt rgb24 -an -vf scale 106 FATE_CVID-$(call FRAMECRC, AVI, CINEPAK) += fate-cvid-partial 107 fate-cvid-partial: CMD = framecrc -i $(TARGET_SAMPLES)/cvid/laracroft-cinepak-partial.avi -an 122 fate-delphine-cin-video: CMD = framecrc -i $(TARGET_SAMPLES)/delphine-cin/LOGO-partial.CIN -pix_fmt rgb24 -an -vf scale 199 fate-interplay-mve-16bit: CMD = framecrc -i $(TARGET_SAMPLES)/interplay-mve/descent3-level5-16bit-partial [all...] |
/third_party/python/Lib/asyncio/ |
H A D | exceptions.py | 33 - partial: read bytes string before the end of stream was reached 36 def __init__(self, partial, expected): 38 super().__init__(f'{len(partial)} bytes read on a total of ' 40 self.partial = partial 44 return type(self), (self.partial, self.expected)
|
H A D | format_helpers.py | 15 if isinstance(func, functools.partial): 45 if isinstance(func, functools.partial):
|
/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
H A D | gxvlcar.c | 69 gxv_lcar_partial_validate( FT_Short partial, in gxv_lcar_partial_validate() argument 73 GXV_NAME_ENTER( "partial" ); in gxv_lcar_partial_validate() 78 gxv_ctlPoint_validate( glyph, (FT_UShort)partial, gxvalid ); in gxv_lcar_partial_validate() 93 FT_Short partial; in gxv_lcar_LookupValue_validate() local 105 partial = FT_NEXT_SHORT( p ); in gxv_lcar_LookupValue_validate() 106 gxv_lcar_partial_validate( partial, glyph, gxvalid ); in gxv_lcar_LookupValue_validate()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | mappedTypes2.js | 70 var partial: PartialShape; 71 var partial: Partial<Shape>; 72 var partial: Partial<Shape> = {}; 117 var partial;
118 var partial;
119 var partial = {};
|
H A D | doubleUnderscoreMappedTypes.js | 20 // And should work with partial 21 const partial: Partial<Properties> = { 34 // And should work with partial
35 var partial = {
|
/third_party/python/Lib/idlelib/ |
H A D | format.py | 135 partial = indent1 143 if len((partial + word).expandtabs()) > limit and \ 144 partial != indent1: 145 new.append(partial.rstrip()) 146 partial = indent2 147 partial = partial + word + " " 149 partial = partial + " " 151 new.append(partial [all...] |
/third_party/python/Lib/test/ |
H A D | test_functools.py | 49 """ return the signature of a partial object """ 66 p = self.partial(capture, 1, 2, a=10, b=20) 70 p = self.partial(map, lambda x: x*10) 74 p = self.partial(capture, 1, 2, a=10, b=20) 81 self.assertRaises(TypeError, self.partial) # need at least a func arg 83 self.partial(2)() 90 # a caller's dictionary should not be altered by partial 94 p = self.partial(func, a=5) 102 # should not affect a partial object after creation 104 p = self.partial(captur 391 partial = c_functools.partial global() variable in TestPartialC 441 partial = py_functools.partial global() variable in TestPartialPy 461 partial = CPartialSubclass global() variable in TestPartialCSubclass 467 partial = PyPartialSubclass global() variable in TestPartialPySubclass [all...] |
/third_party/python/Lib/ |
H A D | quopri.py | 134 partial = 0; n = n-1 139 partial = 1 146 elif i+1 == n and not partial: 147 partial = 1; break 154 if not partial:
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | argument-spread.js | 58 function partial () { 62 partial.prototype = Object.create(constructor.prototype); 64 return partial; 61 partial.prototype = Object.create(constructor.prototype); global() class
|
/third_party/openssl/test/ |
H A D | bio_readbuffer_test.c | 28 int ret = 0, len, partial; in test_readbuffer_file_bio() local 55 partial = 4; in test_readbuffer_file_bio() 73 if (tstid == 1 && --partial == 0) in test_readbuffer_file_bio() 80 len = 8; /* Do a small partial read to start with */ in test_readbuffer_file_bio()
|
/third_party/vk-gl-cts/scripts/src_util/ |
H A D | check_encoding.py | 25 from functools import partial namespace 84 for byte in iter(partial(file.read, 1), b''): 115 for bytes in iter(partial(file.read, 1024 * 1024), ''):
|
/third_party/node/deps/v8/tools/ |
H A D | callstats.py | 472 # Print and calculate partial sums, if necessary. 477 partial = { 'time_list': [0] * len(L[i][1]['time_list']), 479 assert len(partial['time_list']) == len(L[i][1]['time_list']) 480 assert len(partial['count_list']) == len(L[i][1]['count_list']) 482 partial['time_list'][j] += v 484 partial['count_list'][j] += v 489 partial['time_stat'] = statistics(partial['time_list']) 490 partial['count_stat'] = statistics(partial['count_lis [all...] |
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/ |
H A D | writer.js | 89 if (it.partial) ret += "partial "; 98 if (it.partial) ret += "partial "; 106 if (it.partial) ret += "partial "; 114 if (it.partial) ret += "partial ";
|