/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
InlineAttachmentViewIntentBuilderCreatorHolder.java | 25 * application start and should have its creator set in the {@link android.app.Application} 26 * so that each app has a creator that provides app-specific functionality. 46 InlineAttachmentViewIntentBuilderCreator creator) { 47 sCreator = creator;
|
/external/guice/core/test/com/google/inject/ |
SuperclassTest.java | 33 Provider<Sub> creator = injector.getProvider(Sub.class); local 34 Sub sub = creator.get(); 35 sub = creator.get(); 36 sub = creator.get(); 37 sub = creator.get(); 38 sub = creator.get();
|
/packages/apps/Email/provider_src/com/android/email/ |
NotificationControllerCreatorHolder.java | 31 NotificationControllerCreator creator) { 32 sCreator = creator;
|
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
PreferenceMigratorHolder.java | 29 public static void setPreferenceMigratorCreator(final PreferenceMigratorCreator creator) { 30 sCreator = creator;
|
/hardware/qcom/display/msm8998/sdm/include/utils/ |
factory.h | 39 template <class Creator> 42 int Add(const std::string &name, const Creator &creator) { 43 map_.insert(std::pair<std::string, Creator>(name, creator)); 48 Creator Get(const std::string &name) { 49 typename std::map<std::string, Creator>::iterator it = map_.find(name); 58 std::map<std::string, Creator> map_;
|
/hardware/qcom/display/sdm845/sdm/include/utils/ |
factory.h | 39 template <class Creator> 42 int Add(const std::string &name, const Creator &creator) { 43 map_.insert(std::pair<std::string, Creator>(name, creator)); 48 Creator Get(const std::string &name) { 49 typename std::map<std::string, Creator>::iterator it = map_.find(name); 58 std::map<std::string, Creator> map_;
|
/external/caliper/caliper/src/test/java/com/google/caliper/runner/ |
BenchmarkCreatorTest.java | 34 BenchmarkCreator creator = new BenchmarkCreator(PublicDefaultConstructorNoParamBenchmark.class, local 37 Object benchmarkInstance = creator.createBenchmarkInstance(); 46 BenchmarkCreator creator = new BenchmarkCreator( local 50 Object benchmarkInstance = creator.createBenchmarkInstance();
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/ |
domreg.py | 53 creator = None
67 for creator in registered.values():
68 dom = creator()
72 for creator in well_known_implementations.keys():
74 dom = getDOMImplementation(name = creator)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/ |
domreg.py | 53 creator = None
67 for creator in registered.values():
68 dom = creator()
72 for creator in well_known_implementations.keys():
74 dom = getDOMImplementation(name = creator)
|
/external/python/cpython2/Lib/xml/dom/ |
domreg.py | 53 creator = None 67 for creator in registered.values(): 68 dom = creator() 72 for creator in well_known_implementations.keys(): 74 dom = getDOMImplementation(name = creator)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/ |
domreg.py | 53 creator = None 67 for creator in registered.values(): 68 dom = creator() 72 for creator in well_known_implementations.keys(): 74 dom = getDOMImplementation(name = creator)
|
/prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/ |
domreg.py | 53 creator = None 67 for creator in registered.values(): 68 dom = creator() 72 for creator in well_known_implementations.keys(): 74 dom = getDOMImplementation(name = creator)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/ |
domreg.py | 53 creator = None 67 for creator in registered.values(): 68 dom = creator() 72 for creator in well_known_implementations.keys(): 74 dom = getDOMImplementation(name = creator)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/ |
domreg.py | 53 creator = None 67 for creator in registered.values(): 68 dom = creator() 72 for creator in well_known_implementations.keys(): 74 dom = getDOMImplementation(name = creator)
|
/hardware/qcom/gps/msm8909/utils/ |
LocThread.cpp | 40 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, 44 static LocThreadDelegate* create(LocThread::tCreate creator, 65 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator, 77 if (creator) { 78 mThandle = creator(threadName, threadMain, this); 111 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, 115 thread = new LocThreadDelegate(creator, threadName, runnable, joinable); 211 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable) { 214 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable);
|
LocThread.h | 79 bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
|
/hardware/qcom/gps/msm8996/utils/ |
LocThread.cpp | 40 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, 44 static LocThreadDelegate* create(LocThread::tCreate creator, 65 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator, 77 if (creator) { 78 mThandle = creator(threadName, threadMain, this); 111 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, 115 thread = new LocThreadDelegate(creator, threadName, runnable, joinable); 211 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable) { 214 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable);
|
LocThread.h | 79 bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
|
/hardware/qcom/gps/msm8998/utils/ |
LocThread.cpp | 41 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, 45 static LocThreadDelegate* create(LocThread::tCreate creator, 66 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator, 78 if (creator) { 79 mThandle = creator(threadName, threadMain, this); 113 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, 117 thread = new LocThreadDelegate(creator, threadName, runnable, joinable); 213 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable) { 216 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable);
|
LocThread.h | 79 bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
|
/hardware/qcom/gps/sdm845/utils/ |
LocThread.cpp | 41 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, 45 static LocThreadDelegate* create(LocThread::tCreate creator, 66 LocThreadDelegate::LocThreadDelegate(LocThread::tCreate creator, 78 if (creator) { 79 mThandle = creator(threadName, threadMain, this); 113 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, 117 thread = new LocThreadDelegate(creator, threadName, runnable, joinable); 213 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable) { 216 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable);
|
LocThread.h | 79 bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
|
/packages/apps/Settings/src/com/android/settings/search/ |
ResultPayloadUtils.java | 38 public static <T> T unmarshall(byte[] bytes, Parcelable.Creator<T> creator) { 41 result = creator.createFromParcel(parcel);
|
/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/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);
|