Searched defs:target (Results 101 - 125 of 2230) sorted by relevance

1234567891011>>

/external/guava/guava/src/com/google/common/eventbus/
H A DSynchronizedEventSubscriber.java34 * {@code target}.
36 * @param target object to which the method applies.
39 public SynchronizedEventSubscriber(Object target, Method method) { argument
40 super(target, method);
/external/icu/icu4c/source/tools/escapesrc/
H A Dtblgen.cpp29 UChar *target = u; local
31 ucnv_toUnicode(cnv.getAlias(), &target, u+1, &source, cp1047+1, nullptr, true, &status);
/external/iptables/include/linux/netfilter_bridge/
H A Debt_mark_t.h4 /* The target member is reused for adding new actions, the
5 * value of the real target is -1 to -NUM_STANDARD_TARGETS.
7 * but let's play it safe) are kept to designate this target.
19 int target; member in struct:ebt_mark_t_info
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
H A DAnalysisTimeScenario.java27 private final Class<?> target; field in class:AnalysisTimeScenario
31 protected AnalysisTimeScenario(Class<?> target, int count) { argument
33 this.target = target;
39 final byte[] bytes = TargetLoader.getClassDataAsBytes(target);
49 analyzer.analyzeClass(bytes, target.getName());
H A DExecuteInstrumentedCodeScenario.java29 private final Class<? extends Callable<Void>> target; field in class:ExecuteInstrumentedCodeScenario
32 Class<? extends Callable<Void>> target) {
34 this.target = target;
40 ClassReader reader = new ClassReader(TargetLoader.getClassData(target));
47 return (Callable<Void>) loader.add(target, instrumentedBuffer)
53 return target.newInstance();
31 ExecuteInstrumentedCodeScenario(String description, Class<? extends Callable<Void>> target) argument
H A DInstrumentationSizeSzenario.java26 private final Class<?> target; field in class:InstrumentationSizeSzenario
28 public InstrumentationSizeSzenario(Class<?> target) { argument
29 this.target = target;
34 ClassReader reader = new ClassReader(TargetLoader.getClassData(target));
H A DInstrumentationTimeScenario.java25 private final Class<?> target; field in class:InstrumentationTimeScenario
29 protected InstrumentationTimeScenario(Class<?> target, int count) { argument
31 this.target = target;
37 final byte[] bytes = TargetLoader.getClassDataAsBytes(target);
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DRemappingClassTransformer.java31 public void setTarget(ClassVisitor target) { argument
32 cv = target;
/external/junit/src/main/java/org/junit/internal/runners/statements/
H A DInvokeMethod.java8 private final Object target; field in class:InvokeMethod
10 public InvokeMethod(FrameworkMethod testMethod, Object target) { argument
12 this.target = target;
17 testMethod.invokeExplosively(target);
H A DRunAfters.java13 private final Object target; field in class:RunAfters
17 public RunAfters(Statement next, List<FrameworkMethod> afters, Object target) { argument
20 this.target = target;
33 each.invokeExplosively(target);
H A DRunBefores.java11 private final Object target; field in class:RunBefores
15 public RunBefores(Statement next, List<FrameworkMethod> befores, Object target) { argument
18 this.target = target;
24 before.invokeExplosively(target);
/external/junit/src/main/java/org/junit/rules/
H A DMethodRule.java39 * @param target The object on which the method will be run.
43 Statement apply(Statement base, FrameworkMethod method, Object target); argument
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
H A Debt_mark_t.h5 /* The target member is reused for adding new actions, the
6 * value of the real target is -1 to -NUM_STANDARD_TARGETS.
8 * but let's play it safe) are kept to designate this target.
20 int target; member in struct:ebt_mark_t_info
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Dalloc_function.pass.cpp37 assert(f.template target<FunctionObject>());
38 assert(f.template target<FuncType>() == 0);
39 assert(f.template target<FuncType*>() == 0);
44 assert(f2.template target<FunctionObject>());
45 assert(f2.template target<FuncType>() == 0);
46 assert(f2.template target<FuncType*>() == 0);
58 FuncType* target = &FreeFunction; local
59 std::function<FuncType> f = target;
61 assert(f.template target<FuncType*>());
62 assert(*f.template target<FuncTyp
80 TargetType target = &MemFunClass::foo; local
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_screen.c39 enum pipe_texture_target target,
45 if ((target >= PIPE_MAX_TEXTURE_TYPES) ||
48 DBG("not supported: format=%s, target=%d, sample_count=%d, usage=%x",
49 util_format_name(format), target, sample_count, usage);
57 DBG("not supported render target: format=%s, target=%d, sample_count=%d, usage=%x",
58 util_format_name(format), target, sample_count, usage);
91 DBG("not supported: format=%s, target=%d, sample_count=%d, "
93 target, sample_count, usage, retval);
37 fd2_screen_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned usage) argument
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_screen.c40 enum pipe_texture_target target,
46 if ((target >= PIPE_MAX_TEXTURE_TYPES) ||
49 DBG("not supported: format=%s, target=%d, sample_count=%d, usage=%x",
50 util_format_name(format), target, sample_count, usage);
91 DBG("not supported: format=%s, target=%d, sample_count=%d, "
93 target, sample_count, usage, retval);
38 fd3_screen_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned usage) argument
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_screen.c40 enum pipe_texture_target target,
46 if ((target >= PIPE_MAX_TEXTURE_TYPES) ||
49 DBG("not supported: format=%s, target=%d, sample_count=%d, usage=%x",
50 util_format_name(format), target, sample_count, usage);
60 (target == PIPE_BUFFER ||
90 DBG("not supported: format=%s, target=%d, sample_count=%d, "
92 target, sample_count, usage, retval);
38 fd4_screen_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned usage) argument
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_screen.c38 enum pipe_texture_target target,
44 if ((target >= PIPE_MAX_TEXTURE_TYPES) ||
47 DBG("not supported: format=%s, target=%d, sample_count=%d, usage=%x",
48 util_format_name(format), target, sample_count, usage);
58 (target == PIPE_BUFFER ||
88 DBG("not supported: format=%s, target=%d, sample_count=%d, "
90 target, sample_count, usage, retval);
36 fd5_screen_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned usage) argument
/external/mesa3d/src/mesa/main/
H A Dteximage.h44 _mesa_is_cube_face(GLenum target) argument
46 return (target >= GL_TEXTURE_CUBE_MAP_POSITIVE_X &&
47 target <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z);
52 * Return number of faces for a texture target. This will be 6 for
58 _mesa_num_tex_faces(GLenum target) argument
60 switch (target) {
71 * If the target is GL_TEXTURE_CUBE_MAP, return one of the
74 * Else, return target as-is.
77 _mesa_cube_face_target(GLenum target, unsigned face) argument
79 if (target
[all...]
/external/mockito/src/main/java/org/mockito/internal/creation/util/
H A DMockitoMethodProxy.java9 Object invokeSuper(Object target, Object[] arguments); argument
/external/mockito/src/main/java/org/mockito/internal/matchers/
H A DContainsExtraTypeInfo.java22 * Checks if target target has matching type.
25 boolean typeMatches(Object target); argument
/external/mockito/src/main/java/org/mockito/internal/util/reflection/
H A DFieldSetter.java13 public static void setField(Object target, Field field,Object value) { argument
17 field.set(target, value);
19 throw new RuntimeException("Access not authorized on field '" + field + "' of object '" + target + "' with value: '" + value + "'", e);
21 throw new RuntimeException("Wrong argument on field '" + field + "' of object '" + target + "' with value: '" + value + "', \n" +
/external/pdfium/fxjs/xfa/
H A Dcjx_overflow.cpp33 void CJX_Overflow::target(CFXJSE_Value* pValue, function in class:CJX_Overflow
H A Dcjx_signdata.cpp39 void CJX_SignData::target(CFXJSE_Value* pValue, function in class:CJX_SignData
/external/proguard/src/proguard/classfile/attribute/annotation/target/
H A DLocalVariableTargetElement.java21 package proguard.classfile.attribute.annotation.target;
24 * Representation of an local variable target table entry.

Completed in 672 milliseconds

1234567891011>>