HomeSort by relevance Sort by last modified time
    Searched full:selection (Results 26 - 50 of 2822) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
CursorLoaderTest.java 19 String selection = "_id = ?"; local
25 selection,
31 assertThat(cursorLoader.getSelection(), equalTo(selection));
40 String selection = "_id = ?"; local
46 cursorLoader.setSelection(selection);
52 assertThat(cursorLoader.getSelection(), equalTo(selection));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tiocl.h 4 #define TIOCL_SETSEL 2 /* set a selection */
9 #define TIOCL_SELCLEAR 4 /* clear visibility of selection */
10 #define TIOCL_SELMOUSEREPORT 16 /* report beginning of selection */
12 /* selection extent */
18 unsigned short sel_mode; /* selection mode */
21 #define TIOCL_PASTESEL 3 /* paste previous selection */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tiocl.h 4 #define TIOCL_SETSEL 2 /* set a selection */
9 #define TIOCL_SELCLEAR 4 /* clear visibility of selection */
10 #define TIOCL_SELMOUSEREPORT 16 /* report beginning of selection */
12 /* selection extent */
18 unsigned short sel_mode; /* selection mode */
21 #define TIOCL_PASTESEL 3 /* paste previous selection */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tiocl.h 4 #define TIOCL_SETSEL 2 /* set a selection */
9 #define TIOCL_SELCLEAR 4 /* clear visibility of selection */
10 #define TIOCL_SELMOUSEREPORT 16 /* report beginning of selection */
12 /* selection extent */
18 unsigned short sel_mode; /* selection mode */
21 #define TIOCL_PASTESEL 3 /* paste previous selection */
  /cts/tests/tests/text/src/android/text/method/cts/
MetaKeyKeyListenerTest.java 22 import android.text.Selection;
42 content.setSpan(Selection.SELECTION_START, 0, 0, Spanned.SPAN_POINT_POINT);
43 content.setSpan(Selection.SELECTION_END, 0, 0, Spanned.SPAN_POINT_POINT);
48 content.setSpan(Selection.SELECTION_START, 1, 1, Spanned.SPAN_POINT_POINT);
49 content.setSpan(Selection.SELECTION_END, 1, 1, Spanned.SPAN_POINT_POINT);
54 content.setSpan(Selection.SELECTION_START, 3, 3, Spanned.SPAN_POINT_POINT);
55 content.setSpan(Selection.SELECTION_END, 3, 3, Spanned.SPAN_POINT_POINT);
67 content.setSpan(Selection.SELECTION_START, 0, 0, Spanned.SPAN_POINT_POINT);
68 content.setSpan(Selection.SELECTION_END, 0, 0, Spanned.SPAN_POINT_POINT);
73 content.setSpan(Selection.SELECTION_START, 1, 1, Spanned.SPAN_POINT_POINT)
    [all...]
  /external/chromium-trace/trace-viewer/src/tracks/
slice_track_test.html 27 var Selection = tracing.Selection;
55 var selection = new Selection();
57 new tracing.TitleFilter('b'), selection);
59 assertEquals(2, selection.length);
60 assertEquals(track.slices[1], selection[0].slice);
61 assertEquals(track.slices[2], selection[1].slice);
100 var selection = new Selection();
    [all...]
  /external/chromium-trace/trace-viewer/src/
