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

<<1112131415161718

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 294 /// or point to data which could be modified as a result of a function call
587 /// which correspond to "code+data". The distinction is important, because
628 /// which correspond to "code+data". The distinction is important, because
983 // Auxiliary data classes for use with MemRegions.
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 11 // sensitivity. But we assume nothing about the heap shape. So recursive data
48 uint64_t Data;
53 : P(r, k | Symbolic), Data(reinterpret_cast<uintptr_t>(Base)) {
60 : P(r, k), Data(offset) {
73 return Data;
78 return reinterpret_cast<const SubRegion *>(static_cast<uintptr_t>(Data));
89 ID.AddInteger(Data);
99 return Data < X.Data;
104 Data == X.Data
    [all...]
  /external/libchrome/sandbox/win/tools/finder/
ntundoc.h 23 BYTE Data[1];
  /external/llvm/include/llvm/ADT/
Triple.h 193 std::string Data;
219 Triple() : Data(), Arch(), Vendor(), OS(), Environment(), ObjectFormat() {}
244 std::string normalize() const { return normalize(Data); }
320 const std::string &str() const { return Data; }
322 const std::string &getTriple() const { return Data; }
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 472 // Handle thread local data for mach-o which requires us to output an
473 // additional structure of data and mangle the original symbol so that we
567 // Emit the prefix data.
602 // Emit the prologue data.
    [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 74 const char *Data;
104 return StringRef(Tok.Data, Tok.Length);
134 StringRef Token(Tok.Data, Tok.Length);
293 Res->Tok.Data = Str.data();
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 333 const char *Data;
689 return StringRef(Tok.Data, Tok.Length);
697 Op->Tok.Data = Str.data();
714 Op->Tok.Data = reinterpret_cast<const char *>(Op.get() + 1);
716 std::memcpy(const_cast<char *>(Op->Tok.Data), Str.data(), Str.size());
    [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 71 // A string of length Length, starting at Data.
73 const char *Data;
141 Op->Token.Data = Str.data();
192 return StringRef(Token.Data, Token.Length);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 443 return StringRef(StrTab.data() + name_offset);
    [all...]
  /external/mesa3d/src/mesa/program/
prog_instruction.h 413 /** Arbitrary data. Used for OPCODE_PRINT and some drivers */
414 void *Data;
  /external/opencv3/modules/objdetect/src/
cascadedetect.cpp 35 // loss of use, data, or profits; or business interruption) however caused
480 uchar *src = in.data;
928 return !oldCascade && data.stages.empty();
934 data = Data();
958 (data.featureType == FeatureEvaluator::HAAR ||
959 data.featureType == FeatureEvaluator::LBP ||
960 data.featureType == FeatureEvaluator::HOG) );
964 if( data.maxNodesPerTree == 1 )
966 if( data.featureType == FeatureEvaluator::HAAR
    [all...]
cascadedetect.hpp 172 class Data
207 Data();
225 Data data; member in class:cv::CascadeClassifierImpl
506 int nstages = (int)cascade.data.stages.size();
509 float* cascadeLeaves = &cascade.data.leaves[0];
510 CascadeClassifierImpl::Data::DTreeNode* cascadeNodes = &cascade.data.nodes[0];
511 CascadeClassifierImpl::Data::DTree* cascadeWeaks = &cascade.data.classifiers[0]
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmscgats.c 129 char** Data; // The binary stream
232 {"ORIGINATOR", WRITE_STRINGIFY}, // Required - Identifies the specific system, organization or individual that created the data file.
233 {"FILE_DESCRIPTOR", WRITE_STRINGIFY}, // Required - Describes the purpose or contents of the data file.
234 {"CREATED", WRITE_STRINGIFY}, // Required - Indicates date of creation of the data file.
235 {"DESCRIPTOR", WRITE_STRINGIFY}, // Required - Describes the purpose or contents of the data file.
247 // model number) to generate the data reported. This data will often
248 // provide more information about the particular data collected than an
250 // spectral data or data derived from spectrophotometry
2474 const char *data; local
2497 const char *data; local
    [all...]
cmsopt.c 40 cmsUInt32Number X0[256], Y0[256], Z0[256]; // Precomputed nodes and offsets for 8-bit input data
372 _cmsStageCLutData* Grid = (_cmsStageCLutData*) CLUT ->Data;
670 DataCLUT = (_cmsStageCLutData*) CLUT ->Data;
673 else DataSetIn = ((_cmsStageToneCurvesData*) NewPreLin ->Data) ->TheCurves;
676 else DataSetOut = ((_cmsStageToneCurvesData*) NewPostLin ->Data) ->TheCurves;
    [all...]
lcms2_internal.h 434 _cmsSubAllocator* MemPool; // The memory pool that stores context data
802 _cmsStageDupElemFn DupElemPtr; // Points to a fn that duplicates the *data* of the stage
803 _cmsStageFreeElemFn FreePtr; // Points to a fn that sets the *data* of the stage free
806 void* Data;
835 const void* Data);
842 // Data & evaluators
843 void *Data;
    [all...]
  /external/v8/src/parsing/
parser.h 13 #include "src/parsing/preparse-data.h"
14 #include "src/parsing/preparse-data-format.h"
257 unsigned* Data() { // Writable data as unsigned int array.
258 return reinterpret_cast<unsigned*>(const_cast<byte*>(script_data_->data()));
273 // Script data length is already checked to be a multiple of unsigned size.
322 // TODO(marja): To be removed. The Traits object should contain all the data
502 // Producing data during the recursive descent.
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_utility.h 214 uint8_t Data[kRtcpAppCode_DATA_SIZE];
  /hardware/qcom/camera/QCamera2/HAL/test/
qcamera_test.cpp 22 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
482 fwrite(mSections[i].Data, sizeof(unsigned char),
491 fwrite(mJEXIFSection.Data, sizeof(unsigned char),
499 fwrite(mSections[i].Data, sizeof(unsigned char),
510 free(mJEXIFSection.Data);
568 unsigned char * Data;
604 Data = (unsigned char *)malloc(itemlen);
605 if (Data == NULL) {
609 mSections[mSectionsRead].Data = Data;
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL/test/
qcamera_test.cpp 22 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
482 fwrite(mSections[i].Data, sizeof(unsigned char),
491 fwrite(mJEXIFSection.Data, sizeof(unsigned char),
499 fwrite(mSections[i].Data, sizeof(unsigned char),
510 free(mJEXIFSection.Data);
568 unsigned char * Data;
604 Data = (unsigned char *)malloc(itemlen);
605 if (Data == NULL) {
609 mSections[mSectionsRead].Data = Data;
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 387 return GenericStringRef<CharType>(str.data(), SizeType(str.size()));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlibint.h 61 XExtData *ext_data; /* hook for extension to hang data */
71 XExtData *ext_data; /* hook for extension to hang data */
86 int bitmap_unit; /* padding and data requirements */
187 struct _X11XCBPrivate *xcb; /* XCB glue private data */
207 * define the following if you want the Data macro to be a procedure instead
601 * Data - Place data in the buffer and pad the end to provide
605 * "data" is a pinter to a data buffer.
606 * "len" is the length of the data buffer
764 XPointer data; member in struct:_XInternalAsync
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlibint.h 59 XExtData *ext_data; /* hook for extension to hang data */
69 XExtData *ext_data; /* hook for extension to hang data */
84 int bitmap_unit; /* padding and data requirements */
185 struct _X11XCBPrivate *xcb; /* XCB glue private data */
205 * define the following if you want the Data macro to be a procedure instead
565 * Data - Place data in the buffer and pad the end to provide
569 * "data" is a pinter to a data buffer.
570 * "len" is the length of the data buffer
728 XPointer data; member in struct:_XInternalAsync
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ddeml.h 260 DWORD Data[8];
289 DWORD Data[8];

Completed in 1437 milliseconds

<<1112131415161718