Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 2508) sorted by relevance

12345678910>>...101

/external/regex-re2/re2/
Dvariadic_function.h21 const Arg* const args[] = { &a0 }; in operator() local
26 const Arg* const args[] = { &a0, &a1 }; in operator() local
32 const Arg* const args[] = { &a0, &a1, &a2 }; in operator() local
38 const Arg* const args[] = { &a0, &a1, &a2, &a3 }; in operator() local
44 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4 }; in operator() local
50 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5 }; in operator() local
57 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6 }; in operator() local
64 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7 }; in operator() local
71 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8 }; in operator() local
78 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8, in operator() local
[all …]
/external/doclava/test/doclava/
DApiCheckTest.java41 String[] args = { "test/api/medium.xml", "test/api/medium.xml" }; in testEquivalentApi() local
48 String[] args = { "test/api/return-type-changed-1.xml", "test/api/return-type-changed-2.xml" }; in testMethodReturnTypeChanged() local
56 String[] args = { "test/api/parameter-changed-1.xml", "test/api/parameter-changed-2.xml" }; in testMethodParameterChanged() local
70 String[] args = { "test/api/parameter-changed-1.xml", "test/api/parameter-changed-3.xml" }; in testConstructorParameterChanged() local
83 String[] args = { "test/api/simple.xml", "test/api/added-class.xml" }; in testAddedClass() local
91 String[] args = { "test/api/added-class.xml", "test/api/simple.xml" }; in testRemovedClass() local
99 String[] args = { "test/api/added-deprecated-class.xml", "test/api/simple.xml" }; in testRemovedDeprecatedClass() local
107 String[] args = { "test/api/simple.xml", "test/api/changed-super.xml" }; in testChangedSuper() local
115 …String[] args = { "test/api/changed-assignable-return-1.xml", "test/api/changed-assignable-return-… in testChangedAssignableReturn() local
122 String[] args = { "test/api/inserted-super-1.xml", "test/api/inserted-super-2.xml" }; in testInsertedSuper() local
[all …]
/external/webrtc/talk/media/webrtc/
Dfakewebrtccommon.h35 #define WEBRTC_STUB(method, args) \ argument
38 #define WEBRTC_STUB_CONST(method, args) \ argument
41 #define WEBRTC_BOOL_STUB(method, args) \ argument
44 #define WEBRTC_BOOL_STUB_CONST(method, args) \ argument
47 #define WEBRTC_VOID_STUB(method, args) \ argument
50 #define WEBRTC_FUNC(method, args) int method args override argument
52 #define WEBRTC_FUNC_CONST(method, args) int method args const override argument
54 #define WEBRTC_BOOL_FUNC(method, args) bool method args override argument
56 #define WEBRTC_VOID_FUNC(method, args) void method args override argument
/external/kmod/testsuite/
Dtest-modprobe.c31 const char *const args[] = { in modprobe_show_depends() local
53 const char *const args[] = { in modprobe_show_depends2() local
76 const char *const args[] = { in modprobe_show_alias_to_none() local
101 const char *const args[] = { in modprobe_builtin() local
120 const char *const args[] = { in modprobe_builtin_lookup_only() local
142 const char *const args[] = { in modprobe_softdep_loop() local
164 const char *const args[] = { in modprobe_install_cmd_loop() local
190 const char *const args[] = { in modprobe_param_kcmdline() local
214 const char *const args[] = { in modprobe_param_kcmdline2() local
238 const char *const args[] = { in modprobe_param_kcmdline3() local
[all …]
/external/linux-kselftest/tools/testing/selftests/x86/
Dmpx-debug.h7 #define dprintf_level(level, args...) do { if(level <= DEBUG_LEVEL) printf(args); } while(0) argument
8 #define dprintf1(args...) dprintf_level(1, args) argument
9 #define dprintf2(args...) dprintf_level(2, args) argument
10 #define dprintf3(args...) dprintf_level(3, args) argument
11 #define dprintf4(args...) dprintf_level(4, args) argument
12 #define dprintf5(args...) dprintf_level(5, args) argument
/external/fmtlib/support/
Dmanage.py22 def call(self, method, args, **kwargs): argument
25 def add(self, *args):
28 def checkout(self, *args):
31 def clean(self, *args):
34 def clone(self, *args):
37 def commit(self, *args):
40 def pull(self, *args):
43 def push(self, *args):
46 def reset(self, *args):
49 def update(self, *args):
[all …]
/external/squashfs-tools/squashfs-tools/
Derror.h34 #define TRACE(s, args...) \ argument
39 #define TRACE(s, args...) argument
42 #define INFO(s, args...) \ argument
48 #define ERROR(s, args...) \ argument
53 #define ERROR_START(s, args...) \ argument
59 #define ERROR_EXIT(s, args...) \ argument
76 #define BAD_ERROR(s, args...) \ argument
82 #define EXIT_UNSQUASH(s, args...) BAD_ERROR(s, ##args) argument
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dext-blocks.cpp5 int f0(Args ...args) { in f0()
14 int f1(Args ...args) { in f1()
24 int f2(Args ...args) { in f2()
33 int f3(Args ...args) { in f3()
42 int PR9953(Args ...args) { in PR9953()
/external/v8/tools/
Dcallstats.py49 def start_replay_server(args, sites, discard_output=True): argument
140 def get_chrome_replay_flags(args): argument
155 def run_site(site, domain, args, timeout=None): argument
221 def read_sites_file(args): argument
244 def read_sites(args): argument
250 def do_run(args): argument
290 def do_run_replay_server(args): argument
342 def read_stats(path, domain, args): argument
401 def print_stats(S, args): argument
458 def do_stats(args): argument
[all …]
/external/elfutils/tests/
Dlow_high_pc.c32 struct args struct
41 static struct args *args; argument
Dfuncretval.c33 struct args struct
44 struct args *a = arg; in handle_function() argument
/external/libmojo/mojo/public/cpp/bindings/lib/
Dserialization_forward.h44 size_t PrepareToSerialize(InputUserType&& input, Args&&... args) { in PrepareToSerialize()
56 void Serialize(InputUserType&& input, Args&&... args) { in Serialize()
68 bool Deserialize(DataType&& input, InputUserType* output, Args&&... args) { in Deserialize()
79 size_t PrepareToSerialize(InputUserType&& input, Args&&... args) { in PrepareToSerialize()
91 void Serialize(InputUserType&& input, in Serialize()
108 bool Deserialize(DataType&& input, InputUserType* output, Args&&... args) { in Deserialize()
/external/autotest/client/tests/cgroup/
Dcgroup_client.py14 def test_smoke(args): argument
24 def test_memfill(args): argument
54 def test_cpu(args): argument
66 def test_devices(args): argument
/external/e2fsprogs/intl/
Dprintf.c80 libintl_vfprintf (FILE *stream, const char *format, va_list args) in libintl_vfprintf()
103 va_list args; in libintl_fprintf() local
114 libintl_vprintf (const char *format, va_list args) in libintl_vprintf()
123 va_list args; in libintl_printf() local
134 libintl_vsprintf (char *resultbuf, const char *format, va_list args) in libintl_vsprintf()
156 va_list args; in libintl_sprintf() local
177 libintl_vsnprintf (char *resultbuf, size_t length, const char *format, va_list args) in libintl_vsnprintf()
206 va_list args; in libintl_snprintf() local
221 libintl_vasprintf (char **resultp, const char *format, va_list args) in libintl_vasprintf()
235 va_list args; in libintl_asprintf() local
[all …]
/external/selinux/python/sepolicy/sepolicy/
Dgui.py684 def column_clicked(self, treeview, treepath, treecol, *args):
732 def on_help_back_clicked(self, *args):
736 def on_help_forward_clicked(self, *args):
740 def on_help_button(self, *args):
804 def open_combo_menu(self, *args):
814 def hide_combo_menu(self, *args):
818 def set_application_label(self, *args):
821 def resize_wrap(self, *args):
847 def filter_the_data(self, list, iter, *args):
969 def select_type_more(self, *args):
[all …]
/external/skia/infra/bots/assets/
Dassets.py26 def add(args): argument
32 def remove(args): argument
38 def download(args): argument
45 def upload(args): argument
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_resolve_ast.c55 struct cil_args_resolve *args = cil_malloc(sizeof(*args)); in gen_resolve_args() local
78 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NU… in test_cil_resolve_name() local
102 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NU… in test_cil_resolve_name_invalid_type_neg() local
141 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NU… in test_cil_resolve_roleallow() local
160 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NU… in test_cil_resolve_roleallow_srcdecl_neg() local
180 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NU… in test_cil_resolve_roleallow_tgtdecl_neg() local
200 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NU… in test_cil_resolve_classmapping_anon() local
222 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NU… in test_cil_resolve_classmapping_anon_inmacro() local
257 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NU… in test_cil_resolve_classmapping_anon_inmacro_neg() local
290 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NU… in test_cil_resolve_classmapping_named() local
[all …]
/external/pdfium/core/fpdfapi/parser/
Dcpdf_array.h61 typename std::enable_if<!CanInternStrings<T>::value, T*>::type AddNew( in AddNew()
67 typename std::enable_if<CanInternStrings<T>::value, T*>::type AddNew( in AddNew()
73 typename std::enable_if<!CanInternStrings<T>::value, T*>::type SetNewAt( in SetNewAt()
80 typename std::enable_if<CanInternStrings<T>::value, T*>::type SetNewAt( in SetNewAt()
87 typename std::enable_if<!CanInternStrings<T>::value, T*>::type InsertNewAt( in InsertNewAt()
94 typename std::enable_if<CanInternStrings<T>::value, T*>::type InsertNewAt( in InsertNewAt()
/external/pdfium/third_party/freetype/src/truetype/
Dttinterp.c2621 FT_Long* args ) in Ins_MPPEM()
2635 FT_Long* args ) in Ins_MPS()
2654 Ins_DUP( FT_Long* args ) in Ins_DUP()
2693 Ins_SWAP( FT_Long* args ) in Ins_SWAP()
2712 FT_Long* args ) in Ins_DEPTH()
2725 Ins_LT( FT_Long* args ) in Ins_LT()
2738 Ins_LTEQ( FT_Long* args ) in Ins_LTEQ()
2751 Ins_GT( FT_Long* args ) in Ins_GT()
2764 Ins_GTEQ( FT_Long* args ) in Ins_GTEQ()
2777 Ins_EQ( FT_Long* args ) in Ins_EQ()
[all …]
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/
Dcommand_line.py25 def ProcessCommandLineArgs(cls, parser, args): argument
45 def Run(self, args): argument
49 def main(cls, args=None): argument
73 def ProcessCommandLineArgs(cls, parser, args, environment): argument
77 def Run(self, args): argument
81 def main(cls, args=None): argument
117 def ProcessCommandLineArgs(cls, parser, args): argument
120 def Run(self, args): argument
/external/caliper/caliper/src/main/java/com/google/caliper/options/
DOptionsModule.java36 private final String[] args; field in OptionsModule
47 public static OptionsModule withBenchmarkClass(String [] args) { in withBenchmarkClass()
58 public static OptionsModule withoutBenchmarkClass(String [] args) { in withoutBenchmarkClass()
69 public OptionsModule(String[] args, boolean requireBenchmarkClassName) { in OptionsModule()
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dsquashfs.h28 #define TRACE(s, args...) printk(KERN_NOTICE "SQUASHFS: "s, ## args) argument
30 #define TRACE(s, args...) {} argument
33 #define ERROR(s, args...) printk(KERN_ERR "SQUASHFS error: "s, ## args) argument
35 #define SERROR(s, args...) do { \ argument
40 #define WARNING(s, args...) printk(KERN_WARNING "SQUASHFS: "s, ## args) argument
/external/skia/experimental/SkV8Example/
DPath2DBuilder.cpp17 void Path2DBuilder::ConstructPath(const v8::FunctionCallbackInfo<v8::Value>& args) { in ConstructPath()
64 Path2DBuilder* Path2DBuilder::Unwrap(const v8::FunctionCallbackInfo<v8::Value>& args) { in Unwrap()
71 void Path2DBuilder::ClosePath(const v8::FunctionCallbackInfo<v8::Value>& args) { in ClosePath()
76 void Path2DBuilder::MoveTo(const v8::FunctionCallbackInfo<v8::Value>& args) { in MoveTo()
89 void Path2DBuilder::LineTo(const v8::FunctionCallbackInfo<v8::Value>& args) { in LineTo()
102 void Path2DBuilder::QuadraticCurveTo(const v8::FunctionCallbackInfo<v8::Value>& args) { in QuadraticCurveTo()
121 void Path2DBuilder::BezierCurveTo(const v8::FunctionCallbackInfo<v8::Value>& args) { in BezierCurveTo()
143 void Path2DBuilder::Arc(const v8::FunctionCallbackInfo<v8::Value>& args) { in Arc()
179 void Path2DBuilder::Rect(const v8::FunctionCallbackInfo<v8::Value>& args) { in Rect()
201 void Path2DBuilder::Oval(const v8::FunctionCallbackInfo<v8::Value>& args) { in Oval()
[all …]
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DFakeWorkers.java70 List<String> args; in createProcessBuilder() local
90 public static void main(String[] args) throws NumberFormatException, InterruptedException { in main()
99 public static void main(String[] args) { in main()
108 public static void main(String[] args) throws IOException, InterruptedException { in main()
120 public static void main(String[] args) { in main()
139 public static void main(String[] args) throws ClassNotFoundException { in main()
174 public static void main(String[] args) throws Exception { in main()
/external/freetype/src/truetype/
Dttinterp.c2571 FT_Long* args ) in Ins_MPPEM()
2585 FT_Long* args ) in Ins_MPS()
2611 Ins_DUP( FT_Long* args ) in Ins_DUP()
2650 Ins_SWAP( FT_Long* args ) in Ins_SWAP()
2669 FT_Long* args ) in Ins_DEPTH()
2682 Ins_LT( FT_Long* args ) in Ins_LT()
2695 Ins_LTEQ( FT_Long* args ) in Ins_LTEQ()
2708 Ins_GT( FT_Long* args ) in Ins_GT()
2721 Ins_GTEQ( FT_Long* args ) in Ins_GTEQ()
2734 Ins_EQ( FT_Long* args ) in Ins_EQ()
[all …]

12345678910>>...101