HomeSort by relevance Sort by last modified time
    Searched refs:PT (Results 1 - 25 of 154) sorted by null

1 2 3 4 5 6 7

  /external/libcxx/test/std/thread/futures/futures.tas/futures.task.members/
ctor1.fail.cpp 22 typedef std::packaged_task<A(int, char)> PT;
28 PT p { VPT{} };
ctor2.fail.cpp 24 typedef std::packaged_task<A(int, char)> PT;
29 PT p { std::allocator_arg_t{}, test_allocator<A>{}, VPT {}};
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
ctor1.fail.cpp 22 typedef std::packaged_task<A(int, char)> PT;
28 PT p { VPT{} };
ctor2.fail.cpp 24 typedef std::packaged_task<A(int, char)> PT;
29 PT p { std::allocator_arg_t{}, test_allocator<A>{}, VPT {}};
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
relax-1.s 1 ! Check limits of PT assembler relaxation states. Unfortunately, we can't
3 ! check the first state. This also checks that a PT expansion without a
10 pt x0,tr3
12 pt x0,tr4
15 pt x1,tr5
16 pt x1,tr6
17 pt x1,tr6
18 pt x1,tr7
pt-1.s 1 ! Check simple use of PT/PTA.
8 pt start1,tr5
10 pt start2,tr7
ptext-1.s 0 ! PT, PTA, PTB expansion for external symbols.
3 pt externalsym1 + 40,tr5
6 pt/u externalsym4 + 52,tr5
crange2.s 1 ! Check PT to SHcompact within same section as SHmedia, and that PT to
6 pt shmedia1,tr3
7 pt shcompact1,tr4
32 pt shcompact3,tr6
34 pt shmedia2,tr0
ptc32-1.d 4 #name: PT constant, 32-bit ABI.
ptc32-noexp-1.d 4 #name: PT constant, 32-bit ABI with -no-expand.
ptc64-noexp-1.d 4 #name: PT constant, 64-bit ABI with -no-expand.
err-pt-1.s 1 ! Check that we get errors for a PT operand out of range with -no-relax.
10 pt x0,tr3 ! { dg-error "operand out of range" }
12 pt x0,tr4
15 pt x1,tr5
16 pt x1,tr6
17 pt x1,tr6 ! { dg-error "operand out of range" }
18 pt x1,tr7 ! { dg-error "operand out of range" }
pt-1.d 3 #name: Basic SHmedia PT and PTA instructions.
ptc64-1.d 4 #name: PT constant, 64-bit ABI.
ptc64-32-1.d 4 #name: PT constant, 64-bit ABI with -expand-pt32.
relax-2.s 2 ! have bugs in the slight differences in limit-checking compared to PT and
  /external/llvm/lib/CodeGen/
CoreCLRGC.cpp 43 PointerType *PT = cast<PointerType>(V->getType());
45 return (1 == PT->getAddressSpace());
StatepointExampleGC.cpp 39 PointerType *PT = cast<PointerType>(V->getType());
45 return (1 == PT->getAddressSpace());
  /external/clang/lib/Analysis/
CocoaConventions.cpp 42 const PointerType* PT = RetTy->getAs<PointerType>();
43 if (!(PT->getPointeeType().getUnqualifiedType()->isVoidType()))
63 const ObjCObjectPointerType *PT = Ty->getAs<ObjCObjectPointerType>();
66 if (!PT)
71 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() ||
72 PT->isObjCClassType() || PT->isObjCQualifiedClassType())
77 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl();
  /frameworks/native/libs/gui/tests/
SurfaceTextureGLThreadToGL_test.cpp 26 class PT : public ProducerThread {
36 runProducerThread(new PT());
47 class PT : public ProducerThread {
57 runProducerThread(new PT());
70 class PT : public ProducerThread {
84 runProducerThread(new PT());
101 class PT : public ProducerThread {
115 runProducerThread(new PT());
133 class PT : public ProducerThread {
147 runProducerThread(new PT());
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 150 Modifier(BasicBlock *Block, PieceTable *PT, Random *R):
151 BB(Block),PT(PT),Ran(R),Context(BB->getContext()) {}
167 assert(PT->size());
168 return PT->at(Ran->Rand() % PT->size());
187 for (unsigned i=0; i<PT->size(); ++i) {
188 Value *V = PT->at((index + i) % PT->size());
220 for (unsigned i=0; i<PT->size(); ++i)
    [all...]
  /external/clang/test/Parser/
cxx-ambig-paren-expr.cpp 16 typedef int *PT;
18 x = (PT()[(int){1}]); // expected-warning {{compound literals}}
  /external/clang/test/Sema/
offsetof.c 5 typedef struct P { int i; float f; } PT;
10 PT X[100];
  /frameworks/av/media/libstagefright/rtsp/
ASessionDescription.h 44 size_t index, unsigned long *PT,
48 size_t index, unsigned long PT,
  /external/webrtc/tools/matlab/
rtpAnalyze.m 18 [SeqNo,TimeStamp,ArrTime,Size,PT,M,SSRC] = importfile(input_file);
22 ix = not(ismember(PT, 72:76));
28 PT = PT(ix);
40 uPT = unique(PT(uix == i));
41 fprintf('%i: %s (%d packets, pt: %i', i, uSSRC{i}, ...
58 PT = PT(ix);
70 uPT = unique(PT);
178 function [SeqNo,TimeStamp,SendTime,Size,PT,M,SSRC] = ..
    [all...]

Completed in 1755 milliseconds

1 2 3 4 5 6 7