/frameworks/compile/mclinker/unittests/ |
D | RTLinearAllocatorTest.cpp | 18 m_pTestee = new LinearAllocator<Data, 0>(CHUNK_SIZE); in RTLinearAllocatorTest() 39 Data* pointer = m_pTestee->allocate(10); in TEST_F() 46 Data* pointer = m_pTestee->allocate(); in TEST_F() 53 Data* pointer = m_pTestee->allocate(CHUNK_SIZE + 1); in TEST_F() 60 Data* pointer = m_pTestee->allocate(); in TEST_F() 69 Data* pointer = m_pTestee->allocate(); in TEST_F() 70 Data data(7, 7, 7, 7); in TEST_F() 80 Data* pointer = m_pTestee->allocate(10); in TEST_F() 89 Data* pointer = m_pTestee->allocate(10); in TEST_F() 90 Data data(7, 7, 7, 7); in TEST_F() [all …]
|
D | LinearAllocatorTest.cpp | 18 m_pTestee = new LinearAllocator<Data, CHUNK_SIZE>(); in LinearAllocatorTest() 38 Data* pointer = m_pTestee->allocate(10); in TEST_F() 45 Data* pointer = m_pTestee->allocate(); in TEST_F() 52 Data* pointer = m_pTestee->allocate(CHUNK_SIZE + 1); in TEST_F() 59 Data* pointer = m_pTestee->allocate(); in TEST_F() 68 Data* pointer = m_pTestee->allocate(); in TEST_F() 69 Data data(7, 7, 7, 7); in TEST_F() 79 Data* pointer = m_pTestee->allocate(10); in TEST_F() 88 Data* pointer = m_pTestee->allocate(10); in TEST_F() 89 Data data(7, 7, 7, 7); in TEST_F() [all …]
|
D | RTLinearAllocatorTest.h | 37 struct Data { struct 38 Data() : one(1), two(2), three(3), four(4) {} in Data() function 40 Data(unsigned int pOne, in Data() argument 50 ~Data() { in ~Data() argument 65 mcld::LinearAllocator<Data, 0>* m_pTestee; argument
|
D | LinearAllocatorTest.h | 24 struct Data { struct 25 Data() : one(1), two(2), three(3), four(4) {} in Data() function 27 Data(unsigned int pOne, in Data() argument 37 ~Data() { in ~Data() argument 65 typedef mcld::LinearAllocator<Data, CHUNK_SIZE> Alloc; argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | HistoryEvaluator.java | 31 private final ArrayList<Data> mStrokes = new ArrayList<>(); 32 private final ArrayList<Data> mGestureWeights = new ArrayList<>(); 41 mStrokes.add(new Data(evaluation)); in addStroke() 46 mGestureWeights.add(new Data(evaluation)); in addGesture() 56 private float weightedAverage(ArrayList<Data> list) { in weightedAverage() 61 Data data = list.get(i); in weightedAverage() 88 private void decayValue(ArrayList<Data> list, float factor) { in decayValue() 108 private static class Data { class in HistoryEvaluator 112 public Data(float evaluation) { in Data() method in HistoryEvaluator.Data
|
D | AccelerationClassifier.java | 32 private final HashMap<Stroke, Data> mStrokeMap = new HashMap<>(); 55 mStrokeMap.put(stroke, new Data(point)); in onTouchEvent() 64 Data data = mStrokeMap.get(stroke); in getFalseTouchEvaluation() 68 private static class Data { class in AccelerationClassifier 76 public Data(Point point) { in Data() method in AccelerationClassifier.Data
|
D | SpeedAnglesClassifier.java | 37 private HashMap<Stroke, Data> mStrokeMap = new HashMap<>(); 60 mStrokeMap.put(stroke, new Data()); in onTouchEvent() 73 Data data = mStrokeMap.get(stroke); in getFalseTouchEvaluation() 78 private static class Data { class in SpeedAnglesClassifier 93 public Data() { in Data() method in SpeedAnglesClassifier.Data
|
D | AnglesClassifier.java | 50 private HashMap<Stroke, Data> mStrokeMap = new HashMap<>(); 73 mStrokeMap.put(stroke, new Data()); in onTouchEvent() 81 Data data = mStrokeMap.get(stroke); in getFalseTouchEvaluation() 86 private static class Data { class in AnglesClassifier 106 public Data() { in Data() method in AnglesClassifier.Data
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | EventLogTags.logtags | 27 # Data network registration failed after successful voice registration 63 # Data Stall Recovery mode DATA_STALL_RECOVERY_GET_DATA_CALL_LIST 66 # Data Stall Recovery mode DATA_STALL_RECOVERY_CLEANUP 69 # Data Stall Recovery mode DATA_STALL_RECOVERY_REREGISTER 72 # Data Stall Recovery mode DATA_STALL_RECOVERY_RADIO_RESTART 75 # Data Stall Recovery mode DATA_STALL_RECOVERY_RADIO_RESTART_WITH_PROP
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
D | ImportTestProvider.java | 22 import android.provider.ContactsContract.Data; 45 final String mimeType = expectedContentValues.getAsString(Data.MIMETYPE); in addExpectedContentValues() 85 } else if (uri.equals(Data.CONTENT_URI)) { in applyBatch() 86 final String mimeType = actualContentValues.getAsString(Data.MIMETYPE); in applyBatch() 112 if (actualContentValues.containsKey(Data.RAW_CONTACT_ID)) { in applyBatch() 113 actualContentValues.remove(Data.RAW_CONTACT_ID); in applyBatch() 187 if (Data.MIMETYPE.equals(key)) { in convertToEasilyReadableString() 195 builder.append(Data.MIMETYPE); in convertToEasilyReadableString()
|
D | ExportTestProvider.java | 25 import android.provider.ContactsContract.Data; 49 entity.addSubValue(Data.CONTENT_URI, contentValues); in MockEntityIterator() 104 TestCase.assertTrue((Data.CONTACT_ID + "=?").equals(selection)); in queryEntities() 158 TestCase.assertEquals(Data.CONTACT_ID, columnName);
|
D | ContactEntry.java | 19 import android.provider.ContactsContract.Data; 35 contentValues.put(Data.MIMETYPE, mimeType); in addContentValues()
|
D | ContentValuesVerifierElem.java | 19 import android.provider.ContactsContract.Data; 37 contentValues.put(Data.MIMETYPE, mimeType); in addExpected()
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
D | LVPSA_Memory.c | 58 INST_ALLOC Data; in LVPSA_Memory() local 65 InstAlloc_Init( &Data , LVM_NULL); in LVPSA_Memory() 154 InstAlloc_AddMember( &Data, pInitParams->nBands * sizeof(Biquad_1I_Order2_Taps_t) ); in LVPSA_Memory() 155 InstAlloc_AddMember( &Data, pInitParams->nBands * sizeof(QPD_Taps_t) ); in LVPSA_Memory() 156 … pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_DATA].Size = InstAlloc_GetTotal(&Data); in LVPSA_Memory()
|
D | LVPSA_Init.c | 56 INST_ALLOC Data; in LVPSA_Init() local 90 … InstAlloc_Init( &Data , pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_DATA].pBaseAddress); in LVPSA_Init() 154 …pLVPSA_Inst->pBP_Taps = InstAlloc_AddMember( &Data, pInitParams->nBands * sizeof(Biq… in LVPSA_Init() 155 …pLVPSA_Inst->pQPD_Taps = InstAlloc_AddMember( &Data, pInitParams->nBands * sizeof(QPD… in LVPSA_Init()
|
/frameworks/base/core/java/android/net/ |
D | network-policy-restrictions.md | 1 # Data Saver vs Battery Saver 3 … an app has network access while on background depending on the status of Data Saver mode, Battery… 8 The 2 leftmost columns define the Data Saver mode and whether the app is whitelisted, not whitelis… 13 * **DS ON**: Data Saver Mode is on 14 * **DS OFF**: Data Saver Mode is off
|
/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 1798 public static final class Data implements BaseColumns, DataColumns { class in ContactsContract.Contacts 1802 private Data() {} in Data() method in ContactsContract.Contacts.Data 2882 final Uri dataUri = Uri.withAppendedPath(rawContactUri, Data.CONTENT_DIRECTORY); in getContactLookupUri() 2905 public static final class Data implements BaseColumns, DataColumns { class in ContactsContract.RawContacts 2909 private Data() { in Data() method in ContactsContract.RawContacts.Data 3064 Data.DATA1, 3065 Data.DATA2, 3066 Data.DATA3, 3067 Data.DATA4, 3068 Data.DATA5, [all …]
|
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
D | aggregate-indirect-arg.cpp | 15 const void* Data; member in SVal 27 v.Data = 0; in main()
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | remote_method.h | 151 auto ret = message.WriteAll(payload.Data(), payload.Size()); 188 Status<size_t> read_status = message.Read(payload.Data(), payload.Size()); 224 Status<size_t> read_status = message.Read(payload.Data(), payload.Size()); 264 Status<size_t> read_status = message.Read(payload.Data(), payload.Size()); 342 return trans.Send<R>(Opcode, payload.Data(), payload.Size(), nullptr, 0); 359 trans.Send<void>(Opcode, send_payload.Data(), send_payload.Size(), 360 reply_payload.Data(), reply_payload.Size()); 398 auto status = trans.Send<R>(Opcode, send_payload.Data(), 422 trans.Send<void>(Opcode, send_payload.Data(), send_payload.Size(), 423 reply_payload.Data(), reply_payload.Size());
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardEntry.java | 40 import android.provider.ContactsContract.Data; 164 .newInsert(Data.CONTENT_URI); in constructInsertOperation() 166 builder.withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE); in constructInsertOperation() 324 .newInsert(Data.CONTENT_URI); in constructInsertOperation() 326 builder.withValue(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in constructInsertOperation() 414 .newInsert(Data.CONTENT_URI); in constructInsertOperation() 416 builder.withValue(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE); in constructInsertOperation() 424 builder.withValue(Data.IS_PRIMARY, 1); in constructInsertOperation() 557 .newInsert(Data.CONTENT_URI); in constructInsertOperation() 559 builder.withValue(Data.MIMETYPE, StructuredPostal.CONTENT_ITEM_TYPE); in constructInsertOperation() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | AppErrorDialogTest.java | 68 AppErrorDialog.Data data = new AppErrorDialog.Data(); in testCreateWorks()
|
/frameworks/base/media/mca/filterfw/jni/ |
D | jni_native_frame.cpp | 78 const uint8_t* data = frame->Data(); in Java_android_filterfw_core_NativeFrame_getNativeData() 122 const uint8_t* data = frame->Data(); in Java_android_filterfw_core_NativeFrame_getNativeInts() 156 const uint8_t* data = frame->Data(); in Java_android_filterfw_core_NativeFrame_getNativeFloats() 233 const uint8_t* src_ptr = frame->Data(); in Java_android_filterfw_core_NativeFrame_getNativeBitmap() 280 return ToJBool(this_frame->WriteData(other_frame->Data(), 0, other_frame->Size())); in Java_android_filterfw_core_NativeFrame_nativeCopyFromNative()
|
/frameworks/data-binding/baseLibrary/ |
D | build.gradle | 69 project.ext.pomName = 'Data Binding Base Library' 70 project.ext.pomDesc = 'Shared library between Data Binding runtime lib and compiler'
|
/frameworks/support/compat/java/android/support/v4/content/ |
D | ModernAsyncTask.java | 521 private static class AsyncTaskResult<Data> { 523 final Data[] mData; 525 AsyncTaskResult(ModernAsyncTask task, Data... data) { in AsyncTaskResult()
|
/frameworks/data-binding/compiler/ |
D | build.gradle | 67 project.ext.pomName = 'Data Binding Annotation Processor' 68 project.ext.pomDesc = 'The annotation processor for Data Binding. Generates binding classes for run…
|