Home
last modified time | relevance | path

Searched refs:file (Results 4476 - 4500 of 8833) sorted by relevance

1...<<171172173174175176177178179180>>...354

/third_party/skia/tools/skpbench/
H A D_hardware_android.py4 # found in the LICENSE file.
67 file=sys.stderr)
/third_party/typescript/tests/baselines/reference/tsc/incremental/
H A Dchange-to-type-that-gets-used-as-global-through-export-in-another-file-through-indirect-import.js163 Change:: Modify imports used in global file
198 //// [/src/project/reexport.js] file written with same contents
200 {"program":{"fileNames":["../../lib/lib.d.ts","./class1.ts","./constants.ts","./reexport.ts","./types.d.ts"],"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},{"version":"4085502068-const a: MagicNumber = 1;\nconsole.log(a);","signature":"-4973037314-declare const a = 2;\r\n","affectsGlobalScope":true},{"version":"-2659799015-export default 2;","signature":"1573564507-declare const _default: 2;\r\nexport default _default;\r\n"},{"version":"-1476032387-export { default as ConstantNumber } from \"./constants\"","signature":"-1329721329-export { default as ConstantNumber } from \"./constants\";\r\n"},{"version":"2093085814-type MagicNumber = typeof import('./reexport').ConstantNumber","affectsGlobalScope":true}],"options":{"composite":true},"fileIdsList":[[3],[4]],"referencedMap":[[4,1],[5,2]],"exportedModulesMap":[[4,1],[5,2]],"semanticDiagnosticsPerFile":[1,[2,[{"file":"./class1.ts","start":6,"length":1,"code":2322,"category":1,"messageText":"Type '1' is not assignable to type '2'."}]],3,4,5],"latestChangedDtsFile":"./constants.d.ts"},"version":"FakeTSVersion"}
270 "file": "./class1.ts",
/third_party/toybox/kconfig/
H A Dlkc.h92 struct file *file_lookup(const char *name);
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_extension.cc56 scope_ = name_resolver_->GetImmutableClassName(descriptor_->file()); in ImmutableExtensionGenerator()
H A Djava_message_builder_lite.cc67 GOOGLE_CHECK(!HasDescriptorMethods(descriptor->file(), context->EnforceLite())) in MessageBuilderLiteGenerator()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_extension.cc75 // Unlike normal message fields, check if the file for the extension was in GenerateMembersHeader()
77 vars["deprecated_attribute"] = GetOptionalDeprecatedAttribute(descriptor_, descriptor_->file()); in GenerateMembersHeader()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dscc.h55 // All messages must necessarily be in the same file.
56 const FileDescriptor* GetFile() const { return descriptors[0]->file(); } in GetFile()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_extension.cc143 descriptor_->containing_type()->file()->name() == in GenerateDefinition()
/third_party/skia/infra/bots/recipe_modules/flavor/
H A Dssh.py3 # found in the LICENSE file.
28 ssh_info = self.m.file.read_json('read ssh_machine.json', path,
/third_party/skia/infra/bots/recipe_modules/checkout/examples/
H A Dfull.py3 # found in the LICENSE file.
9 'recipe_engine/file',
51 api.file.ensure_directory('makedirs tmp_dir', api.vars.tmp_dir)
/third_party/skia/bin/
H A Dfetch-sk6 # found in the LICENSE file.
47 print('Unable to find sk_tool_revision in DEPS', file=sys.stderr)
56 # When we download 'sk', we write the version information to a file so we can
57 # keep track of which version we have. Read the file to determine whether the
99 # Write the downloaded version info to a file.
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/
H A Dpowerpc64.s10 .file "powerpc64le.s"
H A Driscv64.s10 .file "riscv64.s"
H A Dx86_64.s12 .file "x86_64.s"
H A Darm.s10 .file "arm.s"
H A Daarch64.s12 .file "aarch64.s"
/third_party/spirv-tools/test/opt/
H A Dstrip_nonsemantic_info_test.cpp4 // you may not use this file except in compliance with the License.
234 %2 = OpString "file" in TEST_F()
/third_party/spirv-tools/utils/vscode/
H A Dinstall.bat4 @REM you may not use this file except in compliance with the License.
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestUtil.hpp10 * you may not use this file except in compliance with the License.
22 * \file
113 FboIncompleteException (deUint32 reason, const char* file, int line);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DInfoSink.h4 // found in the LICENSE file.
126 void location(int file, int line);
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp4 * you may not use this file except in compliance with the License.
191 for (const auto& file : files) { in GetConfigurationCommon()
192 if (EndWith(file, FILE_TYPE_JSON) && !StartWith(file, STYLES_FOLDER)) { in GetConfigurationCommon()
193 std::string tmp = file.substr(0, file.size() - (sizeof(FILE_TYPE_JSON) - 1)); in GetConfigurationCommon()
2000 for (const auto& file : files) { in LoadResourceConfiguration()
2001 resourceFolderName.insert(file.substr(0, file.find_first_of("/"))); in LoadResourceConfiguration()
2020 for (const auto& file in LoadResourceConfiguration()
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h7 * this file except in compliance with the License. You can obtain a copy
8 * in the file LICENSE in the source distribution or at
1572 /* serverinfo file format versions */
1582 __owur int SSL_CTX_use_serverinfo_file(SSL_CTX *ctx, const char *file);
1585 __owur int SSL_use_RSAPrivateKey_file(SSL *ssl, const char *file, int type);
1588 __owur int SSL_use_PrivateKey_file(SSL *ssl, const char *file, int type);
1589 __owur int SSL_use_certificate_file(SSL *ssl, const char *file, int type);
1592 __owur int SSL_CTX_use_RSAPrivateKey_file(SSL_CTX *ctx, const char *file,
1595 __owur int SSL_CTX_use_PrivateKey_file(SSL_CTX *ctx, const char *file,
1597 __owur int SSL_CTX_use_certificate_file(SSL_CTX *ctx, const char *file,
1604 const char *file); global() variable
[all...]
/third_party/lame/
H A Dconfigure112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
373 # Test if FILE is an executable regular file.
524 rm -f conf$$ conf$$.exe conf$$.file
526 rm -f conf$$.dir/conf$$.file
531 if (echo >conf$$.file) 2>/dev/null; then
532 if ln -s conf$$.file conf$$ 2>/dev/null; then
535 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
538 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
540 elif ln conf$$.file con
[all...]
/base/notification/common_event_service/services/src/
H A Dinner_common_event_manager.cpp4 * you may not use this file except in compliance with the License.
59 EVENT_LOGE("Failed to get config file."); in InnerCommonEventManager()
89 std::ifstream file(path); in GetJsonFromFile()
90 if (!file.good()) { in GetJsonFromFile()
91 EVENT_LOGE("Failed to open file %{public}s.", path); in GetJsonFromFile()
94 root = nlohmann::json::parse(file, nullptr, false); in GetJsonFromFile()
95 file.close(); in GetJsonFromFile()
97 EVENT_LOGE("Failed to parse json from file %{public}s.", path); in GetJsonFromFile()
109 EVENT_LOGD("Get json value by file path."); in GetJsonByFilePath()
125 EVENT_LOGE("Config file pat in GetJsonByFilePath()
[all...]
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/src/
H A Davcodec_audio_avbuffer_encoder_demo.cpp4 * you may not use this file except in compliance with the License.
202 DEMO_CHECK_AND_RETURN_RET_LOG(inputFile_.is_open(), false, "Fatal: open input file failed"); in InitFile()
210 DEMO_CHECK_AND_RETURN_RET_LOG(inputFile_.is_open(), false, "Fatal: open input file failed"); in InitFile()
215 DEMO_CHECK_AND_RETURN_RET_LOG(inputFile_.is_open(), false, "Fatal: open input file failed"); in InitFile()
219 DEMO_CHECK_AND_RETURN_RET_LOG(outputFile_.is_open(), false, "Fatal: open output file failed"); in InitFile()
227 DEMO_CHECK_AND_RETURN_RET_LOG(InitFile(inputFile, outputFile), false, "Fatal: InitFile file failed"); in RunCase()
279 std::ifstream file(filePath, std::ios::binary | std::ios::ate); in GetFileSize()
280 if (!file) { in GetFileSize()
281 std::cerr << "Failed to open file: " << filePath << std::endl; in GetFileSize()
285 std::streampos fileSize = file in GetFileSize()
[all...]

Completed in 22 milliseconds

1...<<171172173174175176177178179180>>...354