OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sets
(Results
401 - 425
of
12879
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/go/darwin-x86/src/math/big/
int.go
41
// SetInt64
sets
z to x and returns z.
53
// SetUint64
sets
z to x and returns z.
65
// Set
sets
z to x and returns z.
94
// Abs
sets
z to |x| (the absolute value of x) and returns z.
101
// Neg
sets
z to -x and returns z.
108
// Add
sets
z to the sum x+y and returns z.
129
// Sub
sets
z to the difference x-y and returns z.
150
// Mul
sets
z to the product x*y and returns z.
161
// MulRange
sets
z to the product of all integers
184
// Binomial
sets
z to the binomial coefficient of (n, k) and returns z
[
all
...]
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
int.go
44
// SetInt64
sets
z to x and returns z.
56
// SetUint64
sets
z to x and returns z.
68
// Set
sets
z to x and returns z.
97
// Abs
sets
z to |x| (the absolute value of x) and returns z.
104
// Neg
sets
z to -x and returns z.
111
// Add
sets
z to the sum x+y and returns z.
132
// Sub
sets
z to the difference x-y and returns z.
153
// Mul
sets
z to the product x*y and returns z.
164
// MulRange
sets
z to the product of all integers
187
// Binomial
sets
z to the binomial coefficient of (n, k) and returns z
[
all
...]
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/
int.go
41
// SetInt64
sets
z to x and returns z.
53
// SetUint64
sets
z to x and returns z.
65
// Set
sets
z to x and returns z.
94
// Abs
sets
z to |x| (the absolute value of x) and returns z.
101
// Neg
sets
z to -x and returns z.
108
// Add
sets
z to the sum x+y and returns z.
129
// Sub
sets
z to the difference x-y and returns z.
150
// Mul
sets
z to the product x*y and returns z.
161
// MulRange
sets
z to the product of all integers
184
// Binomial
sets
z to the binomial coefficient of (n, k) and returns z
[
all
...]
/prebuilts/go/linux-x86/src/math/big/
int.go
41
// SetInt64
sets
z to x and returns z.
53
// SetUint64
sets
z to x and returns z.
65
// Set
sets
z to x and returns z.
94
// Abs
sets
z to |x| (the absolute value of x) and returns z.
101
// Neg
sets
z to -x and returns z.
108
// Add
sets
z to the sum x+y and returns z.
129
// Sub
sets
z to the difference x-y and returns z.
150
// Mul
sets
z to the product x*y and returns z.
161
// MulRange
sets
z to the product of all integers
184
// Binomial
sets
z to the binomial coefficient of (n, k) and returns z
[
all
...]
/development/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/page/
GridFragment.java
57
*
Sets
the grid presenter.
78
*
Sets
the object adapter for the fragment.
118
*
Sets
an item selection listener.
144
*
Sets
an item clicked listener.
198
*
Sets
the selected item position.
/external/apache-http/src/org/apache/http/cookie/
SetCookie.java
64
*
Sets
expiration date.
77
*
Sets
the domain attribute.
86
*
Sets
the path attribute.
96
*
Sets
the secure attribute of the cookie.
110
*
Sets
the version of the cookie specification to which this
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERExternal.java
242
*
Sets
the data value descriptor
251
*
Sets
the direct reference of the external element
260
*
Sets
the encoding of the content. Valid values are
278
*
Sets
the content of this element
287
*
Sets
the indirect reference of this element
/external/guava/guava/src/com/google/common/util/concurrent/
ThreadFactoryBuilder.java
58
*
Sets
the naming format to use when naming threads ({@link Thread#setName})
77
*
Sets
daemon or not for new threads created with this ThreadFactory.
89
*
Sets
the priority for new threads created with this ThreadFactory.
107
*
Sets
the {@link UncaughtExceptionHandler} for new threads created with this
121
*
Sets
the backing {@link ThreadFactory} for new threads created with this
/external/iptables/include/linux/netfilter/ipset/
ip_set.h
30
IPSET_CMD_SWAP, /* 6: Swap two
sets
*/
31
IPSET_CMD_LIST, /* 7: List
sets
*/
32
IPSET_CMD_SAVE, /* 8: Save
sets
*/
192
/*
Sets
are identified by an index in kernel space. Tweak with ip_set_id_t
193
* and IPSET_INVALID_ID if you want to increase the max number of
sets
.
/external/kernel-headers/original/uapi/linux/dvb/
osd.h
44
//
Sets
all pixel to color 0
47
//
Sets
all pixel to color <col>
59
//
sets
the entries "firstcolor" through "lastcolor" from the array "data"
63
//
Sets
transparency of mixed pixel (0..15)
66
//
sets
pixel <x>,<y> to color number <col>
/external/kernel-headers/original/uapi/linux/
kd.h
22
#define PIO_CMAP 0x4B71 /*
sets
colour palette on VGA+ */
86
#define KDSKBMODE 0x4B45 /*
sets
current keyboard mode */
91
#define KDSKBMETA 0x4B63 /*
sets
meta key handling mode */
110
#define KDSKBENT 0x4B47 /*
sets
one entry in translation table */
117
#define KDSKBSENT 0x4B49 /*
sets
one function key string entry */
/external/kernel-headers/original/uapi/linux/netfilter/ipset/
ip_set.h
32
IPSET_CMD_SWAP, /* 6: Swap two
sets
*/
33
IPSET_CMD_LIST, /* 7: List
sets
*/
34
IPSET_CMD_SAVE, /* 8: Save
sets
*/
222
/*
Sets
are identified by an index in kernel space. Tweak with ip_set_id_t
223
* and IPSET_INVALID_ID if you want to increase the max number of
sets
.
/external/llvm/utils/TableGen/
TableGen.cpp
83
clEnumValN(PrintSets, "print-
sets
",
84
"Print expanded
sets
for testing DAG exprs"),
156
SetTheory
Sets
;
157
Sets
.addFieldExpander("Set", "Elements");
160
const std::vector<Record*> *Elts =
Sets
.expand(Rec);
/external/pcre/dist/
pcre_scanner_unittest.cc
65
"alpha = 1; // this
sets
alpha\n"
84
CHECK_EQ(comments[0].as_string(), " // this
sets
alpha\n");
105
CHECK_EQ(comments[0].as_string(), " // this
sets
alpha\n");
117
CHECK_EQ(comments[0].as_string(), " // this
sets
alpha\n");
125
CHECK_EQ(comments[0].as_string(), " // this
sets
alpha\n");
/external/webrtc/webrtc/p2p/base/
transportchannel.h
92
//
Sets
a socket option on this channel. Note that not all options are
111
//
Sets
up the ciphers to use for DTLS-SRTP. TODO(guoweis): Make this pure
161
//
Sets
the writable state, signaling if necessary.
164
//
Sets
the receiving state, signaling if necessary.
167
//
Sets
the DTLS state, signaling if necessary.
/frameworks/base/docs/html/training/notify-user/
expanded.jd
112
// This
sets
the pending intent that should be fired when the user clicks the
122
//
Sets
up the Snooze and Dismiss action buttons that will appear in the
135
It
sets
the style for the big
136
view to be "big text," and
sets
its content to be the reminder message. It uses
150
*
Sets
the big view "big text" style and supplies the
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
AnimationProps.java
133
*
Sets
a start delay for a specific property.
144
*
Sets
a initial play time for a specific property.
169
*
Sets
a duration for a specific property.
194
*
Sets
an interpolator for a specific property.
234
*
Sets
an animator listener for this animation.
/frameworks/base/sax/java/android/sax/
Element.java
108
*
Sets
start and end element listeners at the same time.
116
*
Sets
start and end text element listeners at the same time.
124
*
Sets
a listener for the start of this element.
136
*
Sets
a listener for the end of this element.
147
*
Sets
a listener for the end of this text element.
/frameworks/base/services/core/java/com/android/server/display/
DisplayDevice.java
124
*
Sets
the display state, if supported.
136
*
Sets
the mode, if supported.
142
*
Sets
the display layer stack while in a transaction.
152
*
Sets
the display projection while in a transaction.
186
*
Sets
the display surface while in a transaction.
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
ErrorFragment.java
51
*
Sets
the default background.
70
*
Sets
a drawable for the fragment background.
93
*
Sets
the drawable to be used for the error image.
110
*
Sets
the error message.
127
*
Sets
the button text.
ErrorSupportFragment.java
53
*
Sets
the default background.
72
*
Sets
a drawable for the fragment background.
95
*
Sets
the drawable to be used for the error image.
112
*
Sets
the error message.
129
*
Sets
the button text.
VerticalGridFragment.java
52
*
Sets
the grid presenter.
73
*
Sets
the object adapter for the fragment.
113
*
Sets
an item selection listener.
139
*
Sets
an item clicked listener.
206
*
Sets
the selected item position.
VerticalGridSupportFragment.java
54
*
Sets
the grid presenter.
75
*
Sets
the object adapter for the fragment.
115
*
Sets
an item selection listener.
141
*
Sets
an item clicked listener.
208
*
Sets
the selected item position.
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidedDatePickerAction.java
51
*
Sets
format of date Picker or null for default. The format is a case insensitive String
63
*
Sets
a Date for date picker in milliseconds since January 1, 1970 00:00:00 in
73
*
Sets
minimal Date for date picker in milliseconds since January 1, 1970 00:00:00 in
83
*
Sets
maximum Date for date picker in milliseconds since January 1, 1970 00:00:00 in
154
*
Sets
current value of DatePicker in milliseconds since January 1, 1970 00:00:00 in
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
OverlayListView.java
144
*
Sets
animation for varying alpha.
158
*
Sets
animation for moving objects vertically.
169
*
Sets
how long the animation will last.
180
*
Sets
the acceleration curve for this animation.
202
* Starts the animation and
sets
the start time.
Completed in 1326 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>