Home
last modified time | relevance | path

Searched defs:description (Results 451 - 475 of 1019) sorted by relevance

1...<<11121314151617181920>>...41

/third_party/ffmpeg/libavutil/
H A Dchannel_layout.c43 const char *description; member
/third_party/gn/src/base/json/
H A Djson_parser.cc736 FormatErrorMessage(int line, int column, const std::string& description) FormatErrorMessage() argument
/third_party/gn/src/gn/
H A Djson_project_writer.cc384 auto description = in GenerateJSON() local
/third_party/glfw/tests/
H A Devents.c285 static void error_callback(int error, const char* description) in error_callback() argument
/third_party/glfw/examples/
H A Dheightmap.c396 static void error_callback(int error, const char* description) in error_callback() argument
/third_party/alsa-lib/src/control/
H A Dnamehint.c51 hint_list_add(struct hint_list *list, const char *name, const char *description) hint_list_add() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNFRule.java131 public static void makeRules(String description, in makeRules() argument
269 parseRuleDescriptor(String description) parseRuleDescriptor() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNFRule.java132 public static void makeRules(String description, in makeRules() argument
270 parseRuleDescriptor(String description) parseRuleDescriptor() argument
[all...]
/third_party/libphonenumber/tools/cpp/src/cpp-build/
H A Dgenerate_geocoding_data.cc178 string prefix, description; in ParsePrefixes() local
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dbignum_common.py191 def description(self) -> str: member in OperationCommon
363 def description(self) -> str: member in ModOperationCommon
/third_party/ltp/include/lapi/
H A Dkeyctl.h23 add_key(const char *type, const char *description, const void *payload, size_t plen, key_serial_t ringid) add_key() argument
33 request_key(const char *type, const char *description, const char *callout_info, key_serial_t destringid) request_key() argument
/third_party/ninja/
H A Dconfigure.py441 description='CXX $out') variable
447 description='LIB $out') variable
451 description='AR $out') variable
455 description='AR $out') variable
461 description='LINK $out') variable
465 description='LINK $out') variable
474 description='INLINE $out') variable
493 description='RE2C $out') variable
618 description variable
621 description='XSLTPROC $out') global() variable
631 description='DBLATEX $out') global() variable
638 description='DOXYGEN $in') global() variable
643 description='DOXYGEN_MAINPAGE $out') global() variable
669 description='Building rpms..') global() variable
[all...]
/third_party/mesa3d/src/intel/dev/
H A Dintel_debug.h155 uint8_t description[]; member
/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
H A Dupdate_geocoding.cc179 std::string description; in ModifyPrefixDescriptions() local
/third_party/node/deps/v8/src/compiler/
H A Drepresentation-change.cc24 const char* Truncation::description() const { in description() function in v8::internal::compiler::Truncation
/third_party/node/deps/v8/src/inspector/
H A Dv8-stack-trace-impl.cc70 buildInspectorObjectCommon( V8Debugger* debugger, const std::vector<std::shared_ptr<StackFrame>>& frames, const String16& description, const std::shared_ptr<AsyncStackTrace>& asyncParent, const V8StackTraceId& externalParent, int maxAsyncDepth) buildInspectorObjectCommon() argument
396 capture( V8Debugger* debugger, const String16& description, bool skipTopFrame) capture() argument
438 AsyncStackTrace( const String16& description, std::vector<std::shared_ptr<StackFrame>> frames, std::shared_ptr<AsyncStackTrace> asyncParent, const V8StackTraceId& externalParent) AsyncStackTrace() argument
464 const String16& AsyncStackTrace::description() const { return m_description; } description() function in v8_inspector::AsyncStackTrace
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-literals.cc517 CreateLiteralWithoutAllocationSite( Isolate* isolate, Handle<HeapObject> description, int flags) CreateLiteralWithoutAllocationSite() argument
527 CreateLiteral(Isolate* isolate, MaybeHandle<FeedbackVector> maybe_vector, int literals_index, Handle<HeapObject> description, int flags) CreateLiteral() argument
589 Handle<ObjectBoilerplateDescription> description = RUNTIME_FUNCTION() local
606 Handle<ObjectBoilerplateDescription> description = RUNTIME_FUNCTION() local
617 Handle<ArrayBoilerplateDescription> description = RUNTIME_FUNCTION() local
[all...]
/third_party/node/deps/v8/src/torque/
H A Dcpp-builder.h123 void SetDescription(std::string description) { in SetDescription() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_screen.h135 wchar_t description[128]; member
149 char description[256]; member
/third_party/python/Tools/ssl/
H A Dmultissltests.py69 description=( variable
/third_party/openssl/test/testutil/
H A Ddriver.c259 test_verdict(int verdict, const char *description, ...) test_verdict() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCase.cpp47 AmberTestCase(tcu::TestContext& testCtx, const char* name, const char* description, const std::string& readFilename) AmberTestCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsBase.cpp53 std::string getOpTypeImageComponent (const vk::PlanarFormatDescription& description) in getOpTypeImageComponent() argument
89 std::string getImageComponentTypeName (const vk::PlanarFormatDescription& description) in getImageComponentTypeName() argument
125 std::string getImageComponentVec4TypeName (const vk::PlanarFormatDescription& description) in getImageComponentVec4TypeName() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationGeometryPassthroughTests.cpp419 std::string description; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberTestCase.cpp47 AmberTestCase(tcu::TestContext& testCtx, const char* name, const char* description, const std::string& readFilename) AmberTestCase() argument

Completed in 21 milliseconds

1...<<11121314151617181920>>...41