HomeSort by relevance Sort by last modified time
    Searched defs:TID (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfWebCapturePageSetDictionary_autogen.cpp 35 SkString SkPdfWebCapturePageSetDictionary::TID(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("TID", "");
44 return get("TID", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfWebCapturePageSetDictionary_autogen.cpp 35 SkString SkPdfWebCapturePageSetDictionary::TID(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("TID", "");
44 return get("TID", "") != NULL;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 350 const MCInstrDesc &TID = TII->get(Inst.getOpcode());
352 const TargetInstrDesc &TID = TII->get(Inst.getOpcode());
359 if (TID.isBranch()) {
411 if (TID.isReturn()) {
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 350 const MCInstrDesc &TID = TII->get(Inst.getOpcode());
352 const TargetInstrDesc &TID = TII->get(Inst.getOpcode());
359 if (TID.isBranch()) {
411 if (TID.isReturn()) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mpeg2data.h 12 typedef BYTE TID;
57 STDMETHOD_(HRESULT,GetTableIdentifier)(THIS_ TID *pTableId) PURE;
58 STDMETHOD_(HRESULT,Initialize)(THIS_ MPEG_REQUEST_TYPE requestType,IMpeg2Data *pMpeg2Data,PMPEG_CONTEXT pContext,PID pid,TID tid,PMPEG2_FILTER pFilter,DWORD timeout,HANDLE hDoneEvent) PURE;
72 #define ISectionList_Initialize(This,requestType,pMpeg2Data,pContext,pid,tid,pFilter,timeout,hDoneEvent) (This)->lpVtbl->Initialize(This,requestType,pMpeg2Data,pContext,pid,tid,pFilter,timeout,hDoneEvent)
93 STDMETHOD_(HRESULT,GetSection)(THIS_ PID pid,TID tid,PMPEG2_FILTER pFilter,DWORD dwTimeout,ISectionList **ppSectionList) PURE;
94 STDMETHOD_(HRESULT,GetStreamOfSections)(THIS_ PID pid,TID tid,PMPEG2_FILTER pFilter,HANDLE hDataReadyEvent,IMpeg2Stream **ppMpegStream) PURE
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
tb_external_transport.cc 82 unsigned int tId = 0;
84 _thread.Start(tId);
164 unsigned char TID = (ptr[13 + offset] >> 5);
183 if (_currentRelayLayer < TID)
  /external/llvm/lib/CodeGen/
Passes.cpp 490 const char *TID = (const char *)(TPI->getTypeInfo());
492 insertPass(TID, IID);
  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 450 const MCInstrDesc &TID = TII->get(N->getMachineOpcode());
451 if (TID.isCall())
553 const MCInstrDesc &TID = TII->get(N->getMachineOpcode());
559 NodeNumDefs = std::min(N->getNumValues(), TID.getNumDefs());
  /external/llvm/lib/Target/R600/
AMDGPUPromoteAlloca.cpp 311 Value *TID = Builder.CreateAdd(Tmp0, Tmp1);
312 TID = Builder.CreateAdd(TID, TIdZ);
316 Indices.push_back(TID);
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 415 const MCInstrDesc& TID = MI->getDesc();
418 if ( TID.isConditionalBranch() // && !IsRegisterJump(MI)) ||
    [all...]

Completed in 202 milliseconds