/third_party/gn/src/gn/ |
H A D | function_get_target_outputs_unittest.cc | 21 std::vector<Value> args; in GetTargetOutputs() local
|
H A D | function_write_file_unittest.cc | 35 std::vector<Value> args; in CallWriteFile() local
|
/third_party/benchmark/src/ |
H A D | benchmark_api_internal.cc | 10 BenchmarkInstance(Benchmark* benchmark, int family_idx, int per_family_instance_idx, const std::vector<int64_t>& args, int thread_count) BenchmarkInstance() argument
|
H A D | colorprint.cc | 85 std::string FormatString(const char* msg, va_list args) { in FormatString() argument 114 va_list args; in FormatString() local 122 va_list args; in ColorPrintf() local 128 ColorPrintf(std::ostream& out, LogColor color, const char* fmt, va_list args) ColorPrintf() argument [all...] |
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-nice-strict.h | 177 NiceMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in NiceMock() argument 219 NaggyMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in NaggyMock() argument 261 StrictMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in StrictMock() argument
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_cb.cpp | 37 ucnv_cbFromUWriteBytes (UConverterFromUnicodeArgs *args, in ucnv_cbFromUWriteBytes() argument 56 ucnv_cbFromUWriteUChars(UConverterFromUnicodeArgs *args, in ucnv_cbFromUWriteUChars() argument 177 ucnv_cbFromUWriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode * err) ucnv_cbFromUWriteSub() argument 228 ucnv_cbToUWriteUChars(UConverterToUnicodeArgs *args, const UChar* source, int32_t length, int32_t offsetIndex, UErrorCode * err) ucnv_cbToUWriteUChars() argument 247 ucnv_cbToUWriteSub(UConverterToUnicodeArgs *args, int32_t offsetIndex, UErrorCode * err) ucnv_cbToUWriteSub() argument [all...] |
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
H A D | NamedFunction.java | 55 public String apply(List<String> args) { in apply() argument
|
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/ |
H A D | Main.java | 35 public static void main(String... args) { in main() argument [all...] |
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
H A D | ConverterPerformanceTest.java | 29 public static void main(String[] args) throws Exception { in main() argument 35 protected void setup(String[] args) { in setup() argument
|
H A D | RBBIPerf.java | 32 public static void main(String[] args) throws Exception { in main() argument 36 protected void setup(String[] args) { in setup() argument [all...] |
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | BuildMirroringTables.java | 93 public static void main(String[] args) in main() argument
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/ |
H A D | GenerateCTimeScaleData.java | 68 public static void main(String[] args) in main() argument
|
H A D | EpochOffsets.java | 69 public static void main(String[] args) in main() argument
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | CollectAPI.java | 191 public static void main(String[] args) { in main() argument [all...] |
/third_party/libuv/src/win/ |
H A D | dl.c | 79 DWORD_PTR args[1]; in uv__format_fallback_error() local
|
/third_party/libuv/test/ |
H A D | test-process-title.c | 92 char* args[5]; in TEST_IMPL() local
|
/third_party/libuv/docs/code/cgi/ |
H A D | main.c | 23 char* args[2]; in invoke_cgi_script() local
|
/third_party/mbedtls/tests/scripts/ |
H A D | test_psa_compliance.py | 154 args = parser.parse_args() variable
|
/third_party/mesa3d/src/egl/main/ |
H A D | egllog.c | 153 va_list args; in _eglLog() local
|
H A D | eglcurrent.c | 179 va_list args; in _eglDebugReport() local
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_tracepoints.py | 15 args = parser.parse_args() variable 59 args=[ArgStruct(type='const struct tu_framebuffer *', var='fb'), variable 74 args=[Arg(type='enum VkFormat', var='format', c_format='%s', to_prim_type='vk_format_description({})->short_name'), variable 78 args=[Arg(type='enum VkFormat', var='format', c_format='%s', to_prim_type='vk_format_description({})->short_name'), variable 83 args=[Arg(type='uint8_t', var='mrt_count', c_format='%u'), variable 87 args variable 91 args=[Arg(type='enum VkFormat', var='format', c_format='%s', to_prim_type='vk_format_description({})->short_name'), global() variable 96 args=[Arg(type='enum VkFormat', var='format', c_format='%s', to_prim_type='vk_format_description({})->short_name')]) global() variable 100 args=[Arg(type='uint8_t', var='uses_3d_blit', c_format='%u'), global() variable 106 args=[Arg(type='uint8_t', var='indirect', c_format='%u'), global() variable [all...] |
/third_party/ltp/testcases/kernel/containers/share/ |
H A D | ns_exec.c | 86 char **args = (char **)arg; in child_fn() local
|
/third_party/ltp/testcases/kernel/containers/userns/ |
H A D | userns06.c | 35 char *const args[] = { TEST_APP, "privileged", NULL }; in child_fn1() local 48 char *const args[] = { TEST_APP, "unprivileged", NULL }; in child_fn2() local 65 const struct tst_clone_args args = { in run() local
|
/third_party/ltp/testcases/kernel/containers/pidns/ |
H A D | pidns30.c | 91 const struct tst_clone_args args = { in run() local
|
H A D | pidns31.c | 74 const struct tst_clone_args args = { in run() local
|