Home
last modified time | relevance | path

Searched defs:args (Results 1651 - 1675 of 3890) sorted by relevance

1...<<61626364656667686970>>...156

/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
H A Dspy_hash_state.h72 combine(SpyHashStateImpl s, const A& a, const Args&... args) combine() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dbenchmarks.cc170 void BM_Dist(benchmark::State& state, Args&&... args) { in BM_Dist() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_testing_helpers.h323 std::tuple<T...> args; member
327 void ForEveryTwo(const Fun& fun, std::tuple<T...> args) { in ForEveryTwo() argument
H A Doptional.h103 constexpr explicit optional_data_dtor_base(in_place_t, Args&&... args) in optional_data_dtor_base() argument
132 constexpr explicit optional_data_dtor_base(in_place_t, Args&&... args) in optional_data_dtor_base() argument
151 void construct(Args&&... args) { in construct() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dbind.h147 Streamable(const UntypedFormatSpecImpl& format, absl::Span<const FormatArgImpl> args) Streamable() argument
[all...]
/third_party/skia/include/private/
H A DSkTOptional.h66 optional(Args&&... args) { in optional() argument
116 optional& emplace(Args&&... args) { in emplace() argument
124 optional& emplace(std::initializer_list<U> il, Args&&... args) { in emplace() argument
/third_party/selinux/libselinux/utils/
H A Davcstat.c48 va_list args; in die() local
/third_party/selinux/libsepol/cil/src/
H A Dcil_symtab.c136 static int __cil_symtab_destroy_helper(__attribute__((unused)) hashtab_key_t k, hashtab_datum_t d, __attribute__((unused)) void *args) in __cil_symtab_destroy_helper() argument
129 cil_symtab_map(symtab_t *symtab, int (*apply) (hashtab_key_t k, hashtab_datum_t d, void *args), void *args) cil_symtab_map() argument
/third_party/rust/crates/regex/regex-debug/src/
H A Dmain.rs83 let mut args: Args = Docopt::new(USAGE) in main() variables
[all...]
/third_party/selinux/libsepol/src/
H A Dhashtab.c143 hashtab_remove(hashtab_t h, hashtab_key_t key, void (*destroy) (hashtab_key_t k, hashtab_datum_t d, void *args), void *args) hashtab_remove() argument
220 hashtab_map(hashtab_t h, int (*apply) (hashtab_key_t k, hashtab_datum_t d, void *args), void *args) hashtab_map() argument
H A Dsidtab.c111 sepol_sidtab_map(sidtab_t * s, int (*apply) (sepol_security_id_t sid, context_struct_t * context, void *args), void *args) sepol_sidtab_map() argument
134 sepol_sidtab_map_remove_on_error(sidtab_t * s, int (*apply) (sepol_security_id_t sid, context_struct_t * context, void *args), void *args) sepol_sidtab_map_remove_on_error() argument
/third_party/spirv-tools/source/opt/
H A Dlog.h80 Logf(const MessageConsumer& consumer, spv_message_level_t level, const char* source, const spv_position_t& position, const char* format, Args&&... args) Logf() argument
128 Errorf(const MessageConsumer& consumer, const char* source, const spv_position_t& position, const char* format, Args&&... args) Errorf() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeShaderFramebufferFetchTests.cpp127 map<string, string> args; in last_frag_data_not_defined() local
154 map<string, string> args; in last_frag_data_readonly() local
179 map<string, string> args; in invalid_inout_version() local
210 map<string, string> args; invalid_redeclaration_inout() local
242 map<string, string> args; invalid_vertex_inout() local
[all...]
/third_party/vk-gl-cts/scripts/android/
H A Dinstall_apk.py216 args = parseArgs() global() variable
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c66 add_entry(struct wpabuf *xml, const char *type, const char *name, const struct wpa_dbus_argument *args, int include_dir) add_entry() argument
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksSerializer.hpp75 void Serialize (ARG&& first, ARGs&&... args) { SerializeItem(*this, first); Serialize(args...); } in Serialize() argument
/third_party/vk-gl-cts/framework/qphelper/
H A DqpDebugOut.c60 va_list args; in qpPrintf() local
68 va_list args; in qpPrintErrorf() local
74 void qpPrintv (const char* format, va_list args) in qpPrintv() argument
79 qpPrintErrorv(const char* format, va_list args) qpPrintErrorv() argument
86 va_list args; qpDief() local
94 qpDiev(const char* format, va_list args) qpDiev() argument
123 printFmt(MessageType type, const char* format, va_list args) printFmt() argument
160 printFmt(MessageType type, const char* format, va_list args) printFmt() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c66 add_entry(struct wpabuf *xml, const char *type, const char *name, const struct wpa_dbus_argument *args, int include_dir) add_entry() argument
/third_party/vulkan-loader/scripts/
H A Dloader_genvk.py354 args = parser.parse_args() global() variable
[all...]
/third_party/zlib/examples/
H A Dgznorm.c38 va_list args; in aprintf() local
/base/account/os_account/dfx/hidumper_adapter/
H A Daccount_dump_helper.cpp79 void AccountDumpHelper::Dump(const std::vector<std::string>& args, std::string& result) const in Dump() argument
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
H A Dhilog_module.cpp142 JSIValue HilogModule::Debug(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Debug() argument
147 JSIValue HilogModule::Info(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Info() argument
152 JSIValue HilogModule::Error(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Error() argument
157 JSIValue HilogModule::Warn(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Warn() argument
162 JSIValue HilogModule::Fatal(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Fatal() argument
176 IsLoggable(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) IsLoggable() argument
239 HilogImpl(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum, int level) HilogImpl() argument
290 HilogImplParseValue( const JSIValue thisVal, const JSIValue *args, uint8_t argsNum, HilogVector *params) HilogImplParseValue() argument
[all...]
/base/hiviewdfx/hilog_lite/test/unittest/
H A Dhilog_lite_test.cpp242 ACELite::JSIValue args = ACELite::JSI::CreateString(HILOG_CONTENT); in HWTEST_F() local
258 ACELite::JSIValue args = ACELite::JSI::CreateString(HILOG_CONTENT); in HWTEST_F() local
274 ACELite::JSIValue args = ACELite::JSI::CreateString(HILOG_CONTENT); in HWTEST_F() local
290 ACELite::JSIValue args = ACELite::JSI::CreateString(HILOG_CONTENT); in HWTEST_F() local
306 ACELite::JSIValue args = ACELite::JSI::CreateString(HILOG_CONTENT); in HWTEST_F() local
321 ACELite::JSIValue args[ARG_NUMBER]; HWTEST_F() local
339 ACELite::JSIValue args[ARG_NUMBER]; HWTEST_F() local
357 ACELite::JSIValue args[ARG_NUMBER]; HWTEST_F() local
375 ACELite::JSIValue args[ARG_NUMBER]; HWTEST_F() local
393 ACELite::JSIValue args[ARG_NUMBER]; HWTEST_F() local
411 ACELite::JSIValue args[ARG_NUMBER]; HWTEST_F() local
[all...]
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_dumpers_test.cpp109 std::vector<std::u16string> args; in HandleDumperExcute() local
205 std::vector<std::u16string> args; in HandleIpcStatDumperTest() local
234 std::vector<std::u16string> args; in SetIpcStatCmdTest() local
443 const std::vector<std::string> args; in HWTEST_F() local
532 std::vector<std::string> args; in HWTEST_F() local
583 std::vector<std::string> args; HWTEST_F() local
613 std::vector<std::u16string> args; HWTEST_F() local
664 std::vector<std::u16string> args; HWTEST_F() local
683 std::vector<std::u16string> args; HWTEST_F() local
703 std::vector<std::u16string> args; HWTEST_F() local
735 std::vector<std::u16string> args; HWTEST_F() local
[all...]
/base/hiviewdfx/hitrace/test/unittest/hitrace_dump/
H A Dhitrace_dump_test.cpp164 std::string args = "tags:sched clockType:boot bufferSize:1024 overwrite:1"; in HWTEST_F() local
344 std::string args = "tags:sched clockType:boot bufferSize:1024 overwrite:1"; in HWTEST_F() local
365 std::string args = "tags:sched clockType:boot bufferSize:1024 overwrite:1 output:" + filePathName; in HWTEST_F() local
386 std::string args = "clockType:boot bufferSize:1024 overwrite:1 "; in HWTEST_F() local
403 std::string args = "tags:memory clockType:boot1 bufferSize:1024 overwrite:0"; HWTEST_F() local
436 std::string args = "tags:sched clockType:boot bufferSize:1024 overwrite:1"; HWTEST_F() local
450 std::string args = "tags: sched clockType: boot bufferSize:1024 overwrite: 1"; HWTEST_F() local
470 std::string args = "tags:sched,ace,app,disk,distributeddatamgr,freq,graphic,idle,irq,load,mdfs,mmc,"; HWTEST_F() local
493 std::string args = "tags:sched,ace,app,disk,distributeddatamgr,freq,graphic,idle,irq,load,mdfs,mmc,"; HWTEST_F() local
520 std::string args = "tags:sched,ace,app,disk,distributeddatamgr,freq,graphic,idle,irq,load,mdfs,mmc,"; HWTEST_F() local
640 std::string args = "tags:sched clockType:boot bufferSize:1024 overwrite:1"; HWTEST_F() local
[all...]

Completed in 16 milliseconds

1...<<61626364656667686970>>...156