| /third_party/python/Modules/clinic/ |
| H A D | termios.c.h | 59 termios_tcsetattr(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in termios_tcsetattr() argument 99 termios_tcsendbreak(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in termios_tcsendbreak() argument 165 termios_tcflush(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in termios_tcflush() argument 204 termios_tcflow(PyObject *module, PyObject *const *args, Py_ssize_t nargs) termios_tcflow() argument 271 termios_tcsetwinsize(PyObject *module, PyObject *const *args, Py_ssize_t nargs) termios_tcsetwinsize() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
| H A D | call_once.h | 193 void LowLevelCallOnce(absl::once_flag* flag, Callable&& fn, Args&&... args) { in LowLevelCallOnce() argument 206 void call_once(absl::once_flag& flag, Callable&& fn, Args&&... args) { in call_once() argument 147 CallOnceImpl(std::atomic<uint32_t>* control, base_internal::SchedulingMode scheduling_mode, Callable&& fn, Args&&... args) CallOnceImpl() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/functional/ |
| H A D | function_ref_benchmark.cc | 40 void ABSL_ATTRIBUTE_NOINLINE CallFunction(Function f, Args&&... args) { in CallFunction() argument 45 ConstructAndCallFunctionBenchmark(benchmark::State& state, const Callable& c, Args&&... args) ConstructAndCallFunctionBenchmark() argument 87 CallFunctionBenchmark(benchmark::State& state, const Callable& c, Args... args) CallFunctionBenchmark() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | str_cat.h | 341 StrCat( const AlphaNum& a, const AlphaNum& b, const AlphaNum& c, const AlphaNum& d, const AlphaNum& e, const AV&... args) StrCat() argument 386 StrAppend(std::string* dest, const AlphaNum& a, const AlphaNum& b, const AlphaNum& c, const AlphaNum& d, const AlphaNum& e, const AV&... args) StrAppend() argument
|
| H A D | substitute.h | 246 const absl::string_view args[] = {a0.piece()}; in SubstituteAndAppend() local 254 const absl::string_view args[] = {a0.piece(), a1.piece()}; in SubstituteAndAppend() local 263 const absl::string_view args[] = {a0.piece(), a1.piece(), a2.piece()}; in SubstituteAndAppend() local 273 const absl::string_view args[] = {a0.piece(), a1.piece(), a2.piece(), SubstituteAndAppend() local 285 const absl::string_view args[] = {a0.piece(), a1.piece(), a2.piece(), SubstituteAndAppend() local 298 const absl::string_view args[] = {a0.piece(), a1.piece(), a2.piece(), SubstituteAndAppend() local 312 const absl::string_view args[] = {a0.piece(), a1.piece(), a2.piece(), SubstituteAndAppend() local 325 const absl::string_view args[] = {a0.piece(), a1.piece(), a2.piece(), SubstituteAndAppend() local 339 const absl::string_view args[] = {a0.piece(), a1.piece(), a2.piece(), SubstituteAndAppend() local 353 const absl::string_view args[] = { SubstituteAndAppend() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
| H A D | variant_exception_safety_test.cc | 135 Thrower ExpectedThrower(Args&&... args) { in ExpectedThrower() argument 465 Thrower args = ExpectedThrower(); in TEST() local
|
| H A D | variant.h | 524 constexpr explicit variant(in_place_type_t<T>, Args&&... args) in variant() argument 550 constexpr explicit variant(in_place_index_t<I>, Args&&... args) in variant() argument 623 T& emplace(Args&&... args) { in emplace() argument 538 variant(in_place_type_t<T>, std::initializer_list<U> il, Args&&... args) variant() argument 560 variant(in_place_index_t<I>, std::initializer_list<U> il, Args&&... args) variant() argument 644 emplace(std::initializer_list<U> il, Args&&... args) emplace() argument 664 emplace(Args&&.... args) emplace() argument 681 emplace(std::initializer_list<U> il, Args&&... args) emplace() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | container_memory_test.cc | 187 DecomposePairImpl(int, F&& f, Args&&... args) { in DecomposePairImpl() argument 192 const char* DecomposePairImpl(char, F&& f, Args&&... args) { in DecomposePairImpl() argument 198 TryDecomposePair(F&& f, Args&&... args) { in TryDecomposePair() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
| H A D | bind_test.cc | 47 const FormatArgImpl args[] = {FormatArgImpl(ia[0]), FormatArgImpl(ia[1]), in TEST_F() local 110 const FormatArgImpl args[] = {FormatArgImpl(args_i[0]), TEST_F() local 126 const FormatArgImpl args[] = {FormatArgImpl(ia[0]), FormatArgImpl(ia[1]), TEST_F() local [all...] |
| /third_party/skia/include/sksl/ |
| H A D | DSLFunction.h | 75 DSLExpression operator()(Args&&... args) { in operator ()() argument 91 void collectArgs(ExpressionArray& args) {} in collectArgs() argument 94 void collectArgs(ExpressionArray& args, DSLVar& var, RemainingArgs&&... remaining) { in collectArgs() argument 100 void collectArgs(ExpressionArray& args, DSLExpressio argument [all...] |
| H A D | DSLType.h | 155 static DSLPossibleExpression Construct(DSLType type, DSLVarBase& var, Args&&... args) { in Construct() argument 161 static DSLPossibleExpression Construct(DSLType type, DSLExpression expr, Args&&... args) { in Construct() argument
|
| /third_party/spirv-tools/source/opt/ |
| H A D | pass_manager.h | 137 inline void PassManager::AddPass(Args&&... args) { in AddPass() argument
|
| /third_party/spirv-tools/test/val/ |
| H A D | val_non_uniform_test.cpp | 168 std::string args = std::get<3>(GetParam()); in TEST_P() local 182 sstr << args << "\n"; in TEST_P() local 208 std::string args = std::get<3>(GetParam()); in TEST_P() local 222 sstr << args << "\\n"; TEST_P() local [all...] |
| /third_party/vk-gl-cts/scripts/ |
| H A D | build_caselists.py | 144 args = parseArgs() variable
|
| /third_party/vk-gl-cts/external/vulkancts/scripts/ |
| H A D | build_spirv_binaries.py | 107 args = parseArgs() variable
|
| H A D | gen_vulkan_header.py | 246 args = parser.parse_args() global() variable [all...] |
| /third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
| H A D | vksClient.hpp | 95 inline bool RemoteWriteFtm (int type, const char* format, va_list args) in RemoteWriteFtm() argument
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuTestHierarchyUtil.cpp | 56 std::map<string, string> args; in makePackageFilename() local
|
| /third_party/vk-gl-cts/framework/delibs/depool/ |
| H A D | dePoolStringBuilder.c | 95 va_list args; in dePoolStringBuilder_appendFormat() local
|
| /third_party/vk-gl-cts/framework/qphelper/ |
| H A D | gen_release_info.py | 100 args = parseArgs() variable [all...] |
| /applications/sample/camera/communication/wpa_cli/src/ |
| H A D | wpa_cli_sample.c | 107 static void* MonitorTask(void *args) in MonitorTask() argument
|
| /applications/standard/app_samples/code/BasicFeature/Native/ArkTSXComponent/entry/src/main/cpp/manager/ |
| H A D | plugin_manager.cpp | 35 napi_value args[1] = {nullptr}; in ParseId() local 122 napi_value args[3] = {nullptr}; in ChangeSurface() local
|
| /base/hiviewdfx/hiview/base/utility/ |
| H A D | common_utils.cpp | 83 int ExecCommand(const std::string &cmd, const std::vector<std::string> &args) in ExecCommand() argument 199 int WriteCommandResultToFile(int fd, const std::string &cmd, const std::vector<std::string> &args) in WriteCommandResultToFile() argument
|
| /base/hiviewdfx/hiview/plugins/faultlogger/service/idl/ |
| H A D | faultlogger_service_ohos.cpp | 49 int32_t FaultloggerServiceOhos::Dump(int32_t fd, const std::vector<std::u16string> &args) in Dump() argument
|
| /base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
| H A D | ipc_stat_dumper.cpp | 72 bool IPCStatDumper::CheckPidIsSa(const sptr<ISystemAbilityManager> &sam, std::vector<std::string> &args, in CheckPidIsSa() argument 103 bool IPCStatDumper::CheckPidIsApp(const sptr<ISystemAbilityManager> &sam, std::vector<std::string> &args, in CheckPidIsApp() argument 135 bool IPCStatDumper::CheckPidIsDriver(const sptr<ISystemAbilityManager> &sam, std::vector<std::string> &args, in CheckPidIsDriver() argument 174 std::vector<std::string> args; in SetIpcStatCmd() local [all...] |