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

/frameworks/compile/mclinker/lib/Support/
H A DMemoryArea.cpp169 // The layout of MemorySpace in the virtual memory space
180 // space.data +space.size
182 // space.file_offset is the offset of the mapped file segment from the start of
184 // (space.data, r_start) and (r_len, space.size) are zero.
206 Space* space = find(pOffset, pLength); local
208 if (NULL == space) {
209 // the space does not exist, create a new space
[all...]
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css365 white-space: nowrap;
374 white-space: nowrap;
410 white-space: nowrap;
478 white-space: nowrap;
483 white-space: nowrap;
560 white-space: nowrap;
591 white-space: nowrap;
650 white-space: nowrap;
758 white-space: nowrap;
772 white-space
[all...]
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DQueryController.java514 for(int space = 0; space < mLogIndent; space++)
/frameworks/base/data/fonts/
H A DAndroid.mk42 # On space-constrained devices, we include a subset of fonts:
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DUiTest.java331 mUiScript.set_gTSpace(loadTextureRGB(R.drawable.space));
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css358 white-space:nowrap;
637 /* to prevent space between figures */ }
643 /* reintroduce space between figures */ }
1098 /* leave enough space on the left for bullets */
1116 /* remove extra space above page titles */
1971 white-space: nowrap;
2040 white-space:nowrap;
2672 .jd-inheritance-table .jd-inheritance-space {
2706 /* extra space between end of method name and open-paren */
3051 white-space
[all...]
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css358 white-space:nowrap;
635 /* to prevent space between figures */ }
641 /* reintroduce space between figures */ }
1920 white-space: nowrap;
1989 white-space:nowrap;
2617 .jd-inheritance-table .jd-inheritance-space {
2651 /* extra space between end of method name and open-paren */
3000 white-space:nowrap;
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java9948 private static String buildOomTag(String prefix, String space, int val, int base) { argument
9950 if (space == null) return prefix;

Completed in 1234 milliseconds