/external/testng/src/main/java/org/testng/internal/ |
D | ITestResultNotifier.java | 21 Set<ITestResult> getPassedTests(ITestNGMethod tm); in getPassedTests() 23 Set<ITestResult> getFailedTests(ITestNGMethod tm); in getFailedTests() 25 Set<ITestResult> getSkippedTests(ITestNGMethod tm); in getSkippedTests() 27 void addPassedTest(ITestNGMethod tm, ITestResult tr); in addPassedTest() 29 void addSkippedTest(ITestNGMethod tm, ITestResult tr); in addSkippedTest() 31 void addFailedTest(ITestNGMethod tm, ITestResult tr); in addFailedTest() 33 void addFailedButWithinSuccessPercentageTest(ITestNGMethod tm, ITestResult tr); in addFailedButWithinSuccessPercentageTest()
|
D | Graph.java | 30 public void addNode(T tm) { in addNode() 48 public void addPredecessor(T tm, T predecessor) { in addPredecessor() 64 private void addNeighbor(T tm, T predecessor) { in addNeighbor() 262 public Node(T tm) { in Node() 325 public void addPredecessor(T tm) { in addPredecessor()
|
/external/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-x509.c | 30 struct tm { struct 31 int tm_sec; // seconds [0,61] argument 32 int tm_min; // minutes [0,59] argument 33 int tm_hour; // hour [0,23] argument 34 int tm_mday; // day of month [1,31] argument 35 int tm_mon; // month of year [0,11] argument 36 int tm_year; // years since 1900 argument 37 int tm_wday; // day of week [0,6] (Sunday = 0) argument 38 int tm_yday; // day of year [0,365] argument 39 int tm_isdst; // daylight savings flag argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | tensor_map_test.cc | 29 TensorMap tm; in TEST() local 47 TensorMap tm; in TEST() local 63 TensorMap tm; in TEST() local 75 TensorMap tm; in TEST() local 84 TensorMap tm; in TEST() local 98 TensorMap tm; in TEST() local 109 TensorMap tm; in TEST() local 138 TensorMap tm; in TEST() local 147 TensorMap tm; in TEST() local 160 TensorMap tm; in TEST() local
|
/external/skqp/gm/ |
D | gradients_2pt_conical.cpp | 41 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutside() 52 … SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutsideStrip() 62 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutsideFlip() 73 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInside() 86 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideFlip() 99 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideCenter() 110 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideCenterReversed() 121 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalZeroRad() 134 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalZeroRadFlip() 147 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalZeroRadCenter() [all …]
|
D | gradientDirtyLaundry.cpp | 37 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm… in MakeLinear() 41 static sk_sp<SkShader> MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm… in MakeRadial() 74 SkShader::TileMode tm = SkShader::kClamp_TileMode; in onDraw() local
|
/external/skia/gm/ |
D | gradients_2pt_conical.cpp | 54 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutside() 65 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutsideStrip() 75 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutsideFlip() 86 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInside() 99 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideFlip() 112 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideCenter() 123 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideCenterReversed() 134 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalZeroRad() 147 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalZeroRadFlip() 160 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalZeroRadCenter() [all …]
|
/external/adhd/cras/src/server/ |
D | cras_tm.c | 56 struct cras_timer *cras_tm_create_timer(struct cras_tm *tm, unsigned int ms, in cras_tm_create_timer() 78 void cras_tm_cancel_timer(struct cras_tm *tm, struct cras_timer *t) in cras_tm_cancel_timer() 89 void cras_tm_deinit(struct cras_tm *tm) in cras_tm_deinit() 100 int cras_tm_get_next_timeout(const struct cras_tm *tm, struct timespec *ts) in cras_tm_get_next_timeout() 126 void cras_tm_call_callbacks(struct cras_tm *tm) in cras_tm_call_callbacks()
|
/external/skqp/samplecode/ |
D | SampleGradients.cpp | 64 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm… in MakeLinear() 68 static sk_sp<SkShader> MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm… in MakeRadial() 76 static sk_sp<SkShader> MakeSweep(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm)… in MakeSweep() 83 …c sk_sp<SkShader> Make2Conical(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) { in Make2Conical() 96 SkShader::TileMode tm) { in Make2ConicalConcentric() 141 for (int tm = 0; tm < SkShader::kTileModeCount; ++tm) { in onDrawContent() local
|
/external/skia/samplecode/ |
D | SampleGradients.cpp | 63 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeLinear() 67 static sk_sp<SkShader> MakeRadial(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeRadial() 75 static sk_sp<SkShader> MakeSweep(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeSweep() 82 static sk_sp<SkShader> Make2Conical(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in Make2Conical() 95 SkTileMode tm) { in Make2ConicalConcentric() 134 for (int tm = 0; tm < kSkTileModeCount; ++tm) { in onDrawContent() local
|
/external/rust/crates/chrono/src/sys/ |
D | unix.rs | 30 fn rust_tm_to_tm(rust_tm: &Tm, tm: &mut libc::tm) { in rust_tm_to_tm() argument 42 fn tm_to_rust_tm(tm: &libc::tm, utcoff: i32, rust_tm: &mut Tm) { in tm_to_rust_tm() argument 117 let mut tm = unsafe { mem::zeroed() }; in utc_tm_to_time() localVariable 123 let mut tm = unsafe { mem::zeroed() }; in local_tm_to_time() localVariable
|
/external/skqp/bench/ |
D | GradientBench.cpp | 51 SkShader::TileMode tm, float scale) { in MakeLinear() 56 SkShader::TileMode tm, float scale) { in MakeRadial() 66 SkShader::TileMode tm, float scale) { in MakeSweep() 75 SkShader::TileMode tm, float scale) { in MakeConical() 88 SkShader::TileMode tm, float scale) { in MakeConicalZeroRad() 101 SkShader::TileMode tm, float scale) { in MakeConicalOutside() 115 SkShader::TileMode tm, float scale) { in MakeConicalOutsideZeroRad() 158 static const char* tilemodename(SkShader::TileMode tm) { in tilemodename() 190 SkShader::TileMode tm = SkShader::kClamp_TileMode, in GradientBench() 255 SkShader::TileMode tm, float scale) { in MakeShader()
|
/external/skia/bench/ |
D | GradientBench.cpp | 53 SkTileMode tm, float scale) { in MakeLinear() 58 SkTileMode tm, float scale) { in MakeRadial() 68 SkTileMode tm, float scale) { in MakeSweep() 77 SkTileMode tm, float scale) { in MakeConical() 90 SkTileMode tm, float scale) { in MakeConicalZeroRad() 103 SkTileMode tm, float scale) { in MakeConicalOutside() 117 SkTileMode tm, float scale) { in MakeConicalOutsideZeroRad() 178 SkTileMode tm = SkTileMode::kClamp, in GradientBench() 243 SkTileMode tm, float scale) { in MakeShader()
|
/external/libnl/src/lib/ |
D | tc.c | 100 struct nl_cli_tc_module *tm; in __nl_cli_tc_lookup() local 111 struct nl_cli_tc_module *tm; in nl_cli_tc_lookup() local 141 void nl_cli_tc_register(struct nl_cli_tc_module *tm) in nl_cli_tc_register() 160 void nl_cli_tc_unregister(struct nl_cli_tc_module *tm) in nl_cli_tc_unregister()
|
/external/ipsec-tools/src/racoon/ |
D | backupsa.c | 97 struct tm *tm; local 201 struct tm tm; in backupsa_from_file() local 364 str2tmx(char *p, struct tm *tm) in str2tmx() 452 struct tm tm; in main() local
|
/external/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_libc.cc | 39 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + _dstbias) { in tm_gmtoff() 43 auto tm_zone(const std::tm& tm) -> decltype(_tzname[0]) { in tm_zone() 126 std::tm tm; in make_time() local 153 std::tm tm; in find_trans() local 201 std::tm tm; in BreakTime() local
|
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_libc.cc | 39 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + _dstbias) { in tm_gmtoff() 43 auto tm_zone(const std::tm& tm) -> decltype(_tzname[0]) { in tm_zone() 126 std::tm tm; in make_time() local 153 std::tm tm; in find_trans() local 201 std::tm tm; in BreakTime() local
|
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_libc.cc | 39 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + _dstbias) { in tm_gmtoff() 43 auto tm_zone(const std::tm& tm) -> decltype(_tzname[0]) { in tm_zone() 126 std::tm tm; in make_time() local 153 std::tm tm; in find_trans() local 203 std::tm tm; in BreakTime() local
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_libc.cc | 39 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + _dstbias) { in tm_gmtoff() 43 auto tm_zone(const std::tm& tm) -> decltype(_tzname[0]) { in tm_zone() 126 std::tm tm; in make_time() local 153 std::tm tm; in find_trans() local 203 std::tm tm; in BreakTime() local
|
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/ |
D | time_zone_libc.cc | 45 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + _dstbias) { in tm_gmtoff() 49 auto tm_zone(const std::tm& tm) -> decltype(_tzname[0]) { in tm_zone() 132 std::tm tm; in make_time() local 159 std::tm tm; in find_trans() local 209 std::tm tm; in BreakTime() local
|
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_libc.cc | 45 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + _dstbias) { in tm_gmtoff() 49 auto tm_zone(const std::tm& tm) -> decltype(_tzname[0]) { in tm_zone() 132 std::tm tm; in make_time() local 159 std::tm tm; in find_trans() local 209 std::tm tm; in BreakTime() local
|
/external/llvm/lib/Target/Sparc/ |
D | LeonPasses.cpp | 23 LEONMachineFunctionPass::LEONMachineFunctionPass(TargetMachine &tm, char &ID) in LEONMachineFunctionPass() 75 InsertNOPLoad::InsertNOPLoad(TargetMachine &tm) in InsertNOPLoad() 126 FixFSMULD::FixFSMULD(TargetMachine &tm) : LEONMachineFunctionPass(tm, ID) {} in FixFSMULD() 238 ReplaceFMULS::ReplaceFMULS(TargetMachine &tm) in ReplaceFMULS() 351 FixAllFDIVSQRT::FixAllFDIVSQRT(TargetMachine &tm) in FixAllFDIVSQRT() 411 ReplaceSDIV::ReplaceSDIV(TargetMachine &tm) : LEONMachineFunctionPass(tm, ID) {} in ReplaceSDIV() 448 FixCALL::FixCALL(TargetMachine &tm) : LEONMachineFunctionPass(tm, ID) {} in FixCALL() 508 IgnoreZeroFlag::IgnoreZeroFlag(TargetMachine &tm) in IgnoreZeroFlag() 637 InsertNOPDoublePrecision::InsertNOPDoublePrecision(TargetMachine &tm) in InsertNOPDoublePrecision() 713 PreventRoundChange::PreventRoundChange(TargetMachine &tm) in PreventRoundChange() [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
D | TelephonyStateListeners.java | 151 public DataConnectionStateChangeListener(EventFacade ef, TelephonyManager tm) { in DataConnectionStateChangeListener() 158 public DataConnectionStateChangeListener(EventFacade ef, TelephonyManager tm, int subId) { in DataConnectionStateChangeListener() 166 EventFacade ef, TelephonyManager tm, int subId, Looper looper) { in DataConnectionStateChangeListener() 192 public ActiveDataSubIdChangeListener(EventFacade ef, TelephonyManager tm) { in ActiveDataSubIdChangeListener() 199 public ActiveDataSubIdChangeListener(EventFacade ef, TelephonyManager tm, int subId) { in ActiveDataSubIdChangeListener() 207 EventFacade ef, TelephonyManager tm, int subId, Looper looper) { in ActiveDataSubIdChangeListener() 229 public DisplayInfoStateChangeListener(EventFacade ef, TelephonyManager tm) { in DisplayInfoStateChangeListener() 236 public DisplayInfoStateChangeListener(EventFacade ef, TelephonyManager tm, int subId) { in DisplayInfoStateChangeListener() 244 EventFacade ef, TelephonyManager tm, int subId, Looper looper) { in DisplayInfoStateChangeListener()
|
/external/boringssl/src/crypto/x509/ |
D | x509_set.c | 120 int X509_set1_notBefore(X509 *x, const ASN1_TIME *tm) in X509_set1_notBefore() 137 int X509_set_notBefore(X509 *x, const ASN1_TIME *tm) in X509_set_notBefore() 163 int X509_set1_notAfter(X509 *x, const ASN1_TIME *tm) in X509_set1_notAfter() 180 int X509_set_notAfter(X509 *x, const ASN1_TIME *tm) in X509_set_notAfter()
|
/external/testng/src/test/java/test/tmp/verify/ |
D | VerifyInterceptor.java | 35 ITestNGMethod tm = mi.getMethod(); in intercept() local 50 private List<IMethodInstance> findVerifyMethods(Class realClass, final ITestNGMethod tm) { in findVerifyMethods()
|