/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/ |
JavaProjectMock.java | 40 import sun.reflect.generics.reflectiveObjects.NotImplementedException;
|
/external/elfutils/libelf/ |
elf.h | 143 #define ELFOSABI_SOLARIS 6 /* Sun Solaris. */ 174 #define EM_SPARC 2 /* SUN SPARC */ 185 #define EM_SPARC32PLUS 18 /* Sun's "v8plus" */ 333 #define SHT_LOSUNW 0x6ffffffa /* Sun-specific low bound. */ 340 #define SHT_HISUNW 0x6fffffff /* Sun-specific high bound. */ 570 #define PT_SUNWBSS 0x6ffffffa /* Sun Specific segment */ 675 Dyn.d_un.d_val field of the Elf*_Dyn structure. This follows Sun's 719 /* These were chosen by Sun. */ 730 /* Sun added these machine-independent extensions in the "processor-specific" [all...] |
/external/emma/core/java12/com/vladium/jcd/cls/ |
ClassDef.java | 260 * This follows the spec at http://java.sun.com/j2se/1.4.1/docs/guide/serialization/spec/class.doc6.html#4100 261 * as well as undocumented hacks used by Sun's 1.4.2 J2SDK 300 // [Sun's J2SDK]:
|
/external/guava/javadoc/com/google/common/base/class-use/ |
Splitter.html | 150 <TD><CODE><B>Splitter.</B><B><A HREF="../../../../../com/google/common/base/Splitter.html#on(java.util.regex.Pattern)">on</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/regex/Pattern.html?is-external=true" title="class or interface in java.util.regex">Pattern</A> separatorPattern)</CODE> 158 <TD><CODE><B>Splitter.</B><B><A HREF="../../../../../com/google/common/base/Splitter.html#on(java.lang.String)">on</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> separator)</CODE> 166 <TD><CODE><B>Splitter.</B><B><A HREF="../../../../../com/google/common/base/Splitter.html#onPattern(java.lang.String)">onPattern</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> separatorPattern)</CODE>
|
/external/guava/javadoc/com/google/common/base/ |
package-use.html | 125 <A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base"><CODE>Predicate</CODE></A> does for any <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><CODE>Object</CODE></A>.</TD> 158 An object which joins pieces of text (specified as an array, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang"><CODE>Iterable</CODE></A>, varargs or even a <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><CODE>Map</CODE></A>) with a separator.</TD>
|
/external/guava/javadoc/com/google/common/collect/class-use/ |
ImmutableCollection.html | 157 <CODE> <A HREF="../../../../../com/google/common/collect/ImmutableCollection.html" title="class in com.google.common.collect">ImmutableCollection</A><<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</A><<A HREF="../../../../../com/google/common/collect/ImmutableMultimap.html" title="type parameter in ImmutableMultimap">K</A>,<A HREF="../../../../../com/google/common/collect/ImmutableMultimap.html" title="type parameter in ImmutableMultimap">V</A>>></CODE></FONT></TD> 174 <TD><CODE><B>ImmutableMultimap.</B><B><A HREF="../../../../../com/google/common/collect/ImmutableMultimap.html#removeAll(java.lang.Object)">removeAll</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> key)</CODE> 183 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A><? extends <A HREF="../../../../../com/google/common/collect/ImmutableMultimap.html" title="type parameter in ImmutableMultimap">V</A>> values)</CODE>
|
ListMultimap.html | 159 <TD><CODE><B>Multimaps.</B><B><A HREF="../../../../../com/google/common/collect/Multimaps.html#newListMultimap(java.util.Map, com.google.common.base.Supplier)">newListMultimap</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><K,<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><V>> map, 160 <A HREF="../../../../../com/google/common/base/Supplier.html" title="interface in com.google.common.base">Supplier</A><? extends <A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><V>> factory)</CODE>
|
SortedSetMultimap.html | 141 <TD><CODE><B>Multimaps.</B><B><A HREF="../../../../../com/google/common/collect/Multimaps.html#newSortedSetMultimap(java.util.Map, com.google.common.base.Supplier)">newSortedSetMultimap</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><K,<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><V>> map, 142 <A HREF="../../../../../com/google/common/base/Supplier.html" title="interface in com.google.common.base">Supplier</A><? extends <A HREF="http://java.sun.com/javase/6/docs/api/java/util/SortedSet.html?is-external=true" title="class or interface in java.util">SortedSet</A><V>> factory)</CODE>
|
ImmutableList.html | 149 <TD><CODE><B>ImmutableList.</B><B><A HREF="../../../../../com/google/common/collect/ImmutableList.html#copyOf(java.util.Collection)">copyOf</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><? extends E> elements)</CODE> 164 <TD><CODE><B>ImmutableList.</B><B><A HREF="../../../../../com/google/common/collect/ImmutableList.html#copyOf(java.lang.Iterable)">copyOf</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A><? extends E> elements)</CODE> 179 <TD><CODE><B>ImmutableList.</B><B><A HREF="../../../../../com/google/common/collect/ImmutableList.html#copyOf(java.util.Iterator)">copyOf</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A><? extends E> elements)</CODE> 445 <TD><CODE><B>ImmutableListMultimap.</B><B><A HREF="../../../../../com/google/common/collect/ImmutableListMultimap.html#removeAll(java.lang.Object)">removeAll</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> key)</CODE> 454 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A><? extends <A HREF="../../../../../com/google/common/collect/ImmutableListMultimap.html" title="type parameter in ImmutableListMultimap">V</A>> values)</CODE>
|
/external/icu4c/test/intltest/ |
tchcfmt.cpp | 45 UnicodeString monthNames[] = {"Sun","Mon","Tue","Wed","Thur","Fri","Sat"}; 280 const UnicodeString monthNames_A[] = {"Sun","Mon","Tue","Wed","Thur","Fri","Sat"}; 284 const UnicodeString monthNames_B[] = {"Sun","Mon","Tue","Wed","Thur","Fri","Sat_BBB"};
|
tztest.cpp | [all...] |
/external/openssl/apps/ |
ecparam.c | 59 * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. 62 * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project. 68 * Sheueling Chang Shantz and Douglas Stebila of Sun Microsystems Laboratories.
|
/external/openssl/crypto/ec/ |
ec2_smpl.c | 3 * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. 6 * herein is developed by SUN MICROSYSTEMS, INC., and is contributed 13 * Douglas Stebila of Sun Microsystems Laboratories.
|
/external/stlport/src/ |
time_facets.cpp | 35 "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", 47 L"Sun", L"Mon", L"Tue", L"Wed", L"Thu", L"Fri", L"Sat", 327 // fbp : at least on SUN
|
/external/webkit/WebCore/bridge/jni/ |
jni_jsobject.mm | 559 JSObjectClass = env->FindClass ("sun/plugin/javascript/webkit/JSObject"); 588 // Only the sun.plugin.javascript.webkit.JSObject has a member called nativeJSObject. This class is 592 if (!className || (strcmp(JavaString(className).UTF8String(), "sun.plugin.javascript.webkit.JSObject") != 0)) {
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
RepoSource.java | 323 * Java URL Connection: http://java.sun.com/docs/books/tutorial/networking/urls/readingWriting.html
324 * Java URL Reader: http://java.sun.com/docs/books/tutorial/networking/urls/readingURL.html
325 * Java set Proxy: http://java.sun.com/docs/books/tutorial/networking/urls/_setProxy.html
[all...] |
/external/bluetooth/glib/ |
ChangeLog.pre-2-0 | 59 Sun Mar 3 21:09:24 2002 Owen Taylor <otaylor@redhat.com> 78 Sun Mar 3 02:30:05 2002 Tim Janik <timj@gtk.org> 228 Sun Feb 17 11:37:06 2002 Owen Taylor <otaylor@redhat.com> 487 2002-01-23 Laszlo Peter <laca@ireland.sun.com> 678 Mon Dec 10 14:08:39 2001 HideToshi Tajima <hidetoshi.tajima@sun.com> 982 Sun Nov 4 20:45:21 2001 Owen Taylor <otaylor@redhat.com> 991 Sun Nov 4 20:29:31 2001 Owen Taylor <otaylor@redhat.com> [all...] |
ChangeLog.pre-2-2 | 93 Sun Dec 15 19:51:58 2002 Owen Taylor <otaylor@redhat.com> 98 Sun Dec 15 19:22:58 2002 Owen Taylor <otaylor@redhat.com> 103 Sun Dec 15 11:24:29 2002 Owen Taylor <otaylor@redhat.com> 315 Sun Dec 8 23:36:12 2002 Owen Taylor <otaylor@redhat.com> 870 Sun Sep 29 12:15:44 2002 Manish Singh <yosh@gimp.org> 911 Tue Aug 20 16:01:03 2002 HideToshi Tajima <hidetoshi.tajima@sun.com> [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/xslt/ |
EnvironmentCheck.java | 600 String othercp = System.getProperty("sun.boot.class.path"); 604 h.put("sun.boot.class.path", othercp); 609 h.put(FOUNDCLASSES + "sun.boot.class.path", classpathJars); 627 // v2 = checkPathForJars(System.getProperty("sun.boot.library.path"), jarNames); // ?? may not be needed [all...] |
/external/bluetooth/glib/docs/reference/ |
ChangeLog | [all...] |
/external/libffi/ |
ltcf-cxx.sh | 595 # Sun C++ 4.x 613 # Sun C++ 4.2, 5.x and Centerline C++ 644 # "CC -xar", where "CC" is the Sun C++ compiler. This is [all...] |
/development/tools/zoneinfo/tzdata2009s/ |
africa | 70 Rule Algeria 1916 1919 - Oct Sun>=1 23:00s 0 - 726 # settlements in Caprivi unofficially will not because the sun there 737 Rule Namibia 1994 max - Sep Sun>=1 2:00 1:00 S 738 Rule Namibia 1995 max - Apr Sun>=1 2:00 0 - 839 Rule SA 1942 1943 - Sep Sun>=15 2:00 1:00 - 840 Rule SA 1943 1944 - Mar Sun>=15 2:00 0 - [all...] |
/external/bison/build-aux/ |
config.guess | 326 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 335 echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 344 echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` 347 echo m68k-sun-sunos${UNAME_RELEASE} 349 sun*:*:4.2BSD:*) 354 echo m68k-sun-sunos${UNAME_RELEASE} 357 echo sparc-sun-sunos${UNAME_RELEASE} [all...] |
/external/dbus/ |
config.guess | 345 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 354 echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 363 echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` 366 echo m68k-sun-sunos${UNAME_RELEASE} 368 sun*:*:4.2BSD:*) 373 echo m68k-sun-sunos${UNAME_RELEASE} 376 echo sparc-sun-sunos${UNAME_RELEASE} [all...] |
/external/dropbear/ |
config.guess | 331 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 340 echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 349 echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` 352 echo m68k-sun-sunos${UNAME_RELEASE} 354 sun*:*:4.2BSD:*) 359 echo m68k-sun-sunos${UNAME_RELEASE} 362 echo sparc-sun-sunos${UNAME_RELEASE} [all...] |