Home
last modified time | relevance | path

Searched refs:file (Results 2976 - 3000 of 7660) sorted by relevance

1...<<111112113114115116117118119120>>...307

/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
H A Dcopy_file_range02.c11 * 1) Try to copy contents to file open as readonly
14 * 3) Try to copy contents to a file opened with the
16 * 4) Try to copy contents to closed file descriptor
20 * 6) Try to copy contents to a file chattred with +i
23 * 8) Try to copy contents to the same file with overlapping
29 * 13) Try to copy contents to a file with length beyond
31 * 14) Try to copy contents to a file with target file range
32 * beyond maximum supported file size ->EFBIG
69 {&fd_rdonly, 0, EBADF, CONTSIZE, "readonly file",
89 run_command(char *command, char *option, char *file) run_command() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_device_info.py287 <%namespace name="helpers" file="helpers"/>
361 <%namespace name="helpers" file="helpers"/>
714 print(header, file=header_file)
719 print(impl, file=impl_file)
/third_party/node/deps/openssl/openssl/crypto/objects/
H A Dobjects.pl5 # this file except in compliance with the License. You can obtain a copy
6 # in the file LICENSE in the source distribution or at
17 # The year the output file is generated.
20 open (NUMIN,"$ARGV[1]") || die "Can't open number file $ARGV[1]";
43 open (IN,"$ARGV[0]") || die "Can't open input file $ARGV[0]";
145 * this file except in compliance with the License. You can obtain a copy
146 * in the file LICENSE in the source distribution or at
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DAltFormatsSchema.java5 * you may not use this file except in compliance with the License.
36 import java.nio.file.Files;
37 import java.nio.file.Path;
71 /** Loads the alternate formats from a given file path. */
H A DCommentsSchema.java5 * you may not use this file except in compliance with the License.
36 import java.nio.file.Files;
37 import java.nio.file.Path;
49 * multiple times in the CSV file (so there's no unique key). This is not an issue since the
65 /** Loads the comments from a given file path. */
/third_party/openssl/test/
H A Dp_test.c5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
20 * When built as an object file to link the application with, we get the
63 static void p_set_error(int lib, int reason, const char *file, int line, in p_set_error() argument
70 c_set_error_debug(NULL, file, line, func); in p_set_error()
260 * We want to test that libcrypto doesn't use the file and func pointers in OSSL_provider_init()
266 * This file isn't linked against libcrypto, so we use malloc and strdup in OSSL_provider_init()
/third_party/protobuf/benchmarks/python/
H A Dpy_benchmark.py146 for file in args.data_files:
147 results.append(run_one_test(file))
153 print("Message %s of dataset file %s" % \
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_help_about.py47 path, file = os.path.split(self.dialog.icon_image['file'])
48 fn, ext = os.path.splitext(file)
138 # Dummy class for testing file display functions.
/third_party/python/Lib/idlelib/
H A Dtextview.py168 Return error message if file cannot be read. Otherwise calls view_text
169 with contents of the file.
172 with open(filename, encoding=encoding) as file:
173 contents = file.read()
176 message=f'Unable to load file {filename!r} .',
/third_party/openssl/crypto/objects/
H A Dobjects.pl5 # this file except in compliance with the License. You can obtain a copy
6 # in the file LICENSE in the source distribution or at
17 # The year the output file is generated.
20 open (NUMIN,"$ARGV[1]") || die "Can't open number file $ARGV[1]";
43 open (IN,"$ARGV[0]") || die "Can't open input file $ARGV[0]";
145 * this file except in compliance with the License. You can obtain a copy
146 * in the file LICENSE in the source distribution or at
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dformatsgenerator.py153 """Generate an include file.
155 - directory - subdirectory to put file in
156 - basename - base name of the file
157 - contents - contents of the file (Asciidoc boilerplate aside)"""
160 self.logMsg('diag', '# Generating include file:', filename)
162 write(self.genOpts.conventions.warning_comment, file=fp)
166 write(str, file=fp)
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dmodule_test.cpp4 // you may not use this file except in compliance with the License.
251 %5 = OpString "file.ext" in TEST()
284 %5 = OpString "file.ext" in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dmodule_test.cpp4 // you may not use this file except in compliance with the License.
251 %5 = OpString "file.ext" in TEST()
284 %5 = OpString "file.ext" in TEST()
/third_party/skia/src/ports/
H A DSkOSFile_posix.cpp5 * found in the LICENSE file.
112 size_t sk_qread(FILE* file, void* buffer, size_t count, size_t offset) { in sk_qread() argument
113 int fd = sk_fileno(file); in sk_qread()
205 if (entry) { // we broke out with a file in next()
/third_party/python/Lib/test/test_importlib/source/
H A Dtest_finder.py23 __init__.py file. If there is a directory without an __init__.py an
73 # PEP 3147 pyc file to rename.
129 with open('mod.py', 'w', encoding='utf-8') as file:
130 file.write("# test file for importlib")
172 # If a directory got changed to a file from underneath us, then don't
/third_party/python/Lib/test/
H A Dtest_modulefinder.py387 with open_file(source_path) as file:
388 file.write('testing_modulefinder = True\n'.encode('utf-8'))
H A Dtest_zipfile64.py35 # And write it to a file.
55 (num, filecount)), file=sys.__stdout__)
67 (num, filecount)), file=sys.__stdout__)
71 # Try the temp file first. If we do TESTFN2 first, then it hogs
80 # Try the temp file first. If we do TESTFN2 first, then it hogs
H A Dtest_unicode_file_functions.py1 # Test the Unicode versions of normal file functions
135 others |= set(normalize(nf, file) for file in files)
/third_party/skia/third_party/externals/icu/source/common/
H A Ddictionarydata.cpp38 udata_close(file); in ~UCharsDictionaryMatcher()
90 udata_close(file); in ~BytesDictionaryMatcher()
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/
H A DstripInternal-when-prepend-is-completely-internal.js86 [12:00:11 AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist
90 [12:00:22 AM] Project 'src/third/tsconfig.json' is out of date because output file 'src/third/thirdjs/output/third-output.tsbuildinfo' does not exist
102 {"version":3,"file":"first-output.d.ts","sourceRoot":"","sources":["../first_PART1.ts"],"names":[],"mappings":"AAAgB,QAAA,MAAM,CAAC,IAAI,CAAC"}
143 {"version":3,"file":"first-output.js","sourceRoot":"","sources":["../first_PART1.ts"],"names":[],"mappings":"AAAA,eAAe,CAAC,IAAM,CAAC,GAAG,CAAC,CAAC"}
186 {"bundle":{"commonSourceDirectory":"..","sourceFiles":["../first_PART1.ts"],"js":{"sections":[{"pos":0,"end":28,"kind":"text"}],"mapHash":"8137573854-{\"version\":3,\"file\":\"first-output.js\",\"sourceRoot\":\"\",\"sources\":[\"../first_PART1.ts\"],\"names\":[],\"mappings\":\"AAAA,eAAe,CAAC,IAAM,CAAC,GAAG,CAAC,CAAC\"}","hash":"-14536113207-/* @internal */ var A = 1;\r\n//# sourceMappingURL=first-output.js.map"},"dts":{"sections":[{"pos":0,"end":20,"kind":"internal"}],"mapHash":"1199471594-{\"version\":3,\"file\":\"first-output.d.ts\",\"sourceRoot\":\"\",\"sources\":[\"../first_PART1.ts\"],\"names\":[],\"mappings\":\"AAAgB,QAAA,MAAM,CAAC,IAAI,CAAC\"}","hash":"10602481092-declare const A = 1;\r\n//# sourceMappingURL=first-output.d.ts.map"}},"program":{"fileNames":["../first_part1.ts"],"fileInfos":["2890484261-/* @internal */ const A = 1;"],"options":{"composite":true,"outFile":"./first-output.js"},"outSignature":"-2963648387-declare const A = 1;\r\n","latestChangedDtsFile":"./first-output.d.ts"},"version":"FakeTSVersion"}
219 "mapHash": "8137573854-{\"version\":3,\"file\":\"first-output.js\",\"sourceRoot\":\"\",\"sources\":[\"../first_PART1.ts\"],\"names\":[],\"mappings\":\"AAAA,eAAe,CAAC,IAAM,CAAC,GAAG,CAAC,CAAC\"}"
230 "mapHash": "1199471594-{\"version\":3,\"file\":\"first-output.d.ts\",\"sourceRoot\":\"\",\"sources\":[\"../first_PART1.ts\"],\"names\":[],\"mappings\":\"AAAgB,QAAA,MAAM,CAAC,IAAI,CAAC\"}"
261 {"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../third_part1.ts"],"names":[],"mappings":"AAAA,eAAe,CAAC,IAAM,CAAC,GAAG,CAAC,CAAC;ACA5B,IAAM,CAAC,GAAG,CAAC,CAAC"}
328 {"bundle":{"commonSourceDirectory":"../..","sourceFiles":["../../third_part1.ts"],"js":{"sections":[{"pos":0,"end":28,"kind":"prepend","data":"../../../first/bin/first-output.js","texts":[{"pos":0,"end":28,"kind":"text"}]},{"pos":28,"end":40,"kind":"text"}],"mapHash":"27220614446-{\"version\":3,\"file\"
[all...]
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/
H A DjsxImportSource-option-changed-incremental.js63 Imported via "react/jsx-runtime" from file 'index.tsx' with packageId 'react/jsx-runtime/index.d.ts@0.0.1' to import 'jsx' and 'jsxs' factory functions
177 Imported via "preact/jsx-runtime" from file 'index.tsx' with packageId 'preact/jsx-runtime/index.d.ts@0.0.1' to import 'jsx' and 'jsxs' factory functions
220 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./node_modules/preact/jsx-runtime/index.d.ts","./index.tsx"],"fileInfos":[{"version":"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };","affectsGlobalScope":true},"-17896129664-export namespace JSX {\n interface Element {}\n interface IntrinsicElements {\n div: {\n propB?: boolean;\n };\n }\n}\nexport function jsx(...args: any[]): void;\nexport function jsxs(...args: any[]): void;\nexport const Fragment: unique symbol;\n",{"version":"-14760199789-export const App = () => <div propA={true}></div>;","signature":"-8162467991-export declare const App: () => import(\"preact/jsx-runtime\").JSX.Element;\n"}],"options":{"jsx":4,"jsxImportSource":"preact","module":1},"fileIdsList":[[2]],"referencedMap":[[3,1]],"exportedModulesMap":[[3,1]],"semanticDiagnosticsPerFile":[1,[3,[{"file":"./index.tsx","start":30,"length":5,"code":2322,"category":1,"messageText":{"messageText":"Type '{ propA: boolean; }' is not assignable to type '{ propB?: boolean; }'.","category":1,"code":2322,"next":[{"messageText":"Property 'propA' does not exist on type '{ propB?: boolean; }'. Did you mean 'propB'?","category":1,"code":2551}]}}]],2]},"version":"FakeTSVersion"}
271 "file": "./index.tsx",
/third_party/python/PC/
H A Dmsvcrtmodule.c104 Lock part of a file based on file descriptor fd from the C runtime.
106 Raises OSError on failure. The locked region of the file extends from
107 the current file position for nbytes bytes, and may continue beyond
108 the end of the file. mode must be one of the LK_* constants listed
109 below. Multiple regions in a file may be locked at the same time, but
142 Set the line-end translation mode for the file descriptor fd.
170 Create a C runtime file descriptor from the file handle handle.
173 and os.O_TEXT. The returned file descripto
407 msvcrt_CrtSetReportFile_impl(PyObject *module, int type, void *file) msvcrt_CrtSetReportFile_impl() argument
[all...]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_map_field.cc45 const FileDescriptor* file_descriptor = field_descriptor->file(); in IsProto3Field()
79 if (HasDescriptorMethods(descriptor->file(), options)) { in SetMessageVariables()
/third_party/skia/infra/bots/recipes/
H A Dskpbench.py3 # found in the LICENSE file.
16 'recipe_engine/file',
53 api.file.ensure_directory(
165 api.file.ensure_directory('makedirs tmp_dir', api.vars.tmp_dir)
/third_party/skia/infra/bots/recipe_modules/flavor/
H A Dios.py3 # found in the LICENSE file.
71 image_pkgs = self.m.file.glob_paths('locate ios-dev-image package',
80 contents = self.m.file.listdir(

Completed in 14 milliseconds

1...<<111112113114115116117118119120>>...307