Home
last modified time | relevance | path

Searched defs:args (Results 776 - 800 of 3300) sorted by relevance

1...<<31323334353637383940>>...132

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/ipc/include/
H A Dpublisher_listener_proxy_test.h76 int Dump(int fd, const std::vector<std::u16string> &args) in Dump() argument
/foundation/filemanagement/app_file_service/interfaces/kits/js/file_share/
H A Dfileshare_n_exporter.cpp51 napi_value args[1] = {0}; in InitPolicyConstructor() local
/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/
H A Dnapi_observer_callback.cpp94 napi_value args[ARGS_ONE] = {napiNotifyMessage.val_}; in NapiWorkScope() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd_list.h74 bool AddDrawOp(Args&&... args) in AddDrawOp() argument
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_listener_controller.cpp191 void SessionListenerController::CallListeners(F func, Args&&... args) in CallListeners() argument
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_dumper_test.cpp64 std::vector<std::u16string> args; in HWTEST_F() local
77 std::vector<std::u16string> args = {u"-h"}; in HWTEST_F() local
91 std::vector<std::u16string> args = {u"-a"}; in HWTEST_F() local
105 std::vector<std::u16string> args = {u"-abnormal"}; in HWTEST_F() local
119 std::vector<std::u16string> args = {u"-h"}; in HWTEST_F() local
133 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
147 std::vector<std::u16string> args; HWTEST_F() local
203 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
218 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
233 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
247 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
261 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
275 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
294 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
313 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
332 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
351 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
370 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
393 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
408 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
422 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
436 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
450 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
464 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
478 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
492 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
506 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
520 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
534 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
549 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
563 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
577 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
591 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
606 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
620 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
634 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
648 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
662 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
676 std::vector<std::u16string> args = {u"-h"}; HWTEST_F() local
693 std::vector<std::u16string> args = {u"-f"}; HWTEST_F() local
724 std::vector<std::u16string> args = {u""}; HWTEST_F() local
758 std::vector<std::u16string> args = {u""}; HWTEST_F() local
[all...]
/foundation/window/window_manager/wmserver/test/unittest/
H A Dmock_session_manager_service_test.cpp156 std::vector<std::u16string> args; in HWTEST_F() local
H A Dwindow_dumper_test.cpp78 std::vector<std::u16string> args; in HWTEST_F() local
94 std::vector<std::u16string> args; in HWTEST_F() local
109 std::vector<std::u16string> args; in HWTEST_F() local
126 std::vector<std::u16string> args; in HWTEST_F() local
143 std::vector<std::u16string> args; HWTEST_F() local
162 std::vector<std::u16string> args; HWTEST_F() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dbitstream_filter.c97 av_bitstream_filter_filter(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) av_bitstream_filter_filter() argument
/third_party/elfutils/tests/
H A Dlow_high_pc.c31 struct args struct
40 static struct args *args; variable
/third_party/eudev/src/udev/
H A Dudev-builtin-kmod.c66 _printf_(6,0) static void udev_kmod_log(void *data, int priority, const char *file, int line, const char *fn, const char *format, va_list args) { in udev_kmod_log() argument
/third_party/eudev/src/libudev/
H A Dlibudev.c224 udev_set_log_fn(struct udev *udev, void (*log_fn)(struct udev *udev, int priority, const char *file, int line, const char *fn, const char *format, va_list args)) udev_set_log_fn() argument
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_common.h76 void *args; member
/third_party/ffmpeg/libavutil/tests/
H A Dparseutils.c238 static const char args[] = "?tag1=val1&tag2=val2&tag3=val3&tag41=value 41&tag42=random1"; in test_av_find_info_tag() local
/third_party/curl/packages/OS400/
H A Dcurlcl.c130 main(int argsc, struct arguments *args) in main() argument
/third_party/glslang/glslang/MachineIndependent/
H A Dlimits.cpp112 const TIntermSequence& args = node->getSequence(); in visitAggregate() local
/third_party/gn/src/base/numerics/
H A Dclamped_math.h220 ClampMathOp(const L lhs, const R rhs, const Args... args) { in ClampMathOp() argument
/third_party/gn/src/gn/
H A Dcommand_check.cc182 int RunCheck(const std::vector<std::string>& args) { in RunCheck() argument
H A Dninja_action_target_writer.cc142 const SubstitutionList& args = target_->action_values().args(); in WriteRuleDefinition() local
/third_party/astc-encoder/Source/
H A Dastcenc_diagnostic_trace.cpp82 va_list args; in TraceNode() local
189 va_list args; in trace_add_data() local
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
H A DLauncher.java186 public static void main(String[] args) { in main() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DWriteCharts.java35 public static void main(String[] args) throws IOException { in main() argument
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DDebugWriter.java53 public static void writeForDebugging(String[] args, Function<CldrDataSupplier, IcuData> fn) in writeForDebugging() argument
65 writeMultipleForDebugging( String[] args, Function<CldrDataSupplier, Collection<IcuData>> fn) writeMultipleForDebugging() argument
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/
H A DCapScan.java31 public static void main(String[] args) throws IOException, ParserConfigurationException { in main() argument
88 protected void runMain(String args[]) throws IOException, ParserConfigurationException { in runMain() argument
H A DSimpleScan.java29 public static void main(String[] args) throws IOException, ParserConfigurationException { in main() argument
86 protected void runMain(String args[]) throws IOException { in runMain() argument

Completed in 12 milliseconds

1...<<31323334353637383940>>...132