/cts/apps/CameraITS/tests/scene1/ |
test_yuv_plus_jpeg.py | 19 import its.target namespace 43 e, s = its.target.get_target_exposure_combos(cam)["midExposureTime"]
|
test_yuv_plus_raw.py | 19 import its.target namespace 38 e, s = its.target.get_target_exposure_combos(cam)["midExposureTime"]
|
test_yuv_plus_raw10.py | 19 import its.target namespace 38 e, s = its.target.get_target_exposure_combos(cam)["midExposureTime"]
|
test_yuv_plus_raw12.py | 19 import its.target namespace 38 e, s = its.target.get_target_exposure_combos(cam)["midExposureTime"]
|
/development/ndk/platforms/android-21/include/linux/netfilter_bridge/ |
ebt_mark_t.h | 29 int target; member in struct:ebt_mark_t_info
|
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/ |
ContentCategoryActivity.java | 34 Intent target = new Intent(this, ContentViewActivity.class); local 35 startActivity(target);
|
ViewFromOtherTaskActivity.java | 34 Intent target = new Intent(this, OutsideTaskActivity.class) local 37 startActivity(target);
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/ |
InstrumentationTimeScenario.java | 25 private final Class<?> target; field in class:InstrumentationTimeScenario 29 protected InstrumentationTimeScenario(Class<?> target, int count) { 31 this.target = target; 37 final byte[] bytes = TargetLoader.getClassDataAsBytes(target);
|
/external/kernel-headers/original/uapi/linux/netfilter_bridge/ |
ebt_mark_t.h | 4 /* 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/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
alloc_F.pass.cpp | 31 FunctionObject target; local 34 std::function<FuncType> f2(std::allocator_arg, alloc, target); 37 assert(f2.template target<FunctionObject>()); 38 assert(f2.template target<FuncType>() == 0); 39 assert(f2.template target<FuncType*>() == 0); 51 FuncType* target = &FreeFunction; local 53 std::function<FuncType> f2(std::allocator_arg, alloc, target); 55 assert(f2.template target<FuncType*>()); 56 assert(*f2.template target<FuncType*>() == target); 68 TargetType target = &MemFunClass::foo; local [all...] |
alloc_function.pass.cpp | 36 assert(f.template target<FunctionObject>()); 37 assert(f.template target<FuncType>() == 0); 38 assert(f.template target<FuncType*>() == 0); 43 assert(f2.template target<FunctionObject>()); 44 assert(f2.template target<FuncType>() == 0); 45 assert(f2.template target<FuncType*>() == 0); 57 FuncType* target = &FreeFunction; local 58 std::function<FuncType> f = target; 60 assert(f.template target<FuncType*>()); 61 assert(*f.template target<FuncType*>() == target) 79 TargetType target = &MemFunClass::foo; local [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_init.h | 44 LLVMTargetDataRef target; member in struct:gallivm_state
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
format.cpp | 150 pipe_texture_target target = translate_target(type); local 160 dev->pipe, f.second, target, 1, bindings);
|
/external/proguard/src/proguard/classfile/attribute/annotation/target/ |
CatchTargetInfo.java | 21 package proguard.classfile.attribute.annotation.target; 26 import proguard.classfile.attribute.annotation.target.visitor.TargetInfoVisitor; 29 * Representation of a 'catch' annotation target.
|
EmptyTargetInfo.java | 21 package proguard.classfile.attribute.annotation.target; 25 import proguard.classfile.attribute.annotation.target.visitor.TargetInfoVisitor; 28 * Representation of an empty annotation target.
|
FormalParameterTargetInfo.java | 21 package proguard.classfile.attribute.annotation.target; 25 import proguard.classfile.attribute.annotation.target.visitor.TargetInfoVisitor; 28 * Representation of a formal parameter annotation target.
|
LocalVariableTargetElement.java | 21 package proguard.classfile.attribute.annotation.target; 24 * Representation of an local variable target table entry.
|
OffsetTargetInfo.java | 21 package proguard.classfile.attribute.annotation.target; 26 import proguard.classfile.attribute.annotation.target.visitor.TargetInfoVisitor; 29 * Representation of an offset annotation target.
|
SuperTypeTargetInfo.java | 21 package proguard.classfile.attribute.annotation.target; 25 import proguard.classfile.attribute.annotation.target.visitor.TargetInfoVisitor; 28 * Representation of a super type annotation target.
|
TargetInfo.java | 21 package proguard.classfile.attribute.annotation.target; 26 import proguard.classfile.attribute.annotation.target.visitor.TargetInfoVisitor; 29 * Representation of an annotation target. 56 * Returns the type of the target.
|
ThrowsTargetInfo.java | 21 package proguard.classfile.attribute.annotation.target; 25 import proguard.classfile.attribute.annotation.target.visitor.TargetInfoVisitor; 28 * Representation of a 'throws' annotation target.
|
TypeParameterTargetInfo.java | 21 package proguard.classfile.attribute.annotation.target; 26 import proguard.classfile.attribute.annotation.target.visitor.TargetInfoVisitor; 29 * Representation of a type parameter annotation target.
|
/external/proguard/src/proguard/classfile/attribute/annotation/target/visitor/ |
LocalVariableTargetElementVisitor.java | 21 package proguard.classfile.attribute.annotation.target.visitor; 26 import proguard.classfile.attribute.annotation.target.*;
|
/external/skia/src/gpu/ |
GrTest.h | 34 GrDrawTarget* target() { return fDrawTarget.get(); } function in class:GrTestTarget
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/ |
BuilderOffsetInstruction.java | 41 protected final Label target; field in class:BuilderOffsetInstruction 44 @Nonnull Label target) { 46 this.target = target; 53 throw new IllegalStateException("Target is out of range"); 60 return target.getCodeAddress() - this.getLocation().getCodeAddress(); 65 return target;
|