HomeSort by relevance Sort by last modified time
    Searched full:sets (Results 676 - 700 of 12713) sorted by null

<<21222324252627282930>>

  /frameworks/base/services/core/java/com/android/server/twilight/
TwilightState.java 53 * or -1 if the sun never sets.
69 * or -1 if the sun never sets.
  /libcore/luni/src/main/java/java/net/
CookieHandler.java 38 * Sets the system-wide cookie handler.
59 * Sets all cookies of a specific URI in the {@code responseHeaders} into
DatagramPacket.java 39 * This length (unlike 'length') is sticky, and survives until the user sets another length.
168 * Sets the IP address of the target host.
178 * Sets the data buffer for this datagram packet.
191 * Sets the data buffer for this datagram packet. The length of the datagram
205 * Sets the length of the datagram packet. This length plus the offset must
229 * Sets 'length' without changing 'userSuppliedLength', after receiving a packet.
237 * Sets the port number of the target host of this datagram packet.
303 * Sets the {@code SocketAddress} for this datagram packet.
  /libcore/luni/src/main/java/javax/net/ssl/
SSLSessionContext.java 61 * Sets the size of the session cache for this session context.
72 * Sets the timeout for sessions in this context. Sessions exceeding the
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1TypeCollection.java 54 * Sets a collection component as optional
63 * Sets a default value for a collection component.
  /ndk/sources/host-tools/ndk-stack/regex/
regfree.c 66 if (g->sets != NULL)
67 free((char *)g->sets);
  /packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneNumberUtilsWrapper.java 25 import com.google.common.collect.Sets;
