Home
last modified time | relevance | path

Searched defs:source (Results 1 - 25 of 1989) sorted by relevance

12345678910>>...80

/third_party/python/Lib/test/test_import/data/circular_imports/
H A Duse.py1 from . import source namespace
/third_party/node/test/parallel/
H A Dtest-stream2-pipe-error-handling.js[all...]
/third_party/rust/crates/serde/serde/src/
H A Dstd_error.rs45 fn source(&self) -> Option<&(Error + 'static)> { functions
/foundation/ability/ability_runtime/frameworks/cj/ffi/
H A Dcj_utils_ffi.cpp22 char* CreateCStringFromString(const std::string& source) in CreateCStringFromString() argument
/third_party/rust/crates/log/src/kv/
H A Dmod.rs17 pub mod source; modules
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DBufferVariables_test.cpp47 const std::string &source = in TEST_F() local
65 const std::string &source = in TEST_F() local
80 const std::string &source = in TEST_F() local
98 const std::string &source = in TEST_F() local
117 const std::string &source in TEST_F() local
132 const std::string &source = TEST_F() local
150 const std::string &source = TEST_F() local
167 const std::string &source = TEST_F() local
185 const std::string &source = TEST_F() local
203 const std::string &source = TEST_F() local
221 const std::string &source = TEST_F() local
239 const std::string &source = TEST_F() local
260 const std::string &source = TEST_F() local
281 const std::string &source = TEST_F() local
300 const std::string &source = TEST_F() local
318 const std::string &source = TEST_F() local
337 const std::string &source = TEST_F() local
355 const std::string &source = TEST_F() local
373 const std::string &source = TEST_F() local
391 const std::string &source = TEST_F() local
409 const std::string &source = TEST_F() local
427 const std::string &source = TEST_F() local
451 const std::string &source = TEST_F() local
469 const std::string &source = TEST_F() local
488 const std::string &source = TEST_F() local
507 const std::string &source = TEST_F() local
526 const std::string &source = TEST_F() local
545 const std::string &source = TEST_F() local
560 const std::string &source = TEST_F() local
578 const std::string &source = TEST_F() local
596 const std::string &source = TEST_F() local
617 const std::string &source = TEST_F() local
638 const std::string &source = TEST_F() local
659 const std::string &source = TEST_F() local
[all...]
H A DAtomicCounter_test.cpp38 const std::string &source = in TEST_F() local
78 const std::string &source = in TEST_F() local
93 const std::string &source = in TEST_F() local
108 const std::string &source = in TEST_F() local
123 const std::string &source in TEST_F() local
139 const std::string &source = TEST_F() local
155 const std::string &source = TEST_F() local
172 const std::string &source = TEST_F() local
188 const std::string &source = TEST_F() local
203 const std::string &source = TEST_F() local
219 const std::string &source = TEST_F() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/examples/cpp-interface/
H A Dmain.cpp30 const std::string source = in main() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/examples/cpp-interface/
H A Dmain.cpp30 const std::string source = in main() local
/third_party/spirv-tools/examples/cpp-interface/
H A Dmain.cpp30 const std::string source = in main() local
/third_party/typescript/tests/baselines/reference/
H A DAPISample_transform.js36 var source = "let x: string = 'string'"; variable
/third_party/jerryscript/tests/jerry/es5.1/
H A Dbuiltin-prototypes.js
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/parser/
H A Dparser.go[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/
H A Dparser.go[all...]
/third_party/spirv-tools/utils/vscode/src/parser/
H A Dparser.go[all...]
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-util/
H A Djs_source.h20 const char* source; member
/third_party/skia/third_party/externals/angle2/src/image_util/
H A Dcopyimage.cpp14 void CopyBGRA8ToRGBA8(const uint8_t *source, uint8_t *dest) in CopyBGRA8ToRGBA8() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Descaping.h75 inline bool CUnescape(absl::string_view source, std::string* dest) { in CUnescape() argument
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_source_ohos.h29 explicit ImageSourceOhos(std::unique_ptr<Media::ImageSource>&& source) : imageSource_(std::move(source)) {} in ImageSourceOhos() argument
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_object_svg.cpp19 RefPtr<ImageObject> GetImageSvgDomObj(ImageSourceInfo source, const std::unique_ptr<SkMemoryStream >& svgStream, in GetImageSvgDomObj() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dpatch_extractor.cpp26 PatchExtractor::PatchExtractor(const std::string &source) : BaseExtractor(source) {} in PatchExtractor() argument
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davdemuxer.h135 static std::shared_ptr<AVDemuxer> CreateWithSource(std::shared_ptr<AVSource> source) in CreateWithSource() argument
/foundation/multimedia/av_codec/test/unittest/demuxer_test/inner/
H A Ddemuxer_inner_mock_factory.cpp21 std::shared_ptr<DemuxerMock> AVDemuxerMockFactory::CreateDemuxer(std::shared_ptr<AVSourceMock> source) in CreateDemuxer() argument
/foundation/multimedia/av_codec/test/unittest/avsource_test/inner/
H A Davsource_inner_mock.h28 explicit AVSourceInnerMock(std::shared_ptr<AVSource> source) : source_(source) {} in AVSourceInnerMock() argument
/foundation/multimedia/av_codec/test/unittest/demuxer_test/capi/
H A Ddemuxer_capi_mock_factory.cpp21 std::shared_ptr<DemuxerMock> AVDemuxerMockFactory::CreateDemuxer(std::shared_ptr<AVSourceMock> source) in CreateDemuxer() argument

Completed in 25 milliseconds

12345678910>>...80