Home
last modified time | relevance | path

Searched refs:share (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/jdwp/
DPreloadDebugeeWrapper.java20 import org.apache.harmony.jpda.tests.jdwp.share.JDWPManualDebuggeeWrapper;
21 import org.apache.harmony.jpda.tests.share.JPDATestOptions;
DJDWPClassDataRetriever.java26 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/
DC2BufferTest.cpp401 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/
DLinearLayout.java972 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/
DCodec2Buffer.cpp139 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()
DC2OMXNode.cpp404 new Buffer2D(block->share( in emptyBuffer()
/frameworks/base/core/proto/android/
Dprivacy.proto38 // still must have previously accepted a consent to share this
/frameworks/base/core/proto/android/net/
Dnetworkrequest.proto51 // request's capabilities, thus causing it to share fate in every way
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp598 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/
Dmap_unittest.proto73 // Two map fields share the same entry default instance.
Dmap_unittest_proto3.proto78 // Two map fields share the same entry default instance.
/frameworks/av/media/codec2/core/include/
DC2Buffer.h1166 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/
Dscorecard.proto31 // Describes a network, consisting of a collection of access points that share
/frameworks/hardware/interfaces/cameraservice/device/2.0/
Dtypes.hal323 * 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/
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp48 {block->share(block->offset(), block->size(), ::C2Fence())}) {} in LinearBuffer()
52 {block->share(block->offset(), size, ::C2Fence())}) {} in LinearBuffer()
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp41 : C2Buffer({block->share(C2Rect(block->width(), block->height()), in GraphicBuffer()
/frameworks/av/media/codec2/components/cmds/
Dcodec2.cpp70 : C2Buffer({ block->share(block->offset(), block->size(), ::C2Fence()) }) {} in LinearBuffer()
/frameworks/av/media/codec2/hidl/1.0/utils/
DInputSurfaceConnection.cpp217 new Buffer2D(block->share( in submitBuffer()
Dtypes.cpp1207 *buffer = C2Buffer::CreateLinearBuffer(block->share( in createLinearBuffer()
1237 *buffer = C2Buffer::CreateGraphicBuffer(block->share( in createGraphicBuffer()
/frameworks/base/proto/src/
Dsystem_messages.proto120 // Entice the use to tap to share files
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp43 {block->share(block->offset(), block->size(), ::C2Fence())}) {} in LinearBuffer()
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp49 {block->share(block->offset(), block->size(), ::C2Fence())}) {} in LinearBuffer()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DREADME.md55 to share between threads (similar to passing an NSMutableDictionary between
/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp322 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/
DGlobalScreenshot.java312 r.getString(com.android.internal.R.string.share), shareAction); in doInBackground()

12