Searched defs:target (Results 401 - 425 of 2230) sorted by relevance

<<11121314151617181920>>

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DOptionalMethod.java52 * Returns true if the method exists on the supplied {@code target}.
54 public boolean isSupported(T target) { argument
55 return getMethod(target.getClass()) != null;
59 * Invokes the method on {@code target} with {@code args}. If the method does not exist or is not
66 public Object invokeOptional(T target, Object... args) throws InvocationTargetException { argument
67 Method m = getMethod(target.getClass());
72 return m.invoke(target, args);
79 * Invokes the method on {@code target}. If the method does not exist or is not
85 public Object invokeOptionalWithoutCheckedException(T target, Object... args) { argument
87 return invokeOptional(target, arg
106 invoke(T target, Object... args) argument
128 invokeWithoutCheckedException(T target, Object... args) argument
[all...]
/external/perfetto/include/perfetto/protozero/
H A Dproto_utils.h73 inline uint8_t* WriteVarInt(T value, uint8_t* target) { argument
79 *target++ = static_cast<uint8_t>(unsigned_value) | 0x80;
82 *target = static_cast<uint8_t>(unsigned_value);
83 return target + 1;
/external/proguard/src/proguard/classfile/attribute/annotation/target/
H A DLocalVariableTargetInfo.java21 package proguard.classfile.attribute.annotation.target;
26 import proguard.classfile.attribute.annotation.target.visitor.*;
29 * Representation of a local variable annotation target.
71 * Applies the given visitor to all target elements.
/external/protobuf/python/
H A Dsetup.py150 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/python/cpython2/PC/VS9.0/
H A Dbuild.bat9 rem -t Set the target manually (Build, Rebuild, or Clean)
18 set target= variable
26 if '%1'=='-r' (set target=/rebuild) & shift & goto CheckOpts variable
28 if '%2'=='Clean' (set target=/clean) & shift & shift & goto CheckOpts variable
29 if '%2'=='Rebuild' (set target=/rebuild) & shift & shift & goto CheckOpts variable
30 if '%2'=='Build' (set target=) & shift & shift & goto CheckOpts variable
31 echo.Unknown target: %2 & goto :eof
107 vcbuild "%dir%pcbuild.sln" %target% "%conf%|%platf%" %1 %2 %3 %4 %5 %6 %7 %8 %9
/external/python/cpython2/PCbuild/
H A Dbuild.bat42 echo. Set the target manually
52 set target=Build variable
68 if "%~1"=="-r" (set target=Rebuild) & shift & goto CheckOpts variable
69 if "%~1"=="-t" (set target=%2) & shift & shift & goto CheckOpts variable
139 msbuild "%dir%pcbuild.proj" /t:%target% %parallel% %verbose%^
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
H A DProxyMaker.java43 public <T> T createProxy(Class<T> targetClass, T target) { argument
44 return factories.get(targetClass).createProxy(targetClass, target);
68 // initialization method, then the type of the target reference on the operand
82 @Override public <E> E createProxy(Class<E> targetClass, E target) {
86 field.set(proxy, target);
110 <T> T createProxy(Class<T> targetClass, T target); argument
/external/sfntly/cpp/src/test/
H A Dverify_maxp.cc66 bool VerifyMAXP(Table* original, Table* target) { argument
68 EXPECT_TRUE(VerifyMAXP(target));
/external/skia/src/gpu/ops/
H A DGrOp.cpp53 void GrOp::operator delete(void* target) { argument
54 return MemoryPoolAccessor().pool()->release(target);
/external/skia/tools/skiaserve/urlhandlers/
H A DBreakHandler.cpp49 SkColor target = request->getPixel(x, y); local
52 startColor.append(Json::Value(SkColorGetR(target)));
53 startColor.append(Json::Value(SkColorGetG(target)));
54 startColor.append(Json::Value(SkColorGetB(target)));
55 startColor.append(Json::Value(SkColorGetA(target)));
69 if (current != target) {
/external/skqp/src/gpu/ops/
H A DGrOp.cpp53 void GrOp::operator delete(void* target) { argument
54 return MemoryPoolAccessor().pool()->release(target);
/external/skqp/tools/skiaserve/urlhandlers/
H A DBreakHandler.cpp49 SkColor target = request->getPixel(x, y); local
52 startColor.append(Json::Value(SkColorGetR(target)));
53 startColor.append(Json::Value(SkColorGetG(target)));
54 startColor.append(Json::Value(SkColorGetB(target)));
55 startColor.append(Json::Value(SkColorGetA(target)));
69 if (current != target) {
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
H A DPackedSwitchMethodItem.java93 for (PackedSwitchTarget target: targets) {
94 target.writeTargetTo(writer);
109 private final LabelMethodItem target; field in class:PackedSwitchMethodItem.PackedSwitchLabelTarget
110 public PackedSwitchLabelTarget(LabelMethodItem target) { argument
111 this.target = target;
114 target.writeTo(writer);
119 private final int target; field in class:PackedSwitchMethodItem.PackedSwitchOffsetTarget
120 public PackedSwitchOffsetTarget(int target) { argument
121 this.target
[all...]
H A DSparseSwitchMethodItem.java79 for (SparseSwitchTarget target: targets) {
80 IntegerRenderer.writeTo(writer, target.getKey());
82 target.writeTargetTo(writer);
83 writeCommentIfResourceId(writer, target.getKey());
101 private final LabelMethodItem target; field in class:SparseSwitchMethodItem.SparseSwitchLabelTarget
102 public SparseSwitchLabelTarget(int key, LabelMethodItem target) { argument
104 this.target = target;
108 target.writeTo(writer);
113 private final int target; field in class:SparseSwitchMethodItem.SparseSwitchOffsetTarget
114 SparseSwitchOffsetTarget(int key, int target) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/Support/
H A Dregerror.c88 int target = errcode &~ REG_ITOA; local
96 if (r->code == target)
105 "REG_0x%x", target);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregerror.c88 int target = errcode &~ REG_ITOA; local
96 if (r->code == target)
105 "REG_0x%x", target);
/external/syslinux/gpxe/src/include/gpxe/
H A Dicmp6.h32 struct in6_addr target; member in struct:neighbour_solicit
46 struct in6_addr target; member in struct:neighbour_advert
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
H A Dleaf_model_operators.cc55 Leaf* leaf, const InputTarget* target, int example) const {
56 const int32 int_label = target->GetTargetAsClassIndex(example, 0);
63 float weight = target->GetTargetWeight(example);
90 Leaf* leaf, const InputTarget* target, int example) const {
91 const int32 int_label = target->GetTargetAsClassIndex(example, 0);
96 const float weight = target->GetTargetWeight(example);
123 Leaf* leaf, const InputTarget* target, int example) const {
125 return dense_->UpdateModel(leaf, target, example);
127 return sparse_->UpdateModel(leaf, target, example);
54 UpdateModel( Leaf* leaf, const InputTarget* target, int example) const argument
89 UpdateModel( Leaf* leaf, const InputTarget* target, int example) const argument
122 UpdateModel( Leaf* leaf, const InputTarget* target, int example) const argument
/external/v8/tools/clang/base_bind_rewriters/
H A DBaseBindRewriters.cpp56 hasArgument(1, stmt().bind("target")));
60 auto* target = result.Nodes.getNodeAs<clang::CXXMemberCallExpr>("target"); variable
61 auto* member = llvm::cast<clang::MemberExpr>(target->getCallee());
62 assert(target && member && "Unexpected match! No Expr captured!");
65 result.SourceManager->getSpellingLoc(target->getLocEnd()));
82 "Remove raw pointer on the receiver of Bind() target");
/external/vogar/src/vogar/target/junit/
H A DVogarBlockJUnit4ClassRunner.java17 package vogar.target.junit;
/external/vogar/src/vogar/target/junit/junit3/
H A DTestCaseTransformer.java17 package vogar.target.junit.junit3;
/external/webrtc/webrtc/examples/peerconnection/server/
H A Dmain.cc116 ChannelMember* target = clients.IsTargetedRequest(s); local
117 if (target) {
118 member->ForwardRequestToPeer(s, target);
122 printf("Couldn't find target for request: %s\n",
/external/webrtc/webrtc/system_wrappers/source/
H A Dcritical_section_unittest.cc57 // Returns true if the target is reached or passed.
58 bool WaitForCount(int target, ProtectedCount* count) { argument
63 while (count->Count() < target && loop_counter < 100 * target) {
67 return (count->Count() >= target);
/external/android-clat/
H A Dgetaddr.c33 struct target { struct
43 * data - (struct target) info for which address we're looking for
49 struct target *targ_p = (struct target *)data;
87 * arg - (struct target) info for which address we're looking for
103 struct target targ;
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DCSharp3Target.java112 public StringRenderer(CodeGenerator generator, CSharp3Target target) argument
115 _target = target;

Completed in 1074 milliseconds

<<11121314151617181920>>