/external/webkit/LayoutTests/fast/js/resources/ |
js-test-style.css | 10 white-space: pre-wrap;
|
/external/webkit/LayoutTests/fast/xpath/ |
implicit-node-args-expected.txt | 5 //div[normalize-space() = '123']: SUCCESS
|
/external/webkit/LayoutTests/http/tests/cookies/resources/ |
cookies-test-style.css | 10 white-space: pre-wrap;
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/ |
gtkhtml | 15 white-space
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/ |
vu.rs | 56 -208.0f, -33.0f, 0.0f, // space 58 208, -33.0f, 0.0f, // space 60 208, 200.0f, 0.0f, // space 62 -208.0f, 200.0f, 0.0f, // space 72 140.0f, 70.0f, -1.0f, // space 74 196, 70.0f, -1.0f, // space 76 196, 128.0f, -1.0f, // space 78 140.0f, 128.0f, -1.0f, // space 92 -44.0f, -102.0f+57.f, 0.0f, // space 94 44.0f, -102.0f+57.f, 0.0f, // space [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SimpleAttributeTest.java | 30 a = new SimpleAttribute(SdkConstants.NS_RESOURCES, "name", "value = with space "); 36 assertEquals("value = with space ", a.getValue()); 48 assertEquals("value = with space ", a.getValue()); 53 "@name:" + SdkConstants.NS_RESOURCES + "=value = with space \n", 58 String s = "@name:" + SdkConstants.NS_RESOURCES + "=value = with space \n"; 70 "value = with space "))); 76 assertFalse(a.equals(new SimpleAttribute("uri", "name", "value = with space "))); 82 "value = with space "))); 94 "value = with space ").hashCode()); 100 assertFalse(ah == new SimpleAttribute("uri", "name", "value = with space ").hashCode()) [all...] |
/external/clang/test/Analysis/ |
CGColorSpace.c | 5 extern CGColorSpaceRef CGColorSpaceRetain(CGColorSpaceRef space); 6 extern void CGColorSpaceRelease(CGColorSpaceRef space);
|
/external/kernel-headers/original/asm-arm/ |
ipcbuf.h | 7 * between kernel and user space. 9 * Pad space is left for:
|
/external/kernel-headers/original/asm-mips/ |
ipcbuf.h | 7 * between kernel and user space. 9 * Pad space is left for:
|
sembuf.h | 7 * between kernel and user space. 9 * Pad space is left for:
|
/external/kernel-headers/original/asm-x86/ |
ipcbuf.h | 7 * between kernel and user space. 9 * Pad space is left for:
|
/external/llvm/test/MC/MachO/ARM/ |
relax-thumb2-branches.s | 5 .space 258 10 .space 256
|
/external/llvm/test/Other/ |
FileCheck-space.txt | 4 Check that CHECK-NEXT without a space after the colon works. 8 Check that CHECK-NOT without a space after the colon works.
|
/external/llvm/test/YAMLParser/ |
sloppy-indentation.data | 11 to be indented with at least one space 15 to be indented with at least one space"
|
/external/oprofile/libutil/ |
op_string.h | 48 * return a pointer to the first location in c which is not a blank space 49 * where blank space are in " \t\n" 56 * return a pointer to the first location in c which is a blank space 57 * where blank space are in " \t\n" 64 * return non zero if c string contains only blank space 65 * where blank space are in " \t\n" 73 * blank space at left then a '#' character. Blank space are in " \t\n"
|
/ndk/ |
ndk-gdb-py | 6 # Check if absolute NDK path contain space 9 *\ *) echo "ERROR: NDK path cannot contain space"
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
new6.cpp | 9 int space = 0xdeadbeef; variable 14 return &space;
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
new6.cpp | 9 int space = 0xdeadbeef; variable 14 return &space;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
ipcbuf.h | 7 * between kernel and user space. 9 * Pad space is left for:
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
ipcbuf.h | 7 * between kernel and user space. 9 * Pad space is left for:
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
ipcbuf.h | 7 * between kernel and user space. 9 * Pad space is left for:
|
/frameworks/compile/mclinker/lib/Support/ |
Space.cpp | 1 //===- Space.cpp ----------------------------------------------------------===// 9 #include <mcld/Support/Space.h> 39 inline static Space::Type policy(off_t pOffset, size_t pLength) 43 return Space::ALLOCATED_ARRAY; 45 return Space::MMAPED; 49 // Space 51 Space::Space() 56 Space::Space(Space::Type pType, void* pMemBuffer, size_t pSize [all...] |
/frameworks/compile/mclinker/include/mcld/Support/ |
MemoryArea.h | 27 class Space; 32 * \brief MemoryArea is used to manage distinct MemoryRegions of address space. 45 * memory to read the content of file into the memory space. 57 // constructor by set universal space. 58 // Client can not request a region that out of the universal space. 60 explicit MemoryArea(Space& pUniverse); 65 // request - create a MemoryRegion within a sufficient space 66 // find an existing space to hold the MemoryRegion. 67 // if MemoryArea does not find such space, then it creates a new space an [all...] |
/external/strace/linux/ |
ioctlent.sh | 53 regexp='^[[:space:]]*#[[:space:]]*define[[:space:]]\+[A-Z][A-Z0-9_]*[[:space:]]\+0x'"$type"'..\>' 56 s/^\(.*\):[[:space:]]*#[[:space:]]*define[[:space:]]*\([A-Z0-9_]*\)[[:space:]]*\(0x'"$type"'..\).*/ { "\1", "\2", \3 },/p' \ 76 # kernel has exported user space headers, so query only them 95 regexp='^[[:space:]]*#[[:space:]]*define[[:space:]]\+[A-Z][A-Z0-9_]*[[:space:]]\+_S\?\(IO\|IOW\|IOR\|IOWR\)\> [all...] |
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/ |
Feature.java | 11 import com.jme3.scene.plugins.blender.constraints.Constraint.Space;
17 * common methods that take the evalueation space of the feature.
22 /** The evalueation space. */
23 protected Space space;
field in class:Feature 38 * @param space
39 * the spatial's evaluation space
45 public Feature(Space space, Long oma, BlenderContext blenderContext) {
46 this.space = space; [all...] |