Searched defs:target (Results 126 - 150 of 2230) sorted by relevance

1234567891011>>

/external/replicaisland/src/com/replica/replicaisland/
H A DLerp.java21 public static float lerp(float start, float target, float duration, float timeSinceStart) argument
26 final float range = target - start;
32 value = target;
37 public static float ease(float start, float target, float duration, float timeSinceStart) argument
42 final float range = target - start;
57 value = target;
/external/sfntly/cpp/src/test/
H A Dverify_loca.cc56 bool VerifyLOCA(Table* original, Table* target) { argument
58 EXPECT_TRUE(VerifyLOCA(target));
H A Dverify_name.cc62 bool VerifyNAME(Table* original, Table* target) { argument
64 EXPECT_TRUE(VerifyNAME(target));
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DBuilderOffsetInstruction.java42 protected final Label target; field in class:BuilderOffsetInstruction
45 @Nonnull Label target) {
47 this.target = target;
68 return target.getCodeAddress() - this.getLocation().getCodeAddress();
73 return target;
44 BuilderOffsetInstruction(@onnull Opcode opcode, @Nonnull Label target) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
H A DBuilderInstruction10t.java46 @Nonnull Label target) {
47 super(opcode, target);
45 BuilderInstruction10t(@onnull Opcode opcode, @Nonnull Label target) argument
H A DBuilderInstruction20t.java46 @Nonnull Label target) {
47 super(opcode, target);
45 BuilderInstruction20t(@onnull Opcode opcode, @Nonnull Label target) argument
H A DBuilderInstruction30t.java46 @Nonnull Label target) {
47 super(opcode, target);
45 BuilderInstruction30t(@onnull Opcode opcode, @Nonnull Label target) argument
/external/strace/tests/
H A Dmount.c49 static const char target[] = "mount_target"; local
53 int rc = mount(source, target, fstype, 15, data);
55 source, target, fstype, str_ro_nosuid_nodev_noexec,
58 rc = mount(source, target, fstype, MS_RELATIME | 15, data);
60 source, target, fstype,
64 rc = mount(source, target, fstype, MS_MGC_VAL, data);
66 source, target, fstype, "MS_MGC_VAL", data, rc, errno2name());
68 rc = mount(source, target, fstype, MS_MGC_VAL | 15, data);
70 source, target, fstype,
74 rc = mount(source, target, fstyp
[all...]
/external/strace/tests-m32/
H A Dmount.c49 static const char target[] = "mount_target"; local
53 int rc = mount(source, target, fstype, 15, data);
55 source, target, fstype, str_ro_nosuid_nodev_noexec,
58 rc = mount(source, target, fstype, MS_RELATIME | 15, data);
60 source, target, fstype,
64 rc = mount(source, target, fstype, MS_MGC_VAL, data);
66 source, target, fstype, "MS_MGC_VAL", data, rc, errno2name());
68 rc = mount(source, target, fstype, MS_MGC_VAL | 15, data);
70 source, target, fstype,
74 rc = mount(source, target, fstyp
[all...]
/external/strace/tests-mx32/
H A Dmount.c49 static const char target[] = "mount_target"; local
53 int rc = mount(source, target, fstype, 15, data);
55 source, target, fstype, str_ro_nosuid_nodev_noexec,
58 rc = mount(source, target, fstype, MS_RELATIME | 15, data);
60 source, target, fstype,
64 rc = mount(source, target, fstype, MS_MGC_VAL, data);
66 source, target, fstype, "MS_MGC_VAL", data, rc, errno2name());
68 rc = mount(source, target, fstype, MS_MGC_VAL | 15, data);
70 source, target, fstype,
74 rc = mount(source, target, fstyp
[all...]
/external/swiftshader/third_party/LLVM/tools/llvm-ld/
H A DOptimize.cpp103 std::auto_ptr<TargetMachine> target; local
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
H A DTweenAccessor.java22 * public int getValues(Particle target, int tweenType, float[] returnValues) {
24 * case X: returnValues[0] = target.getX(); return 1;
25 * case Y: returnValues[0] = target.getY(); return 1;
27 * returnValues[0] = target.getX();
28 * returnValues[1] = target.getY();
34 * public void setValues(Particle target, int tweenType, float[] newValues) {
36 * case X: target.setX(newValues[0]); break;
37 * case Y: target.setY(newValues[1]); break;
39 * target.setX(newValues[0]);
40 * target
71 getValues(T target, int tweenType, float[] returnValues) argument
81 setValues(T target, int tweenType, float[] newValues) argument
[all...]
/external/v8/src/
H A Dd8.js88 target: JSProxyGetTarget(proxy),
/external/v8/src/interpreter/
H A Dbytecode-label.cc27 const BytecodeLabel& target) {
29 builder->Bind(target, &label);
26 BindToLabel(BytecodeArrayBuilder* builder, const BytecodeLabel& target) argument
/external/valgrind/none/tests/s390x/
H A Dex_clone.c11 char target[40] = " \0"; variable
55 ::"a" (target), "a" (source)
58 printf("%s\n", target);
H A Dmvst.c14 char target[512]; variable
40 printf("CC:%d\n", mvst(target, buffer));
41 printf("%s\n", target);
42 printf("CC:%d\n",mvst_full(target, bigbuf));
43 printf("%s\n", target);
/external/vixl/benchmarks/aarch64/
H A Dbench-branch-link.cc62 Label target; local
64 __ b(&target);
66 __ bind(&target);
/external/vogar/src/vogar/target/
H A DAndroidLog.java17 package vogar.target;
H A DMainTargetRunner.java17 package vogar.target;
H A DPackage.java17 package vogar.target;
H A DTestActivity.java17 package vogar.target;
/external/vogar/src/vogar/target/junit/
H A DApplyGlobalRulesBlockJUnit4ClassRunner.java17 package vogar.target.junit;
H A DDescribableComparator.java17 package vogar.target.junit;
H A DDescriptionComparator.java17 package vogar.target.junit;
H A DExtendedSuiteRunner.java17 package vogar.target.junit;

Completed in 554 milliseconds

1234567891011>>