Home
last modified time | relevance | path

Searched defs:thing (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstatusor_test.cc72 StatusOr<int> thing; in TEST() local
78 StatusOr<int> thing(Status::CANCELLED); in TEST() local
85 StatusOr<int> thing(kI); in TEST() local
160 StatusOr<int> thing(kI); in TEST() local
166 const StatusOr<int> thing(kI); in TEST() local
171 StatusOr<int*> thing; in TEST() local
177 StatusOr<int*> thing(Status::CANCELLED); in TEST() local
184 StatusOr<const int*> thing(&kI); in TEST() local
261 StatusOr<const int*> thing(&kI); in TEST() local
267 const StatusOr<const int*> thing(&kI); in TEST() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/
Ddebug.js75 jspb.debug.dump_ = function(thing) { argument
/frameworks/base/services/core/java/com/android/server/
DPinnerService.java883 private static void safeClose(@Nullable Closeable thing) { in safeClose()