OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sun
(Results
76 - 100
of
1470
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/fdlibm/
s_lib_version.c
5
* Copyright (C) 1993 by
Sun
Microsystems, Inc. All rights reserved.
7
* Developed at SunSoft, a
Sun
Microsystems, Inc. business.
s_logb.c
5
* Copyright (C) 1993 by
Sun
Microsystems, Inc. All rights reserved.
7
* Developed at SunSoft, a
Sun
Microsystems, Inc. business.
s_matherr.c
5
* Copyright (C) 1993 by
Sun
Microsystems, Inc. All rights reserved.
7
* Developed at SunSoft, a
Sun
Microsystems, Inc. business.
s_significand.c
5
* Copyright (C) 1993 by
Sun
Microsystems, Inc. All rights reserved.
7
* Developed at SunSoft, a
Sun
Microsystems, Inc. business.
w_acos.c
5
* Copyright (C) 1993 by
Sun
Microsystems, Inc. All rights reserved.
7
* Developed at SunSoft, a
Sun
Microsystems, Inc. business.
w_acosh.c
5
* Copyright (C) 1993 by
Sun
Microsystems, Inc. All rights reserved.
7
* Developed at SunSoft, a
Sun
Microsystems, Inc. business.
w_asin.c
5
* Copyright (C) 1993 by
Sun
Microsystems, Inc. All rights reserved.
7
* Developed at SunSoft, a
Sun
Microsystems, Inc. business.
w_atan2.c
5
* Copyright (C) 1993 by
Sun
Microsystems, Inc. All rights reserved.
7
* Developed at SunSoft, a
Sun
Microsystems, Inc. business.
w_atanh.c
5
* Copyright (C) 1993 by
Sun
Microsystems, Inc. All rights reserved.
7
* Developed at SunSoft, a
Sun
Microsystems, Inc. business.
w_cosh.c
5
* Copyright (C) 1993 by
Sun
Microsystems, Inc. All rights reserved.
7
* Developed at SunSoft, a
Sun
Microsystems, Inc. business.
w_fmod.c
5
* Copyright (C) 1993 by
Sun
Microsystems, Inc. All rights reserved.
7
* Developed at SunSoft, a
Sun
Microsystems, Inc. business.
w_gamma.c
5
* Copyright (C) 1993 by
Sun
Microsystems, Inc. All rights reserved.
7
* Developed at SunSoft, a
Sun
Microsystems, Inc. business.
w_gamma_r.c
5
* Copyright (C) 1993 by
Sun
Microsystems, Inc. All rights reserved.
7
* Developed at SunSoft, a
Sun
Microsystems, Inc. business.
w_hypot.c
5
* Copyright (C) 1993 by
Sun
Microsystems, Inc. All rights reserved.
7
* Developed at SunSoft, a
Sun
Microsystems, Inc. business.
w_lgamma.c
5
* Copyright (C) 1993 by
Sun
Microsystems, Inc. All rights reserved.
7
* Developed at SunSoft, a
Sun
Microsystems, Inc. business.
w_lgamma_r.c
5
* Copyright (C) 1993 by
Sun
Microsystems, Inc. All rights reserved.
7
* Developed at SunSoft, a
Sun
Microsystems, Inc. business.
w_log.c
5
* Copyright (C) 1993 by
Sun
Microsystems, Inc. All rights reserved.
7
* Developed at SunSoft, a
Sun
Microsystems, Inc. business.
w_log10.c
5
* Copyright (C) 1993 by
Sun
Microsystems, Inc. All rights reserved.
7
* Developed at SunSoft, a
Sun
Microsystems, Inc. business.
w_remainder.c
5
* Copyright (C) 1993 by
Sun
Microsystems, Inc. All rights reserved.
7
* Developed at SunSoft, a
Sun
Microsystems, Inc. business.
w_sinh.c
5
* Copyright (C) 1993 by
Sun
Microsystems, Inc. All rights reserved.
7
* Developed at SunSoft, a
Sun
Microsystems, Inc. business.
w_sqrt.c
5
* Copyright (C) 1993 by
Sun
Microsystems, Inc. All rights reserved.
7
* Developed at SunSoft, a
Sun
Microsystems, Inc. business.
/external/guava/javadoc/com/google/common/collect/
TreeMultiset.html
95
<A HREF="http://java.
sun
.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
96
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.
sun
.com/javase/6/docs/api/java/util/AbstractCollection.html?is-external=true" title="class or interface in java.util">java.util.AbstractCollection</A><E>
100
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../com/google/common/collect/Multiset.html" title="interface in com.google.common.collect">Multiset</A><E>, <A HREF="http://java.
sun
.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>, <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><E>, <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><E></DD>
104
<DT><PRE>public final class <B>TreeMultiset<E></B><DT>extends <A HREF="http://java.
sun
.com/javase/6/docs/api/java/util/AbstractCollection.html?is-external=true" title="class or interface in java.util">AbstractCollection</A><E></DL>
109
their natural order or an explicit <A HREF="http://java.
sun
.com/javase/6/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util"><CODE>Comparator</CODE></A>. In all cases, this
110
implementation uses <A HREF="http://java.
sun
.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true#compareTo(T)" title="class or interface in java.lang"><CODE>Comparable.compareTo(T)</CODE></A> or <A HREF="http://java.
sun
.com/javase/6/docs/api/java/util/Comparator.html?is-external=true#compare(T, T)" title="class or interface in java.util"><CODE>Comparator.compare(T, T)</CODE></A> instead of <A HREF="http://java.
sun
.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="clas (…)
[
all
...]
EnumBiMap.html
93
Class EnumBiMap<K extends <A HREF="http://java.
sun
.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</A><K>,V extends <A HREF="http://java.
sun
.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</A><V>></H2>
95
<A HREF="http://java.
sun
.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
101
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../com/google/common/collect/BiMap.html" title="interface in com.google.common.collect">BiMap</A><K,V>, <A HREF="http://java.
sun
.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</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">Map</A><K,V></DD>
105
<DT><PRE>public final class <B>EnumBiMap<K extends <A HREF="http://java.
sun
.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</A><K>,V extends <A HREF="http://java.
sun
.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</A><V>></B><DT>extends <A HREF="../../../../com/google/common/collect/ForwardingMap.html" title="class in com.google.common.collect">ForwardingMap</A><K,V></DL>
136
<TH ALIGN="left"><B>Nested classes/interfaces inherited from interface java.util.<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></B></TH>
139
<TD><CODE><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="http://java.
sun
.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java (…)
[
all
...]
Iterators.html
95
<A HREF="http://java.
sun
.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
100
<DT><PRE>public final class <B>Iterators</B><DT>extends <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></DL>
105
of type <A HREF="http://java.
sun
.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><CODE>Iterator</CODE></A>. Except as noted, each method has a corresponding
106
<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>-based method in the <A HREF="../../../../com/google/common/collect/Iterables.html" title="class in com.google.common.collect"><CODE>Iterables</CODE></A> class.
138
<TD><CODE><B><A HREF="../../../../com/google/common/collect/Iterators.html#addAll(java.util.Collection, java.util.Iterator)">addAll</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><T> addTo,
139
<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 T> iterator)</CODE>
154
<TD><CODE><B><A HREF="../../../../com/google/common/collect/Iterators.html#all(java.util.Iterator, com.google.common.base.Predicate)">all</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><T> iterator,
171
<TD><CODE><B><A HREF="../../../../com/google/common/collect/Iterators.html#any(java.util.Iterator, com.google.common.base.Predicate)">any</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><T> iterator,
184
<CODE><T> <A HREF="http://java.
sun
.com/javase/6/docs/api/java/util/Enumeration.html?is-external=true" title="class or interface in java.util">Enumeration</A><T></CODE></FONT></TD>
188
<TD><CODE><B><A HREF="../../../../com/google/common/collect/Iterators.html#asEnumeration(java.util.Iterator)">asEnumeration</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. (…)
[
all
...]
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/xml/
XmlDocumentBuilder.java
19
import com.
sun
.org.apache.xerces.internal.parsers.DOMParser;
20
import com.
sun
.org.apache.xerces.internal.xni.XMLLocator;
21
import com.
sun
.org.apache.xerces.internal.xni.NamespaceContext;
22
import com.
sun
.org.apache.xerces.internal.xni.Augmentations;
23
import com.
sun
.org.apache.xerces.internal.xni.XNIException;
24
import com.
sun
.org.apache.xerces.internal.xni.QName;
25
import com.
sun
.org.apache.xerces.internal.xni.XMLAttributes;
71
Class.forName("com.
sun
.org.apache.xerces.internal.parsers.DOMParser");
Completed in 61 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>