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

1 2 3 4 5

  /external/libcxx/test/std/utilities/time/time.point/time.point.special/
max.pass.cpp 25 typedef std::chrono::time_point<Clock, Duration> TP;
26 LIBCPP_ASSERT_NOEXCEPT(TP::max());
28 ASSERT_NOEXCEPT( TP::max());
30 assert(TP::max() == TP(Duration::max()));
min.pass.cpp 25 typedef std::chrono::time_point<Clock, Duration> TP;
26 LIBCPP_ASSERT_NOEXCEPT(TP::max());
28 ASSERT_NOEXCEPT( TP::max());
30 assert(TP::min() == TP(Duration::min()));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
Unix.h 84 inline struct timespec toTimeSpec(TimePoint<> TP) {
88 RetVal.tv_sec = toTimeT(TP);
89 RetVal.tv_nsec = (TP.time_since_epoch() % seconds(1)).count();
94 inline struct timeval toTimeVal(TimePoint<std::chrono::microseconds> TP) {
98 RetVal.tv_sec = toTimeT(TP);
99 RetVal.tv_usec = (TP.time_since_epoch() % seconds(1)).count();
  /external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
Unix.h 84 inline struct timespec toTimeSpec(TimePoint<> TP) {
88 RetVal.tv_sec = toTimeT(TP);
89 RetVal.tv_nsec = (TP.time_since_epoch() % seconds(1)).count();
94 inline struct timeval toTimeVal(TimePoint<std::chrono::microseconds> TP) {
98 RetVal.tv_sec = toTimeT(TP);
99 RetVal.tv_usec = (TP.time_since_epoch() % seconds(1)).count();
  /external/curl/docs/cmdline-opts/
range.d 10 .TP 10
13 .TP
16 .TP
19 .TP
22 .TP
25 .TP
proto.d 11 .TP 3
15 .TP
18 .TP
27 .TP 15
30 .TP
33 .TP
write-out.d 27 .TP 15
30 .TP
36 .TP
40 .TP
45 .TP
49 .TP
52 .TP
56 .TP
59 .TP
62 .TP
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Chrono.h 36 LLVM_ATTRIBUTE_ALWAYS_INLINE inline std::time_t toTimeT(TimePoint<> TP) {
39 time_point_cast<system_clock::time_point::duration>(TP));
51 raw_ostream &operator<<(raw_ostream &OS, sys::TimePoint<> TP);
  /external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
TreeParser.js 11 var TP = org.antlr.runtime.tree.TreeParser;
13 org.antlr.lang.augmentObject(TP, {
18 org.antlr.lang.extend(TP, org.antlr.runtime.BaseRecognizer, {
20 TP.superclass.reset.call(this); // reset all recognizer state variables
66 !(tokenType===TP.UP && level===0) )
71 if ( tokenType === TP.DOWN ) {
74 else if ( tokenType === TP.UP ) {
103 if ( this instanceof TP ) {
112 return TP.superclass.getErrorMessage.call(this, e, tokenNames);
116 TP.superclass.traceIn.call(this, ruleName, ruleIndex, this.input.LT(1))
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 68 const Type *TP = T.getTypePtrOrNull();
69 if (!TP)
73 switch (TP->getTypeClass()) {
75 return GetBuiltinTypeKind(cast<BuiltinType>(TP));
353 const Type *TP = T.getTypePtrOrNull();
355 if (!TP)
358 switch (TP->getTypeClass()) {
360 T = cast<PointerType>(TP)->getPointeeType();
363 T = cast<BlockPointerType>(TP)->getPointeeType();
367 T = cast<ReferenceType>(TP)->getPointeeType()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
Chrono.cpp 26 TimePoint<> TP;
27 EXPECT_EQ(TP, toTimePoint(toTimeT(TP)));
28 TP += seconds(1);
29 EXPECT_EQ(TP, toTimePoint(toTimeT(TP)));
30 TP += hours(47);
31 EXPECT_EQ(TP, toTimePoint(toTimeT(TP)));
TaskQueueTest.cpp 26 ThreadPool TP(1);
27 TaskQueue TQ(TP);
70 ThreadPool TP(1);
71 TaskQueue TQ(TP);
100 ThreadPool TP(1);
101 TaskQueue TQ(TP);
  /external/strace/
sysent_shorthand_defs.h 7 # define TP 0
31 # define TP TRACE_PROCESS
sysent_shorthand_undefs.h 5 #undef TP
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Chrono.cpp 26 static inline struct tm getStructTM(TimePoint<> TP) {
28 std::time_t OurTime = toTimeT(TP);
44 raw_ostream &operator<<(raw_ostream &OS, TimePoint<> TP) {
45 struct tm LT = getStructTM(TP);
50 long((TP.time_since_epoch() % std::chrono::seconds(1))
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 48 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) {
50 EnforceInteger(TP);
52 EnforceFloatingPoint(TP);
54 EnforceVector(TP);
78 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP,
83 TP.getDAGPatterns().getTargetInfo().getLegalValueTypes();
85 if (TP.hasError())
94 TP.error("Type inference contradiction found, no " +
154 bool EEVT::TypeSet::MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP){
155 if (InVT.isCompletelyUnknown() || *this == InVT || TP.hasError()
    [all...]
CodeGenDAGPatterns.h 61 TypeSet(MVT::SimpleValueType VT, TreePattern &TP);
113 bool MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP);
115 bool MergeInTypeInfo(MVT::SimpleValueType InVT, TreePattern &TP) {
116 return MergeInTypeInfo(EEVT::TypeSet(InVT, TP), TP);
120 bool EnforceInteger(TreePattern &TP);
123 bool EnforceFloatingPoint(TreePattern &TP);
126 bool EnforceScalar(TreePattern &TP);
129 bool EnforceVector(TreePattern &TP);
133 bool EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP);
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.h 60 TypeSet(MVT::SimpleValueType VT, TreePattern &TP);
108 bool MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP);
110 bool MergeInTypeInfo(MVT::SimpleValueType InVT, TreePattern &TP) {
111 return MergeInTypeInfo(EEVT::TypeSet(InVT, TP), TP);
115 bool EnforceInteger(TreePattern &TP);
118 bool EnforceFloatingPoint(TreePattern &TP);
121 bool EnforceScalar(TreePattern &TP);
124 bool EnforceVector(TreePattern &TP);
128 bool EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP);
    [all...]
CodeGenDAGPatterns.cpp 42 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) {
44 EnforceInteger(TP);
46 EnforceFloatingPoint(TP);
48 EnforceVector(TP);
72 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP,
77 TP.getDAGPatterns().getTargetInfo().getLegalValueTypes();
85 TP.error("Type inference contradiction found, no " +
147 bool EEVT::TypeSet::MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP){
165 InCopy.EnforceInteger(TP);
166 InCopy.EnforceScalar(TP);
    [all...]
  /external/clang/tools/diagtool/
TreeView.cpp 178 TreePrinter TP(out);
179 TP.FlagsOnly = FlagsOnly;
180 TP.showKey();
181 return ShowAll ? TP.showAll() : TP.showGroup(RootGroup);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Chrono.h 37 LLVM_ATTRIBUTE_ALWAYS_INLINE inline std::time_t toTimeT(TimePoint<> TP) {
40 time_point_cast<system_clock::time_point::duration>(TP));
52 raw_ostream &operator<<(raw_ostream &OS, sys::TimePoint<> TP);
64 static void format(const sys::TimePoint<> &TP, llvm::raw_ostream &OS,
  /external/pcre/dist2/
CheckMan 32 ^\.TP(?:\s?\d+)?\s*$|
  /external/strace/linux/x32/
syscallent.h 57 [ 56] = { 5, TP, SEN(clone), "clone" },
58 [ 57] = { 0, TP, SEN(fork), "fork" },
59 [ 58] = { 0, TP, SEN(vfork), "vfork" },
60 [ 59] = { 3, TF|TP|SE|SI, SEN(printargs), "execve#64" },
61 [ 60] = { 1, TP|SE, SEN(exit), "exit" },
62 [ 61] = { 4, TP, SEN(wait4), "wait4" },
159 [158] = { 2, TP, SEN(arch_prctl), "arch_prctl" },
232 [231] = { 1, TP|SE, SEN(exit), "exit_group" },
248 [247] = { 5, TP, SEN(printargs), "waitid#64" },
273 [272] = { 1, TP, SEN(unshare), "unshare" }
    [all...]
  /external/strace/linux/aarch64/
syscallent.h 65 [1071] = { 0, TP, SEN(vfork), "vfork" },
66 [1072] = { 4, TP, SEN(wait4), "wait4" },
73 [1079] = { 0, TP, SEN(fork), "fork" },
  /external/strace/linux/hppa/
syscallent.h 7 [ 1] = { 1, TP|SE, SEN(exit), "exit" },
8 [ 2] = { 0, TP, SEN(fork), "fork" },
13 [ 7] = { 3, TP, SEN(waitpid), "waitpid" },
17 [ 11] = { 3, TF|TP|SE|SI, SEN(execve), "execve" },
119 [113] = { 0, TP, SEN(vfork), "vfork" },
120 [114] = { 4, TP, SEN(wait4), "wait4" },
126 [120] = { 5, TP, SEN(clone), "clone" },
228 [222] = { 1, TP|SE, SEN(exit), "exit_group" },
241 [235] = { 5, TP, SEN(waitid), "waitid" },
294 [288] = { 1, TP, SEN(unshare), "unshare" }
    [all...]

Completed in 749 milliseconds

1 2 3 4 5