HomeSort by relevance Sort by last modified time
    Searched refs:findObject (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/webview/chromium/tests/UbWebViewJankTests/src/com/android/webview/chromium/tests/jank/
WebViewFlingTest.java 87 UiObject2 container = mDevice.findObject(By.res(RES_PACKAGE, "container"));
98 mDevice.findObject(By.res(RES_PACKAGE, "container")).fling(Direction.DOWN);
  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrDebugGL.h 49 GrFakeRefObj *findObject(GrGLuint ID, GrObjTypes type);
158 reinterpret_cast<className *>(GrDebugGL::getInstance()->findObject(id, classEnum))
GrDebugGL.cpp 78 GrFakeRefObj *GrDebugGL::findObject(GrGLuint ID, GrObjTypes type) {
  /external/skia/src/gpu/gl/debug/
GrDebugGL.h 49 GrFakeRefObj *findObject(GrGLuint ID, GrObjTypes type);
158 reinterpret_cast<className *>(GrDebugGL::getInstance()->findObject(id, classEnum))
GrDebugGL.cpp 78 GrFakeRefObj *GrDebugGL::findObject(GrGLuint ID, GrObjTypes type) {
  /frameworks/native/include/binder/
Binder.h 55 virtual void* findObject(const void* objectID) const;
IBinder.h 136 virtual void* findObject(const void* objectID) const = 0;
BpBinder.h 56 virtual void* findObject(const void* objectID) const;
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 99 if (buffer->meta()->findObject("format", &object)) {
133 if ((*buffer)->meta()->findObject("format", &object)) {
168 if (buffer->meta()->findObject("format", &object)) {
  /external/chromium_org/third_party/skia/include/utils/
SkJSON.h 89 bool findObject(const char name[], Object** = NULL) const;
  /external/skia/include/utils/
SkJSON.h 89 bool findObject(const char name[], Object** = NULL) const;
  /external/clang/utils/
ClangDataFormat.py 111 obj = findObject(typename, frame)
117 def findObject(typename, frame):
  /frameworks/av/media/libstagefright/timedtext/
TimedTextPlayer.cpp 176 if (msg->findObject("subtitle", &obj)) {
189 msg->findObject("source", &obj);
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java     [all...]
  /dalvik/hit/src/com/android/hit/
Queries.java 40 * object findObject
44 * reachableFrom make a call to findObject to get the target
49 * rootsTo make a call to findObject on the leaf node
193 public static Instance findObject(State state, String id) {
  /external/chromium_org/v8/tools/profviz/
worker.js 151 if (FS.findObject(input_file_name)) {
161 displayplot(FS.findObject(output_file_name));
  /frameworks/av/include/media/stagefright/foundation/
AMessage.h 71 bool findObject(const char *name, sp<RefBase> *obj) const;
  /frameworks/native/libs/binder/
Binder.cpp 163 void* BBinder::findObject(const void* objectID) const
BpBinder.cpp 295 void* BpBinder::findObject(const void* objectID) const
  /frameworks/av/media/libstagefright/rtsp/
MyTransmitter.h 374 CHECK(msg->findObject("response", &obj));
462 CHECK(msg->findObject("response", &obj));
552 CHECK(msg->findObject("response", &obj));
741 CHECK(msg->findObject("response", &obj));
770 CHECK(msg->findObject("response", &obj));
MyHandler.h 489 CHECK(msg->findObject("response", &obj));
605 CHECK(msg->findObject("description", &obj));
661 CHECK(msg->findObject("response", &obj));
791 CHECK(msg->findObject("response", &obj));
    [all...]
  /cts/tests/tests/print/src/android/print/cts/
PageRangeAdjustmentTest.java 600 UiObject pagesSpinner = getUiDevice().findObject(new UiSelector().resourceId(
604 UiObject rangeOption = getUiDevice().findObject(new UiSelector().textContains("Range"));
607 UiObject pagesEditText = getUiDevice().findObject(new UiSelector().resourceId(
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 172 CHECK(msg->findObject("meta", &obj));
834 CHECK(msg->findObject("meta", &obj));
MediaCodec.cpp 298 bool found = response->findObject("input-surface", &obj);
909 msg->findObject("input-surface", &obj);
950 CHECK(msg->findObject("portDesc", &obj));
    [all...]
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 

Completed in 625 milliseconds

1 2