Home
last modified time | relevance | path

Searched defs:partial (Results 1 – 25 of 74) 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
13 test: { partial: 'false', bytes: 0 }, property
16 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/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/curl/lib/
Dcurl_get_line.c41 bool partial = FALSE; in Curl_get_line() local
Dimap.h65 char *partial; /* Message PARTIAL to fetch */ member
/third_party/typescript/tests/cases/compiler/
DdoubleUnderscoreMappedTypes.ts20 const partial: Partial<Properties> = { constant
/third_party/node/deps/minimatch/src/dist/mjs/
Dindex.d.ts13 partial?: boolean; property
63 partial: boolean; property in Minimatch
/third_party/node/deps/minimatch/src/dist/cjs/
Dindex.d.ts13 partial?: boolean; property
63 partial: boolean; property in Minimatch
/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/node/deps/v8/tools/turbolizer/src/
Dutil.ts63 export function partial(f: any, ...arguments1: Array<any>) { function
/third_party/openssl/test/
Dbio_readbuffer_test.c28 int ret = 0, len, partial; in test_readbuffer_file_bio() local
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
Dwebidl2.js85 function partial() { function
89 …_productions_dictionary_js__WEBPACK_IMPORTED_MODULE_8__.Dictionary.parse(tokeniser, { partial }) || field
90 interface_({ partial }) || field
91 … _productions_namespace_js__WEBPACK_IMPORTED_MODULE_9__.Namespace.parse(tokeniser, { partial }) || field
2647 static parse(tokeniser, base, { partial = null } = {}) { property
2648 const tokens = { partial, base }; property
2861 get partial() { getter in Container
3292 static parse(tokeniser, base, { partial } = {}) { field
3293 const tokens = { partial, base }; property
3337 static parse(tokeniser, { partial } = {}) { field
[all …]
/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/selinux/libselinux/src/
Dregex.c220 int regex_match(struct regex_data *regex, char const *subject, int partial) in regex_match()
497 int regex_match(struct regex_data *regex, char const *subject, int partial) in regex_match()
/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/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/node/deps/minimatch/src/
DREADME.md283 ### partial subsection
/third_party/node/deps/npm/node_modules/node-gyp/node_modules/minimatch/
Dminimatch.js725 Minimatch.prototype.match = function match (f, partial) { argument
786 Minimatch.prototype.matchOne = function (file, pattern, partial) { argument
/third_party/node/deps/npm/node_modules/rimraf/node_modules/minimatch/
Dminimatch.js725 Minimatch.prototype.match = function match (f, partial) { argument
786 Minimatch.prototype.matchOne = function (file, pattern, partial) { argument
/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()

123