OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sets
(Results
751 - 775
of
9774
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/guava/guava/src/com/google/common/util/concurrent/
AsyncSettableFuture.java
26
* future that
sets
a normal settable future after the delegate is complete.
54
*
Sets
this future to forward to the given future. Returns {@code true}
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
ListMultimapAsMapTester.java
23
import com.google.common.collect.
Sets
;
87
Set<Entry<K, Collection<V>>> expected =
Sets
.newHashSet();
/external/guava/guava-testlib/src/com/google/common/testing/
DummyProxy.java
22
import com.google.common.collect.
Sets
;
47
Set<Class<?>> interfaceClasses =
Sets
.newLinkedHashSet();
/external/guava/guava-testlib/test/com/google/common/collect/testing/
SafeTreeSetTest.java
23
import com.google.common.collect.
Sets
;
52
return Lists.newArrayList(
Sets
.newTreeSet(insertionOrder));
/external/guava/guava-tests/test/com/google/common/collect/
LinkedHashMultimapTest.java
20
import static com.google.common.collect.
Sets
.newHashSet;
21
import static com.google.common.collect.
Sets
.newLinkedHashSet;
306
Set<Entry<String, Integer>> set =
Sets
.newLinkedHashSet(asList(
401
(Collection<Integer>)
Sets
.newHashSet(2, 3, 6)),
403
(Collection<Integer>)
Sets
.newHashSet(4, 5, 10, 11)),
405
(Collection<Integer>)
Sets
.newHashSet(7, 8)),
407
(Collection<Integer>)
Sets
.newHashSet(9)),
409
(Collection<Integer>)
Sets
.newHashSet(12, 13, 14))
/external/icu/icu4c/source/i18n/
regeximp.h
66
URX_STATIC_SETREF = 10, // Value field is index of set in array of
sets
.
67
URX_SETREF = 11, // Value field is index of set in array of
sets
.
159
// Operand is index of set in array of
sets
.
161
// Operand is the
sets
index in array of user
sets
.
255
// Access to Unicode
Sets
composite character properties
256
// The
sets
are accessed by the match engine for things like \w (word boundary)
264
URX_GC_NORMAL, //
Sets
for finding grapheme cluster boundaries.
smpdtfst.cpp
47
// Freeze all the
sets
54
ExitConstrDeleteAll: // Remove all
sets
and return error
windtfmt.h
77
*
Sets
the time zone for the calendar of this DateFormat object. The caller
85
*
Sets
the time zone for the calendar of this DateFormat object.
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
SortedBag.java
26
* A map of
sets
, where each corresponds to one sorted element.
27
* The
sets
are never empty
/external/iproute2/include/libiptc/
libip6tc.h
90
NULL and
sets
errno. */
116
/*
Sets
the policy on a built-in chain. */
/external/iproute2/include/linux/
neighbour.h
74
* specific parameter
sets
.
84
* otherwise. Device specific parameter
sets
can be changed by
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
CinematicEvent.java
68
*
Sets
the speed of the animation (1 is normal speed, 2 is twice faster)
112
*
Sets
the duration of the antionamtion at speed = 1 in seconds
/external/jmonkeyengine/engine/src/core/com/jme3/light/
Light.java
123
* This method
sets
the light name.
151
*
Sets
the light color.
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
RadialBlurFilter.java
93
*
sets
the samples distances default is 1
129
*
sets
the sample streanght default is 2.2
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
SimpleWaterProcessor.java
335
*
Sets
the reflected scene, should not include the water quad!
450
*
sets
the water transparency default os 0.1f
459
*
Sets
the speed of the wave animation, default = 0.05f.
467
*
Sets
the scale of distortion by the normal map, default = 0.2
474
*
Sets
how the normal and dudv map are mixed to create the wave effect, default = 0.5
481
*
Sets
the scale of the normal/dudv texture, default = 1.
528
*
sets
the reflection clipping plane offset
546
*
Sets
the refraction clipping plane offset
/external/jsilver/src/org/clearsilver/jni/
JNI.java
113
*
Sets
a callback for what should happen if the JNI library cannot
133
*
Sets
locations where JNI library is searched.
/external/kernel-headers/original/uapi/linux/
neighbour.h
82
* specific parameter
sets
.
92
* otherwise. Device specific parameter
sets
can be changed by
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
ServiceConnectionSE.java
109
* If the length of a HTTP request body is known ahead,
sets
fixed length
110
* to enable streaming without buffering.
Sets
after connection will cause an exception.
/external/libcxx/src/support/win32/
locale_win32.cpp
24
// uselocale
sets
the thread's locale by definition, so unconditionally use thread-local locale
26
// uselocale
sets
all categories
/external/libnfc-nci/src/nfc/include/
ce_api.h
111
** Description
Sets
T3T-specific NDEF parameters. (Optional - if not
256
** Description This function
sets
the trace level for Card Emulation mode.
/external/libpcap/
pcap_breakloop.3pcap
37
sets
a flag that will force
46
control handler on Windows, as it merely
sets
a flag that is checked
/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
PhonePrefixMapStorageStrategy.java
55
*
Sets
the internal state of the underlying storage implementation from the provided {@code
64
*
Sets
the internal state of the underlying storage implementation reading the provided {@code
/external/libxml2/
testOOMlib.c
40
*
Sets
the number of allocations until we simulate a failed
67
*
Sets
how many mallocs to fail when the fail alloc counter reaches
/external/llvm/include/llvm/ADT/
SmallPtrSet.h
33
/// for small and one for large
sets
.
35
/// Small
sets
use an array of pointers allocated in the SmallPtrSet object,
40
///
sets
are often small. In this case, no memory allocation is used, and only
43
/// Large
sets
use a classic exponentially-probed hash table. Empty buckets are
137
/// swap - Swaps the elements of two
sets
.
138
/// Note: This method assumes that both
sets
have the same small size.
224
// We could just use NextVal = N+1, but this converges faster. N|(N-1)
sets
331
/// swap - Swaps the elements of two
sets
.
/external/llvm/include/llvm-c/
lto.h
246
*
Sets
triple string with which the object will be codegened.
399
*
Sets
the object module for code generation. This will transfer the ownship of
410
*
Sets
if debug info should be generated.
420
*
Sets
which PIC code model to generated.
430
*
Sets
the cpu to generate code for.
439
*
Sets
the location of the assembler tool to run. If not set, libLTO
448
*
Sets
extra arguments that libLTO should pass to the assembler.
535
*
Sets
options to help debug codegen bugs.
Completed in 331 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>