HomeSort by relevance Sort by last modified time
    Searched full:sets (Results 376 - 400 of 9774) sorted by null

<<11121314151617181920>>

  /external/valgrind/cachegrind/
cg_sim.c 45 Int sets; member in struct:__anon20137
62 c->sets = (c->size / c->line_size) / c->assoc;
63 c->sets_min_1 = c->sets - 1;
65 c->tag_shift = c->line_size_bits + VG_(log2)(c->sets);
76 sizeof(UWord) * c->sets * c->assoc);
78 for (i = 0; i < c->sets * c->assoc; i++)
136 * tag = block >> log2(#sets)
160 VG_(tool_panic)("item straddles more than two cache sets");
  /frameworks/av/media/libmedia/docs/
paused.dot 25 ATsetMarkerPosition [label="AudioTrack::setMarkerPosition()\n[sets marker variables]"];
28 ATsetPositionUpdatePeriod [label="AudioTrack::setPositionUpdatePeriod()\n[sets update period variables]"];
  /frameworks/base/core/java/android/app/
IWallpaperManager.aidl 66 * Sets the dimension hint for the wallpaper. These hints indicate the desired
82 * Sets extra padding that we would like the wallpaper to have outside of the display.
  /frameworks/base/core/java/android/widget/
TextSwitcher.java 71 * Sets the text of the next view and switches to the next view. This can
83 * Sets the text of the text view that is currently showing. This does
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
AnimateableViewBounds.java 53 /** Sets the view outline alpha. */
61 /** Sets the bottom clip. */
  /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.
  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapter.java 103 * Sets a call's state to active (e.g., an ongoing call where two parties can actively
118 * Sets a call's state to ringing (e.g., an inbound ringing call).
132 * Sets a call's state to dialing (e.g., dialing an outbound call).
146 * Sets a call's state to disconnected.
162 * Sets a call's state to be on hold.
294 * Sets the call video provider for a call.
354 * Sets the video state associated with a call.
401 * Sets extras associated with a connection.
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
BrowseFrameLayout.java 72 * Sets a {@link OnFocusSearchListener}.
86 * Sets a {@link OnChildFocusListener}.
GuidedAction.java 81 * Sets the ID associated with this action. The ID can be any value the client wishes;
91 * Sets the title for this action. The title is typically a short string indicating the
101 * Sets the description for this action. The description is typically a longer string
111 * Sets the intent associated with this action. Clients would typically fire this intent
121 * Sets the action's icon drawable.
130 * Sets the action's icon drawable by retrieving it by resource ID from the specified
244 * Sets whether this action is checked.
282 * Sets whether this action is enabled.
HorizontalGridView.java 100 * Sets the number of rows. Defaults to one.
108 * Sets the row height.
120 * Sets the fade out left edge to transparent. Note turn on fading edge is very expensive
142 * Sets the left edge fading length in pixels.
165 * Sets the distance in pixels between fading start position and left padding edge.
186 * Sets the fade out right edge to transparent. Note turn on fading edge is very expensive
208 * Sets the right edge fading length in pixels.
243 * Sets the distance in pixels between fading start position and right padding edge.
ListRowHoverCardView.java 57 * Sets the title text.
76 * Sets the description text.
  /frameworks/support/v4/java/android/support/v4/media/
MediaDescriptionCompat.java 300 * Sets the media id.
311 * Sets the title.
322 * Sets the subtitle.
333 * Sets the description.
345 * Sets the icon.
357 * Sets the icon uri.
369 * Sets a bundle of extras.
380 * Sets the media uri.
  /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/util/
PhoneNumberUtil.java 28 import com.google.common.collect.Sets;
35 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();
  /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

Completed in 446 milliseconds

<<11121314151617181920>>