Searched refs:space (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/tools/aapt2/compile/
H A DPseudolocalizer.cpp229 // Should contain only whole words, so looking for a space
345 bool space = util::isspace16(c); local
346 if (lastspace && !space) {
349 lastspace = space;
368 bool space = true; local
371 space = util::isspace16(c);
372 if (lastspace && !space) {
375 } else if (!lastspace && space) {
379 lastspace = space;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DRowHeaderPresenter.java142 * Returns the space (distance in pixels) below the baseline of the
146 int space = holder.view.getPaddingBottom();
148 space += (int) getFontDescent((TextView) holder.view, mFontMeasurePaint);
150 return space;
/frameworks/opt/net/wifi/tests/wifitests/
H A DAndroid.mk87 # Utility variables to allow replacing a space with a comma
90 space:= $(empty) $(empty) macro
92 # This appends a * to all classes and replace the space separators with commas.
94 jacoco_exclude := $(subst $(space),$(comma),$(patsubst %,%*,$(local_classes)))
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DQueryController.java513 for(int space = 0; space < mLogIndent; space++)
/frameworks/base/docs/html/ndk/reference/
H A Ddoxygen.css188 white-space: -moz-pre-wrap; /* Moz */
189 white-space: -pre-wrap; /* Opera 4-6 */
190 white-space: -o-pre-wrap; /* Opera 7 */
191 white-space: pre-wrap; /* CSS3 */
220 white-space: pre;
277 white-space: nowrap;
471 white-space: nowrap;
480 white-space: nowrap;
600 white-space: nowrap;
605 white-space
[all...]
/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.cpp184 // some reserved space. This should not happen so often statistically.
310 // TRICKY Even when the cues do fit in the space we reserved, if they do not fit
311 // perfectly, we still need to check if there is enough "extra space" to write an
320 sp<WebmElement> space = new EbmlVoid(mEstimatedCuesSize - cuesSize); local
321 space->write(mFd, spaceSize);
356 sp<WebmElement> space = new EbmlVoid(kMaxMetaSeekSize - metaSeekSize); local
357 space->write(mFd, spaceSize);
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java325 private static String buildOomTag(String prefix, String space, int val, int base) { argument
327 if (space == null) return prefix;
/frameworks/support/
H A Dapicheck.mk52 -stubpackages "$(subst $(space),:,$(support_module_java_packages))" \
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp773 // <path to apk><space><path to idmap><newline>
774 char* space = strchr(buf, ' '); local
778 if (space == NULL || newline == NULL || newline < space) {
782 oap.path = String8(buf, space - buf);
784 oap.idmap = String8(space + 1, newline - space - 1);
/frameworks/rs/api/
H A Drs_vector_math.spec21 n-dimensional space.
H A Drs_for_each.spec200 the index space specified in options. With the index space explicitly specified
H A Drs_graphics.spec222 If the source is specified, sync from memory space specified by source.
224 If the source is not specified, sync from its SCRIPT memory space to its HW
H A Drs_math.spec33 instead the input as a single vector in n-dimensional space.
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiMonitor.java762 int space = eventStr.indexOf(' ');
763 if (space != -1) {
764 iface = eventStr.substring(7, space);
771 eventStr = eventStr.substring(space + 1);
/frameworks/base/core/java/android/widget/
H A DToolbar.java88 * within the available space remaining in the Toolbar after all other elements have been
1658 // Measurement already took padding into account for available space for the children,
1775 final int space = height - paddingTop - paddingBottom;
1776 int spaceAbove = (space - titleHeight) / 2;
1953 final int space = height - paddingTop - paddingBottom;
1954 int spaceAbove = (space - childHeight) / 2;
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialog.java339 row.space = v;
623 Util.setVisOrGone(row.space, visible && mExpanded);
638 mDialogContentView.removeView(row.space);
1228 private View space; field in class:VolumeDialog.VolumeRow
/frameworks/base/tools/aapt2/util/
H A DUtil.cpp364 // trailing space, so we should append that
365 // space now.
368 // replace with a single space.
386 // replace with a single space.
401 // We didn't see a previous adjacent space,
410 // We saw trailing space before, so replace all
411 // that trailing space with one space.
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java97 * within the available space remaining in the Toolbar after all other elements have been
1683 // Measurement already took padding into account for available space for the children,
1800 final int space = height - paddingTop - paddingBottom;
1801 int spaceAbove = (space - titleHeight) / 2;
1978 final int space = height - paddingTop - paddingBottom;
1979 int spaceAbove = (space - childHeight) / 2;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A Dpred_lt4_1_opt.s49 NOP @space for fixed up relative address of ADR
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DNavBarTuner.java214 return context.getString(R.string.space);
341 // No start or center buttons, fill with a space.
353 // No end buttons, fill with space.
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 352 milliseconds