/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
ev_bubble_decoration_unittest.mm | 23 // Test that the decoration gets smaller when there's not enough space 37 // Lots of space, decoration not omitted. 41 // If the available space is of the same magnitude as the required 42 // space, the decoration doesn't eat it all up. 48 // If there is very little space, the decoration is still relatively
|
/frameworks/base/core/java/android/widget/ |
Space.java | 26 * Space is a lightweight View subclass that may be used to create gaps between components 29 public final class Space extends View { 33 public Space(Context context, AttributeSet attrs, int defStyle) { 43 public Space(Context context, AttributeSet attrs) { 50 public Space(Context context) {
|
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
Space.java | 26 * Space is a lightweight View subclass that may be used to create gaps between components 29 public final class Space extends View { 33 public Space(Context context, AttributeSet attrs, int defStyle) { 43 public Space(Context context, AttributeSet attrs) { 50 public Space(Context context) {
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
BombControl.java | 57 public void setPhysicsSpace(PhysicsSpace space) { 58 super.setPhysicsSpace(space); 59 if (space != null) { 60 space.addCollisionListener(this); 92 if (space == null) { 96 space.add(ghostObject); 98 space.addTickListener(this); 105 space.remove(this); 110 public void prePhysicsTick(PhysicsSpace space, float f) { 111 space.removeCollisionListener(this) [all...] |
PhysicsHoverControl.java | 59 protected PhysicsSpace space = null; field in class:PhysicsHoverControl 129 public void prePhysicsTick(PhysicsSpace space, float f) { 169 public void physicsTick(PhysicsSpace space, float f) { 179 if (enabled && space != null && space.getDebugManager() != null) { 181 attachDebugShape(space.getDebugManager()); 191 public void setPhysicsSpace(PhysicsSpace space) { 192 if (space == null) { 193 if (this.space != null) { 194 this.space.removeCollisionObject(this) [all...] |
/external/llvm/lib/Target/R600/ |
AMDIL.h | 86 /// however on the GPU, each address space points to 91 PRIVATE_ADDRESS = 0, ///< Address space for private memory. 92 GLOBAL_ADDRESS = 1, ///< Address space for global memory (RAT0, VTX0). 93 CONSTANT_ADDRESS = 2, ///< Address space for constant memory 94 LOCAL_ADDRESS = 3, ///< Address space for local memory. 95 REGION_ADDRESS = 4, ///< Address space for region memory. 96 ADDRESS_NONE = 5, ///< Address space for unknown memory. 97 PARAM_D_ADDRESS = 6, ///< Address space for direct addressible parameter memory (CONST0) 98 PARAM_I_ADDRESS = 7, ///< Address space for indirect addressible parameter memory (VTX1)
|
/external/openssh/regress/ |
sftp-glob.sh | 50 SPACE="${DIR}/g-q space" 54 touch "${DATA}" "${GLOB1}" "${GLOB2}" "${QUOTE}" "${SPACE}" 65 sftp_ls "${DIR}/g-q\\ space" "escaped space" "g-q space" "" 66 sftp_ls "'${DIR}/g-q space'" "quoted space" "g-q space" ""
|
/external/valgrind/main/memcheck/tests/ |
sbfragment.c | 22 printf("%10d int arena; /* non-mmapped space allocated from system */\n", mallinfo_result.arena); 26 printf("%10d int hblkhd; /* space in mmapped regions */\n", mallinfo_result.hblkhd); 27 printf("%10d int usmblks; /* maximum total allocated space */\n", mallinfo_result.usmblks); 28 printf("%10d int fsmblks; /* space available in freed fastbin blocks */\n", mallinfo_result.fsmblks); 29 printf("%10d int uordblks; /* total allocated space */\n", mallinfo_result.uordblks); 30 printf("%10d int fordblks; /* total free space */\n", mallinfo_result.fordblks); 31 printf("%10d int keepcost; /* top-most, releasable (via malloc_trim) space */\n", mallinfo_result.keepcost); 84 // Under valgrind, hblkhd is 0 : all the space is in arena. 85 // Under native linux, some space is counted hblkhd.
|
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ |
VehicleControl.java | 35 protected PhysicsSpace space = null; field in class:VehicleControl 154 if (space != null) { 160 space.addCollisionObject(this); 163 space.removeCollisionObject(this); 190 if (enabled && space != null && space.getDebugManager() != null) { 192 attachDebugShape(space.getDebugManager()); 231 public void setPhysicsSpace(PhysicsSpace space) { 232 createVehicle(space); 233 if (space == null) [all...] |
/external/kernel-headers/original/asm-mips/ |
uaccess.h | 87 * access_ok: - Checks if a user space pointer is valid 91 * @addr: User space pointer to start of block to check 96 * Checks if a pointer to a block of memory in user space is valid. 102 * checks that the pointer is in the user space range - after calling 115 * put_user: - Write a simple value into user space. 116 * @x: Value to copy to user space. 117 * @ptr: Destination address, in user space. 121 * This macro copies a single simple value from kernel space to user 122 * space. It supports simple types like char and int, but not larger 134 * get_user: - Get a simple variable from user space [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/re/re.traits/ |
lookup_classname.pass.cpp | 48 test("s", std::ctype_base::space); 49 test("S", std::ctype_base::space); 50 test("s", std::ctype_base::space, true); 51 test("S", std::ctype_base::space, true); 103 test("space", std::ctype_base::space); 104 test("SPACE", std::ctype_base::space); 105 test("space", std::ctype_base::space, true) [all...] |
/sdk/testapps/gridlayoutTest/app/res/layout/ |
main.xml | 30 <android.support.v7.widget.Space 37 <android.support.v7.widget.Space 44 <android.support.v7.widget.Space 51 <android.support.v7.widget.Space 58 <android.support.v7.widget.Space 65 <android.support.v7.widget.Space
|
/external/v8/test/mjsunit/third_party/ |
string-trim.js | 53 {s : '\u0020', t : 'SPACE'}, 54 {s : '\u00A0', t : 'NO-BREAK SPACE'}, 57 {s : '\u2002', t : 'EN SPACE'}, 58 {s : '\u2003', t : 'EM SPACE'}, 59 {s : '\u2004', t : 'THREE-PER-EM SPACE'}, 60 {s : '\u2005', t : 'FOUR-PER-EM SPACE'}, 61 {s : '\u2006', t : 'SIX-PER-EM SPACE'}, 62 {s : '\u2007', t : 'FIGURE SPACE'}, 63 {s : '\u2008', t : 'PUNCTUATION SPACE'}, 64 {s : '\u2009', t : 'THIN SPACE'}, [all...] |
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
StorageManager.java | 46 * Manages the storage space consumed by Downloads Data dir. When space falls below 48 * to free up space. 51 /** the max amount of space allowed to be taken up by the downloads data dir */ 55 /** threshold (in bytes) beyond which the low space warning kicks in and attempt is made to 56 * purge some downloaded files to make space 74 /** how often do we need to perform checks on space to make sure space is available */ 169 * finds space in the given filesystem (input param: root) to accommodate # of bytes 185 // is there enough space in the file system of the given param 'root' 242 long space = sMaxdownloadDataDirSize; local [all...] |
/dalvik/dx/tests/059-dex-call-super/ |
Zorch.java | 20 // This space intentionally left blank. 28 // This space intentionally left blank.
|
/dalvik/dx/tests/068-dex-infinite-loop/ |
Blort.java | 25 // This space intentionally left blank. 31 // This space intentionally left blank.
|
/dalvik/dx/tests/077-dex-code-alignment/ |
Blort.java | 20 // This space intentionally left blank. 24 // This space intentionally left blank.
|
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
gles3jni.h | 49 // - The model (a quad) is in a [-1 .. 1]^2 space 50 // - Scene space is either 53 // - Clip space in OpenGL is [-1 .. 1]^2 55 // Conceptually, the quads are rotated in model space, then scaled (uniformly) 56 // and translated to place them in scene space. Scene space is then 57 // non-uniformly scaled to clip space. In practice the transforms are combined 58 // so vertices go directly from model to clip space.
|
/development/ndk/platforms/android-3/include/linux/ |
efs_dir.h | 35 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member in struct:efs_dir 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
|
ftape.h | 40 long space; member in union:__anon998 48 long space; member in union:__anon1000
|
/external/clang/test/Lexer/ |
pragma-region.c | 12 /* inner space */ 16 /* inner space */
|
/external/clang/test/Misc/ |
verify.c | 11 struct s r2; // expected-error-re {{tentative definition has type '.*[[:space:]]*.*' that is never completed}} 12 struct s r3; // expected-error-re {{tentative definition has type '(.*)[[:space:]]*(.*)' that is never completed}}
|
/external/dropbear/ |
MULTI | 4 To compile for systems without much space (floppy distributions etc), you 5 can create a single binary. This will save disk space by avoiding repeated
|
/external/harfbuzz_ng/src/ |
hb-buffer-deserialize-json.rl | 72 comma = space* ',' space*; 73 colon = space* ':' space*; 90 ( '{' space* element (comma element)* space* '}') 95 main := space* item (comma item)* space* (','|']')?;
|
/external/iproute2/include/linux/ |
atmapi.h | 1 /* atmapi.h - ATM API user space/kernel compatibility */ 11 figure that we are on a sparc64 while compiling user-space programs. */
|