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

1 2 3 4 5 67 8 91011>>

  /external/webrtc/webrtc/base/
scoped_ptr.h 186 // Initializer for deleters that have data parameters.
279 struct Data : public D {
280 explicit Data(T* ptr_in) : ptr(ptr_in) {}
281 Data(T* ptr_in, const D& other) : D(other), ptr(ptr_in) {}
285 Data data_;
579 // Actually hold the data.
  /external/webrtc/webrtc/video/
full_stack_plot.py 10 """Generate graphs for data generated by loopback tests.
92 """Data for a single graph line."""
100 class Data(object):
111 """Reads graph data from the given file."""
139 """Calculates sender time, receiver time etc. from the raw data."""
166 """Creates graph lines from the current data set with given config."""
225 for data in self.data_list:
226 if not data:
230 data.add_samples(self, lines)
292 data = Data(filename
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
AppErrorDialog.java 62 public AppErrorDialog(Context context, ActivityManagerService service, Data data) {
67 mProc = data.proc;
68 mResult = data.result;
69 mRepeating = data.repeating;
70 mIsRestartable = data.task != null || data.isRestartableForService;
205 static class Data {
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 174 union Data {
197 Data m_Data;
  /hardware/ti/omap4-aah/libtiutils/
DebugUtils.h 76 class Data : public android::RefBase
91 ThreadInfo * registerThread(Data * data, int32_t threadId);
99 android::sp<Data> mData;
255 // retain reference to threads data
256 android::sp<Data> data = mData; local
262 const int size = int(data->threads.size());
265 ThreadInfo * const threadInfo = data->threads.itemAt(i);
274 ThreadInfo * const threadInfo = registerThread(data.get(), threadId)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
DeadKeyCombiner.java 34 private static class Data {
35 // This class data taken from KeyCharacterMap.java.
279 Data.getNonstandardCombination(deadCodePoint, event.mCodePoint);
280 if (Data.NOT_A_CHAR != replacementSpacingChar) {
283 final int combining = Data.sAccentToCombining.get(deadCodePoint);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dhcpv6csdk.h 24 LPBYTE Data;
32 LPBYTE Data;
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfTiledOutputFile.cpp 28 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
172 BufferedTile (const char *data, int size):
177 memcpy (pixelData, data, pixelDataSize);
233 struct TiledOutputFile::Data: public Mutex
241 int minX; // data window's min x coord
242 int maxX; // data window's max x coord
243 int minY; // data window's min y coord
244 int maxY; // data window's max x coord
254 Compressor::Format format; // compressor's data format
272 Data (bool del, int numThreads)
    [all...]
  /external/clang/include/clang/AST/
APValue.h 111 // We ensure elsewhere that Data is big enough for LV and MemberPointerData.
117 DataType Data;
202 return *(APSInt*)(char*)Data.buffer;
210 return *(APFloat*)(char*)Data.buffer;
218 return ((ComplexAPSInt*)(char*)Data.buffer)->Real;
226 return ((ComplexAPSInt*)(char*)Data.buffer)->Imag;
234 return ((ComplexAPFloat*)(char*)Data.buffer)->Real;
242 return ((ComplexAPFloat*)(char*)Data.buffer)->Imag;
261 return ((Vec*)(char*)Data.buffer)->Elts[I];
268 return ((const Vec*)(const void *)Data.buffer)->NumElts
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 57 const void *Data;
64 : Data(d), Kind((isLoc ? LocKind : NonLocKind) | (ValKind << BaseBits)) {}
67 : Data(D), Kind(k) {}
70 explicit SVal() : Data(nullptr), Kind(0) {}
106 ID.AddPointer(Data);
110 return getRawKind() == R.getRawKind() && Data == R.Data;
318 return (const SymExpr*) Data;
344 return *static_cast<const llvm::APSInt*>(Data);
371 explicit LocAsInteger(const std::pair<SVal, uintptr_t> &data)
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.h 162 uintptr_t Data;
167 bool isIndex() const { return (Data & 1) != 0; }
172 return Data >> 1;
189 return reinterpret_cast<llvm::Value*>(Data);
194 v.Data = (index << 1) | 1;
201 v.Data = reinterpret_cast<uintptr_t>(value);
222 /// and their layout meta-data has been generated.
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinitionUtil.hpp 71 union Data
77 Data (void) : type(DE_NULL) { }
  /external/dng_sdk/source/
dng_stream.cpp 52 dng_stream::dng_stream (const void *data,
62 , fBuffer ((uint8 *) data)
94 void dng_stream::DoRead (void * /* data */,
114 void dng_stream::DoWrite (const void * /* data */,
143 const void * dng_stream::Data () const
227 void dng_stream::Get (void *data, uint32 count)
239 data,
256 data,
261 data = (void *) (((char *) data) + block)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CompactDecimalDataCache.java 21 * A cache containing data by locale for {@link CompactDecimalFormat}
47 * Data contains the compact decimal data for a particular locale. Data consists
60 * Each array in data is 15 in length, and every index is filled.
65 static class Data {
69 Data(long[] divisors, Map<String, DecimalFormat.Unit[]> units) {
76 * DataBundle contains compact decimal data for all the styles in a particular
82 Data shortData;
83 Data longData
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CompactDecimalDataCache.java 20 * A cache containing data by locale for {@link CompactDecimalFormat}
46 * Data contains the compact decimal data for a particular locale. Data consists
59 * Each array in data is 15 in length, and every index is filled.
64 static class Data {
68 Data(long[] divisors, Map<String, DecimalFormat.Unit[]> units) {
75 * DataBundle contains compact decimal data for all the styles in a particular
81 Data shortData;
82 Data longData
    [all...]
  /external/llvm/include/llvm/ADT/
FoldingSet.h 38 /// establish the unique bits of data for the node. The Profile method is
191 /// this function to gather data bits for the given node.
263 /// FoldingSetNodeID, which can be a useful to store node id data rather
268 const unsigned *Data;
272 FoldingSetNodeIDRef() : Data(nullptr), Size(0) {}
273 FoldingSetNodeIDRef(const unsigned *D, size_t S) : Data(D), Size(S) {}
287 const unsigned *getData() const { return Data; }
292 /// FoldingSetNodeID - This class is used to gather all the unique data bits of
297 /// Bits - Vector of all the data bits that make the node unique.
307 /// Add* - Add various data types to Bit data
700 T data; member in class:llvm::FoldingSetNodeWrapper
    [all...]
  /external/llvm/include/llvm/IR/
ValueMap.h 1 //===- ValueMap.h - Safe map from Values to data ----------------*- C++ -*-===//
66 static void onRAUW(const ExtraDataT & /*Data*/, KeyT /*Old*/, KeyT /*New*/) {}
68 static void onDelete(const ExtraDataT &/*Data*/, KeyT /*Old*/) {}
75 static mutex_type *getMutex(const ExtraDataT &/*Data*/) { return nullptr; }
88 ExtraData Data;
98 : Map(NumInitBuckets), Data() {}
99 explicit ValueMap(const ExtraData &Data, unsigned NumInitBuckets = 64)
100 : Map(NumInitBuckets), Data(Data) {}
239 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data);
    [all...]
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 10 // This file contains support for reading profiling data for instrumentation
33 /// A file format agnostic iterator over profiling data.
51 /// Base class and interface for reading profiling data of any known instrprof
64 /// Iterator over profile data.
73 /// significant runtime and memory overhead (as it touches data
92 /// Return true if the reader has finished reading the profile data.
94 /// Return true if the reader encountered an error reading profiling data.
109 /// This format is a simple text format that's suitable for test data. Records
117 /// The profile data file contents.
119 /// Iterator over the profile data
    [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 99 /// \brief Returns the allocation data for the given value if it is a call to a
371 SizeOffsetType Data = Visitor.compute(const_cast<Value*>(Ptr));
372 if (!Visitor.bothKnown(Data))
375 APInt ObjSize = Data.first, Offset = Data.second;
  /external/llvm/lib/Fuzzer/
FuzzerTraceState.cpp 17 // Every time a traced event is intercepted we analyse the data involved
19 // For example if 4 bytes of data that derive from input bytes {4,5,6,7}
27 // generalised dynamic data flow (taint) analysis:
45 // chunk of data we know which input bytes it has derived from.
47 // parameters (i.e. the application data and the corresponding taint labels)
49 // * Fuzzer::ApplyTraceBasedMutation() tries to use the data recorded
166 // For now, very simple: put Size bytes of Data at position Pos.
170 uint64_t Data;
206 bool IsTwoByteData(uint64_t Data) {
207 int64_t Signed = static_cast<int64_t>(Data);
    [all...]
  /external/llvm/lib/Object/
ArchiveWriter.cpp 79 static void printWithSpacePadding(raw_fd_ostream &OS, T Data, unsigned Size,
82 OS << Data;
87 assert(MayTruncate && "Data doesn't fit in Size");
88 // Some of the data this is used for (like UID) can be larger than the
  /external/llvm/tools/llvm-readobj/
ARMAttributeParser.cpp 73 uint64_t ARMAttributeParser::ParseInteger(const uint8_t *Data,
76 uint64_t Value = decodeULEB128(Data + Offset, &Length);
81 StringRef ARMAttributeParser::ParseString(const uint8_t *Data,
83 const char *String = reinterpret_cast<const char*>(Data + Offset);
89 void ARMAttributeParser::IntegerAttribute(AttrType Tag, const uint8_t *Data,
92 ParseInteger(Data, Offset));
95 void ARMAttributeParser::StringAttribute(AttrType Tag, const uint8_t *Data,
103 SW.printString("Value", ParseString(Data, Offset));
119 void ARMAttributeParser::CPU_arch(AttrType Tag, const uint8_t *Data,
127 uint64_t Value = ParseInteger(Data, Offset)
    [all...]
ARMWinEHPrinter.cpp 1 //===-- ARMWinEHPrinter.cpp - Windows on ARM EH Data Printer ----*- C++ -*-===//
10 // Windows on ARM uses a series of serialised data structures (RuntimeFunction)
12 // there are two different ways that this data is represented.
14 // For functions with canonical forms for the prologue and epilogue, the data
15 // can be stored in a "packed" form. In this case, the data is packed into the
21 // | Packed Form Data |
25 // associated with such a frame as they can be derived from the provided data.
26 // The decoder does not synthesize this data as it is unnecessary for the
30 // For functions that are large or do not match canonical forms, the data is
31 // split up into two portions, with the actual data residing in the "exceptio
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 190 const Byte *Data;
195 void Init(const Byte *data, size_t size)
197 Data = data;
201 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
204 STDMETHODIMP CBenchmarkInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
213 ((Byte *)data)[i] = Data[Pos + i];
242 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
245 STDMETHODIMP CBenchmarkOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
    [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
ExtractCallback.h 65 CGrowBuf Data;
116 MaxTotalAllocSize -= Files.Back().Data.Size();
127 if (file.Data.Size() != file.Size)
129 file.Data.ReAlloc_KeepData((size_t)file.Size, (size_t)file.Size);
160 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);

Completed in 1594 milliseconds

1 2 3 4 5 67 8 91011>>