/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/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointConfigStoreDataTest.java | 205 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/ |
D | CacheQuotaServiceImpl.java | 92 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/ |
D | LinearLayoutCompat.java | 791 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/ |
D | NekoLand.java | 248 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/ |
D | Credential.java | 40 boolean machineManaged, String stApp, boolean share) { in Credential() argument 58 mShare = share; in Credential()
|
/frameworks/base/core/java/android/widget/ |
D | LinearLayout.java | 935 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()
|
D | Editor.java | 2653 com.android.internal.R.string.share) in onCreateContextMenu() 3844 com.android.internal.R.string.share) in populateMenuWithItems()
|
D | TextView.java | 10403 getResources().getString(com.android.internal.R.string.share))); in onInitializeAccessibilityNodeInfoInternal()
|
/frameworks/base/libs/incident/proto/android/ |
D | privacy.proto | 41 // still must have previously accepted a consent to share this
|
/frameworks/av/media/libstagefright/codec2/include/ |
D | C2Buffer.h | 546 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/ |
D | system_messages.proto | 120 // Entice the use to tap to share files
|
D | metrics_constants.proto | 1225 // 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/ |
D | GlobalScreenshot.java | 287 r.getString(com.android.internal.R.string.share), shareAction); in doInBackground()
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 16 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/ |
D | LICENSE | 16 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/ |
D | rs_graphics.rsh | 156 …FAN = 5, // Vertices will be rendered as a sequence of triangles that all share first vertex as th…
|
/frameworks/rs/driver/runtime/ll64/ |
D | allocation.ll | 17 ; This means all loads/stores that share this common root can be proven to not
|
/frameworks/rs/driver/runtime/ll32/ |
D | allocation.ll | 15 ; This means all loads/stores that share this common root can be proven to not
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 2404 … queueFamilyIndexCount /// Number of queue families to share across 2405 … pQueueFamilyIndices /// Array of queue family indices to share across
|
/frameworks/base/ |
D | preloaded-classes | 21 # the zygote during initialization. This is a trade-off, using virtual address space to share
|