HomeSort by relevance Sort by last modified time
    Searched defs:Data (Results 26 - 50 of 427) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Object/
ObjectFile.cpp 64 StringRef Data = Object.getBuffer();
66 Type = sys::fs::identify_magic(Data);
  /external/llvm/tools/llvm-pdbdump/
ClassDefinitionDumper.h 46 Data = std::move(Other.Data);
51 std::list<std::unique_ptr<PDBSymbolData>> Data;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue100/
Data.java 18 public class Data {
22 public Data() {
27 public Data(String id, int age) {
50 return "Data [age=" + age + ", id=" + id + "]";
55 if (obj instanceof Data) {
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue332/
Data.java 21 public class Data {
37 public Data(String label, BigDecimal value, String unit) {
59 public Data() {
64 return "Data{" +
  /external/v8/src/
basic-block-profiler.h 20 class Data {
34 const BasicBlockProfiler::Data& s);
36 explicit Data(size_t n_blocks);
37 ~Data();
47 DISALLOW_COPY_AND_ASSIGN(Data);
50 typedef std::list<Data*> DataList;
55 Data* NewData(size_t n_blocks);
70 std::ostream& operator<<(std::ostream& os, const BasicBlockProfiler::Data& s);
  /external/vulkan-validation-layers/libs/glm/gtx/
simd_mat4.hpp 74 fvec4SIMD Data[4];
  /external/webrtc/webrtc/audio/
audio_sink.h 29 struct Data {
30 Data(int16_t* data,
35 : data(data),
41 int16_t* data; // The actual 16bit audio data. member in struct:webrtc::AudioSinkInterface::Data
44 size_t channels; // Number of channels in the audio data.
48 virtual void OnData(const Data& audio) = 0;
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Init.c 56 INST_ALLOC Data;
90 InstAlloc_Init( &Data , pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_DATA].pBaseAddress);
154 pLVPSA_Inst->pBP_Taps = InstAlloc_AddMember( &Data, pInitParams->nBands * sizeof(Biquad_1I_Order2_Taps_t) );
155 pLVPSA_Inst->pQPD_Taps = InstAlloc_AddMember( &Data, pInitParams->nBands * sizeof(QPD_Taps_t) );
LVPSA_Memory.c 58 INST_ALLOC Data;
65 InstAlloc_Init( &Data , LVM_NULL);
152 * Persistent data memory
154 InstAlloc_AddMember( &Data, pInitParams->nBands * sizeof(Biquad_1I_Order2_Taps_t) );
155 InstAlloc_AddMember( &Data, pInitParams->nBands * sizeof(QPD_Taps_t) );
156 pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_DATA].Size = InstAlloc_GetTotal(&Data);
  /frameworks/base/media/mca/filterfw/native/core/
native_frame.h 25 // A NativeFrame stores data in a memory buffer (on the heap). It is used for
26 // data processing on the CPU.
34 // Set the frame data and size in bytes. The NativeFrame object takes ownership of the data.
35 // To copy data into an existing frame, use WriteData().
36 bool SetData(uint8_t* data, int size);
38 // Write the specified data of the given size to the frame at the specified offset. The
39 // receiver must be large enough to hold the data.
40 bool WriteData(const uint8_t* data, int offset, int size);
42 // Returns a pointer to the data, or NULL if no data was set
    [all...]
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
aggregate-indirect-arg.cpp 9 // CHECK: Data = 0x0,
15 const void* Data;
27 v.Data = 0;
  /system/extras/simpleperf/
build_id.h 37 BuildId(const void* data, size_t len) : BuildId() {
38 memcpy(data_, data, std::min(len, BUILD_ID_SIZE));
59 const unsigned char* Data() const {
  /external/libbrillo/brillo/
any_internal_impl.h 32 // type cast between data types that may not be always convertible.
140 class Buffer; // Forward declaration of data buffer container.
142 // Abstract base class for contained variant data.
143 struct Data {
144 virtual ~Data() {}
145 // Returns the type tag (name) for the contained data.
147 // Copies the contained data to the output |buffer|.
149 // Moves the contained data to the output |buffer|.
151 // Checks if the contained data is an integer type (not necessarily an 'int').
157 // Compares if the two data containers have objects of the same value
252 Data* data = GetDataPtr(); local
    [all...]
  /external/opencv3/3rdparty/openexr/IlmThread/
IlmThreadPool.cpp 28 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
57 WorkerThread (ThreadPool::Data* data);
63 ThreadPool::Data * _data;
69 struct TaskGroup::Data
71 Data ();
72 ~Data ();
82 struct ThreadPool::Data
84 Data ();
85 ~Data();
    [all...]
  /hardware/qcom/display/msm8084/liboverlay/
overlayCtrlData.h 23 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
75 /* retrieve crop data */
97 class Data : utils::NoCopy {
100 explicit Data(const int& dpy);
102 ~Data();
115 // mdp data struct
221 inline Data::Data(const int& dpy) : mMdp(new MdpData(dpy)) {
224 inline Data::~Data() {
    [all...]
  /hardware/qcom/display/msm8226/liboverlay/
overlayCtrlData.h 23 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
77 /* retrieve crop data */
97 class Data : utils::NoCopy {
100 explicit Data(const int& dpy);
102 ~Data();
115 // mdp data struct
222 inline Data::Data(const int& dpy) : mMdp(new MdpData(dpy)) {
225 inline Data::~Data() {
    [all...]
  /hardware/qcom/display/msm8909/liboverlay/
overlayCtrlData.h 23 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
77 /* retrieve crop data */
97 class Data : utils::NoCopy {
100 explicit Data(const int& dpy);
102 ~Data();
115 // mdp data struct
222 inline Data::Data(const int& dpy) : mMdp(new MdpData(dpy)) {
225 inline Data::~Data() {
    [all...]
  /hardware/qcom/display/msm8960/liboverlay/
overlayCtrlData.h 23 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
77 /* retrieve crop data */
95 class Data : utils::NoCopy {
98 explicit Data();
100 ~Data();
117 // mdp data struct
121 /* This class just creates a Ctrl Data pair to be used by a pipe.
123 * need to use the Ctrl channel in hwc_prepare (i.e config stage) and Data
128 Data data; member in struct:overlay::CtrlData
    [all...]
  /hardware/qcom/display/msm8994/liboverlay/
overlayCtrlData.h 23 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
77 /* retrieve crop data */
97 class Data : utils::NoCopy {
100 explicit Data(const int& dpy);
102 ~Data();
115 // mdp data struct
222 inline Data::Data(const int& dpy) : mMdp(new MdpData(dpy)) {
225 inline Data::~Data() {
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
data.py 19 Data distribution
22 This module provides tools to simplify data distribution.
66 if not isinstance(item, Data):
73 class Data(object):
127 class Documentation(Data):
141 return Data.flatten(self, installer)
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
data.py 19 Data distribution
22 This module provides tools to simplify data distribution.
66 if not isinstance(item, Data):
73 class Data(object):
127 class Documentation(Data):
141 return Data.flatten(self, installer)
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
data.py 19 Data distribution
22 This module provides tools to simplify data distribution.
66 if not isinstance(item, Data):
73 class Data(object):
127 class Documentation(Data):
141 return Data.flatten(self, installer)
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
data.py 19 Data distribution
22 This module provides tools to simplify data distribution.
66 if not isinstance(item, Data):
73 class Data(object):
127 class Documentation(Data):
141 return Data.flatten(self, installer)
  /external/clang/include/clang/Frontend/
PCHContainerOperations.h 34 llvm::SmallVector<char, 0> Data;
  /external/clang/test/SemaCXX/
borland-extensions.cpp 51 struct Data {
56 unsigned long data; local
59 Data ata1 = { &guid_inl};
60 data = ata1.Guid->Data1;

Completed in 2663 milliseconds

12 3 4 5 6 7 8 91011>>