Searched refs:forValue (Results 1 - 7 of 7) sorted by relevance

/external/junit/src/org/junit/experimental/theories/
H A DPotentialAssignment.java8 public static PotentialAssignment forValue(final String name, final Object value) { method in class:PotentialAssignment
/external/junit/src/org/junit/experimental/theories/suppliers/
H A DTestedOnSupplier.java19 list.add(PotentialAssignment.forValue(Arrays.asList(ints).toString(), i));
/external/junit/src/org/junit/experimental/theories/internal/
H A DAllMembersSupplier.java105 .forValue(field.getName(), getStaticFieldValue(field)));
113 list.add(PotentialAssignment.forValue(name + "[" + i + "]", Array.get(array, i)));
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTreeScope.cpp278 const AtomicString& forValue = label->fastGetAttribute(forAttr); local
279 if (!forValue.isEmpty())
280 addLabel(forValue, label);
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h2004 static ConstantEmission forValue(llvm::Constant *C) { function in class:clang::CodeGen::CodeGenFunction::ConstantEmission
H A DCGExpr.cpp983 return ConstantEmission::forValue(C);
/external/robolectric/lib/main/
H A Djunit-dep-4.8.2.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 159 milliseconds