Home
last modified time | relevance | path

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

/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/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointConfigStoreDataTest.java205 private byte[] serializeData(boolean share) throws Exception { in serializeData() argument
209 mConfigStoreData.serializeData(out, share); in serializeData()
221 private void deserializeData(byte[] data, boolean share) throws Exception { in deserializeData() argument
225 mConfigStoreData.deserializeData(in, in.getDepth(), share); in deserializeData()
/frameworks/base/packages/ExtServices/src/android/ext/services/storage/
DCacheQuotaServiceImpl.java92 double share = getFairShareForPosition(count) / sum; in onComputeCacheQuotaHints()
95 builder.setQuota(Math.round(share * reservedSize)); in onComputeCacheQuotaHints()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DLinearLayoutCompat.java791 int share = (int) (childExtra * delta / weightSum); in measureVertical() local
793 delta -= share; in measureVertical()
804 int childHeight = child.getMeasuredHeight() + share; in measureVertical()
815 MeasureSpec.makeMeasureSpec(share > 0 ? share : 0, in measureVertical()
1180 int share = (int) (childExtra * delta / weightSum); in measureHorizontal() local
1182 delta -= share; in measureHorizontal()
1194 int childWidth = child.getMeasuredWidth() + share; in measureHorizontal()
1205 share > 0 ? share : 0, MeasureSpec.EXACTLY), in measureHorizontal()
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoLand.java248 holder.share.setOnClickListener(new View.OnClickListener() { in onBindViewHolder()
321 private final View share; field in NekoLand.CatHolder
329 share = itemView.findViewById(android.R.id.shareText); in CatHolder()
/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
DCredential.java40 boolean machineManaged, String stApp, boolean share) { in Credential() argument
58 mShare = share; in Credential()
/frameworks/base/core/java/android/widget/
DLinearLayout.java935 final int share = (int) (childWeight * remainingExcess / remainingWeightSum); in measureVertical() local
936 remainingExcess -= share; in measureVertical()
946 childHeight = share; in measureVertical()
950 childHeight = child.getMeasuredHeight() + share; in measureVertical()
1322 final int share = (int) (childWeight * remainingExcess / remainingWeightSum); in measureHorizontal() local
1323 remainingExcess -= share; in measureHorizontal()
1333 childWidth = share; in measureHorizontal()
1337 childWidth = child.getMeasuredWidth() + share; in measureHorizontal()
DEditor.java2653 com.android.internal.R.string.share) in onCreateContextMenu()
3844 com.android.internal.R.string.share) in populateMenuWithItems()
DTextView.java10403 getResources().getString(com.android.internal.R.string.share))); in onInitializeAccessibilityNodeInfoInternal()
/frameworks/base/libs/incident/proto/android/
Dprivacy.proto41 // still must have previously accepted a consent to share this
/frameworks/av/media/libstagefright/codec2/include/
DC2Buffer.h546 C2ConstLinearBlock share(size_t offset, size_t size, C2Fence fence);
638 C2Error share(size_t size, C2Fence fence, std::list<C2ConstLinearBlock> &blocks);
1026 C2ConstGraphicBlock share(const C2Rect &crop, C2Fence fence);
/frameworks/base/proto/src/
Dsystem_messages.proto120 // Entice the use to tap to share files
Dmetrics_constants.proto1225 // ACTION: Chooser shown (share target, file open, etc.)
1667 // ACTION: User tapped notification to share bug report
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java287 r.getString(com.android.internal.R.string.share), shareAction); in doInBackground()
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt16 freedom to share and change it. By contrast, the GNU General Public
17 Licenses are intended to guarantee your freedom to share and change
/frameworks/support/development/checkstyle/
DLICENSE16 freedom to share and change it. By contrast, the GNU General Public
17 Licenses are intended to guarantee your freedom to share and change
/frameworks/rs/script_api/include/
Drs_graphics.rsh156 …FAN = 5, // Vertices will be rendered as a sequence of triangles that all share first vertex as th…
/frameworks/rs/driver/runtime/ll64/
Dallocation.ll17 ; This means all loads/stores that share this common root can be proven to not
/frameworks/rs/driver/runtime/ll32/
Dallocation.ll15 ; This means all loads/stores that share this common root can be proven to not
/frameworks/native/vulkan/api/
Dvulkan.api2404 … queueFamilyIndexCount /// Number of queue families to share across
2405 … pQueueFamilyIndices /// Array of queue family indices to share across
/frameworks/base/
Dpreloaded-classes21 # the zygote during initialization. This is a trade-off, using virtual address space to share