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

  /external/tensorflow/tensorflow/contrib/learn/python/learn/
experiment_test.py 258 sheep = SheepCounter()
259 with test.mock.patch.object(time, 'time', sheep.time):
260 with test.mock.patch.object(time, 'sleep', sheep.sleep):
262 self.assertAlmostEqual(delay, sheep.time(), delta=1e-4)
274 sheep = SheepCounter()
275 with test.mock.patch.object(time, 'time', sheep.time):
276 with test.mock.patch.object(time, 'sleep', sheep.sleep):
278 self.assertAlmostEqual(task_id * 5, sheep.time(), delta=1e-4)
303 sheep = SheepCounter()
304 with test.mock.patch.object(time, 'time', sheep.time)
    [all...]
  /developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/data/
Contact.kt 39 object : Contact(4L, "Sheep", R.drawable.sheep) {
  /external/python/google-api-python-client/tests/
test_http.py 689 ETag: "etag/sheep"\r\n\r\n{"baz": "qux"}
711 ETag: "etag/sheep"\r\n\r\n{
748 ETag: "etag/sheep"\r\n\r\n{"baz": "qux"}
    [all...]
  /external/u-boot/arch/arm/dts/
Makefile 46 rk3368-sheep.dtb \

Completed in 425 milliseconds