Searched defs:target (Results 376 - 400 of 2230) sorted by relevance

<<11121314151617181920>>

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DRBNFParseTest.java107 private void parseFormat(RuleBasedNumberFormat rbnf, String s, String target) { argument
111 assertEquals(rbnf.getLocale(ULocale.ACTUAL_LOCALE) + ": " + s + " : " + n, target, t);
/external/iptables/extensions/
H A Dlibip6t_NETMAP.c4 * Based on Svenning Soerensen's IPv4 NETMAP target. Development of IPv6 NAT
31 printf(MODULENAME" target options:\n"
52 static void __NETMAP_print(const void *ip, const struct xt_entry_target *target, argument
55 const struct nf_nat_range *r = (const void *)target->data;
71 static void NETMAP_print(const void *ip, const struct xt_entry_target *target, argument
75 __NETMAP_print(ip, target, numeric);
78 static void NETMAP_save(const void *ip, const struct xt_entry_target *target) argument
81 __NETMAP_print(ip, target, 0);
H A Dlibipt_ECN.c26 "ECN target options\n"
31 "ECN target v%s EXPERIMENTAL options (use with extreme care!)\n"
79 "ECN target: An operation is required");
82 static void ECN_print(const void *ip, const struct xt_entry_target *target, argument
86 (const struct ipt_ECN_info *)target->data;
106 static void ECN_save(const void *ip, const struct xt_entry_target *target) argument
109 (const struct ipt_ECN_info *)target->data;
H A Dlibipt_ULOG.c28 printf("ULOG target options:\n"
79 static void ULOG_save(const void *ip, const struct xt_entry_target *target) argument
82 = (const struct ipt_ulog_info *) target->data;
98 static void ULOG_print(const void *ip, const struct xt_entry_target *target, argument
102 = (const struct ipt_ulog_info *) target->data;
H A Dlibxt_CONNSECMARK.c2 * Shared library add-on to iptables to add CONNSECMARK target support.
12 #define PFX "CONNSECMARK target: "
24 "CONNSECMARK target options:\n"
74 CONNSECMARK_print(const void *ip, const struct xt_entry_target *target, argument
78 (struct xt_connsecmark_target_info*)(target)->data;
85 CONNSECMARK_save(const void *ip, const struct xt_entry_target *target) argument
88 (struct xt_connsecmark_target_info*)target->data;
H A Dlibxt_LED.c40 "LED target options:\n"
73 static void LED_print(const void *ip, const struct xt_entry_target *target, argument
76 const struct xt_led_info *led = (void *)target->data;
97 static void LED_save(const void *ip, const struct xt_entry_target *target) argument
99 const struct xt_led_info *led = (void *)target->data;
H A Dlibxt_SYNPROXY.c26 "SYNPROXY target options:\n"
73 static void SYNPROXY_print(const void *ip, const struct xt_entry_target *target, argument
77 (const struct xt_synproxy_info *)target->data;
92 static void SYNPROXY_save(const void *ip, const struct xt_entry_target *target) argument
95 (const struct xt_synproxy_info *)target->data;
H A Dlibxt_TEE.c2 * "TEE" target extension for iptables
45 "TEE target options:\n"
51 static void tee_tg_print(const void *ip, const struct xt_entry_target *target, argument
54 const struct xt_tee_tginfo *info = (const void *)target->data;
64 static void tee_tg6_print(const void *ip, const struct xt_entry_target *target, argument
67 const struct xt_tee_tginfo *info = (const void *)target->data;
77 static void tee_tg_save(const void *ip, const struct xt_entry_target *target) argument
79 const struct xt_tee_tginfo *info = (const void *)target->data;
86 static void tee_tg6_save(const void *ip, const struct xt_entry_target *target) argument
88 const struct xt_tee_tginfo *info = (const void *)target
[all...]
/external/javassist/src/main/javassist/util/proxy/
H A DSecurityActions.java113 static void set(final Field fld, final Object target, final Object value) argument
117 fld.set(target, value);
122 fld.set(target, value);
/external/junit/src/main/java/org/junit/runners/model/
H A DFrameworkField.java70 * Attempts to retrieve the value of this field on {@code target}
72 public Object get(Object target) throws IllegalArgumentException, IllegalAccessException { argument
73 return field.get(target);
/external/libnl/lib/cli/cls/
H A Dbasic.c24 " -t, --target=ID Target class to send matching packets to\n"
30 " nl-cls-add --dev=eth0 --parent=q_root basic --target=c_default\n");
37 uint32_t target; local
48 { "target", 1, 0, 't' },
63 if ((err = rtnl_tc_str2handle(optarg, &target)) < 0)
64 nl_cli_fatal(err, "Unable to parse target \"%s\":",
67 rtnl_basic_set_target(cls, target);
/external/lisa/experiments/
H A Drun_binder_throughput.py29 # Setup target configuration
62 target = te.target variable
65 target.cpufreq.set_all_governors("performance")
68 return target.execute(cmd)
H A Drun_binder_transaction_tracing.py28 # Setup target configuration
63 target = te.target variable
68 ss = target.execute("cat /d/binder/stats")
90 Starts systrace and run a command on target if specified. If
96 :param cmd: command to execute on the target
109 target.execute(cmd)
119 "a command on the target or wait for duration_s seconds")
124 help="Command to execute on the target.")
/external/llvm/lib/Support/
H A Dregerror.c88 int target = errcode &~ REG_ITOA; local
96 if (r->code == target)
105 "REG_0x%x", target);
/external/llvm/test/Bindings/OCaml/
H A Dtarget.ml1 (* RUN: cp %s %T/target.ml
2 * RUN: %ocamlc -g -w +A -package llvm.target -package llvm.all_backends -linkpkg %T/target.ml -o %t
3 * RUN: %ocamlopt -g -w +A -package llvm.target -package llvm.all_backends -linkpkg %T/target.ml -o %t
36 let target = Target.by_triple (Target.default_triple ()) var
38 let machine = TargetMachine.create (Target.default_triple ()) target
68 ignore (T.succ target);
69 ignore (T.name target);
70 ignore (T.description target);
[all...]
/external/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_streamout.c57 struct pipe_stream_output_target *target)
60 struct virgl_so_target *t = virgl_so_target(target);
56 virgl_destroy_so_target(struct pipe_context *ctx, struct pipe_stream_output_target *target) argument
/external/mesa3d/src/glx/apple/
H A Dapple_xgl_api_read.c125 __applegl_glCopyColorTable(GLenum target, GLenum internalformat, GLint x, GLint y, argument
132 __ogl_framework_api->CopyColorTable(target, internalformat, x, y, width);
/external/mesa3d/src/mesa/main/
H A Dmultisample.c144 * for a particular (target, internalFormat) pair. The limit imposed,
151 _mesa_check_sample_count(struct gl_context *ctx, GLenum target, argument
181 ctx->Driver.QueryInternalFormat(ctx, target, internalFormat,
219 if (target == GL_TEXTURE_2D_MULTISAMPLE ||
220 target == GL_TEXTURE_2D_MULTISAMPLE_ARRAY) {
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_program.c57 st_new_program(struct gl_context *ctx, GLenum target, GLuint id, argument
60 switch (target) {
64 return _mesa_init_gl_program(&prog->Base, target, id, is_arb_asm);
69 return _mesa_init_gl_program(&prog->Base, target, id, is_arb_asm);
74 return _mesa_init_gl_program(&prog->Base, target, id, is_arb_asm);
79 return _mesa_init_gl_program(&prog->Base, target, id, is_arb_asm);
84 return _mesa_init_gl_program(&prog->Base, target, id, is_arb_asm);
89 return _mesa_init_gl_program(&prog->Base, target, id, is_arb_asm);
190 GLenum target,
194 gl_shader_stage stage = _mesa_program_enum_to_shader_stage(target);
189 st_program_string_notify( struct gl_context *ctx, GLenum target, struct gl_program *prog ) argument
[all...]
/external/mockito/src/main/java/org/mockito/internal/debugging/
H A DLoggingListener.java84 private void addOrderedList(List<String> target, List<String> additions) { argument
86 target.add("[Mockito] " + a);
/external/mockito/src/main/java/org/mockito/internal/invocation/
H A DDefaultInvocationFactory.java21 public Invocation createInvocation(Object target, MockCreationSettings settings, Method method, final Callable realMethod, Object... args) { argument
23 return createInvocation(target, settings, method, superMethod, args);
26 public Invocation createInvocation(Object target, MockCreationSettings settings, Method method, RealMethodBehavior realMethod, Object... args) { argument
28 return createInvocation(target, settings, method, superMethod, args);
31 private Invocation createInvocation(Object target, MockCreationSettings settings, Method method, RealMethod superMethod, Object[] args) { argument
32 return createInvocation(target, method, args, superMethod, settings);
/external/mockito/src/main/java/org/mockito/internal/junit/util/
H A DJUnitFailureHacker.java33 private static Object getInternalState(Object target, String field) { argument
34 Class<?> c = target.getClass();
38 return f.get(target);
44 private static void setInternalState(Object target, String field, Object value) { argument
45 Class<?> c = target.getClass();
49 f.set(target, value);
/external/mockito/src/main/java/org/mockito/internal/matchers/
H A DEquals.java55 public boolean typeMatches(Object target) { argument
56 return wanted != null && target != null && target.getClass() == wanted.getClass();
/external/mockito/src/test/java/org/mockitousage/bugs/
H A DConcurrentModificationExceptionOnMultiThreadedVerificationTest.java31 ITarget target = Mockito.mock(ITarget.class); field in class:ConcurrentModificationExceptionOnMultiThreadedVerificationTest
36 target = Mockito.mock(ITarget.class);
45 reset(target);
48 verify(target, timeout(expectedMaxTestLength).times(TIMES * nThreads)).targetMethod("arg");
49 verifyNoMoreInteractions(target);
72 target.targetMethod("arg");
/external/mockito/src/test/java/org/mockitoutil/
H A DSafeJUnitRuleTest.java131 public Statement apply(final Statement base, FrameworkMethod method, Object target) { argument

Completed in 524 milliseconds

<<11121314151617181920>>