34 private static final Set<String> LEGACY_UNKNOWN_NUMBERS = Sets.newHashSet("-1", "-2", "-3");
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_hook.h 40 // Initializes the DestManager struct, sets up the jni refs
63 // Initializes the SourceManager struct, sets up the jni refs
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ClusterSource.java 64 MediaSet[] sets = dataManager.getMediaSetsFromString(setsName); local
71 return new ClusterAlbumSet(path, mApplication, sets[0], matchType);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
BaseSuggestionView.java 79 * Sets the first text line.
86 * Sets the second text line.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
HttpHelper.java 69 * Sets the request URI.
85 * Sets a request header.
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
SimpleBackupSharedPreference.java 19 import com.google.common.collect.Sets;
76 final Set<Object> set = Sets.newHashSet();
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderDisplayer.java 28 import com.google.common.collect.Sets;
39 protected final NavigableSet<Folder> mFoldersSortedSet = Sets.newTreeSet();
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
frameobject.h 24 /* Next free slot in f_valuestack. Frame creation sets to f_valuestack.
25 Frame evaluation usually NULLs it, but a frame that yields sets it
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
frameobject.h 24 /* Next free slot in f_valuestack. Frame creation sets to f_valuestack.
25 Frame evaluation usually NULLs it, but a frame that yields sets it
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion12-expected-completion75.txt 9 android:padding : Sets the padding, in pixels, of all four edges. [dimension]
10 android:paddingLeft : Sets the padding, in pixels, of the left edge; see padding. [dimension]
11 android:paddingTop : Sets the padding, in pixels, of the top edge; see padding. [dimension]
12 android:paddingRight : Sets the padding, in pixels, of the right edge; see padding. [dimension]
13 android:paddingBottom : Sets the padding, in pixels, of the bottom edge; see padding. [dimension]
14 android:paddingStart : Sets the padding, in pixels, of the start edge; see padding. [dimension]
15 android:paddingEnd : Sets the padding, in pixels, of the end edge; see padding. [dimension]
26 android:scrollbarSize : Sets the width of vertical scrollbars and height of horizontal scrollbars. [dimension]
  /docs/source.android.com/src/devices/tech/encryption/
index.jd 75 <p>When the user sets the PIN/pass or password on the device, only the 128-bit key
79 <p>Encryption is managed by <code>init</code> and <code>vold</code>. <code>init</code> calls <code>vold</code>, and vold sets properties to trigger events in init. Other parts of the system
146 <code>ro.crypto.tmpfs_options</code>) and sets the property <code>vold.encrypt_progress</code> to 0.
147 <code>vold</code> prepepares the tmpfs <code>/data</code> for booting an encrypted system and sets the
159 <p><code>vold</code> sets <code>vold.decrypt</code> to <code>trigger_default_encryption</code> which starts the <code>defaultcrypto</code> service. (This starts the flow below for mounting a default encrypted
202 log. If it can encrypt, it sets the property <code>vold.decrypt</code> to <code>trigger_shutdown_framework</code>. This causes <code>init.rc</code> to stop services in the classes <code>late_start</code> and <code>main</code>. </p>
210 <p><code>vold</code> then sets up the crypto mapping, which creates a virtual crypto block device
216 <p><code>vold</code> mounts a tmpfs <code>/data</code> (using the tmpfs options from <code>ro.crypto.tmpfs_options</code>) and sets the property <code>vold.encrypt_progress</code> to 0. <code>vold</code> prepares the tmpfs <code>/data</code> for booting an encrypted system and sets the property <code>vold.decrypt</code> to: <code>trigger_restart_min_framework</code> </p>
227 <p> If the reboot fails for some reason, <code>vold</code> sets the property <code>vold.encrypt_progress</code> to <code>error_reboot_failed</code> and the UI sho (…)
    [all...]
  /libcore/luni/src/main/java/java/sql/
CallableStatement.java     [all...]
  /external/chromium_org/chrome/browser/chromeos/accessibility/
magnification_manager_browsertest.cc 175 // Sets pref to explicitly disable the magnifier.
210 // Sets pref to explicitly disable the magnifier.
244 // Sets prefs to explicitly enable the magnifier.
275 // Sets prefs to explicitly enable the magnifier.
460 // Sets the pref as true to enable magnifier.
472 // Sets 2.5x to the pref.
484 // Sets the scale and confirms that the scale is saved to pref.
490 // TEST 1: Sets too small scale
494 // Sets too small value to the pref.
506 // TEST 2: Sets too large scal
    [all...]
  /frameworks/base/core/java/android/content/
RestrictionEntry.java 172 * Sets the type for this restriction.
222 * Sets the integer value of the entry when the type is {@link #TYPE_INTEGER}.
230 * Sets the string value to use as the selected value for this restriction. This value will
239 * Sets the current selected state for an entry of type {@link #TYPE_BOOLEAN}. This value will
248 * Sets the current list of selected values for an entry of type {@link #TYPE_MULTI_SELECT}.
257 * Sets a list of string values that can be selected by the user. If no user-visible entries
274 * Sets a list of string values that can be selected by the user, similar to
293 * Sets a list of strings that will be presented as choices to the user. When the
305 /** Sets a list of strings that will be presented as choices to the user. This is similar to
331 * Sets the user-visible description of the entry, as a possible sub-text for the title
    [all...]
  /libcore/luni/src/main/java/java/security/cert/
PKIXParameters.java 139 * Sets the set of <i>trusted</i> certificate authorities.
168 * Sets whether the <i>any policy OID</i> should be inhibited if it's
206 * Sets the list of checkers for the certification path.
326 * Sets the time for which the validation of the certification path should be
349 * Sets whether an an acceptable policy needs to be explicit identified in
384 * Sets the list of policies (as OID strings) that would be acceptable for
415 * Sets whether policy mapping is to be inhibited.
437 * Sets whether certificates should be rejected that include policy
460 * Sets whether the default revocation checking mechanism of the underlying
482 * Sets the name of the preferred signature provider
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
seqmid.h 56 * This macro sets the tag to the given event record.
67 * This macro sets the client and port id numbers to the given event record.
78 * This macro sets the destination as the subscribers.
90 * This macro sets the destination as the broadcasting.
103 * This macro sets the source port id number.
112 * This macro sets the event to the direct passing mode
127 * This macro sets the scheduling of the event in the
146 * This macro sets the scheduling of the event in the
171 * Sets the event length mode as fixed size.
185 * Sets the event length mode as variable length and stores the data
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
seqmid.h 56 * This macro sets the tag to the given event record.
67 * This macro sets the client and port id numbers to the given event record.
78 * This macro sets the destination as the subscribers.
90 * This macro sets the destination as the broadcasting.
103 * This macro sets the source port id number.
112 * This macro sets the event to the direct passing mode
127 * This macro sets the scheduling of the event in the
146 * This macro sets the scheduling of the event in the
171 * Sets the event length mode as fixed size.
185 * Sets the event length mode as variable length and stores the data
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Packet.java 118 * Sets the id value of the header of the Packet.
137 * Sets the flags value of the header of the Packet.
222 * Sets the next value of the data of the Packet as byte.
246 * Sets the next value of the data of the Packet as boolean.
278 * Sets the next value of the data of the Packet as short.
309 * Sets the next value of the data of the Packet as int.
340 * Sets the next value of the data of the Packet as double.
374 * Sets the next value of the data of the Packet as float.
408 * Sets the next value of the data of the Packet as char.
439 * Sets the next value of the data of the Packet as long
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/include/
srtp.h 443 * @brief crypto_policy_set_rtp_default() sets a crypto policy
448 * The function call crypto_policy_set_rtp_default(&p) sets the
465 * @brief crypto_policy_set_rtcp_default() sets a crypto policy
470 * The function call crypto_policy_set_rtcp_default(&p) sets the
487 * @brief crypto_policy_set_aes_cm_128_hmac_sha1_80() sets a crypto
505 * @brief crypto_policy_set_aes_cm_128_hmac_sha1_32() sets a crypto
511 * sets the crypto_policy_t at location p to use policy
541 * @brief crypto_policy_set_aes_cm_128_null_auth() sets a crypto
546 * The function call crypto_policy_set_aes_cm_128_null_auth(&p) sets
571 * @brief crypto_policy_set_null_cipher_hmac_sha1_80() sets a crypt
    [all...]

Completed in 3231 milliseconds

<<21222324252627282930>>