HomeSort by relevance Sort by last modified time
    Searched refs:BOB (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/distributed_runtime/
executor_test.cc 143 #define BOB "/job:j/replica:0/task:0/device:GPU:0"
148 auto in0 = test::graph::Recv(g.get(), "a", "float", ALICE, 1, BOB);
149 auto in1 = test::graph::Recv(g.get(), "b", "float", ALICE, 1, BOB);
151 test::graph::Send(g.get(), tmp, "c", BOB, 1, ALICE);
154 TF_ASSERT_OK(rendez_->Send(Key(ALICE, kIncarnation, BOB, "a"), args, V(1.0),
156 TF_ASSERT_OK(rendez_->Send(Key(ALICE, kIncarnation, BOB, "b"), args, V(1.0),
162 rendez_->Recv(Key(BOB, kIncarnation, ALICE, "c"), args, &out, &is_dead));
176 auto v = test::graph::Recv(g.get(), "a", "float", ALICE, 1, BOB);
182 test::graph::Send(g.get(), v, "b", BOB, 1, ALICE);
187 rendez_->Send(Key(ALICE, kIncarnation, BOB, "a"), args, V(1.0), false))
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
AttentionManagementVerifierActivity.java 64 private static final String BOB = "Bob";
66 private static final String BOB_EMAIL = "bob@_foo._bar";
194 insertSingleContact(BOB, BOB_PHONE, BOB_EMAIL, false);
215 Log.i("InsertContactsTest", "Bob is: " + mBobUri);
283 } else if (BOB.equals(tag)) {
284 found.add(BOB);
343 } else if (BOB.equals(tag)) {
344 found.add(BOB);
402 } else if (BOB.equals(tag))
1008 Notification.Builder bob = new Notification.Builder(mContext, channelId) local
1060 Notification.Builder bob = new Notification.Builder(mContext, channelId) local
1099 Notification.Builder bob = new Notification.Builder(mContext, local
    [all...]
  /external/clang/test/SemaCXX/
typedef-redecl.cpp 5 typedef REALLY_INT BOB;
  /external/guice/core/test/com/google/inject/
TypeConversionTest.java 37 * @author crazybob@google.com (Bob Lee)
73 TEE, BAZ, BOB

Completed in 95 milliseconds