Home
last modified time | relevance | path

Searched defs:partial (Results 1 – 25 of 66) sorted by relevance

123

/third_party/lz4/ossfuzz/
Dround_trip_fuzzer.c46 char* const partial = (char*)malloc(partialCapacity); in LLVMFuzzerTestOneInput() local
57 char* const partial = (char*)malloc(partialCapacity); in LLVMFuzzerTestOneInput() local
68 char* const partial = (char*)malloc(partialCapacity); in LLVMFuzzerTestOneInput() local
79 char* const partial = (char*)malloc(partialCapacity); in LLVMFuzzerTestOneInput() local
90 char* const partial = (char*)malloc(partialCapacity); in LLVMFuzzerTestOneInput() local
101 char* const partial = (char*)malloc(partialCapacity); in LLVMFuzzerTestOneInput() local
/third_party/node/benchmark/buffers/
Dbuffer-copy.js6 partial: ['true', 'false'], property
10 function main({ n, bytes, partial }) { field
/third_party/typescript/tests/baselines/reference/
DdoubleUnderscoreMappedTypes.js21 const partial: Partial<Properties> = { variable
35 var partial = { variable
/third_party/jerryscript/tests/jerry/es2015/
Dargument-spread.js58 function partial () { function
62 partial.prototype = Object.create(constructor.prototype); class
/third_party/freetype/src/gxvalid/
Dgxvlcar.c69 gxv_lcar_partial_validate( FT_Short partial, in gxv_lcar_partial_validate()
93 FT_Short partial; in gxv_lcar_LookupValue_validate() local
/third_party/skia/third_party/externals/freetype/src/gxvalid/
Dgxvlcar.c69 gxv_lcar_partial_validate( FT_Short partial, in gxv_lcar_partial_validate()
93 FT_Short partial; in gxv_lcar_LookupValue_validate() local
/third_party/flutter/skia/third_party/externals/freetype/src/gxvalid/
Dgxvlcar.c69 gxv_lcar_partial_validate( FT_Short partial, in gxv_lcar_partial_validate()
93 FT_Short partial; in gxv_lcar_LookupValue_validate() local
/third_party/typescript/tests/cases/compiler/
DdoubleUnderscoreMappedTypes.ts20 const partial: Partial<Properties> = { constant
/third_party/python/Lib/asyncio/
Dexceptions.py36 def __init__(self, partial, expected): argument
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
Dgcc.py85 def _strip_directives(line, partial=0): argument
/third_party/openssl/test/
Dbio_readbuffer_test.c28 int ret = 0, len, partial; in test_readbuffer_file_bio() local
/third_party/flutter/engine/flutter/shell/platform/fuchsia/runtime/dart/utils/
Dfiles.cc45 for (ssize_t partial = 0; total < size; total += partial) { in WriteFileDescriptor() local
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/
Drfc4253.js56 function read(partial, type, buf, options) { argument
Dopenssh-cert.js58 function fromBuffer(data, algo, partial) { argument
/third_party/selinux/libselinux/src/
Dregex.c213 int regex_match(struct regex_data *regex, char const *subject, int partial) in regex_match()
452 int regex_match(struct regex_data *regex, char const *subject, int partial) in regex_match()
/third_party/mesa3d/src/compiler/glsl/
Ds_expression.cpp199 s_match(s_expression *top, unsigned n, s_pattern *pattern, bool partial) in s_match()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_rect.c100 partial(struct lp_rasterizer_task *task, in partial() function
Dlp_rast_linear_fallback.c130 partial(struct lp_rasterizer_task *task, in partial() function
/third_party/node/deps/npm/node_modules/minimatch/
Dminimatch.js700 function match (f, partial) { argument
760 Minimatch.prototype.matchOne = function (file, pattern, partial) { argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dtlsv1_client.c193 struct wpabuf *partial; in tlsv1_client_handshake() local
350 struct wpabuf *partial; in tlsv1_client_decrypt() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dtlsv1_client.c217 struct wpabuf *partial; in tlsv1_client_handshake() local
374 struct wpabuf *partial; in tlsv1_client_decrypt() local
/third_party/elfutils/libdwfl/
Drelocate.c505 Elf_Scn *tscn, bool debugscn, bool partial) in relocate_section()
799 Elf_Scn *relocscn, Elf_Scn *tscn, bool partial) in __libdwfl_relocate_section()
/third_party/node/deps/npm/node_modules/ignore-walk/
Dindex.js187 filterEntry (entry, partial) { argument
/third_party/python/Lib/test/
Dtest_tabnanny.py291 def validate_cmd(self, *args, stdout="", stderr="", partial=False): argument
/third_party/protobuf/js/experimental/runtime/
Dint64.js299 const partial = String(digit1e7); constant

123