/frameworks/compile/mclinker/unittests/ |
D | LinearAllocatorTest.cpp | 65 m_pTestee->construct(pointer); in TEST_F() 75 m_pTestee->construct(pointer, data); in TEST_F() 85 m_pTestee->construct(pointer); in TEST_F() 95 m_pTestee->construct(pointer, data); in TEST_F() 106 m_pTestee->construct(pointer); in TEST_F() 124 m_pTestee->construct(pointer); in TEST_F()
|
D | RTLinearAllocatorTest.cpp | 66 m_pTestee->construct(pointer); in TEST_F() 76 m_pTestee->construct(pointer, data); in TEST_F() 86 m_pTestee->construct(pointer); in TEST_F() 96 m_pTestee->construct(pointer, data); in TEST_F() 107 m_pTestee->construct(pointer); in TEST_F() 125 m_pTestee->construct(pointer); in TEST_F()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | Allocators.h | 36 static void construct(value_type* pPtr) in construct() function 39 static void construct(value_type* pPtr, const value_type& pValue) in construct() function 75 static void construct(value_type* pPtr) in construct() function 78 static void construct(value_type* pPtr, const value_type& pValue) in construct() function 133 void construct(pointer pPtr, const_reference pValue) in construct() function 134 { chunk_type::construct(pPtr, pValue); } in construct() 141 void construct(pointer pPtr) in construct() function 142 { chunk_type::construct(pPtr); } in construct() 371 void construct(pointer pObject, const DataType& pValue) in construct() function 434 void construct(DataType* pObject, const DataType& pValue) in construct() function [all …]
|
D | UniqueGCFactory.h | 64 construct(data); in produce() 77 construct(data, pValue); in produce()
|
/frameworks/support/v4/ics/android/support/v4/speech/tts/ |
D | TextToSpeechICS.java | 13 static TextToSpeech construct(Context context, OnInitListener onInitListener, in construct() method in TextToSpeechICS
|
/frameworks/wilhelm/src/itf/ |
D | IEngine.c | 113 CLEDDevice *thiz = (CLEDDevice *) construct(pCLEDDevice_class, exposedMask, self); in IEngine_CreateLEDDevice() 151 CVibraDevice *thiz = (CVibraDevice *) construct(pCVibraDevice_class, exposedMask, self); in IEngine_CreateVibraDevice() 188 CAudioPlayer *thiz = (CAudioPlayer *) construct(pCAudioPlayer_class, exposedMask, self); in IEngine_CreateAudioPlayer() 432 CAudioRecorder *thiz = (CAudioRecorder *) construct(pCAudioRecorder_class, exposedMask, in IEngine_CreateAudioRecorder() 572 CMidiPlayer *thiz = (CMidiPlayer *) construct(pCMidiPlayer_class, exposedMask, self); in IEngine_CreateMidiPlayer() 618 CListener *thiz = (CListener *) construct(pCListener_class, exposedMask, self); in IEngine_CreateListener() 655 C3DGroup *thiz = (C3DGroup *) construct(pC3DGroup_class, exposedMask, self); in IEngine_Create3DGroup() 689 COutputMix *thiz = (COutputMix *) construct(pCOutputMix_class, exposedMask, self); in IEngine_CreateOutputMix() 745 construct(pCMetadataExtractor_class, exposedMask, self); in IEngine_CreateMetadataExtractor() 1078 CMediaPlayer *thiz = (CMediaPlayer *) construct(pCMediaPlayer_class, exposedMask, in IEngine_CreateMediaPlayer()
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | TreeAllocator.h | 43 Alloc::construct(result); in produce()
|
/frameworks/wilhelm/src/ |
D | entry.c | 143 thiz = (CEngine *) construct(pCEngine_class, exposedMask, NULL); in liCreateEngine()
|
D | sles_allinclusive.h | 300 extern IObject *construct(const ClassTable *clazz,
|
D | sles.c | 503 IObject *construct(const ClassTable *clazz, unsigned exposedMask, SLEngineItf engine) in construct() function
|
/frameworks/base/docs/html/training/notify-user/ |
D | expanded.jd | 87 to construct and issue the notification.</p> 135 <p>This snippet shows how to construct the
|
D | build-notification.jd | 96 <p>How you construct the {@link android.app.PendingIntent} depends on what type
|
/frameworks/base/docs/html/training/printing/ |
D | photos.jd | 80 construct a print document. For information on creating documents for printing, see the
|
/frameworks/base/docs/html/google/play-services/ |
D | drive.jd | 73 The query builder allows you to easily construct a query by joining
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | retrieve-names.jd | 330 construct a content URI for the contact the user selects. 613 // The contact's _ID, to construct a content URI 615 // The contact's LOOKUP_KEY, to construct a content URI 621 To search for a string within a particular type of data, construct a selection clause from
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_best_practices.jd | 111 literal string. Instead, construct the string at runtime from pieces or use bit manipulation (for
|
/frameworks/base/docs/html/training/tv/playback/ |
D | browse.jd | 135 screen for browsing by the user. The following example code demonstrates how to construct an
|
/frameworks/base/docs/html/training/volley/ |
D | simple.jd | 94 <p>To send a request, you simply construct one and add it to the {@code RequestQueue} with
|
/frameworks/base/docs/html/tools/testing/ |
D | testing_ui.jd | 193 <p>The following code example shows how to construct <a href="{@docRoot}tools/help/uiautomator/UiOb… 216 …construct a <a href="{@docRoot}tools/help/uiautomator/UiCollection.html">{@code UiCollection}</a> …
|
/frameworks/base/docs/html/training/sharing/ |
D | send.jd | 32 <p>When you construct an intent, you must specify the action you want the intent to "trigger."
|
/frameworks/base/docs/html/training/in-app-billing/ |
D | preparing-iab-app.jd | 100 …c license key string value as provided by Google Play. Instead, you can construct the whole public…
|
/frameworks/base/docs/html/google/play/licensing/ |
D | adding-licensing.jd | 449 <p>Finally, construct an instance of AESObfuscator, passing the salt, 450 application identifier, and device identifier. You can construct the instance 515 you construct.</li> 790 Obfuscator instance when you construct ServerManagedPolicy.</p>
|
/frameworks/base/docs/html/training/cloudsync/ |
D | gcm.jd | 68 <p>For those implementing GCM support in a language other than Java, construct
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | custom-components.jd | 21 that you can use to construct your UI.</p> 425 In the end, you can very quickly construct arbitrarily complex compound
|
/frameworks/base/docs/html/guide/topics/media/ |
D | exoplayer.jd | 277 construct renderers for playing DASH sample videos in the demo app. It asynchronously fetches a 278 specified MPD file in order to construct the required {@code Representation} objects. For an
|