HomeSort by relevance Sort by last modified time
    Searched full:sized (Results 1 - 25 of 3128) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Assembler/
invalid-datalayout5.ll 3 ; CHECK: Sized aggregate specification in datalayout string
unsized-recursive-type.ll 3 ; CHECK: base element of getelementptr must be sized
  /packages/services/BuiltInPrintService/src/com/android/bips/jni/
SizeD.java 26 public class SizeD implements Parcelable {
30 public SizeD(double width, double height) {
44 public SizeD(Parcel in) {
67 public static final Parcelable.Creator<SizeD> CREATOR = new Parcelable.Creator<SizeD>() {
68 public SizeD createFromParcel(Parcel in) {
69 return new SizeD(in);
72 public SizeD[] newArray(int size) {
73 return new SizeD[size];
SizeD.aidl 19 /** Declare a parcelable form of SizeD for use by services */
20 parcelable SizeD;
  /external/robolectric-shadows/robolectric/src/test/resources/res/layout/
styles_button_with_style_layout.xml 5 style="@style/Sized"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/isl/
constraintset.h 12 int dummy; /* Solaris cc doesn't like zero-sized structs */
23 int dummy; /* Solaris cc doesn't like zero-sized structs */
domain.h 16 int dummy; /* Solaris cc doesn't like zero-sized structs */
20 int dummy; /* Solaris cc doesn't like zero-sized structs */
  /external/jemalloc/test/integration/
overflow.c 24 "Expected OOM due to over-sized allocation request");
26 "Expected OOM due to over-sized allocation request");
29 "Expected OOM due to over-sized allocation request");
31 "Expected OOM due to over-sized allocation request");
36 "Expected OOM due to over-sized allocation request");
38 "Expected OOM due to over-sized allocation request");
  /external/llvm/test/ExecutionEngine/MCJIT/
2003-08-15-AllocaAssertion.ll 3 ; This testcase failed to work because two variable sized allocas confused the
  /external/swiftshader/third_party/LLVM/test/ExecutionEngine/
2003-08-15-AllocaAssertion.ll 4 ; This testcase failed to work because two variable sized allocas confused the
  /external/valgrind/memcheck/tests/
leak-0.c 6 // Live 0-sized blocks were being reported as leaked.
partial_load.c 27 /* partial but not word sized, cannot be suppressed */
33 /* aligned, word sized, but completely invalid - cannot be suppressed */
  /frameworks/av/media/libaaudio/src/utility/
FixedBlockReader.h 25 * Read from a fixed-size block to a variable sized block.
27 * This can be used to convert a pull data flow from fixed sized buffers to variable sized buffers.
42 * Read into a variable sized block.
  /prebuilts/go/darwin-x86/test/fixedbugs/
gcc61258.go 7 // PR61258: gccgo crashed when deleting a zero-sized key from a map.
gcc61204.go 7 // PR61204: Making temporaries for zero-sized types caused an ICE in gccgo.
gcc80226.go 8 // multiple zero-sized structs.
  /prebuilts/go/linux-x86/test/fixedbugs/
gcc61258.go 7 // PR61258: gccgo crashed when deleting a zero-sized key from a map.
  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/res/values/
strings.xml 23 <string name="multisize_display_intent_example">Multiple-sized display intent example</string>
30 <string name="xsmall_sized_display">X-Small sized display</string>
31 <string name="small_sized_display">Small sized display</string>
32 <string name="medium_sized_display">Medium sized display</string>
33 <string name="large_sized_display">Large sized display</string>
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/res/values/
strings.xml 23 <string name="multisize_display_intent_example">Multiple-sized display intent example</string>
30 <string name="xsmall_sized_display">X-Small sized display</string>
31 <string name="small_sized_display">Small sized display</string>
32 <string name="medium_sized_display">Medium sized display</string>
33 <string name="large_sized_display">Large sized display</string>
  /development/samples/browseable/Notifications/Wearable/res/values/
strings.xml 23 <string name="multisize_display_intent_example">Multiple-sized display intent example</string>
30 <string name="xsmall_sized_display">X-Small sized display</string>
31 <string name="small_sized_display">Small sized display</string>
32 <string name="medium_sized_display">Medium sized display</string>
33 <string name="large_sized_display">Large sized display</string>
  /external/clang/test/CodeGen/
2008-01-25-ZeroSizedAggregate.c 16 // Proper handling of zero sized fields during type conversion.
32 // Taking address of a zero sized field.
  /external/ImageMagick/www/source/
incantation.msl 7 <print output="Image sized from %[base-width]x%[base-height] to %[width]x%[height].\n" />
  /external/llvm/test/ExecutionEngine/OrcMCJIT/
2003-08-15-AllocaAssertion.ll 3 ; This testcase failed to work because two variable sized allocas confused the
  /external/swiftshader/third_party/subzero/tests_lit/parse_errs/
call-indirect-i8.ll 1 ; Tests that we don't allow illegal sized parameters on indirect calls.
  /prebuilts/go/darwin-x86/test/chan/
zerosize.go 7 // Test making channels of a zero-sized type.

Completed in 754 milliseconds

1 2 3 4 5 6 7 8 91011>>