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

<<21222324252627282930>>

  /frameworks/base/core/java/com/android/internal/view/menu/
MenuView.java 67 * Sets the title of the item view.
73 * Sets the enabled state of the item view.
93 * Sets the shortcut for the item.
  /frameworks/base/docs/html/tools/help/
logcat.jd 81 <td>Sets the maximum number of rotated logs to <code>&lt;count&gt;</code>. The default value
95 <td>Sets the default filter spec to silent.</td>
101 <td>Sets the output format for log messages. The default is <code>brief</code> format. For a
  /frameworks/base/services/core/java/com/android/server/am/
UriPermissionOwner.java 25 import com.google.android.collect.Sets;
108 mReadPerms = Sets.newArraySet();
115 mWritePerms = Sets.newArraySet();
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuView.java 64 * Sets the title of the item view.
70 * Sets the enabled state of the item view.
90 * Sets the shortcut for the item.
  /libcore/luni/src/main/java/java/text/
CharacterIterator.java 51 * Sets the current position to the begin index and returns the character at
80 * Sets the current position to the end index - 1 and returns the character
104 * Sets the current index to a new position and returns the character at the
  /libcore/luni/src/main/java/java/util/logging/
LogRecord.java 192 * Sets the logging level.
216 * Sets the name of the logger.
235 * Sets the raw message. When this record is formatted by a logger that has
256 * Sets the time when this event occurred, in milliseconds since 1970.
276 * Sets the parameters.
297 * Sets the resource bundle used to localize the raw message during
318 * Sets the name of the resource bundle.
337 * Sets the sequence number. It is usually not necessary to call this method
383 * Sets the name of the class that is the source of this log record.
405 * Sets the name of the method that is the source of this log record
    [all...]
  /packages/apps/Camera2/src/com/android/camera/widget/
ExternalViewerButton.java 57 * Sets cling of the given viewer type for external viewer button.
88 * Sets the current state of the button, which affects the visibility and image
111 * Sets all the clings to be invisible.
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapUtilityTests.java 46 // Test valid sets
67 // Test partially invalid sets
76 // Test invalid sets
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
LittleEndian.java 71 * Sets an 8-bit integer in the given byte array at the given offset.
78 * Sets a 16-bit integer in the given byte array at the given offset.
86 * Sets a 32-bit integer in the given byte array at the given offset.
  /external/chromium_org/chrome/browser/ui/webui/options/
preferences_browsertest.h 54 // Sets user policies through the mock policy provider.
96 // Sets up the expectation that the JavaScript Preferences class will make no
99 // Sets up the expectation that the JavaScript Preferences class will set a
103 // Sets up the expectation that the JavaScript Preferences class will clear a
109 // Sets up the JavaScript part of the test environment.
114 // Sets a value through the JavaScript Preferences class as if the user had
  /external/chromium_org/jingle/glue/
chrome_async_socket.h 63 // If state() is not STATE_CLOSED, sets error to ERROR_WRONGSTATE
66 // If |address| has an empty hostname or a zero port, sets error to
80 // STATE_TLS_OPEN, sets error to ERROR_WRONGSTATE and returns false.
93 // STATE_TLS_OPEN, sets error to ERROR_WRONGSTATE and returns false.
95 // If the given data is too big for the internal write buffer, sets
116 // writes, sets error to ERROR_WRONGSTATE and returns false. (In
  /external/chromium_org/third_party/WebKit/Source/platform/
DateComponents.h 106 // Sets year and month.
108 // Sets year, month and monthDay.
110 // Sets year and week.
112 // Sets hour, minute, second and millisecond.
114 // Sets year, month, monthDay, hour, minute, second and millisecond.
116 // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone.
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ElementType.java 181 Sets an attribute and its value into an AttributesImpl object.
238 Sets an attribute and its value into this element type.
249 Sets the models of this element type.
256 Sets the content models to which this element type belongs.
263 Sets the flags of this element type.
270 Sets the parent element type of this element type.
  /frameworks/base/core/tests/coretests/src/android/util/
GridScenario.java 145 * Sets the stacking direction
155 * Sets whether the sum of the height of the grid items must be at least the
164 * Sets the individual width of each column.
174 * Sets the number of columns in the grid.
182 * Sets the stretch mode.
190 * Sets the spacing between rows in the grid
  /frameworks/base/libs/input/
SpriteController.h 102 /* Sets the bitmap that is drawn by the sprite.
110 /* Sets whether the sprite is visible. */
113 /* Sets the sprite position on screen, relative to the sprite's hot spot. */
116 /* Sets the layer of the sprite, relative to the system sprite overlay layer.
120 /* Sets the sprite alpha blend ratio between 0.0 and 1.0. */
123 /* Sets the sprite transformation matrix. */
  /libcore/luni/src/main/java/javax/net/ssl/
SSLServerSocket.java 103 * Sets the names of the cipher suites to be enabled for new connections.
138 * Sets the names of the protocols to be enabled for new connections. Only
149 * Sets whether server-mode connections will be configured to require client
174 * Sets whether server-mode connections will be configured to request client
199 * Sets whether new connections should act in client mode when handshaking.
216 * Sets whether new SSL sessions may be established for new connections.
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeSelectorItem.java 90 * Sets a listener that receives a callback when the visible width of this
142 * Sets image resource as the icon for the mode. By default, all drawables instances
160 * Sets the visible width preferred for the item. The item can then decide how
211 * Sets the color that will be used in the drawable for highlight state.
246 * Sets the mode id of the current item.
269 * Sets the alpha on the mode text.
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Matrix.h 35 // Sets this matrix to be the result of multiplying the given matrices.
53 // Sets the given matrix to be the result of multiplying the given matrix by the given vector.
  /cts/suite/cts/deviceTests/opengl/jni/primitive/
GLPrimitive.cpp 39 // Sets up the renderer.
59 // Sets the times in the Java array.
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
AnnotationsList.java 33 * disjoint sets of types.
81 * Sets the element at the given index. The given element must be
  /dalvik/dx/src/com/android/dx/rop/annotation/
AnnotationsList.java 33 * disjoint sets of types.
81 * Sets the element at the given index. The given element must be
  /development/samples/Alarm/tests/src/com/example/android/newalarm/
AlarmServiceTest.java 44 * Sets up the test fixture. This method is called before each test
51 // Sets up an intent to start the service under test
  /development/samples/Spinner/
AndroidManifest.xml 37 Sets the application's user-readable label
41 Sets the activity's name and label
  /development/tools/idegen/src/com/android/idegen/
ModuleIndexes.java 21 import com.google.common.collect.Sets;
83 moduleNames = Sets.newHashSet();
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Frame.java 85 * Sets new thread id.
104 * Sets new frame id.
123 * Sets new frame location.
142 * Sets new frame variables.
243 * Sets new code index for variable.
261 * Sets new variable name.
280 * Sets new signature and detects value of a type tag.
349 * Sets new variable length.

Completed in 2032 milliseconds

<<21222324252627282930>>