Home
last modified time | relevance | path

Searched defs:description (Results 651 - 675 of 1389) sorted by relevance

1...<<21222324252627282930>>...56

/kernel/linux/linux-6.6/include/linux/
H A Dmost.h236 const char *description; member
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-debug.c36 const char *description; member
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H A Daccess_tracking_perf_test.c262 static void run_iteration(struct kvm_vm *vm, int nr_vcpus, const char *description) in run_iteration() argument
282 access_memory(struct kvm_vm *vm, int nr_vcpus, enum access_type access, const char *description) access_memory() argument
/kernel/linux/linux-6.6/security/keys/
H A Dkey.c790 __key_create_or_update(key_ref_t keyring_ref, const char *type, const char *description, const void *payload, size_t plen, key_perm_t perm, unsigned long flags, bool allow_update) __key_create_or_update() argument
998 key_create_or_update(key_ref_t keyring_ref, const char *type, const char *description, const void *payload, size_t plen, key_perm_t perm, unsigned long flags) key_create_or_update() argument
1035 key_create(key_ref_t keyring_ref, const char *type, const char *description, const void *payload, size_t plen, key_perm_t perm, unsigned long flags) key_create() argument
[all...]
/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

Completed in 23 milliseconds

1...<<21222324252627282930>>...56