/external/guava/guava/src/com/google/common/reflect/ |
D | Types.java | 63 return JavaVersion.CURRENT.typeName(from); 83 return JavaVersion.CURRENT.newArrayType(componentType); in newArrayType() 237 this.componentType = JavaVersion.CURRENT.usedInGenericType(componentType); in GenericArrayTypeImpl() 278 this.argumentsList = JavaVersion.CURRENT.usedInGenericType(typeArguments); in ParameterizedTypeImpl() 296 builder.append(JavaVersion.CURRENT.typeName(ownerType)).append('.'); in toString() 464 this.lowerBounds = JavaVersion.CURRENT.usedInGenericType(lowerBounds); in WildcardTypeImpl() 465 this.upperBounds = JavaVersion.CURRENT.usedInGenericType(upperBounds); in WildcardTypeImpl() 492 builder.append(" super ").append(JavaVersion.CURRENT.typeName(lowerBound)); in toString() 495 builder.append(" extends ").append(JavaVersion.CURRENT.typeName(upperBound)); in toString() 582 static final JavaVersion CURRENT; field in Types.JavaVersion [all …]
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
D | AbstractClassGenerator.java | 37 private static final ThreadLocal CURRENT = new ThreadLocal(); field in AbstractClassGenerator 165 return (AbstractClassGenerator)CURRENT.get(); 204 Object save = CURRENT.get(); 205 CURRENT.set(this); 228 CURRENT.set(save);
|
/external/libmtp/src/ |
D | Makefile.am | 31 CURRENT=11 macro 34 SOVERSION=$(CURRENT):$(REVISION):$(AGE) 35 LT_CURRENT_MINUS_AGE=`expr $(CURRENT) - $(AGE)`
|
D | Makefile.in | 253 CURRENT = 11 256 SOVERSION = $(CURRENT):$(REVISION):$(AGE) 257 LT_CURRENT_MINUS_AGE = `expr $(CURRENT) - $(AGE)`
|
/external/clang/test/CodeGenObjC/ |
D | super-classmethod-category.m | 7 @interface CURRENT : SUPER interface 11 @implementation CURRENT(CAT) implementation in CAT
|
/external/libexif/ |
D | configure.ac | 40 dnl - CURRENT (Major): Increment if the interface has changes. AGE is always 47 dnl 0 if you incremented CURRENT. 49 dnl To summarize. Any interface *change* increment CURRENT. If that interface 51 dnl increment AGE, Otherwise AGE is reset to 0. If CURRENT has changed,
|
D | ChangeLog | 982 * configure.ac: CURRENT needs only to be increased on changes or 1238 * configure.in: set CURRENT to 12. There have been quite a few
|
/external/iptables/ |
D | configure.ac | 25 [Path to kernel build directory [[/lib/modules/CURRENT/build]]]), 29 [Path to kernel source directory [[/lib/modules/CURRENT/source]]]),
|
/external/bison/data/ |
D | c++.m4 | 187 [[/* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. 188 If N is 0, then set CURRENT to the empty location which ends
|
D | c.m4 | 622 [[/* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. 623 If N is 0, then set CURRENT to the empty location which ends
|
/external/libxml2/os400/ |
D | make-src.sh | 191 PGMLVL=CURRENT
|
/external/zlib/src/as400/ |
D | bndsrc | 1 STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB')
|
/external/opencv3/samples/python2/ |
D | demo.py | 49 for tag in self.text.tag_names(tk.CURRENT):
|
/external/libvorbis/ |
D | configure.ac | 23 dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_supplicant.sgml | 554 <para>FreeBSD 6-CURRENT</para> 586 <para>At the moment, this is for FreeBSD 6-CURRENT branch.</para>
|
/external/tlsdate/ |
D | CHANGELOG | 32 Add FreeBSD (9.2 & 11-CURRENT) support for tlsdate and
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 779 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. 780 If N is 0, then set CURRENT to the empty location which ends
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-HS20 | 443 0 Example Network any [CURRENT]
|
D | README | 116 - FreeBSD 6-CURRENT 137 At the moment, this is for FreeBSD 6-CURRENT branch and NetBSD-current.
|
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/ |
D | JsonBuilder.java | 938 if (data.status == WifiConfiguration.Status.CURRENT) { in buildWifiConfiguration()
|
/external/libxml2/ |
D | pattern.c | 725 #define CURRENT (*ctxt->cur) macro
|
D | xpointer.c | 909 #define CURRENT (*ctxt->cur) macro
|
/external/libunwind/aux/ |
D | ltmain.sh | 2268 $echo "$modename: CURRENT \`$current' is not a nonnegative integer" 1>&2
|
/external/dbus/ |
D | configure.ac | 39 ## 0 if you increment CURRENT
|
/external/libxml2/result/HTML/ |
D | wired.html.sax | 1656 SAX.characters(CURRENT HOO-HA, 14)
|