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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/ash/display/
cursor_window_controller.h 33 // Sets cursor compositing mode on/off.
39 // Sets the display on which to draw cursor.
43 // Sets cursor location, shape, set and visibility.
52 // Sets the container window for the cursor window controller.
56 // Sets the bounds of the container in screen coordinates.
  /external/chromium_org/ppapi/cpp/dev/
scriptable_object_deprecated.h 44 // The default implementation sets an exception that the property doesn't
52 // The default implementation sets an exception that the property can not be
58 // The default implementation sets an exception that the method does not
67 // The default implementation sets an exception that the method does not
73 // The default implementation sets an exception that the method does not
  /external/chromium_org/ui/app_list/
search_box_model.h 46 // Sets/gets the icon on the left side of edit box.
50 // Sets/gets the properties for the button of speech recognition.
57 // Sets/gets the hint text to display when there is in input.
61 // Sets/gets the selection model for the search box's Textfield.
67 // Sets/gets the text for the search box's Textfield.
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/targetprep/
SettingsToggler.java 22 * {@link SettingsToggler} sets settings by using the "adb shell content" command.
28 /** Sets a setting by deleting and then inserting the string value. */
39 /** Sets a secure setting by deleting and then inserting the string value. */
45 /** Sets a global setting by deleting and then inserting the string value. */
51 /** Sets a setting by deleting and then inserting the int value. */
62 /** Sets a secure setting by deleting and then inserting the int value. */
68 /** Sets a global setting by deleting and then inserting the int value. */
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
EventBuilder.java 38 * Sets the Count modifier.
51 * Sets the ThreadOnly modifier.
64 * Sets the ClassMatch modifier.
77 * Sets the LocationOnly modifier.
90 * Sets the ExceptionOnly modifier.
108 * Sets the FieldOnly modifier.
123 * Sets the InstanceOnly modifier.
  /external/chromium_org/webkit/common/
data_element.h 46 // Sets TYPE_BYTES data. This copies the given data into the element.
53 // Sets TYPE_BYTES data. This does NOT copy the given data and the caller
61 // Sets TYPE_FILE data.
66 // Sets TYPE_BLOB data.
71 // Sets TYPE_FILE data with range.
76 // Sets TYPE_BLOB data with range.
80 // Sets TYPE_FILE_FILESYSTEM with range.
  /external/smack/src/org/xbill/DNS/
