Home
last modified time | relevance | path

Searched refs:CURRENT (Results 1 – 25 of 31) sorted by relevance

12

/external/guava/guava/src/com/google/common/reflect/
DTypes.java63 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/
DAbstractClassGenerator.java37 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/
DMakefile.am31 CURRENT=11 macro
34 SOVERSION=$(CURRENT):$(REVISION):$(AGE)
35 LT_CURRENT_MINUS_AGE=`expr $(CURRENT) - $(AGE)`
DMakefile.in253 CURRENT = 11
256 SOVERSION = $(CURRENT):$(REVISION):$(AGE)
257 LT_CURRENT_MINUS_AGE = `expr $(CURRENT) - $(AGE)`
/external/clang/test/CodeGenObjC/
Dsuper-classmethod-category.m7 @interface CURRENT : SUPER interface
11 @implementation CURRENT(CAT) implementation in CAT
/external/libexif/
Dconfigure.ac40 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,
DChangeLog982 * 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/
Dconfigure.ac25 [Path to kernel build directory [[/lib/modules/CURRENT/build]]]),
29 [Path to kernel source directory [[/lib/modules/CURRENT/source]]]),
/external/bison/data/
Dc++.m4187 [[/* 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
Dc.m4622 [[/* 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/
Dmake-src.sh191 PGMLVL=CURRENT
/external/zlib/src/as400/
Dbndsrc1 STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB')
/external/opencv3/samples/python2/
Ddemo.py49 for tag in self.text.tag_names(tk.CURRENT):
/external/libvorbis/
Dconfigure.ac23 dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_supplicant.sgml554 <para>FreeBSD 6-CURRENT</para>
586 <para>At the moment, this is for FreeBSD 6-CURRENT branch.</para>
/external/tlsdate/
DCHANGELOG32 Add FreeBSD (9.2 & 11-CURRENT) support for tlsdate and
/external/toybox/kconfig/
Dzconf.tab.c_shipped779 /* 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/
DREADME-HS20443 0 Example Network any [CURRENT]
DREADME116 - 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/
DJsonBuilder.java938 if (data.status == WifiConfiguration.Status.CURRENT) { in buildWifiConfiguration()
/external/libxml2/
Dpattern.c725 #define CURRENT (*ctxt->cur) macro
Dxpointer.c909 #define CURRENT (*ctxt->cur) macro
/external/libunwind/aux/
Dltmain.sh2268 $echo "$modename: CURRENT \`$current' is not a nonnegative integer" 1>&2
/external/dbus/
Dconfigure.ac39 ## 0 if you increment CURRENT
/external/libxml2/result/HTML/
Dwired.html.sax1656 SAX.characters(CURRENT HOO-HA, 14)

12