HomeSort by relevance Sort by last modified time
    Searched refs:creator (Results 26 - 50 of 318) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/opencv3/modules/stitching/test/ocl/
test_warpers.cpp 91 Ptr<WarperCreator> creator = makePtr<SphericalWarper>(); local
92 Ptr<detail::RotationWarper> warper = creator->create(2.0);
112 Ptr<WarperCreator> creator = makePtr<CylindricalWarper>(); local
113 Ptr<detail::RotationWarper> warper = creator->create(2.0);
133 Ptr<WarperCreator> creator = makePtr<PlaneWarper>(); local
134 Ptr<detail::RotationWarper> warper = creator->create(2.0);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DiskLruCacheTest.java 156 DiskLruCache.Editor creator = cache.edit("k1"); local
157 setString(creator, 0, "ABC");
158 setString(creator, 1, "DE");
159 assertNull(creator.newSource(0));
160 assertNull(creator.newSource(1));
161 creator.commit();
169 DiskLruCache.Editor creator = cache.edit("k1"); local
170 setString(creator, 0, "A");
171 setString(creator, 1, "B");
172 creator.commit()
183 DiskLruCache.Editor creator = cache.edit("k1"); local
197 DiskLruCache.Editor creator = cache.edit("k1"); local
207 DiskLruCache.Editor creator = cache.edit("k1"); local
223 DiskLruCache.Editor creator = cache.edit("k1"); local
445 DiskLruCache.Editor creator = cache.edit("k1"); local
466 DiskLruCache.Editor creator = cache.edit("k1"); local
477 DiskLruCache.Editor creator = cache.edit("k1"); local
701 DiskLruCache.Editor creator = cache.edit("k1"); local
721 DiskLruCache.Editor creator = cache.edit("k1"); local
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/iphone/
iPhoneAccelerometer.h 17 iPhoneAccelerometer(InputManager* creator, bool buffered);
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/linux/
LinuxMouse.h 35 LinuxMouse(InputManager* creator, bool buffered, bool grab, bool hide);
LinuxInputManager.h 60 Object* createObject(InputManager *creator, Type iType, bool bufferMode, const std::string & vendor = "");
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/mac/
CocoaJoyStick.h 51 CocoaJoyStick(const std::string& vendor, bool buffered, HidInfo* info, InputManager* creator, int devID);
CocoaMouse.h 40 CocoaMouse( InputManager* creator, bool buffered );
MacJoyStick.h 51 MacJoyStick(const std::string& vendor, bool buffered, HidInfo* info, InputManager* creator, int devID);
MacMouse.h 38 MacMouse( InputManager* creator, bool buffered );
CocoaInputManager.h 59 Object* createObject(InputManager* creator, Type iType, bool bufferMode, const std::string & vendor = "");
MacInputManager.h 58 Object* createObject(InputManager* creator, Type iType, bool bufferMode, const std::string & vendor = "");
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/win32/
Win32KeyBoard.h 44 Win32Keyboard(InputManager* creator, IDirectInput8* pDI, bool buffered, DWORD coopSettings);
Win32InputManager.h 57 Object* createObject(InputManager* creator, Type iType, bool bufferMode, const std::string & vendor = "");
Win32JoyStick.h 34 Win32JoyStick( InputManager* creator, IDirectInput8* pDI, bool buffered, DWORD coopSettings, const JoyStickInfo &info );
  /hardware/qcom/gps/msm8909/utils/
LocThread.h 79 bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
  /hardware/qcom/gps/msm8996/utils/
LocThread.h 79 bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
  /hardware/qcom/gps/msmcobalt/utils/
LocThread.h 79 bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
OISMouse.h 128 Mouse(const std::string &vendor, bool buffered, int devID, InputManager* creator)
129 : Object(vendor, OISMouse, buffered, devID, creator), mListener(0) {}
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/extras/LIRC/
OISLIRC.cpp 32 LIRCControl::LIRCControl(InputManager* creator, int id, bool buffered, LIRCFactoryCreator* local_creator, RemoteInfo &info) :
33 JoyStick("Generic LIRC", buffered, id, creator),
OISLIRC.h 57 LIRCControl(InputManager* creator, int id, bool buffered, LIRCFactoryCreator* local_creator, RemoteInfo &info);
77 //! The creator who created us
OISLIRCFactoryCreator.h 37 /** LIRC Factory Creator Class */
58 Object* createObject(InputManager* creator, Type iType, bool bufferMode, const std::string & vendor = "");
  /external/valgrind/drd/
drd_segment.c 56 * @note The creator and created thread ID's may be equal.
57 * @note This function copies the vector clock of thread 'creator', a technique
63 const DrdThreadId creator,
70 tl_assert(creator == DRD_INVALID_THREADID
71 || DRD_(IsValidDrdThreadId)(creator));
73 creator_sg = (creator != DRD_INVALID_THREADID
74 ? DRD_(thread_get_segment)(creator) : 0);
117 Segment* DRD_(sg_new)(const DrdThreadId creator, const DrdThreadId created)
127 sg_init(sg, creator, created);
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
OISWiiMote.h 44 WiiMote(InputManager* creator, int id, bool buffered, WiiMoteFactoryCreator* local_creator);
62 //! The creator who created us
OISWiiMoteFactoryCreator.h 47 /** WiiMote Factory Creator Class */
68 Object* createObject(InputManager* creator, Type iType, bool bufferMode, const std::string & vendor = "");
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
ExperimentModule.java 65 static Object provideRunningBenchmark(BenchmarkCreator creator) {
66 return creator.createBenchmarkInstance();

Completed in 472 milliseconds

12 3 4 5 6 7 8 91011>>