Home
last modified time | relevance | path

Searched defs:args (Results 2576 - 2600 of 5503) sorted by relevance

1...<<101102103104105106107108109110>>...221

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
H A DResourceModule.java275 public static void main(String[] args){ in main() argument
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DCanonGSUBBuilder.java521 public static void main(String[] args) in main() argument
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
H A DICUZDump.java243 public static void main(String[] args) { in main() argument
[all...]
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DResourceModule.java274 public static void main(String[] args){ in main() argument
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DResourceBundlePerf.java26 protected void setup(String[] args) { in setup() argument
H A DUCharacterPerf.java27 public static void main(String[] args) throws Exception in main() argument
33 protected void setup(String[] args) { in setup() argument
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DDeprecatedAPIChecker.java31 public static void main(String[] args) { in main() argument
/third_party/icu/icu4c/source/common/
H A Dutrace.cpp50 va_list args; in utrace_exit() local
84 va_list args; in utrace_data() local
191 utrace_vformat(char *outBuf, int32_t capacity, int32_t indent, const char *fmt, va_list args) { in utrace_vformat() argument
388 va_list args; utrace_format() local
[all...]
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/
H A DBuildMetadataProtoFromXml.java369 void formatToBody(String format, Object... args) { in formatToBody() argument
/third_party/libuv/test/
H A Dtest-stdio-over-pipes.c31 static char* args[3]; variable
H A Drunner-unix.c89 char* args[16]; in process_start() local
204 dowait_args* args = data; dowait() local
241 dowait_args args; process_wait() local
[all...]
H A Drunner-win.c78 WCHAR args[MAX_PATH * 2]; in process_start() local
/third_party/libwebsockets/lib/misc/
H A Dlws-struct-lejp.c124 lws_struct_lejp_push(struct lejp_ctx *ctx, lws_struct_args_t *args, in lws_struct_lejp_push() argument
144 lws_struct_args_t *args = (lws_struct_args_t *)ctx->user; in lws_struct_default_lejp_cb() local
[all...]
/third_party/libwebsockets/lib/jose/jwe/
H A Djwe.c61 struct jwe_cb_args *args = (struct jwe_cb_args *)ctx->user; in lws_jwe_json_cb() local
140 struct jwe_cb_args args; lws_jwe_json_parse() local
[all...]
/third_party/libdrm/amdgpu/
H A Damdgpu_bo.c74 union drm_amdgpu_gem_create args; in amdgpu_bo_alloc() local
106 struct drm_amdgpu_gem_metadata args = {}; amdgpu_bo_set_metadata() local
427 union drm_amdgpu_gem_mmap args; amdgpu_bo_cpu_map() local
511 union drm_amdgpu_gem_wait_idle args; amdgpu_bo_wait_for_idle() local
578 struct drm_amdgpu_gem_userptr args; amdgpu_create_bo_from_user_mem() local
605 union drm_amdgpu_bo_list args; amdgpu_bo_list_create_raw() local
624 union drm_amdgpu_bo_list args; amdgpu_bo_list_destroy_raw() local
641 union drm_amdgpu_bo_list args; amdgpu_bo_list_create() local
691 union drm_amdgpu_bo_list args; amdgpu_bo_list_destroy() local
713 union drm_amdgpu_bo_list args; amdgpu_bo_list_update() local
[all...]
/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs119 static int Main2(string[] args) in Main2() argument
350 static int Main(string[] args) in Main() argument
/third_party/lzma/C/Util/Lzma/
H A DLzmaUtil.c224 int Z7_CDECL main(int numArgs, const char *args[]) in main() argument
/third_party/mesa3d/.gitlab-ci/lava/
H A Dlava_job_submitter.py560 args = parser.parse_args() global() variable
[all...]
/third_party/jerryscript/tests/unit-core/
H A Dtest-objects-foreach.cpp233 jerry_value_t args[2] = {object, found_object}; in HWTEST_F() local
[all...]
/third_party/json/tests/thirdparty/fifo_map/
H A Dfifo_map.hpp348 std::pair<iterator, bool> emplace(Args&& ... args) in emplace() argument
357 iterator emplace_hint(const_iterator hint, Args&& ... args) in emplace_hint() argument
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-exceptions.c265 va_list args; in ecma_raise_standard_error_with_format() local
/third_party/lame/frontend/
H A Dconsole.c239 va_list args; in console_printf() local
252 va_list args; in error_printf() local
265 va_list args; in report_printf() local
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-date.c198 ecma_date_construct_helper (const ecma_value_t *args, /**< arguments passed to the Date constructor */ in ecma_date_construct_helper() argument
654 ecma_builtin_date_utc(ecma_value_t this_arg, const ecma_value_t args[], ecma_length_t args_number) ecma_builtin_date_utc() argument
[all...]
H A Decma-builtin-string.c61 ecma_builtin_string_object_from_char_code(ecma_value_t this_arg, const ecma_value_t args[], ecma_length_t args_number) ecma_builtin_string_object_from_char_code() argument
125 ecma_builtin_string_object_raw(ecma_value_t this_arg, const ecma_value_t args[], ecma_length_t args_number) ecma_builtin_string_object_raw() argument
279 ecma_builtin_string_object_from_code_point(ecma_value_t this_arg, const ecma_value_t args[], ecma_length_t args_number) ecma_builtin_string_object_from_code_point() argument
/third_party/json/tools/serve_header/
H A Dserve_header.py354 args = parser.parse_args() variable

Completed in 17 milliseconds

1...<<101102103104105106107108109110>>...221