OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:code
(Results
1201 - 1225
of
26167
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/guava/javadoc/com/google/common/collect/
ImmutableSet.html
111
A high-performance, immutable <
code
>Set</
code
> with reliable, user-specified
114
<p>Unlike <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collections.html?is-external=true#unmodifiableSet(java.util.Set)" title="class or interface in java.util"><
CODE
>Collections.unmodifiableSet(java.util.Set<? extends T>)</
CODE
></A>, which is a <i>view</i> of a
117
for <
code
>public static final</
code
> sets ("constant sets") and also lets you
120
<p><b>Warning:</b> Like most sets, an <
code
>ImmutableSet</
code
> will not function
125
<p>This class has been observed to perform significantly better than <A HREF="http://java.sun.com/javase/6/docs/api/java/util/HashSet.html?is-external=true" title="class or interface in java.util"><
CODE
>HashSet</
CODE
></A> for objects with very fast <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.ht (…)
[
all
...]
/external/guava/src/com/google/common/collect/
ForwardingObject.java
29
* This class does <i>not</i> forward the {@
code
hashCode} and {@
code
equals}
30
* methods through to the backing object, but relies on {@
code
Object}'s
31
* implementation. This is necessary to preserve the symmetry of {@
code
equals}.
33
* {@
code
Set} or {@
code
List}, so that the implementation of {@
code
equals} can
34
* cast the object being tested for equality to the custom interface. {@
code
36
* are implemented only in subclasses. Therefore, forwarding {@
code
equals}
41
* interface-specific subclass of {@
code
ForwardingObject}, such as {@lin
[
all
...]
ImmutableList.java
36
* A high-performance, immutable, random-access {@
code
List} implementation.
40
* separate collection that can still change, an instance of {@
code
42
* {@
code
ImmutableList} is convenient for {@
code
public static final} lists
62
* and maintainability of your
code
.
76
* maintainability of your
code
.
78
* @throws NullPointerException if {@
code
element} is null
190
* @throws NullPointerException if any of {@
code
elements} is null
206
* {@
code
elements} is a {@link Collection}, this method behaves exactly as
207
* {@link #copyOf(Collection)}; otherwise, it behaves exactly as {@
code
[
all
...]
Sets.java
75
// http://
code
.google.com/p/google-web-toolkit/issues/detail?id=3028
89
* @param elements the elements, all of the same {@
code
enum} type, that the
93
// http://
code
.google.com/p/google-web-toolkit/issues/detail?id=3028
114
* Returns a new {@
code
EnumSet} instance containing the given elements.
117
* just a {@
code
Collection}.
143
* Creates a <i>mutable</i>, empty {@
code
HashSet} instance.
148
* <p><b>Note:</b> if {@
code
E} is an {@link Enum} type, use {@link
151
* @return a new, empty {@
code
HashSet}
158
* Creates a <i>mutable</i> {@
code
HashSet} instance containing the given
164
* <p><b>Note:</b> if {@
code
E} is an {@link Enum} type, use {@lin
[
all
...]
/external/opencore/doc/oscl_html/
oscl__dns__param_8h.html
9
<hr><h1>oscl_dns_param.h File Reference</h1><
code
>#include "<a class="el" href="oscl__socket__types_8h-source.html">oscl_socket_types.h</a>"</
code
><br>
10
<
code
>#include "<a class="el" href="oscl__dns__tuneables_8h-source.html">oscl_dns_tuneables.h</a>"</
code
><br>
11
<
code
>#include "<a class="el" href="oscl__namestring_8h-source.html">oscl_namestring.h</a>"</
code
><br>
12
<
code
>#include "<a class="el" href="oscl__dns_8h-source.html">oscl_dns.h</a>"</
code
><br>
13
<
code
>#include "<a class="el" href="oscl__mutex_8h-source.html">oscl_mutex.h</a>"</
code
><br
[
all
...]
oscl__file__find_8h.html
12
<
code
>#include "<a class="el" href="osclconfig__io_8h-source.html">osclconfig_io.h</a>"</
code
><br>
13
<
code
>#include "<a class="el" href="oscl__base_8h-source.html">oscl_base.h</a>"</
code
><br>
14
<
code
>#include "<a class="el" href="oscl__mem_8h-source.html">oscl_mem.h</a>"</
code
><br>
15
<
code
>#include "<a class="el" href="oscl__vector_8h-source.html">oscl_vector.h</a>"</
code
><br>
16
<
code
>#include "<a class="el" href="oscl__string__containers_8h-source.html">oscl_string_containers.h</a>"</
code
><br
[
all
...]
oscl__mutex_8h-source.html
21
00019 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="
code
" href="osclconfig__proc_8h.html">osclconfig_proc.h</a>"</span>
24
00022 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="
code
" href="oscl__types_8h.html">oscl_types.h</a>"</span>
27
00025 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="
code
" href="oscl__base_8h.html">oscl_base.h</a>"</span>
30
00028 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="
code
" href="oscl__thread_8h.html">oscl_thread.h</a>"</span>
33
00031 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="
code
" href="oscl__lock__base_8h.html">oscl_lock_base.h</a>"</span>
37
<a name="l00038"></a><a class="
code
" href="classOsclMutex.html">00038</a> <span class="keyword">class </span><a class="
code
" href="classOsclMutex.html">OsclMutex</a> : <span class="keyword">public</span> <a class="
code
" href="classOsclLockBase.html">OsclLockBase</a>
41
00045 OSCL_IMPORT_REF <a class="
code
" href="classOsclMutex.html#a0">OsclMutex</a>();
43
00050 OSCL_IMPORT_REF <span class="keyword">virtual</span> <a class="
code
" href="classOsclMutex.html#a1">~OsclMutex</a>()
[
all
...]
oscl__registry__client__impl_8h.html
12
<
code
>#include "<a class="el" href="oscl__base_8h-source.html">oscl_base.h</a>"</
code
><br>
13
<
code
>#include "<a class="el" href="osclconfig__proc_8h-source.html">osclconfig_proc.h</a>"</
code
><br>
14
<
code
>#include "<a class="el" href="oscl__vector_8h-source.html">oscl_vector.h</a>"</
code
><br>
15
<
code
>#include "<a class="el" href="oscl__string_8h-source.html">oscl_string.h</a>"</
code
><br>
16
<
code
>#include "<a class="el" href="oscl__registry__types_8h-source.html">oscl_registry_types.h</a>"</
code
><br
[
all
...]
oscl__registry__types_8h-source.html
21
00026 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="
code
" href="oscl__types_8h.html">oscl_types.h</a>"</span>
24
00029 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="
code
" href="oscl__string__containers_8h.html">oscl_string_containers.h</a>"</span>
27
<a name="l00035"></a><a class="
code
" href="group__osclutil.html#a0">00035</a> <span class="keyword">typedef</span> <a class="
code
" href="group__osclbase.html#a25">OsclAny</a>* <a class="
code
" href="group__osclutil.html#a0">OsclComponentFactory</a>;
29
<a name="l00040"></a><a class="
code
" href="classOsclRegistryAccessElement.html">00040</a> <span class="keyword">class </span><a class="
code
" href="classOsclRegistryAccessElement.html">OsclRegistryAccessElement</a>
32
<a name="l00043"></a><a class="
code
" href="classOsclRegistryAccessElement.html#m0">00043</a> <a class="
code
" href="group__osclutil.html#a0">OsclComponentFactory</a> <a class="
code
" href="classOsclRegistryAccessElement.html#m0">iFactory</a>
[
all
...]
oscl__socket_8h.html
12
<
code
>#include "<a class="el" href="osclconfig__io_8h-source.html">osclconfig_io.h</a>"</
code
><br>
13
<
code
>#include "<a class="el" href="oscl__heapbase_8h-source.html">oscl_heapbase.h</a>"</
code
><br>
14
<
code
>#include "<a class="el" href="oscl__defalloc_8h-source.html">oscl_defalloc.h</a>"</
code
><br>
15
<
code
>#include "<a class="el" href="oscl__vector_8h-source.html">oscl_vector.h</a>"</
code
><br>
16
<
code
>#include "<a class="el" href="oscl__mem_8h-source.html">oscl_mem.h</a>"</
code
><br
[
all
...]
oscl__timer_8h.html
9
<hr><h1>oscl_timer.h File Reference</h1><
code
>#include "<a class="el" href="oscl__base_8h-source.html">oscl_base.h</a>"</
code
><br>
10
<
code
>#include "<a class="el" href="osclconfig__util_8h-source.html">osclconfig_util.h</a>"</
code
><br>
11
<
code
>#include "<a class="el" href="oscl__vector_8h-source.html">oscl_vector.h</a>"</
code
><br>
12
<
code
>#include "<a class="el" href="oscl__tickcount_8h-source.html">oscl_tickcount.h</a>"</
code
><br>
13
<
code
>#include "<a class="el" href="oscl__rand_8h-source.html">oscl_rand.h</a>"</
code
><br
[
all
...]
/external/opencore/doc/pvauthor_html/
pvauthorenginefactory_8h-source.html
13
00005 <span class="keyword">class </span><a class="
code
" href="classPVAuthorEngineInterface.html">PVAuthorEngineInterface</a>;
14
00006 <span class="keyword">class </span><a class="
code
" href="classPVCommandStatusObserver.html">PVCommandStatusObserver</a>;
15
00007 <span class="keyword">class </span><a class="
code
" href="classPVInformationalEventObserver.html">PVInformationalEventObserver</a>;
16
00008 <span class="keyword">class </span><a class="
code
" href="classPVErrorEventObserver.html">PVErrorEventObserver</a>;
19
<a name="l00021"></a><a class="
code
" href="classPVAuthorEngineFactory.html">00021</a> <span class="keyword">class </span><a class="
code
" href="classPVAuthorEngineFactory.html">PVAuthorEngineFactory</a>
22
00032 OSCL_IMPORT_REF <span class="keyword">static</span> <a class="
code
" href="classPVAuthorEngineInterface.html">PVAuthorEngineInterface</a>* <a class="
code
" href="classPVAuthorEngineFactory.html#d0">CreateAuthor</a>(<a class="
code
" href="classPVCommandStatusObserver.html">PVCommandStatusObserver</a>* aCmdStatusObserver,
23
00033 <a class="
code
" href="classPVErrorEventObserver.html">PVErrorEventObserver</a> *aErrorEventObserver, <a class="co (…)
[
all
...]
/external/webkit/WebKit/chromium/src/
WebEntities.cpp
8
* * Redistributions of source
code
must retain the above copyright
63
int
code
= entity->
code
;
local
66
if (map.contains(
code
) && map.get(
code
) == name.lower())
69
if (standardHTML && (
code
== '%' ||
code
== 0x2285 ||
code
== 0x00b9))
71
map.set(
code
, name);
99
String WebEntities::entityNameByCode(int
code
) cons
[
all
...]
/dalvik/docs/opcodes/
opcode-26-fill-array-data.html
22
aligned). If the
code
size of the method is otherwise odd, then an extra
code
23
unit is inserted between the main
code
and the table whose value is the same as
40
below in "<
code
>fill-array-data</
code
> Format")</i></td>
41
<td><
code
>A:</
code
> array reference (8 bits)<br/>
42
<
code
>B:</
code
> signed "branch" offset to table data (32 bits)</td>
/dalvik/dx/src/com/android/dx/dex/file/
EncodedMember.java
54
* @return {@
code
non-null;} the name
61
* @param out {@
code
non-null;} where to dump
69
* @param file {@
code
non-null;} the file to populate
76
* @param file {@
code
non-null;} file this instance is part of
77
* @param out {@
code
non-null;} where to write to
78
* @param lastIndex {@
code
>= 0;} the previous member index value encoded, or
79
* {@
code
0} if this is the first element to encode
80
* @param dumpSeq {@
code
>= 0;} sequence number of this instance for
82
* @return {@
code
>= 0;} the member index value that was encoded
/dalvik/dx/src/com/android/dx/rop/code/
SwitchInsn.java
17
package com.android.dx.rop.
code
;
29
/** {@
code
non-null;} list of switch cases */
35
* @param opcode {@
code
non-null;} the opcode
36
* @param position {@
code
non-null;} source position
37
* @param result {@
code
null-ok;} spec for the result, if any
38
* @param sources {@
code
non-null;} specs for all the sources
39
* @param cases {@
code
non-null;} list of switch cases
93
* never encounters {@
code
SwitchInsn}s
114
* @return {@
code
non-null;} the case list
TranslationAdvice.java
17
package com.android.dx.rop.
code
;
23
* the early stage
code
be explicitly tied to the target.
33
* @param opcode {@
code
non-null;} the opcode
34
* @param sourceA {@
code
non-null;} the first source
35
* @param sourceB {@
code
non-null;} the second source
36
* @return {@
code
true} iff the target can represent the operation
46
* @param opcode {@
code
non-null;} opcode
47
* @param sources {@
code
non-null;} source list
48
* @return {@
code
true} iff the target requires the sources to be
/dalvik/dx/src/com/android/dx/rop/cst/
CstByte.java
23
* Constants of type {@
code
byte}.
27
/** {@
code
non-null;} the value {@
code
0} as an instance of this class */
34
* @param value the {@
code
byte} value
41
* Makes an instance for the given {@
code
int} value. This
45
* @param value the value, which must be in range for a {@
code
byte}
46
* @return {@
code
non-null;} the appropriate instance
62
* @param value the {@
code
byte} value
92
* Gets the {@
code
byte} value.
CstChar.java
23
* Constants of type {@
code
char}.
27
/** {@
code
non-null;} the value {@
code
0} as an instance of this class */
34
* @param value the {@
code
char} value
41
* Makes an instance for the given {@
code
int} value. This
45
* @param value the value, which must be in range for a {@
code
char}
46
* @return {@
code
non-null;} the appropriate instance
62
* @param value the {@
code
char} value
92
* Gets the {@
code
char} value.
/dalvik/libcore/archive/src/main/java/java/util/zip/
CheckedOutputStream.java
24
* The {@
code
CheckedOutputStream} class is used to maintain a running checksum
34
* Constructs a new {@
code
CheckedOutputStream} on {@
code
OutputStream}
35
* {@
code
os}. The checksum is calculated using the algorithm implemented
36
* by {@
code
csum}.
59
* updated with {@
code
val}.
73
* Writes n bytes of data from {@
code
buf} starting at offset {@
code
off} to
79
* the offset to start reading the data from {@
code
buf} written
/dalvik/libcore/luni/src/main/java/java/util/
Iterator.java
24
* methods {@
code
next} and {@
code
hasNext()} may throw a {@
code
ConcurrentModificationException}.
29
* <p>Implementing {@link Iterable} and returning an {@
code
Iterator} allows your
53
* Removes the last object returned by {@
code
next} from the collection.
54
* This method can only be called once between each call to {@
code
next}.
60
* if {@
code
next} has not been called, or {@
code
remove} has
61
* already been called after the last call to {@
code
next}.
/dalvik/libcore/security/src/main/java/java/security/
KeyPairGeneratorSpi.java
25
* {@
code
KeyPairGeneratorSpi} is the Service Provider Interface (SPI)
32
* Constructs a new instance of {@
code
KeyPairGeneratorSpi}.
38
* Computes and returns a new unique {@
code
KeyPair} each time this method
41
* @return a new unique {@
code
KeyPair} each time this method is called.
46
* Initializes this {@
code
KeyPairGeneratorSpi} with the given key size and
47
* the given {@
code
SecureRandom}. The default parameter set will be used.
57
* Initializes this {@
code
KeyPairGeneratorSpi} with the given {@
code
58
* AlgorithmParameterSpec} and the given {@
code
SecureRandom}.
/dalvik/libcore/sql/src/main/java/javax/sql/
ConnectionEvent.java
36
* Creates a connection event initialized with the supplied {@
code
48
* Creates a {@
code
ConnectionEvent} initialized with the supplied {@
code
49
* PooledConnection} and with the supplied {@
code
SQLException} indicating
50
* that an error has occurred within the {@
code
PooledConnection}.
65
* Gets the {@
code
SQLException} which holds information about the error
66
* which occurred in the {@
code
PooledConnection}.
68
* @return a {@
code
SQLException} containing information about the error.
69
* May be {@
code
null} if no error has occurred.
ConnectionEventListener.java
27
* to a {@
code
ConnectionEventListener} either when the application closes a
37
* Notifies the {@
code
ConnectionEventListener} that an application has
38
* called the {@
code
close} method on a pooled connection.
41
* a {@
code
ConnectionEvent} containing details about the source
47
* Notifies the {@
code
ConnectionEventListener} that an error has occurred
48
* on a {@
code
PooledConnection}. This notification is triggered <i>before</i> the
49
* {@
code
SQLException}, which is available through the event argument, is
53
* a {@
code
ConnectionEvent} containing details about the source
54
* of the event and the {@
code
SQLException} that has occurred.
/external/guava/javadoc/com/google/common/util/concurrent/
ForwardingService.html
108
A <A HREF="../../../../../com/google/common/base/Service.html" title="interface in com.google.common.base"><
CODE
>Service</
CODE
></A> that forwards all method calls to another service.
136
<TD><
CODE
><A HREF="../../../../../com/google/common/base/Service.State.html" title="enum in com.google.common.base">Service.State</A></
CODE
></TD>
150
<TD><
CODE
><B><A HREF="../../../../../com/google/common/util/concurrent/ForwardingService.html#ForwardingService()">ForwardingService</A></B>()</
CODE
>
167
<
CODE
>protected abstract <A HREF="../../../../../com/google/common/base/Service.html" title="interface in com.google.common.base">Service</A></
CODE
></FONT></TD>
168
<TD><
CODE
><B><A HREF="../../../../../com/google/common/util/concurrent/ForwardingService.html#delegate()">delegate</A></B>()</
CODE
>
[
all
...]
Completed in 196 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>