selection.js 47 * Represents a selection within a and its associated set of tracks.
50 function Selection() {
55 Selection.prototype = {
113 var selection = new Selection();
114 selection.bounds_dirty_ = true;
119 selection.push_(this[i]);
121 return selection;
125 var selection = new Selection();
    [all...]
  /external/chromium/chrome/browser/tabs/
tab_strip_selection_model.h 13 // Selection model used by the tab strip. In addition to the set of selected
17 // selection extends it from this index.
25 // Used to identify no selection.
45 // Increments all indices >= |index|. For example, if the selection consists
52 // removed. For example, if the selection consists of [0, 1, 5] and this is
57 // Sets the anchor, active and selection to |index|.
63 // Adds |index| to the selection. This does not change the active or anchor
67 // Removes |index| from the selection. This does not change the active or
71 // Extends the selection from the anchor to |index|. If the anchor is empty,
72 // this sets the anchor, selection and active indices to |index|
    [all...]
  /external/chromium-trace/trace-viewer/src/analysis/
selection_analysis.js 24 var SelectionAnalysis = tracing.ui.define('selection-analysis');
32 set selection(s) {
37 get selection() {
48 childEl.selection = sliceHits;
53 childEl.selection = counterHits;
slice_group_selection_analysis.js 23 tracing.ui.define('group-slice-selection-analysis');
30 set selection(s) {
32 throw new Error('Expected at least 1 slice in selection');
35 throw new Error('Expected only slices in selection');
47 get selection() {
72 var numOccurrences = this.selection.length;
74 var slice = this.selection[i].slice;
90 this.createAndAppendSpan_(rowEl, this.selection[0].slice.title);
slice_selection_analysis.js 22 var SliceSelectionAnalysis = tracing.ui.define('slice-selection-analysis');
30 set selection(s) {
32 throw new Error('Expected at least 1 slice in selection');
35 throw new Error('Expected only slices in selection');
41 get selection() {
64 childEl.selection = sliceHitsSelection;
71 * and for each selection of hits, create a group analysis
88 childEl.selection = selectionsByTitle[groupTitle];
108 this.appendDataRow_(groupSummaryEl, 'Selection Start',
110 this.appendDataRow_(groupSummaryEl, 'Selection End'
    [all...]
selection_analysis.css 5 selection-analysis * {
  /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/
PermissionContentProviderPath.java 18 public int delete(Uri uri, String selection, String[] selectionArgs) {
39 public Cursor query(Uri uri, String[] projection, String selection,
45 public int update(Uri uri, ContentValues values, String selection,
  /external/webkit/Source/WebCore/manual-tests/
style-keypress-events.html 19 var selection = window.getSelection();
20 selection.setPosition(test, 0);
21 selection.modify("extend", "forward", "sentence");
drag-move-in-search-field.html 1 <p>Double-click the word "dolor" to select it, then drag the selection to
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
SelectionBuilder.java 25 * Builds a selection clause by concatenating several clauses with AND.
32 * @param baseSelection The base selection to start with. This is typically
33 * the user supplied selection arg. Pass null if no base selection is
42 * Adds a new clause to the selection. Nothing is added if the supplied clause
53 * Returns a combined selection clause with AND of all clauses added using
  /external/chromium/chrome/common/extensions/docs/examples/extensions/email_this_page/
background.html 17 function executeMailto(tab_id, subject, body, selection) {
27 // Append the current selection to the end of the text message.
28 if (selection.length > 0) {
30 encodeURIComponent(selection);
56 if (info.selection.length > max_length)
57 info.selection = info.selection.substring(0, max_length);
58 executeMailto(tab.id, info.title, tab.url, info.selection);
content_script.js 9 "selection": window.getSelection().toString()
  /external/webkit/Source/WebCore/editing/
EditingBehavior.h 39 // When extending a selection beyond the top or bottom boundary of an editable area,
48 // On Mac, when revealing a selection (for example as a result of a Find operation on the Browser),
49 // content should be scrolled such that the selection gets certer aligned.
52 // On Mac, style is considered present when present at the beginning of selection. On other platforms,
53 // style has to be present throughout the selection.
56 // Standard Mac behavior when extending to a boundary is grow the selection rather than leaving the base
63 // On Mac, when the web view loses focus, any active selection clears. On Windows, the selection
Editor.cpp 97 // When an event handler has moved the selection outside of a text control
98 // we should use the target control's selection for this editing operation.
101 VisibleSelection selection = m_frame->selection()->selection(); local
103 return selection;
104 // If the target is a text control, and the current selection is outside of its shadow tree,
105 // then use the saved selection for that text control.
107 Node* selectionStart = selection.start().deprecatedNode();
111 range = static_cast<HTMLInputElement*>(target)->selection();
251 SelectionController* selection = m_frame->selection(); local
1173 RefPtr<Range> selection = selectedRange(); local
2970 VisibleSelection selection = m_frame->selection()->selection(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionItem.java 34 * Represents one selection in {@link LayoutCanvas}.
44 /** Current selection border rectangle. Null when mCanvasViewInfo is null . */
47 /** The node proxy for drawing the selection. Null when mCanvasViewInfo is null. */
50 /** The resize policy for this selection item */
53 /** The selection handles for this item */
78 * Returns true when this selection item represents the root, the top level
118 * Returns the selection border rectangle. Cannot be null.
120 * @return the selection border rectangle, never null
126 /** Returns the node associated with this selection (may be null) */
132 /** Returns the canvas associated with this selection (never null) *
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsProvider.java 110 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
137 return query.query(db, projection, selection, selectionArgs, null, null, sortOrder);
150 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
158 if (selection != null && selection.length() > 0) {
159 selection = idSelection + " AND " + selection;
161 selection = idSelection;
168 if (selection != null && selection.length() > 0)
    [all...]
  /external/chromium/chrome/browser/resources/gpu_internals/
timeline_view.js 88 console.log('selection changed');
90 var selection = timeline.selection;
92 if (!selection.length) {
98 if (selection.length == 1) {
100 var slice = selection[0].slice;
123 text = 'Selection summary:\n';
124 var tsLo = Math.min.apply(Math, selection.map(
126 var tsHi = Math.max.apply(Math, selection.map(
129 // compute total selection duratio
    [all...]
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
list_item.js 42 * Called when the selection state of this element changes.
50 * selection model. This is only used for display purpose.
59 * Whether the item is the lead in a selection. Setting this does not update
60 * the underlying selection model. This is only used for display purpose.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/database/
SimpleTestCursor.java 11 public String selection; field in class:SimpleTestCursor
20 public void setQuery(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) {
23 this.selection = selection;

Completed in 279 milliseconds

12 3 4 5 6 7 8 91011>>