Home
last modified time | relevance | path

Searched refs:space (Results 1 – 25 of 63) sorted by relevance

123

/packages/modules/Connectivity/netbpfload/
DNetBpfLoad.cpp186 char * space = strchr(blockdev, ' '); in logTetheringApexVersion() local
187 if (!space) continue; in logTetheringApexVersion()
188 *space = '\0'; in logTetheringApexVersion()
189 char * mntpath = space + 1; in logTetheringApexVersion()
190 space = strchr(mntpath, ' '); in logTetheringApexVersion()
191 if (!space) continue; in logTetheringApexVersion()
192 *space = '\0'; in logTetheringApexVersion()
208 char * space = strchr(blockdev, ' '); in logTetheringApexVersion() local
209 if (!space) continue; in logTetheringApexVersion()
210 *space = '\0'; in logTetheringApexVersion()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/navbutton/
DNavButtonLayoutFactory.kt63 space: Space?, in getUiLayoutter()
90 space in getUiLayoutter()
101 space in getUiLayoutter()
112 space in getUiLayoutter()
125 space in getUiLayoutter()
139 space in getUiLayoutter()
150 space in getUiLayoutter()
161 space in getUiLayoutter()
DPhoneSeascapeNavLayoutter.kt35 space: Space?
44 space
76 startContextualContainer.addView(space, MATCH_PARENT, MATCH_PARENT) in repositionContextualButtons()
DPhonePortraitNavLayoutter.kt37 space: Space?
46 space
133 startContextualContainer.addView(space, MATCH_PARENT, MATCH_PARENT) in layoutButtons()
DPhoneLandscapeNavLayoutter.kt37 space: Space?
46 space
150 endContextualContainer.addView(space, MATCH_PARENT, MATCH_PARENT) in repositionContextualButtons()
DPhoneGestureLayoutter.kt38 space: Space?
47 space
DSetupNavLayoutter.kt42 space: Space?
51 space
DTaskbarNavLayoutter.kt38 space: Space?
47 space
DKidsNavLayoutter.kt40 space: Space?
49 space
DAbstractNavButtonLayoutter.kt51 protected val space: Space? constant in com.android.launcher3.taskbar.navbutton.AbstractNavButtonLayoutter
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DMessageHolder.java29 MessageHolder(Context context, Space space, ConfigStore configStore) { in MessageHolder() argument
30 super(context, space, configStore); in MessageHolder()
/packages/apps/TvSettings/
D.clang-format2 # This is a Google-derived style with 4-space indent and a few quirks for
5 # 4-space indent, no tabs.
/packages/modules/Virtualization/tests/helper/src/java/com/android/microdroid/test/common/
DProcessUtil.java97 int space = ps.indexOf(" "); in getProcessMap() local
98 String pName = ps.substring(space + 1); in getProcessMap()
99 int pId = Integer.parseInt(ps.substring(0, space)); in getProcessMap()
/packages/modules/AdServices/adservices/scripts/
Dgenerate_test_ota.py82 ET.indent(strings_xml, space=' ')
92 ET.indent(public_xml, space=' ')
Dgenerate_ota_public_xml.py121 ET.indent(public_xml, space=' ')
/packages/modules/Virtualization/docs/debug/
Dtracing.md7 ### User space interface
9 The user space hypervisor tracing interface is located either at /sys/kernel/tracing/hyp or at
13 The user space interface is very similar to the ftrace user space interface, however there are some
16 * Only boot clock is supported, and there is no way for user space to change the tracing_clock.
/packages/modules/NeuralNetworks/tools/api/
DREADME.md65 *count* space characters. *count* must be a non-negative integer.
136 %define test this body begins and ends with a space character
182 with *count* space characters. *count* must be a non-negative integer.
190 The *list* consists of a space-delimited list of tokens, any of which may end in
211 * Validity-checking. If the "kind" is not on the space-delimited *list* of tokens,
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
DTransitionAnimationHelper.java280 private void updateSpaceVisibility(Space space, boolean isTextBasedEduScreen) {
282 space.setVisibility(View.VISIBLE);
284 space.setVisibility(View.GONE);
/packages/modules/Bluetooth/
D.editorconfig7 indent_style = space
/packages/modules/DnsResolver/
D.editorconfig12 indent_style = space
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/layout/
DScalingLazyColumnState.kt74 space = 4.dp,
154 space = 4.dp, in rememberResponsiveColumnState()
/packages/apps/Launcher3/aconfig/
Dlauncher_search.aconfig7 description: "Enables all Launcher features associated with private space."
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DIssueCardPreference.java553 Space space = new Space(mContext);
554 space.setLayoutParams(new ViewGroup.LayoutParams(margin, margin));
555 buttonList.addView(space);
/packages/apps/ManagedProvisioning/studio-dev/
Dstudiow15 echo "$(grep --no-messages "$2[[:space:]]*=[[:space:]]*" ${1} | sed 's/[^=]*=[[:space:]]*//')"
737 # In Gradle, there's a space before 'rc', but when packaged in Android/Sdk, there's a dash.
/packages/services/Car/tools/telemetry/lua-interpreter/static/css/
Dindex.css63 white-space: nowrap;

123