/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/jdwp/ |
D | PreloadDebugeeWrapper.java | 20 import org.apache.harmony.jpda.tests.jdwp.share.JDWPManualDebuggeeWrapper; 21 import org.apache.harmony.jpda.tests.share.JPDATestOptions;
|
D | JDWPClassDataRetriever.java | 26 import org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase; 27 import org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeWrapper; 28 import org.apache.harmony.jpda.tests.share.JPDALogWriter; 29 import org.apache.harmony.jpda.tests.share.JPDATestOptions;
|
/frameworks/av/media/codec2/tests/vndk/ |
D | C2BufferTest.cpp | 401 C2ConstLinearBlock constBlock = block->share( in TEST_F() 545 C2ConstGraphicBlock constBlock = block->share(C2Rect(kWidth, kHeight), fence); in TEST_F() 626 …std::shared_ptr<C2BufferData> data(new BufferData({ linearBlock1->share(0, kCapacity1, C2Fence()) … in TEST_F() 633 linearBlock1->share(0, kCapacity1, C2Fence()), in TEST_F() 634 linearBlock2->share(0, kCapacity2, C2Fence()), in TEST_F() 642 data.reset(new BufferData({ graphicBlock1->share(kCrop1, C2Fence()) })); in TEST_F() 649 graphicBlock1->share(kCrop1, C2Fence()), in TEST_F() 650 graphicBlock2->share(kCrop2, C2Fence()), in TEST_F() 685 std::shared_ptr<C2Buffer> buffer(new Buffer( { block->share(0, kCapacity, C2Fence()) })); in TEST_F() 692 buffer.reset(new Buffer( { block->share(0, kCapacity, C2Fence()) })); in TEST_F() [all …]
|
/frameworks/base/core/java/android/widget/ |
D | LinearLayout.java | 972 final int share = (int) (childWeight * remainingExcess / remainingWeightSum); in measureVertical() local 973 remainingExcess -= share; in measureVertical() 983 childHeight = share; in measureVertical() 987 childHeight = child.getMeasuredHeight() + share; in measureVertical() 1360 final int share = (int) (childWeight * remainingExcess / remainingWeightSum); in measureHorizontal() local 1361 remainingExcess -= share; in measureHorizontal() 1371 childWidth = share; in measureHorizontal() 1375 childWidth = child.getMeasuredWidth() + share; in measureHorizontal()
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2Buffer.cpp | 139 return C2Buffer::CreateLinearBuffer(mBlock->share(offset(), size(), C2Fence())); in asC2Buffer() 556 mBlock->share(C2Rect(width, height), C2Fence())); in asC2Buffer() 601 block->share(C2Rect(buffer->width, buffer->height), C2Fence())); in asC2Buffer() 774 return C2Buffer::CreateLinearBuffer(mBlock->share(offset(), size(), C2Fence())); in asC2Buffer()
|
D | C2OMXNode.cpp | 404 new Buffer2D(block->share( in emptyBuffer()
|
/frameworks/base/core/proto/android/ |
D | privacy.proto | 38 // still must have previously accepted a consent to share this
|
/frameworks/base/core/proto/android/net/ |
D | networkrequest.proto | 51 // request's capabilities, thus causing it to share fate in every way
|
/frameworks/av/media/codec2/components/base/ |
D | SimpleC2Component.cpp | 598 return C2Buffer::CreateLinearBuffer(block->share(offset, size, ::C2Fence())); in createLinearBuffer() 608 return C2Buffer::CreateGraphicBuffer(block->share(crop, ::C2Fence())); in createGraphicBuffer()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | map_unittest.proto | 73 // Two map fields share the same entry default instance.
|
D | map_unittest_proto3.proto | 78 // Two map fields share the same entry default instance.
|
/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 1166 C2ConstLinearBlock share(size_t offset, size_t size, C2Fence fence); 1263 c2_status_t share(size_t size, C2Fence fence, std::vector<C2ConstLinearBlock> &blocks); 1952 C2ConstGraphicBlock share(const C2Rect &crop, C2Fence fence);
|
/frameworks/opt/net/wifi/service/proto/src/ |
D | scorecard.proto | 31 // Describes a network, consisting of a collection of access points that share
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | types.hal | 323 * The outputs will share memory buffers whenever possible. Due to buffer 340 * buffer streams simultaneously. The ICameraDevice may be able to share the buffers used
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/ |
D | VtsHalMediaC2V1_0TargetVideoDecTest.cpp | 48 {block->share(block->offset(), block->size(), ::C2Fence())}) {} in LinearBuffer() 52 {block->share(block->offset(), size, ::C2Fence())}) {} in LinearBuffer()
|
D | VtsHalMediaC2V1_0TargetVideoEncTest.cpp | 41 : C2Buffer({block->share(C2Rect(block->width(), block->height()), in GraphicBuffer()
|
/frameworks/av/media/codec2/components/cmds/ |
D | codec2.cpp | 70 : C2Buffer({ block->share(block->offset(), block->size(), ::C2Fence()) }) {} in LinearBuffer()
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | InputSurfaceConnection.cpp | 217 new Buffer2D(block->share( in submitBuffer()
|
D | types.cpp | 1207 *buffer = C2Buffer::CreateLinearBuffer(block->share( in createLinearBuffer() 1237 *buffer = C2Buffer::CreateGraphicBuffer(block->share( in createGraphicBuffer()
|
/frameworks/base/proto/src/ |
D | system_messages.proto | 120 // Entice the use to tap to share files
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/ |
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 43 {block->share(block->offset(), block->size(), ::C2Fence())}) {} in LinearBuffer()
|
D | VtsHalMediaC2V1_0TargetAudioDecTest.cpp | 49 {block->share(block->offset(), block->size(), ::C2Fence())}) {} in LinearBuffer()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | README.md | 55 to share between threads (similar to passing an NSMutableDictionary between
|
/frameworks/av/media/codec2/vndk/ |
D | C2Buffer.cpp | 322 C2ConstLinearBlock C2LinearBlock::share(size_t offset_, size_t size_, C2Fence fence) { in share() function in C2LinearBlock 1066 C2ConstGraphicBlock C2GraphicBlock::share(const C2Rect &crop, C2Fence fence) { in share() function in C2GraphicBlock
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | GlobalScreenshot.java | 312 r.getString(com.android.internal.R.string.share), shareAction); in doInBackground()
|