HomeSort by relevance Sort by last modified time
    Searched defs:target (Results 151 - 175 of 4780) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/lisa/experiments/
run_suspend_resume.py 77 # Setup target configuration
80 # Target platform and board
119 target = te.target variable
run_youtube.py 71 # Setup target configuration
74 # Target platform and board
113 target = te.target variable
  /external/lisa/experiments/scratch/
run_suspend_resume_b63331203.py 80 # Setup target configuration
83 # Target platform and board
126 target = te.target variable
128 busywait_cmd = '{}/busywait'.format(target.executables_directory)
129 target.background(busywait_cmd, as_root=True)
  /external/mesa3d/src/gallium/state_trackers/clover/core/
format.cpp 148 pipe_texture_target target = translate_target(type); local
155 dev.pipe, f.second, target, 1, bindings);
  /external/mockito/src/main/java/org/mockito/internal/util/concurrent/
WeakConcurrentSet.java 19 final WeakConcurrentMap<V, Boolean> target; field in class:WeakConcurrentSet
24 target = new WeakConcurrentMap.WithInlinedExpunction<V, Boolean>();
28 target = new WeakConcurrentMap<V, Boolean>(cleaner == Cleaner.THREAD);
40 return target.put(value, Boolean.TRUE) == null; // is null or Boolean.TRUE
48 return target.containsKey(value);
56 return target.remove(value);
63 target.clear();
72 return target.approximateSize();
77 target.run();
94 target.expungeStaleEntries()
    [all...]
  /external/mockito/subprojects/android/src/main/java/org/mockito/android/internal/creation/
AndroidLoadingStrategy.java 19 File target = AndroidTempFileLocator.target; local
20 if (target == null) {
25 "'org.mockito.android.target' to a folder for storing generated class files",
28 "MyActivity.this.getDir(\"target\", Context.MODE_PRIVATE)",
33 return new AndroidClassLoadingStrategy.Injecting(target);
  /external/pdfium/fxjs/xfa/
cjx_breakafter.cpp 45 void CJX_BreakAfter::target(CFXJSE_Value* pValue, function in class:CJX_BreakAfter
cjx_breakbefore.cpp 45 void CJX_BreakBefore::target(CFXJSE_Value* pValue, function in class:CJX_BreakBefore
cjx_delta.cpp 38 void CJX_Delta::target(CFXJSE_Value* pValue, function in class:CJX_Delta
cjx_submit.cpp 39 void CJX_Submit::target(CFXJSE_Value* pValue, function in class:CJX_Submit
  /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/protobuf/python/
setup.py 150 target = 'test_python' variable in class:test_conformance
156 cmd = 'cd ../conformance && make %s' % (test_conformance.target)
184 test_conformance.target = 'test_python_cpp'
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
BuilderOffsetInstruction.java 42 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;
  /external/strace/tests/
mount.c 49 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, fstype, MS_REMOUNT, data)
    [all...]
  /external/strace/tests-m32/
mount.c 49 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, fstype, MS_REMOUNT, data)
    [all...]
  /external/strace/tests-mx32/
mount.c 49 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, fstype, MS_REMOUNT, data)
    [all...]

Completed in 358 milliseconds

1 2 3 4 5 67 8 91011>>