HomeSort by relevance Sort by last modified time
    Searched refs:Big (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/test/CodeGen/
x86_32-fpcc-struct-return.c 11 typedef struct { int a,b,c,d; } Big;
18 Big returnBig(Big x) { return x; }
  /external/clang/test/CodeGenCXX/
microsoft-abi-sret-and-byval.cpp 46 struct Big {
83 Big big_return() { return Big(); }
84 // LINUX: define void @_Z10big_returnv(%struct.Big* noalias sret %agg.result)
85 // WIN32: define void @"\01?big_return@@YA?AUBig@@XZ"(%struct.Big* noalias sret %agg.result)
86 // WIN64: define void @"\01?big_return@@YA?AUBig@@XZ"(%struct.Big* noalias sret %agg.result)
152 void big_arg(Big s) {}
153 // LINUX: define void @_Z7big_arg3Big(%struct.Big* byval align 4 %s)
154 // WIN32: define void @"\01?big_arg@@YAXUBig@@@Z"(%struct.Big* byval align 4 %s)
155 // WIN64: define void @"\01?big_arg@@YAXUBig@@@Z"(%struct.Big* %s
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
EnumMapTest.java 34 Small, Middle, Big {};
90 new EnumMap(Size.Big.getClass());
119 Size.Big, 2));
121 enumSizeMap.get(Size.Big));
216 hashColorMap.put(Size.Big, 3);
257 enumSizeMap.put(Size.Big, null);
259 .containsKey(Size.Big));
315 enumSizeMap.put(Size.Big, null);
327 enumSizeMap.put(Size.Big, null);
353 mockEntry = new MockEntry(Size.Big, null)
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
EnumMapTest.java 36 Small, Middle, Big {};
92 new EnumMap(Size.Big.getClass());
121 Size.Big, 2));
123 enumSizeMap.get(Size.Big));
218 hashColorMap.put(Size.Big, 3);
259 enumSizeMap.put(Size.Big, null);
261 .containsKey(Size.Big));
317 enumSizeMap.put(Size.Big, null);
330 enumSizeMap.put(Size.Big, null);
356 mockEntry = new MockEntry(Size.Big, null)
    [all...]
  /frameworks/compile/mclinker/include/mcld/
TargetOptions.h 30 Big,
60 bool isBigEndian () const { return (Big == m_Endian); }
  /external/llvm/unittests/Support/
BlockFrequencyTest.cpp 40 const uint64_t Big = 387246523487234346LL;
42 BlockFrequency Freq(Big);
45 EXPECT_EQ(Freq.getFrequency(), Big);
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 12 | Big
llvm_target.mli 17 | Big
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_MimeWriter.py 3 The test program was too big to comfortably fit in the MimeWriter
34 # B4 == Barry's Big Bass Business :-)
68 ("Connection-Description", "Barry's Big Bass Business"),
117 KP-Connection-Description: Barry's Big Bass Business
161 # B4 == Barry's Big Bass Business :-)
test_collections.py 146 Big = namedtuple('Big', names)
147 b = Big(*range(n))
149 self.assertEqual(Big._make(range(n)), tuple(range(n)))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_MimeWriter.py 3 The test program was too big to comfortably fit in the MimeWriter
34 # B4 == Barry's Big Bass Business :-)
68 ("Connection-Description", "Barry's Big Bass Business"),
117 KP-Connection-Description: Barry's Big Bass Business
161 # B4 == Barry's Big Bass Business :-)
test_collections.py 146 Big = namedtuple('Big', names)
147 b = Big(*range(n))
149 self.assertEqual(Big._make(range(n)), tuple(range(n)))
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
dataview-accessors.js 130 // Big endian.
144 // Big endian.
159 // Big endian.
175 // Big endian.
196 // Big endian.
  /external/chromium/testing/gtest/test/
gtest-printers_test.cc 1029 // Unprintable types are that too big to be printed completely.
1031 struct Big {
1032 Big() { memset(array, 0, sizeof(array)); }
1044 Print(Big()));
    [all...]
  /external/gtest/test/
gtest-printers_test.cc 1035 // Unprintable types are that too big to be printed completely.
1037 struct Big {
1038 Big() { memset(array, 0, sizeof(array)); }
1050 Print(Big()));
    [all...]
  /frameworks/base/core/java/android/text/
Html.java 498 } else if (tag.equalsIgnoreCase("big")) {
499 start(mSpannableStringBuilder, new Big());
548 } else if (tag.equalsIgnoreCase("big")) {
549 end(mSpannableStringBuilder, Big.class, new RelativeSizeSpan(1.25f));
821 private static class Big { }
  /external/chromium_org/testing/gtest/test/
gtest-printers_test.cc 1053 // Unprintable types are that too big to be printed completely.
1055 struct Big {
1056 Big() { memset(array, 0, sizeof(array)); }
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-printers_test.cc 1058 // Unprintable types are that too big to be printed completely.
1060 struct Big {
1061 Big() { memset(array, 0, sizeof(array)); }
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
exif_reader.js 178 exif.ALIGN_BIG = 0x4d4d; // Indicates big endian alignment of exif data.
213 * Big endian read. Most significant bytes come first.
  /external/llvm/unittests/ADT/
APIntTest.cpp 520 APInt Big(256, "00004000800000000000000000003fff8000000000000000", 16);
522 EXPECT_EQ(Rot, Big.rotr(144));
  /external/eigen/Eigen/src/Core/
CwiseNullaryOp.h 740 template<typename Derived, bool Big = (Derived::SizeAtCompileTime>=16)>
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
id3_parser.js 568 'Big Band',
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
JSON.pm     [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/
JSON.pm     [all...]

Completed in 585 milliseconds

1 2