/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector2.cc | 91 void DestroyLogicalThread(DDLogicalThread *lt); 102 void CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, DDMutex *mtx); 103 void Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath); 141 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc( in CreateLogicalThread() local 143 lt->ctx = ctx; in CreateLogicalThread() 144 lt->nlocked = 0; in CreateLogicalThread() 145 return lt; in CreateLogicalThread() 148 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread() argument 149 lt->~DDLogicalThread(); in DestroyLogicalThread() 150 InternalFree(lt); in DestroyLogicalThread() [all …]
|
D | sanitizer_deadlock_detector1.cc | 47 void DestroyLogicalThread(DDLogicalThread *lt) override; 58 void MutexEnsureID(DDLogicalThread *lt, DDMutex *m); 81 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(sizeof(*lt)); in CreateLogicalThread() local 82 lt->ctx = ctx; in CreateLogicalThread() 83 lt->dd.clear(); in CreateLogicalThread() 84 lt->report_pending = false; in CreateLogicalThread() 85 return lt; in CreateLogicalThread() 88 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread() argument 89 lt->~DDLogicalThread(); in DestroyLogicalThread() 90 InternalFree(lt); in DestroyLogicalThread() [all …]
|
/external/eigen/bench/btl/data/ |
D | perlib_plot_settings.txt | 1 eigen3 ; with lines lw 4 lt 1 lc rgbcolor "black" 2 eigen2 ; with lines lw 3 lt 1 lc rgbcolor "#999999" 3 EigenBLAS ; with lines lw 3 lt 3 lc rgbcolor "#999999" 4 eigen3_novec ; with lines lw 2 lt 1 lc rgbcolor "#999999" 5 eigen3_nogccvec ; with lines lw 2 lt 2 lc rgbcolor "#991010" 6 INTEL_MKL ; with lines lw 3 lt 1 lc rgbcolor "#ff0000" 7 ATLAS ; with lines lw 3 lt 1 lc rgbcolor "#008000" 8 gmm ; with lines lw 3 lt 1 lc rgbcolor "#0000ff" 9 ublas ; with lines lw 3 lt 1 lc rgbcolor "#00b7ff" 10 mtl4 ; with lines lw 3 lt 1 lc rgbcolor "#d18847" [all …]
|
D | gnuplot_common_settings.hh | 5 set border 31 lt -1 lw 1.000 48 set xzeroaxis lt -2 lw 1.000 49 set x2zeroaxis lt -2 lw 1.000 50 set yzeroaxis lt -2 lw 1.000 51 set y2zeroaxis lt -2 lw 1.000
|
/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/ |
D | lt.pass.cpp | 22 assert(!std::char_traits<char>::lt('a', 'a')); in main() 23 assert( std::char_traits<char>::lt('A', 'a')); in main() 24 assert(!std::char_traits<char>::lt('A' + 127, 'a')); in main() 25 assert(!std::char_traits<char>::lt('A' - 127, 'a')); in main() 26 assert( std::char_traits<char>::lt('A', 'a' + 127)); in main() 27 assert( std::char_traits<char>::lt('A', 'a' - 127)); in main()
|
/external/eigen/doc/ |
D | ClassHierarchy.dox | 18 template argument (in this case, \c Matrix inherits from \c MatrixBase<Matrix>). This allows … 77 EigenBase<%Matrix> 78 <-- DenseCoeffsBase<%Matrix> (direct access case) 79 <-- DenseBase<%Matrix> 80 <-- MatrixBase<%Matrix> 81 <-- PlainObjectBase<%Matrix> (matrix case) 88 EigenBase<%Array> 89 <-- DenseCoeffsBase<%Array> (direct access case) 90 <-- DenseBase<%Array> 91 <-- ArrayBase<%Array> [all …]
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | switch-on-const-select.ll | 10 %lt = icmp slt i64 %x, %y 11 ; CHECK: br i1 %lt, label %a, label %b 12 %qux = select i1 %lt, i32 0, i32 2 40 %lt = icmp slt i64 %x, %y 41 %qux = select i1 %lt, i32 0, i32 2 66 %lt = icmp slt i64 %x, %y 67 %qux = select i1 %lt, i32 10, i32 12 91 %lt = icmp slt i64 %x, %y 92 %qux = select i1 %lt, i32 0, i32 0 116 ; CHECK: %lt = icmp slt i64 %x, %y [all …]
|
/external/boringssl/src/crypto/bn/ |
D | internal.h | 235 BN_ULONG m, m1, lt, ht; \ 237 lt = l; \ 239 m = (bh) * (lt); \ 240 lt = (bl) * (lt); \ 248 lt = (lt + m1) & BN_MASK2; \ 249 if (lt < m1) \ 251 (l) = lt; \
|
D | cmp.c | 86 int gt, lt; in BN_cmp() local 107 lt = -1; in BN_cmp() 110 lt = 1; in BN_cmp() 117 return lt; in BN_cmp() 126 return lt; in BN_cmp()
|
/external/llvm/test/CodeGen/AArch64/ |
D | sdivpow2.ll | 8 ; CHECK: csel w8, w8, w0, lt 18 ; CHECK: csel w8, w8, w0, lt 28 ; CHECK: csel w8, w8, w0, lt 38 ; CHECK: csel x8, x8, x0, lt 48 ; CHECK: csel x8, x8, x0, lt 58 ; CHECK: csel x8, x8, x0, lt 69 ; CHECK: csel x8, x8, x0, lt
|
D | fast-isel-sdiv.ll | 15 ; CHECK-NEXT: csel [[REG2:w[0-9]+]], [[REG1]], w0, lt 25 ; CHECK-NEXT: csel [[REG2:w[0-9]+]], [[REG1]], w0, lt 42 ; CHECK-NEXT: csel [[REG2:x[0-9]+]], [[REG1]], x0, lt 52 ; CHECK-NEXT: csel [[REG2:x[0-9]+]], [[REG1]], x0, lt
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_cli.sgml | 70 with "CTRL-REQ-<type>-<id>:<text>" 71 prefix. <type> is IDENTITY, PASSWORD, or OTP 72 (one-time-password). <id> is a unique identifier for the 73 current network. <text> is description of the request. In 79 <emphasis>otp</emphasis> commands. <id> needs to be copied from 223 <term>level <debug level></term> 276 <term>preauthenticate <BSSID></term> 283 <term>identity <network id> <identity></term> 290 <term>password <network id> <password></term> 297 <term>pin <network id> <pin></term> [all …]
|
/external/libvncserver/webclients/novnc/include/ |
D | jsunzip.js | 278 this.build_fixed_trees = function(lt, dt) argument 283 for (i = 0; i < 7; ++i) lt.table[i] = 0; 285 lt.table[7] = 24; 286 lt.table[8] = 152; 287 lt.table[9] = 112; 289 for (i = 0; i < 24; ++i) lt.trans[i] = 256 + i; 290 for (i = 0; i < 144; ++i) lt.trans[24 + i] = i; 291 for (i = 0; i < 8; ++i) lt.trans[24 + 144 + i] = 280 + i; 292 for (i = 0; i < 112; ++i) lt.trans[24 + 144 + 8 + i] = 144 + i; 397 this.decode_trees = function(d, lt, dt) argument [all …]
|
/external/skia/src/gpu/ |
D | GrPathUtils.cpp | 592 SkScalar lt = 6.f * d[0]; in set_serp_klm() local 597 k[1] = (3.f * ls * ms - ls * mt - lt * ms) / 3.f; in set_serp_klm() 598 k[2] = (lt * (mt - 2.f * ms) + ls * (3.f * ms - 2.f * mt)) / 3.f; in set_serp_klm() 599 k[3] = (lt - ls) * (mt - ms); in set_serp_klm() 602 const SkScalar lt_ls = lt - ls; in set_serp_klm() 627 SkScalar lt = 2.f * d[0]; in set_loop_klm() local 632 k[1] = (3.f * ls*ms - ls * mt - lt * ms) / 3.f; in set_loop_klm() 633 k[2] = (lt * (mt - 2.f * ms) + ls * (3.f * ms - 2.f * mt)) / 3.f; in set_loop_klm() 634 k[3] = (lt - ls) * (mt - ms); in set_loop_klm() 637 l[1] = (ls * (ls * (mt - 3.f * ms) + 2.f * lt * ms))/-3.f; in set_loop_klm() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | plurals.txt | 1361 lt 0 dienų 1362 lt 0.0 dienų 1363 lt 0.00 dienų 1364 lt 0.000 dienų 1365 lt 0.001 dienos 1366 lt 0.002 dienos 1367 lt 0.01 dienos 1368 lt 0.010 dienos 1369 lt 0.011 dienos 1370 lt 0.012 dienos [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fLifetimeTests.cpp | 40 namespace lt = gls::LifetimeTests; 41 using namespace lt; 59 lt::Context ltCtx (ctx.getRenderContext(), ctx.getTestContext()); in init()
|
/external/libxml2/result/valid/ |
D | t8a.xml.err | 6 <!ELEMENT root (middle) > 12 <!ELEMENT root (middle) > 18 <!ELEMENT root (middle) >
|
D | t8.xml.err | 6 <!ELEMENT root (middle) > 12 <!ELEMENT root (middle) > 18 <!ELEMENT root (middle) >
|
/external/deqp/modules/gles3/functional/ |
D | es3fLifetimeTests.cpp | 61 namespace lt = gls::LifetimeTests; 62 using namespace lt; 71 ScaleProgram (lt::Context& ctx); 85 ScaleProgram::ScaleProgram (lt::Context& ctx) in ScaleProgram() 172 VertexArrayBinder (lt::Context& ctx) in VertexArrayBinder() 180 SamplerBinder (lt::Context& ctx) : Binder(ctx) {} in SamplerBinder() 196 QueryBinder (lt::Context& ctx) : Binder(ctx) {} in QueryBinder() 210 BufferVAOAttacher (lt::Context& ctx, Type& elementType, in BufferVAOAttacher() 310 BufferTfAttacher (lt::Context& ctx, Type& bufferType, Type& tfType) in BufferTfAttacher() 398 ES3Types (lt::Context& ctx); [all …]
|
/external/android-mock/src/com/google/android/testing/mocking/ |
D | AndroidMock.java | 864 public static <T extends Comparable<T>> T lt(Comparable<T> expectedValue) { in lt() method in AndroidMock 865 return EasyMock.lt(expectedValue); in lt() 884 public static byte lt(byte expectedValue) { in lt() method in AndroidMock 885 return EasyMock.lt(expectedValue); in lt() 904 public static double lt(double expectedValue) { in lt() method in AndroidMock 905 return EasyMock.lt(expectedValue); in lt() 924 public static float lt(float expectedValue) { in lt() method in AndroidMock 925 return EasyMock.lt(expectedValue); in lt() 944 public static int lt(int expectedValue) { in lt() method in AndroidMock 945 return EasyMock.lt(expectedValue); in lt() [all …]
|
/external/mockito/src/org/mockito/ |
D | AdditionalMatchers.java | 328 public static <T extends Comparable<T>> T lt(Comparable<T> value) { in lt() method in AdditionalMatchers 341 public static byte lt(byte value) { in lt() method in AdditionalMatchers 354 public static double lt(double value) { in lt() method in AdditionalMatchers 367 public static float lt(float value) { in lt() method in AdditionalMatchers 380 public static int lt(int value) { in lt() method in AdditionalMatchers 393 public static long lt(long value) { in lt() method in AdditionalMatchers 406 public static short lt(short value) { in lt() method in AdditionalMatchers
|
/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/ |
D | lt.pass.cpp | 22 assert(!std::char_traits<wchar_t>::lt(L'a', L'a')); in main() 23 assert( std::char_traits<wchar_t>::lt(L'A', L'a')); in main()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_deadlock_detector_test.cc | 173 uptr lt = d.newNode(i); in RunRemoveNodeTest() local 174 locks.insert(lt); in RunRemoveNodeTest() 175 d.onLock(&dtls, lt); in RunRemoveNodeTest() 176 d.onUnlock(&dtls, lt); in RunRemoveNodeTest() 177 d.removeNode(lt); in RunRemoveNodeTest() 198 uptr lt = d.newNode(i); in RunRemoveNodeTest() local 199 locks.insert(lt); in RunRemoveNodeTest() 202 a = l0; b = lt; in RunRemoveNodeTest() 208 a = l1; b = lt; in RunRemoveNodeTest() 214 a = lt; b = l4; in RunRemoveNodeTest() [all …]
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/templateFiles/ |
D | index.html.template | 23 <P>These are the prerequisites to install <your project>. They must 24 be downloaded and installed before the <your component> can be installed.</P><br> 52 <your project> Runtime 56 <description> 76 <description> 96 <description> 116 <description>
|
/external/bison/m4/ |
D | libunistring-base.m4 | 111 test $LIBUNISTRING_VERSION_MAJOR -lt requested_version_major \ 113 && { test $LIBUNISTRING_VERSION_MINOR -lt requested_version_minor \ 115 && test $LIBUNISTRING_VERSION_SUBMINOR -lt requested_version_subminor 127 test $LIBUNISTRING_VERSION_MAJOR -lt $requested_version_major \ 129 && { test $LIBUNISTRING_VERSION_MINOR -lt $requested_version_minor \ 131 && test $LIBUNISTRING_VERSION_SUBMINOR -lt $requested_version_subminor
|