Home
last modified time | relevance | path

Searched defs:WithValue (Results 1 – 6 of 6) sorted by relevance

/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
DIsIterableContainingInOrderTest.java61 public static class WithValue { class in IsIterableContainingInOrderTest
63 public WithValue(int value) { this.value = value; } in WithValue() method in IsIterableContainingInOrderTest.WithValue
DIsIterableContainingInRelativeOrderTest.java77 public static class WithValue { class in IsIterableContainingInRelativeOrderTest
79 public WithValue(int value) { this.value = value; } in WithValue() method in IsIterableContainingInRelativeOrderTest.WithValue
/external/syzkaller/vendor/golang.org/x/net/context/
Dgo17.go70 func WithValue(parent Context, key interface{}, val interface{}) Context { func
Dpre_go17.go280 func WithValue(parent Context, key interface{}, val interface{}) Context { func
/external/tensorflow/tensorflow/core/framework/
Dshape_inference.cc421 Status InferenceContext::WithValue(DimensionHandle dim, int64 value, in WithValue() function in tensorflow::shape_inference::InferenceContext
Dshape_inference_test.cc425 TEST_F(ShapeInferenceTest, WithValue) { in TEST_F() argument