Searched refs:space (Results 1 – 25 of 63) sorted by relevance
123
186 char * space = strchr(blockdev, ' '); in logTetheringApexVersion() local187 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() local209 if (!space) continue; in logTetheringApexVersion()210 *space = '\0'; in logTetheringApexVersion()[all …]
63 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()
35 space: Space?44 space76 startContextualContainer.addView(space, MATCH_PARENT, MATCH_PARENT) in repositionContextualButtons()
37 space: Space?46 space133 startContextualContainer.addView(space, MATCH_PARENT, MATCH_PARENT) in layoutButtons()
37 space: Space?46 space150 endContextualContainer.addView(space, MATCH_PARENT, MATCH_PARENT) in repositionContextualButtons()
38 space: Space?47 space
42 space: Space?51 space
40 space: Space?49 space
51 protected val space: Space? constant in com.android.launcher3.taskbar.navbutton.AbstractNavButtonLayoutter
29 MessageHolder(Context context, Space space, ConfigStore configStore) { in MessageHolder() argument30 super(context, space, configStore); in MessageHolder()
2 # This is a Google-derived style with 4-space indent and a few quirks for5 # 4-space indent, no tabs.
97 int space = ps.indexOf(" "); in getProcessMap() local98 String pName = ps.substring(space + 1); in getProcessMap()99 int pId = Integer.parseInt(ps.substring(0, space)); in getProcessMap()
82 ET.indent(strings_xml, space=' ')92 ET.indent(public_xml, space=' ')
121 ET.indent(public_xml, space=' ')
7 ### User space interface9 The user space hypervisor tracing interface is located either at /sys/kernel/tracing/hyp or at13 The user space interface is very similar to the ftrace user space interface, however there are some16 * Only boot clock is supported, and there is no way for user space to change the tracing_clock.
65 *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 in211 * Validity-checking. If the "kind" is not on the space-delimited *list* of tokens,
280 private void updateSpaceVisibility(Space space, boolean isTextBasedEduScreen) {282 space.setVisibility(View.VISIBLE);284 space.setVisibility(View.GONE);
7 indent_style = space
12 indent_style = space
74 space = 4.dp,154 space = 4.dp, in rememberResponsiveColumnState()
7 description: "Enables all Launcher features associated with private space."
553 Space space = new Space(mContext);554 space.setLayoutParams(new ViewGroup.LayoutParams(margin, margin));555 buttonList.addView(space);
15 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.
63 white-space: nowrap;