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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
2005-02-13-BadDynamicInit.cpp 3 struct Data {
4 unsigned *data; member in struct:Data
9 Data shared_null = { shared_null.array };
  /external/llvm/lib/Fuzzer/test/
FullCoverageSetTest.cpp 10 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
12 if (Size > 0 && Data[0] == 'F') bits |= 1;
13 if (Size > 1 && Data[1] == 'U') bits |= 2;
14 if (Size > 2 && Data[2] == 'Z') bits |= 4;
15 if (Size > 3 && Data[3] == 'Z') bits |= 8;
16 if (Size > 4 && Data[4] == 'E') bits |= 16;
17 if (Size > 5 && Data[5] == 'R') bits |= 32;
TimeoutTest.cpp 12 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
13 if (Size > 0 && Data[0] == 'H') {
15 if (Size > 1 && Data[1] == 'i') {
17 if (Size > 2 && Data[2] == '!') {
FourIndependentBranchesTest.cpp 10 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
12 if (Size > 0 && Data[0] == 'F') bits |= 1;
13 if (Size > 1 && Data[1] == 'U') bits |= 2;
14 if (Size > 2 && Data[2] == 'Z') bits |= 4;
15 if (Size > 3 && Data[3] == 'Z') bits |= 8;
SignedIntOverflowTest.cpp 15 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
16 assert(Data);
17 if (Size > 0 && Data[0] == 'H') {
19 if (Size > 1 && Data[1] == 'i') {
21 if (Size > 2 && Data[2] == '!') {
SimpleTest.cpp 13 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
14 assert(Data);
15 if (Size > 0 && Data[0] == 'H') {
17 if (Size > 1 && Data[1] == 'i') {
19 if (Size > 2 && Data[2] == '!') {
LeakTest.cpp 10 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
11 if (Size > 0 && *Data == 'H') {
EmptyTest.cpp 9 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
NullDerefTest.cpp 13 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
14 if (Size > 0 && Data[0] == 'H') {
16 if (Size > 1 && Data[1] == 'i') {
18 if (Size > 2 && Data[2] == '!') {
  /external/testng/src/test/java/test/junit/testsetup/
Data.java 3 public class Data
  /external/llvm/include/llvm/ObjectYAML/
YAML.h 59 /// \brief Either raw binary data, or a string of hex bytes (must always
61 ArrayRef<uint8_t> Data;
62 /// \brief Discriminator between the two states of the `Data` member.
66 BinaryRef(ArrayRef<uint8_t> Data) : Data(Data), DataIsHexString(false) {}
67 BinaryRef(StringRef Data)
68 : Data(reinterpret_cast<const uint8_t *>(Data.data()), Data.size())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ObjectYAML/
YAML.h 59 /// \brief Either raw binary data, or a string of hex bytes (must always
61 ArrayRef<uint8_t> Data;
62 /// \brief Discriminator between the two states of the `Data` member.
66 BinaryRef(ArrayRef<uint8_t> Data) : Data(Data), DataIsHexString(false) {}
67 BinaryRef(StringRef Data)
68 : Data(reinterpret_cast<const uint8_t *>(Data.data()), Data.size())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ObjectYAML/
YAML.h 59 /// \brief Either raw binary data, or a string of hex bytes (must always
61 ArrayRef<uint8_t> Data;
62 /// \brief Discriminator between the two states of the `Data` member.
66 BinaryRef(ArrayRef<uint8_t> Data) : Data(Data), DataIsHexString(false) {}
67 BinaryRef(StringRef Data)
68 : Data(reinterpret_cast<const uint8_t *>(Data.data()), Data.size())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ObjectYAML/
YAML.h 59 /// \brief Either raw binary data, or a string of hex bytes (must always
61 ArrayRef<uint8_t> Data;
62 /// \brief Discriminator between the two states of the `Data` member.
66 BinaryRef(ArrayRef<uint8_t> Data) : Data(Data), DataIsHexString(false) {}
67 BinaryRef(StringRef Data)
68 : Data(reinterpret_cast<const uint8_t *>(Data.data()), Data.size())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
YAML.h 59 /// \brief Either raw binary data, or a string of hex bytes (must always
61 ArrayRef<uint8_t> Data;
62 /// \brief Discriminator between the two states of the `Data` member.
66 BinaryRef(ArrayRef<uint8_t> Data) : Data(Data), DataIsHexString(false) {}
67 BinaryRef(StringRef Data)
68 : Data(reinterpret_cast<const uint8_t *>(Data.data()), Data.size())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ObjectYAML/
YAML.h 59 /// \brief Either raw binary data, or a string of hex bytes (must always
61 ArrayRef<uint8_t> Data;
62 /// \brief Discriminator between the two states of the `Data` member.
66 BinaryRef(ArrayRef<uint8_t> Data) : Data(Data), DataIsHexString(false) {}
67 BinaryRef(StringRef Data)
68 : Data(reinterpret_cast<const uint8_t *>(Data.data()), Data.size())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ObjectYAML/
YAML.h 59 /// \brief Either raw binary data, or a string of hex bytes (must always
61 ArrayRef<uint8_t> Data;
62 /// \brief Discriminator between the two states of the `Data` member.
66 BinaryRef(ArrayRef<uint8_t> Data) : Data(Data), DataIsHexString(false) {}
67 BinaryRef(StringRef Data)
68 : Data(reinterpret_cast<const uint8_t *>(Data.data()), Data.size())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ObjectYAML/
YAML.h 59 /// \brief Either raw binary data, or a string of hex bytes (must always
61 ArrayRef<uint8_t> Data;
62 /// \brief Discriminator between the two states of the `Data` member.
66 BinaryRef(ArrayRef<uint8_t> Data) : Data(Data), DataIsHexString(false) {}
67 BinaryRef(StringRef Data)
68 : Data(reinterpret_cast<const uint8_t *>(Data.data()), Data.size())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
YAML.h 59 /// \brief Either raw binary data, or a string of hex bytes (must always
61 ArrayRef<uint8_t> Data;
62 /// \brief Discriminator between the two states of the `Data` member.
66 BinaryRef(ArrayRef<uint8_t> Data) : Data(Data), DataIsHexString(false) {}
67 BinaryRef(StringRef Data)
68 : Data(reinterpret_cast<const uint8_t *>(Data.data()), Data.size())
    [all...]
  /external/clang/test/SemaTemplate/
dependent-names-no-std.cpp 8 struct Data {};
18 void f(ns::Data); // expected-note {{in namespace 'PR10053::ns'}}
20 A<ns::Data> a; // expected-note {{in instantiation of member function}}
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
LocalAndGlobalData.java 17 package com.google.clearsilver.jsilver.data;
20 * This is a special implementation of ChainedData to be used for holding the local and global Data
22 * global Data object and applies them all to the local data object.
26 private final Data local;
29 * Creates a Data object that encapsulates both request-scoped local HDF and an application
33 * @param local the request-specific HDF data that takes priority.
34 * @param global application global HDF data that should be read but not written to from the
37 public LocalAndGlobalData(Data local, Data global)
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
GccInline.c 130 UINT64 Data;
134 : "=A" (Data) // %0
138 return Data;
222 UINTN Data;
226 : "=a" (Data)
229 return Data;
249 UINTN Data;
253 : "=r" (Data)
256 return Data;
275 UINTN Data;
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
SampleSyncAdapterColumns.java 18 import android.provider.ContactsContract.Data;
29 * MIME-type used when storing a profile {@link Data} entry.
34 public static final String DATA_PID = Data.DATA1;
36 public static final String DATA_SUMMARY = Data.DATA2;
38 public static final String DATA_DETAIL = Data.DATA3;
  /external/clang/test/Modules/Inputs/submodules/
hash_map.h 1 template<typename Key, typename Data> class hash_map { };
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFSection.h 19 StringRef Data;

Completed in 824 milliseconds

1 2 3 4 5 6 7 8 91011>>