Resolver.java 17 * Sets the port to communicate with on the server
23 * Sets whether TCP connections will be sent by default
29 * Sets whether truncated responses will be ignored. If not, a truncated
36 * Sets the EDNS version used on outgoing messages.
44 * Sets the EDNS information on outgoing messages.
64 * Sets the amount of time to wait for a response before giving up.
71 * Sets the amount of time to wait for a response before giving up.
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicBlend.java 54 * Sets dst = {0, 0, 0, 0}
64 * Sets dst = {0, 0, 0, 0}
85 * Sets dst = src
95 * Sets dst = src
115 * Sets dst = dst
127 * Sets dst = dst
149 * Sets dst = src + dst * (1.0 - src.a)
159 * Sets dst = src + dst * (1.0 - src.a)
179 * Sets dst = dst + src * (1.0 - dst.a)
189 * Sets dst = dst + src * (1.0 - dst.a
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
BuildProperties.java 173 * Sets the buildLabel.
189 * Sets the logFile.
213 * Sets the buildid.
221 * Sets the timestamp.
253 * Sets the host.
261 * Sets the recipientList.
269 * Sets the sender.
285 * Sets the buildSubjectPrefix.
301 * Sets the httpUrl.
317 * Sets the ftpUrl
    [all...]
  /libcore/luni/src/main/java/javax/sql/
RowSet.java 261 * Sets the specified {@code ARRAY} parameter in the {@code RowSet} command
276 * Sets the value of the specified parameter in the {@code RowSet} command
294 * Sets the value of the specified parameter in the RowSet command with the
312 * Sets the value of the specified parameter in the RowSet command with the
329 * Sets the value of the specified parameter in the RowSet command with the
347 * Sets the value of the specified SQL {@code NUMERIC} parameter in the
363 * Sets the value of the specified SQL NUMERIC parameter in the RowSet
377 * Sets the value of the specified parameter in the {@code RowSet} command
395 * Sets the value of the specified parameter in the RowSet command with the
412 * Sets the value of the specified parameter in the RowSet command with th
    [all...]
RowSetMetaData.java 28 * operations for carrying out value sets.
38 * Sets automatic numbering for a specified column in the {@code RowSet}. If
55 * Sets the case sensitive property for a specified column in the {@code
71 * Sets the catalog name for a specified column in the {@code RowSet}.
85 * Sets the number of columns contained in the row set.
95 * Sets the normal maximum width in characters for a specified column in the
110 * Sets the suggested name as label for the column contained in the {@code
125 * Sets the column name for a specified column in the {@code RowSet}.
139 * Sets the SQL type for a specified column in the {@code RowSet}.
153 * Sets the type name for a specified column in the {@code RowSet}, wher
    [all...]
  /external/chromium_org/chromeos/dbus/
cras_audio_client.h 78 // Sets output volume of the given |node_id| to |volume|, in the rage of
82 // Sets output mute from user action.
85 // Sets input gain of the given |node_id| to |gain|, in the range of
89 // Sets input mute state to |mute_on| value.
92 // Sets the active output node to |node_id|.
95 // Sets the active input node to |node_id|.
  /external/chromium_org/net/base/
address_tracker_linux.h 61 // Sets |*address_changed| to indicate whether |address_map_| changed and
62 // sets |*link_changed| to indicate if |online_links_| changed and sets
69 // Sets |*address_changed| to true if |address_map_| changed, sets
70 // |*link_changed| to true if |online_links_| changed, sets |*tunnel_changed|
  /external/chromium_org/printing/
printing_context_mac.h 69 // Sets the print job destination type as preview job.
73 // Sets |copies| in PMPrintSettings.
77 // Sets |collate| in PMPrintSettings.
81 // Sets orientation in native print info object.
85 // Sets duplex mode in PMPrintSettings.
89 // Sets output color mode in PMPrintSettings.
  /external/chromium_org/sandbox/win/tests/common/
controller.h 99 // Sets the timeout value for the child to run the command and return.
102 // Sets TestRunner to return without waiting for the process to exit.
105 // Sets TestRunner to return without waiting for the process to exit.
108 // Sets the desired state for the test to run.
111 // Sets a flag whether the process should be killed when the TestRunner is
128 // Initializes the data in the object. Sets is_init_ to tree if the
  /external/chromium_org/third_party/icu/source/common/
rbbisetb.h 24 // from the Unicode Sets appearing in the source RBBI rules, and
43 // Unicode sets that include this range.
62 // RBBISetBuilder Handles processing of Unicode Sets from RBBI rules.
72 // to set numbers in the non-overlapping set of sets.
82 void addValToSets(UVector *sets, uint32_t val);
111 uint32_t fTrieSize; // the Unicode Sets.
  /external/chromium_org/third_party/icu/source/test/intltest/
usettest.h 167 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
171 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
174 void testSpanBothUTFs(const UnicodeSetWithStrings *sets[4],
178 void testSpanContents(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
179 void testSpanUTF16String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
180 void testSpanUTF8String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
  /external/chromium_org/tools/gn/
args.h 17 // command line, and sets up the root scope with the proper values.
41 // Sets up the root scope for a toolchain. This applies the default system
47 // Sets up the given scope with arguments passed in.
61 // arguments. If there are, this returns false and sets the error.
77 // Sets the default config based on the current system.
80 // Sets the given vars on the given scope.
  /external/chromium_org/ui/gfx/
display.h 54 // Sets/Gets unique identifier associated with the display.
59 // Gets/Sets the display's bounds in gfx::Screen's coordinates.
63 // Gets/Sets the display's work area in gfx::Screen's coordinates.
90 // Sets the device scale factor and display bounds in pixel. This
96 // Sets the display's size. This updates the work area using the same insets
116 // Gets/Sets an id of display corresponding to internal panel.
  /external/chromium_org/ui/views/window/
frame_background.h 29 // Sets the color to draw under the frame images.
32 // Sets the theme image for the top of the window. May be NULL.
36 // Sets an image that overlays the top window image. Usually used to add
43 // Sets the height of the top area to fill with the default frame color,
50 // Sets images used when drawing the sides of the frame.
57 // Sets images used when drawing the corners of the frame.
  /external/icu/icu4c/source/common/
rbbisetb.h 24 // from the Unicode Sets appearing in the source RBBI rules, and
43 // Unicode sets that include this range.
62 // RBBISetBuilder Handles processing of Unicode Sets from RBBI rules.
72 // to set numbers in the non-overlapping set of sets.
82 void addValToSets(UVector *sets, uint32_t val);
111 uint32_t fTrieSize; // the Unicode Sets.
  /external/icu/icu4c/source/test/intltest/
usettest.h 167 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
171 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
174 void testSpanBothUTFs(const UnicodeSetWithStrings *sets[4],
178 void testSpanContents(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
179 void testSpanUTF16String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
180 void testSpanUTF8String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
  /external/llvm/include/llvm/ADT/
DeltaAlgorithm.h 18 /// for minimizing arbitrary sets using a predicate function.
59 /// smaller sets, by attempting to remove individual subsets.
61 const changesetlist_ty &Sets);
63 /// Search - Search for a subset (or subsets) in \p Sets which can be
69 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
75 const changesetlist_ty &Sets) {}
  /external/chromium_org/android_webview/browser/
input_stream.h 24 // Sets |bytes_available| to the number of bytes that can be read (or skipped
31 // Skips over and discards |n| bytes of data from this input stream. Sets
37 // Reads at most |length| bytes into |dest|. Sets |bytes_read| to the total
  /external/chromium_org/chrome/browser/chromeos/login/saml/
saml_offline_signin_limiter.h 54 // forced and sets the |offline_signin_limit_timer_| accordingly. If the limit
55 // has expired already, sets the flag enforcing online login immediately.
58 // Sets the flag enforcing online login. This will cause the user's next login

Completed in 2123 milliseconds

1 2 34 5 6 7 8 91011>>