/external/doclava/res/assets/templates/ |
H A D | macros.cs | 41 ?><<?cs each:t=type.typeArguments ?><?cs call:type_link_impl(t, "true") ?><?cs 55 if:subcount(type.typeArguments)?><<?cs 258 <th><?cs if:tag.isTypeParameter ?><<?cs /if ?><?cs var:tag.name external variable declarations
|
H A D | sample.cs | 20 <p>The file containing the source code shown below is located in the corresponding directory in <code><sdk>/samples/android-<version>/...</code></p> external variable declarations
|
/external/ppp/pppd/plugins/rp-pppoe/ |
H A D | debug.c | 94 struct tm *lt; local 102 lt = localtime(&now); 103 strftime(timebuf, 256, "%H:%M:%S", lt);
|
/external/v8/test/mjsunit/ |
H A D | compare-objects.js | 33 function lt(a, b) { function 57 assertEquals(lt(a, b), less); 59 assertEquals(lt(b, a), greater);
|
/external/boringssl/src/crypto/bn/ |
H A D | cmp.c | 86 int gt, lt; local 107 lt = -1; 110 lt = 1; 117 return lt; 126 return lt;
|
/external/clang/test/SemaTemplate/ |
H A D | instantiate-template-template-parm.cpp | 57 template <int x, int y> struct lt { struct 61 Comp<int, lt> c0;
|
/external/mockito/src/org/mockito/ |
H A D | AdditionalMatchers.java | 328 public static <T extends Comparable<T>> T lt(Comparable<T> value) { method in class:AdditionalMatchers 341 public static byte lt(byte value) { method in class:AdditionalMatchers 354 public static double lt(double value) { method in class:AdditionalMatchers 367 public static float lt(float value) { method in class:AdditionalMatchers 380 public static int lt(int value) { method in class:AdditionalMatchers 393 public static long lt(long value) { method in class:AdditionalMatchers 406 public static short lt(short value) { method in class:AdditionalMatchers
|
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector_interface.h | 29 // lt - logical (user) thread. 66 DDLogicalThread *lt; member in struct:__sanitizer::DDCallback 79 virtual void DestroyLogicalThread(DDLogicalThread *lt) {} argument
|
H A 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)); local 82 lt->ctx = ctx; 83 lt->dd.clear(); 84 lt->report_pending = false; 85 return lt; 88 void DD::DestroyLogicalThread(DDLogicalThread *lt) { argument 89 lt 98 MutexEnsureID(DDLogicalThread *lt, DDMutex *m) argument 106 DDLogicalThread *lt = cb->lt; local 121 DDLogicalThread *lt = cb->lt; local 149 DDLogicalThread *lt = cb->lt; local [all...] |
H A 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( local 143 lt->ctx = ctx; 144 lt->nlocked = 0; 145 return lt; 148 void DD::DestroyLogicalThread(DDLogicalThread *lt) { argument 149 lt->~DDLogicalThread(); 150 InternalFree(lt); 198 DDLogicalThread *lt = cb->lt; local 277 DDLogicalThread *lt = cb->lt; local 309 DDLogicalThread *lt = cb->lt; local 333 DDLogicalThread *lt = cb->lt; local 363 CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, DDMutex *m) argument 405 Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) argument [all...] |
/external/icu/icu4c/source/tools/toolutil/ |
H A D | writesrc.c | 52 const struct tm *lt; local 56 lt=localtime(&t); 57 strftime(year, sizeof(year), "%Y", lt); 59 strftime(buffer, sizeof(buffer), "%Y-%m-%d", lt);
|
/external/openssh/ |
H A D | sc25519.c | 21 static crypto_uint32 lt(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ function 41 b = lt(r->v[i],pb); 89 b = lt(r1[i],pb);
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_deadlock_detector_test.cc | 173 uptr lt = d.newNode(i); local 174 locks.insert(lt); 175 d.onLock(&dtls, lt); 176 d.onUnlock(&dtls, lt); 177 d.removeNode(lt); 198 uptr lt = d.newNode(i); local 199 locks.insert(lt); 201 // l0 => lt? 202 a = l0; b = lt; 207 // l1 => lt [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_mutex.cc | 36 DDCallback::lt = thr->dd_lt; member in class:__tsan::Callback::DDCallback
|
/external/fio/engines/ |
H A D | libaio.c | 149 struct timespec __lt, *lt = NULL; local 154 lt = &__lt; 166 max, ld->aio_events + events, lt);
|
/external/lzma/C/ |
H A D | MtCoder.c | 288 CLoopThread *lt = &t->thread;
local 290 if (!Thread_WasCreated(<->thread))
292 lt->func = ThreadFunc;
293 lt->param = t;
295 if (LoopThread_Create(lt) != SZ_OK)
|
/external/skia/src/gpu/ |
H A D | GrFontScaler.cpp | 34 bool GrFontDescKey::lt(const GrFontDescKey& rh) const { function in class:GrFontDescKey
|
/external/toybox/toys/pending/ |
H A D | expr.c | 149 static void lt(struct value *lhs, struct value *rhs) function 224 {">=", gte }, {"<", lt }, {"<=", lte }, {"!=", ne }, {"+", add },
|
/external/antlr/antlr-3.4/runtime/C/src/ |
H A D | antlr3inputstream.c | 58 static void * antlr38BitLT (pANTLR3_INPUT_STREAM input, ANTLR3_INT32 lt); 397 * \param[in] lt 1 based offset of next input stream element 402 antlr38BitLT(pANTLR3_INPUT_STREAM input, ANTLR3_INT32 lt) argument 409 return (ANTLR3_FUNC_PTR(input->istream->_LA(input->istream, lt)));
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
H A D | Compiler.java | 136 expr = lt(opPos); break; 321 protected Expression lt(int opPos) throws TransformerException method in class:Compiler
|
/external/easymock/src/org/easymock/ |
H A D | EasyMock.java | 584 public static <T extends Comparable<T>> T lt(Comparable<T> value) {
method in class:EasyMock 597 public static byte lt(byte value) {
method in class:EasyMock 610 public static double lt(double value) {
method in class:EasyMock 623 public static float lt(float value) {
method in class:EasyMock 636 public static int lt(int value) {
method in class:EasyMock 649 public static long lt(long value) {
method in class:EasyMock 662 public static short lt(short value) {
method in class:EasyMock
|
/external/ipsec-tools/src/racoon/ |
H A D | handler.c | 1015 time_t t, lt; local 1021 lt = lcconf->retry_counter * lcconf->retry_interval; 1026 if (t - r->created > lt) { 1032 sched_new(lt, sweep_recvdpkt, NULL); 1038 time_t lt = lcconf->retry_counter * lcconf->retry_interval; local 1042 sched_new(lt, sweep_recvdpkt, NULL);
|
H A D | isakmp_inf.c | 1136 struct sadb_lifetime *lt; 1187 lt = (struct sadb_lifetime*)mhp[SADB_EXT_LIFETIME_HARD]; 1188 if(lt != NULL) 1189 created = lt->sadb_lifetime_addtime; 1135 struct sadb_lifetime *lt; local
|
/external/skia/bench/ |
H A D | DashBench.cpp | 312 static const char* LineTypeName(LineType lt) { argument 315 return gNames[lt]; 318 GiantDashBench(LineType lt, SkScalar width) { argument 319 fName.printf("giantdashline_%s_%g", LineTypeName(lt), width); 332 switch (lt) {
|
/external/tcpdump/ |
H A D | smbutil.c | 726 struct tm *lt; local 759 lt = localtime(&t); 760 if (lt != NULL) 761 tstring = asctime(lt);
|