/external/fonttools/Lib/fontTools/ |
inspect.py | 19 def __init__(self, parent, index, key, value, font): 21 self._index = index 91 if isinstance(value, cffLib.Index): 178 def on_get_column_type(self, index): 179 return self._columns[index]
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXAsmPrinter.h | 291 void lowerImageHandleSymbol(unsigned Index, MCOperand &MCOp);
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi.c | 303 assert(reg->Register.Index <= bld_base->info->file_max[reg->Register.File]);
|
/external/pdfium/third_party/bigint/ |
BigInteger.cc | 19 BigInteger::BigInteger(const Blk *b, Index blen, Sign s) : mag(b, blen) {
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
genlingware.pl | 31 C) Index
|
/packages/apps/Settings/src/com/android/settings/ |
SettingsActivity.java | 114 import com.android.settings.search.Index; 380 Index.getInstance(getApplicationContext()).update(); 442 Index.getInstance(this).update(); 573 // Run the Index update only if we have some space 576 Index.getInstance(getApplicationContext()).update(); 577 if (DEBUG_TIMING) Log.d(LOG_TAG, "Index.update() took " [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
usbcamdi.h | 347 USHORT Index,
|
amstream.h | 446 LONG Index, 525 #define IAMMultiMediaStream_EnumMediaStreams(This,Index,ppMediaStream) (This)->lpVtbl->EnumMediaStreams(This,Index,ppMediaStream) 558 static FORCEINLINE HRESULT IAMMultiMediaStream_EnumMediaStreams(IAMMultiMediaStream* This,LONG Index,IMediaStream **ppMediaStream) { 559 return This->lpVtbl->EnumMediaStreams(This,Index,ppMediaStream); [all...] |
azroles.h | [all...] |
/system/core/fastboot/ |
udp.cpp | 52 enum Index {
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
MemRegion.h | 1012 NonLoc Index; 1016 ElementType(elementType), Index(Idx) { 1019 "The index must be signed"); 1027 NonLoc getIndex() const { return Index; } [all...] |
/external/clang/lib/CodeGen/ |
CGRecordLayoutBuilder.cpp | 702 // on both of them with the same index. [all...] |
CGExprConstant.cpp | 414 BaseInfo(const CXXRecordDecl *Decl, CharUnits Offset, unsigned Index) 415 : Decl(Decl), Offset(Offset), Index(Index) { 420 unsigned Index; 459 Build(Val.getStructBase(Base.Index), Base.Decl, IsPrimaryBase, [all...] |
/external/llvm/lib/Target/X86/Disassembler/ |
X86Disassembler.cpp | 115 unsigned Index = Address - R->Base; 116 if (Bytes.size() <= Index) 118 *Byte = Bytes[Index]; 237 /// translateSrcIndex - Appends a source index operand to an MCInst. 261 /// translateDstIndex - Appends a destination index operand to an MCInst. 642 // the index (which is multiplied by the 672 // If sibIndex was set to SIB_INDEX_NONE, index offset is 4 and [all...] |
/external/llvm/lib/Transforms/Scalar/ |
LoopUnrollPass.cpp | 426 "Unexpectedly large index value."); 427 int64_t Index = SimplifiedAddrOp->getSExtValue() / ElemSize; 428 if (Index >= CDS->getNumElements()) { 434 Constant *CV = CDS->getElementAsConstant(Index); [all...] |
/external/llvm/tools/gold/ |
gold-plugin.cpp | 138 // global index for the ThinLTO backends. 433 // Later we simply build a combined index file after all files are claimed. 577 // Don't bother trying to build an index if there is no summary information 587 message(LDPL_FATAL, "Could not read function index bitcode from file : %s", 861 // function index/summary and emit it. We don't need to parse the modules 869 std::unique_ptr<FunctionInfoIndex> Index = 873 if (Index) 874 CombinedIndex.mergeFrom(std::move(Index), ++NextModuleId);
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zUpdate.cpp | 250 UInt32 Index;
256 CRefItem(UInt32 index, const CUpdateItem &ui, bool sortByType):
258 Index(index),
738 static void GetFile(const CDatabase &inDb, int index, CFileItem &file, CFileItem2 &file2)
740 file = inDb.Files[index];
741 file2.CTimeDefined = inDb.CTime.GetItem(index, file2.CTime);
742 file2.ATimeDefined = inDb.ATime.GetItem(index, file2.ATime);
743 file2.MTimeDefined = inDb.MTime.GetItem(index, file2.MTime);
744 file2.StartPosDefined = inDb.StartPos.GetItem(index, file2.StartPos); 799 int index = updateItems[i].IndexInArchive; local 1207 UInt32 index = refItems[i].Index; local [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_tgsi_insn.c | 98 dest = emit->output_map[reg->Register.Index]; 103 unsigned index = reg->Register.Index; local 104 assert(index < SVGA3D_TEMPREG_MAX); 105 index = MIN2(index, SVGA3D_TEMPREG_MAX - 1); 106 dest = dst_register(translate_file(reg->Register.File), index); 178 * than by index. Use the mapping build up from the decls: 180 src = emit->input_map[reg->Register.Index]; 188 reg->Register.Index + emit->imm_start ) [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_bitmap.c | 142 p->Instructions[ic].DstReg.Index = 0; 144 p->Instructions[ic].SrcReg[0].Index = FRAG_ATTRIB_TEX0; 156 p->Instructions[ic].SrcReg[0].Index = 0;
|
/frameworks/compile/slang/ |
slang_rs_reflection_cpp.cpp | 778 // TODO(zonr): more elegant way. Currently, we obtain the unique index 781 // always use the same index variable name here) name given 984 const char *RSReflectionCpp::getVectorAccessor(unsigned Index) { 991 slangAssert((Index < (sizeof(VectorAccessorMap) / sizeof(const char *))) & [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
mce.h | 313 ULONGLONG Index:20; 344 ULONGLONG Index:20; 534 ULONGLONG Index:8;
|
/external/llvm/lib/Transforms/Vectorize/ |
LoopVectorize.cpp | 16 // 'wide' iteration. After this transformation the index is incremented 656 /// Each member in this group has an index starting from 0, and the largest 657 /// index should be less than interleaved factor, which is equal to the absolute 662 /// a = A[i]; // Member of index 0 663 /// b = A[i+1]; // Member of index 1 664 /// d = A[i+3]; // Member of index 3 671 /// A[i] = a; // Member of index 0 672 /// A[i+1] = b; // Member of index 1 673 /// A[i+2] = c; // Member of index 2 674 /// A[i+3] = d; // Member of index [all...] |
/external/clang/lib/Serialization/ |
ASTWriter.cpp | [all...] |
/external/eigen/Eigen/src/Geometry/ |
Transform.h | 191 typedef DenseIndex Index; 361 * \sa MatrixBase::operator(Index,Index) const */ 362 inline Scalar operator() (Index row, Index col) const { return m_matrix(row,col); } 364 * \sa MatrixBase::operator(Index,Index) */ 365 inline Scalar& operator() (Index row, Index col) { return m_matrix(row,col); } [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | 167 /// The set of attributes by index. Index zero in the file is for null, and 206 /// its index into the vector. 413 /// Class to manage reading and parsing function summary index bitcode 418 /// Eventually points to the function index built during parsing. 427 /// If false, the summary section is fully parsed into the index during 447 /// index this maps the ValueID to the parsed function summary, and 448 /// for the combined index this maps the summary record's bitcode 449 /// offset to the function summary (since in the combined index the 455 /// module ID to a string reference owned by the index's modul [all...] |