Home
last modified time | relevance | path

Searched defs:describe (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/utils/
Dupdate_build_version.py97 def describe(directory): function
/third_party/vk-gl-cts/external/amber/src/tools/
Dupdate_build_version.py44 def describe(directory): function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
Dupdate_build_version.py97 def describe(directory): function
/third_party/spirv-tools/utils/
Dupdate_build_version.py104 def describe(repo_path): function
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts24 declare var describe; variable
/third_party/glslang/
Dbuild_info.py117 def describe(directory): function
/third_party/node/lib/
Dtest.js12 describe, property
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
DAHBFunctions.h22 void describe(const AHardwareBuffer *buffer, AHardwareBuffer_Desc *outDesc) const in describe() function
/third_party/node/deps/npm/node_modules/@npmcli/config/lib/definitions/
Ddefinition.js77 describe () { method in Definition
/third_party/vk-gl-cts/modules/egl/
DteglAndroidUtil.cpp108 pfnAHardwareBuffer_describe describe; member
262 AHardwareBuffer_Desc AndroidNativeClientBuffer::describe (void) in describe() function in deqp::egl::Image::__anon77b959560111::AndroidNativeClientBuffer
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/resolver/
Dresolve.go517 func describe(n sem.Named) string { func
/third_party/node/lib/internal/test_runner/
Dharness.js265 describe: runInParentContext(Suite), property
/third_party/node/deps/googletest/include/gtest/
Dgtest-matchers.h319 void (*describe)(const MatcherBase&, std::ostream*, bool negation); member
/third_party/googletest/googletest/include/gtest/
Dgtest-matchers.h355 void (*describe)(const MatcherBase&, std::ostream*, bool negation); member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
DvktExternalMemoryUtil.cpp1486 pfnAHardwareBuffer_describe describe; member
1594 void AndroidHardwareBufferExternalApi26::describe( const vk::pt::AndroidHardwareBufferPtr buffer, in describe() function in vkt::ExternalMemoryUtil::AndroidHardwareBufferExternalApi26
/third_party/rust/crates/cxx/syntax/
Dcheck.rs698 fn describe(cx: &mut Check, ty: &Type) -> String { in describe() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp1510 pfnAHardwareBuffer_describe describe; member
1618 void AndroidHardwareBufferExternalApi26::describe( const vk::pt::AndroidHardwareBufferPtr buffer, in describe() function in vkt::ExternalMemoryUtil::AndroidHardwareBufferExternalApi26
/third_party/libabigail/tests/lib/
Dcatch.hpp3297 std::string describe() const override { in describe() function
3331 std::string describe() const override { in describe() function
3365 std::string describe() const override { in describe() function
3510 std::string describe() const override { in describe() function in Catch::Matchers::Generic::PredicateMatcher
3621 std::string describe() const override { in describe() function
3651 std::string describe() const override { in describe() function
3675 std::string describe() const override { in describe() function
3694 std::string describe() const override { in describe() function
3727 std::string describe() const override { in describe() function
4969 std::string describe() const override { in describe() function
[all …]
/third_party/typescript/src/testRunner/unittests/
DincrementalParser.ts840 describe(`${tsIgnoreComment} comment directives`, () => { constant
/third_party/typescript/tests/baselines/reference/
Dparserharness.js1846 export function describe(description: string, block: () => any) { function
3672 function describe(description, block) { function
/third_party/python/Lib/
Dpydoc.py1687 def describe(thing): function