Searched defs:space (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tools/aapt/
H A Dpseudolocalize.cpp190 // Should contain only whole words, so looking for a space
339 bool space = is_space(c); local
340 if (lastspace && !space) {
343 lastspace = space;
362 bool space = true; local
365 space = is_space(c);
366 if (lastspace && !space) {
369 } else if (!lastspace && space) {
373 lastspace = space;
/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.cpp159 // some reserved space. This should not happen so often statistically.
278 // TRICKY Even when the cues do fit in the space we reserved, if they do not fit
279 // perfectly, we still need to check if there is enough "extra space" to write an
288 sp<WebmElement> space = new EbmlVoid(mEstimatedCuesSize - cuesSize); local
289 space->write(mFd, spaceSize);
324 sp<WebmElement> space = new EbmlVoid(kMaxMetaSeekSize - metaSeekSize); local
325 space->write(mFd, spaceSize);
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java314 private static String buildOomTag(String prefix, String space, int val, int base) { argument
316 if (space == null) return prefix;
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialog.java268 row.space = v;
575 Util.setVisOrGone(row.space, visible && mExpanded);
600 mDialogContentView.removeView(row.space);
1105 private View space; field in class:VolumeDialog.VolumeRow
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp792 // <path to apk><space><path to idmap><newline>
793 char* space = strchr(buf, ' '); local
797 if (space == NULL || newline == NULL || newline < space) {
801 oap.path = String8(buf, space - buf);
803 oap.idmap = String8(space + 1, newline - space - 1);
/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 1766 milliseconds