OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sets
(Results
501 - 525
of
12713
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/tools/json_schema_compiler/test/
browser_action.json
27
"description": "
Sets
the title of the browser action. This shows up in the tooltip.",
77
"description": "
Sets
the icon for the browser action. The icon can be specified either as the path to an image file or as the pixel data from a canvas element. Either the <b>path</b> or the <b>imageData</b> property must be specified.",
107
"description": "
Sets
the html document to be opened as a popup when the user clicks on the browser action's icon.",
158
"description": "
Sets
the badge text for the browser action. The badge is displayed on top of the icon.",
208
"description": "
Sets
the background color for the badge.",
/external/chromium_org/ui/aura/
window_tree_host.h
73
// Gets/
Sets
the root window's transform.
102
//
Sets
the currently-displayed cursor. If the cursor was previously hidden
132
// Gets/
Sets
the size of the WindowTreeHost.
136
//
Sets
the OS capture to the root window.
166
//
Sets
the currently displayed cursor.
/external/chromium_org/ui/keyboard/
keyboard_util.h
64
//
Sets
the state of the a11y onscreen keyboard.
70
//
Sets
the state of the touch onscreen keyboard.
88
//
Sets
temporary keyboard overscroll override.
92
//
Sets
policy override on whether to show the keyboard.
142
//
Sets
the override content url.
/external/chromium_org/ui/views/controls/
styled_label.h
61
//
Sets
the text to be displayed, and clears any previous styling.
64
//
Sets
the fonts used by all labels. Can be augemented by styling set by
72
//
Sets
the default style to use for any part of the text that isn't within
76
//
Sets
the color of the background on which the label is drawn. This won't
113
// Calculates how to layout child views, creates them and
sets
their size
/external/guava/guava/src/com/google/common/util/concurrent/
ThreadFactoryBuilder.java
58
*
Sets
the naming format to use when naming threads ({@link Thread#setName})
74
*
Sets
daemon or not for new threads created with this ThreadFactory.
86
*
Sets
the priority for new threads created with this ThreadFactory.
104
*
Sets
the {@link UncaughtExceptionHandler} for new threads created with this
118
*
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
*/
198
/*
Sets
are identified by an index in kernel space. Tweak with ip_set_id_t
199
* and IPSET_INVALID_ID if you want to increase the max number of
sets
.
/external/lldb/source/Plugins/Process/Utility/
DynamicRegisterInfo.cpp
55
PythonList
sets
(dict.GetItemForKey("
sets
"));
56
if (
sets
)
58
const uint32_t num_sets =
sets
.GetSize();
61
PythonString py_set_name(
sets
.GetItemAtIndex(i));
/external/llvm/utils/TableGen/
TableGen.cpp
82
clEnumValN(PrintSets, "print-
sets
",
83
"Print expanded
sets
for testing DAG exprs"),
154
SetTheory
Sets
;
155
Sets
.addFieldExpander("Set", "Elements");
159
const std::vector<Record*> *Elts =
Sets
.expand(Recs[i]);
/external/smack/src/org/jivesoftware/smack/packet/
Authentication.java
58
*
Sets
the username.
77
*
Sets
the plain text password.
100
*
Sets
the digest value using a connection ID and password. Password
116
*
Sets
the digest value directly. Password digests offer a more secure
140
*
Sets
the resource.
/external/smack/src/org/xbill/DNS/
Header.java
97
*
Sets
a flag to the supplied value
108
*
Sets
a flag to the supplied value
153
*
Sets
the message ID
164
*
Sets
the message's rcode
186
*
Sets
the message's opcode
/frameworks/base/core/java/android/webkit/
WebResourceResponse.java
75
*
Sets
the resource response's MIME type, for example text/html.
93
*
Sets
the resource response's encoding, for example UTF-8. This is used
112
*
Sets
the resource response's status code and reason phrase.
160
*
Sets
the headers for the resource response.
178
*
Sets
the input stream that provides the resource response's data. Callers
/frameworks/base/docs/html/training/notify-user/
expanded.jd
114
// This
sets
the pending intent that should be fired when the user clicks the
124
//
Sets
up the Snooze and Dismiss action buttons that will appear in the
137
It
sets
the style for the big
138
view to be "big text," and
sets
its content to be the reminder message. It uses
152
*
Sets
the big view "big text" style and supplies the
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
AnimateableViewBounds.java
66
/**
Sets
the view outline alpha. */
89
/**
Sets
the top clip. */
115
/**
Sets
the right clip. */
141
/**
Sets
the bottom clip. */
159
/**
Sets
the outline bottom clip. */
/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
110
*
Sets
the display state, if supported.
120
*
Sets
the refresh rate, if supported.
126
*
Sets
the display layer stack while in a transaction.
136
*
Sets
the display projection while in a transaction.
170
*
Sets
the display surface while in a transaction.
/frameworks/base/telephony/java/com/android/ims/internal/
IImsConfig.aidl
70
*
Sets
the value for IMS service/capabilities parameters by the operator device
71
* management entity. It
sets
the config item value in the provisioned storage
81
*
Sets
the value for IMS service/capabilities parameters by the operator device
82
* management entity. It
sets
the config item value in the provisioned storage
104
*
Sets
the value for IMS feature item for specified network type.
/libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicInteger.java
64
*
Sets
to the given value.
73
* Eventually
sets
to the given value.
83
* Atomically
sets
to the given value and returns the old value.
97
* Atomically
sets
the value to the given updated value
110
* Atomically
sets
the value to the given updated value
AtomicIntegerArray.java
90
*
Sets
the element at position {@code i} to the given value.
100
* Eventually
sets
the element at position {@code i} to the given value.
111
* Atomically
sets
the element at position {@code i} to the given
128
* Atomically
sets
the element at position {@code i} to the given
146
* Atomically
sets
the element at position {@code i} to the given
AtomicLong.java
78
*
Sets
to the given value.
87
* Eventually
sets
to the given value.
97
* Atomically
sets
to the given value and returns the old value.
111
* Atomically
sets
the value to the given updated value
124
* Atomically
sets
the value to the given updated value
AtomicLongArray.java
89
*
Sets
the element at position {@code i} to the given value.
99
* Eventually
sets
the element at position {@code i} to the given value.
110
* Atomically
sets
the element at position {@code i} to the given value
127
* Atomically
sets
the element at position {@code i} to the given
145
* Atomically
sets
the element at position {@code i} to the given
AtomicReferenceArray.java
104
*
Sets
the element at position {@code i} to the given value.
114
* Eventually
sets
the element at position {@code i} to the given value.
125
* Atomically
sets
the element at position {@code i} to the given
142
* Atomically
sets
the element at position {@code i} to the given
160
* Atomically
sets
the element at position {@code i} to the given
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
MessageModification.java
35
*
Sets
the message's subject. Only valid for drafts.
45
*
Sets
the message's to address. Only valid for drafts.
55
*
Sets
the message's cc address. Only valid for drafts.
65
*
Sets
the message's bcc address. Only valid for drafts.
75
*
Sets
the custom from address for a message, we only set this if its different than the
Completed in 1380 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>