HomeSort by relevance Sort by last modified time
    Searched full:selection (Results 1 - 25 of 3177) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/text/src/android/text/cts/
SelectionTest.java 21 import android.text.Selection;
30 assertEquals(-1, Selection.getSelectionStart(builder));
32 Selection.setSelection(builder, 3, 8);
33 assertEquals(3, Selection.getSelectionStart(builder));
35 Selection.setSelection(builder, 3, 9);
36 assertEquals(3, Selection.getSelectionStart(builder));
38 Selection.setSelection(builder, 5, 7);
39 assertEquals(5, Selection.getSelectionStart(builder));
41 assertEquals(-1, Selection.getSelectionStart(null));
47 assertEquals(-1, Selection.getSelectionEnd(builder))
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/
decimals.css 1 ::selection {
decimals.css.min 1 ::selection{margin:.6px .333pt 1.2em 8.8cm
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/out/
decimals.out 1 ::selection{margin:0.6px 0.333pt 1.2em 8.8cm
decimals.out.b 1 ::selection{margin:0.6px 0.333pt 1.2em 8.8cm
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/analysis/
multi_async_slice_sub_view.html 27 get selection() {
28 return this.$.content.selection;
31 set selection(selection) {
32 this.$.content.selection = selection;
36 if (!this.$.content.selection)
38 var selection = new tr.model.EventSet();
39 this.$.content.selection.forEach(function(asyncEvent) {
43 selection.push(event)
    [all...]
multi_interaction_record_sub_view.html 22 set selection(selection) {
23 this.currentSelection_ = selection;
28 realView.setSelectionWithoutErrorChecks(selection);
30 this.currentSelection_ = selection;
33 get selection() {
40 var selection = new tr.model.EventSet();
43 selection.push(event);
46 return selection;
selection_summary_table.html 13 <polymer-element name='tr-ui-a-selection-summary-table'>
54 get selection() {
58 set selection(selection) {
59 this.selection_ = selection;
64 var selection = this.selection_;
67 if (this.selection_ && (!selection.bounds.isEmpty))
75 title: 'Selection start',
77 selection.bounds.min, timeSpanConfig) : '<empty>'
80 title: 'Selection extent'
    [all...]
single_event_sub_view_test.html 38 var selection = new EventSet();
39 selection.push(t53.sliceGroup.slices[0]);
40 assert.equal(selection.length, 1);
42 return selection;
70 var selection = createSelectionWithSingleSlice();
73 analysisEl.selection = selection;
85 var selection = new EventSet();
86 selection.push(slice);
89 analysisEl.selection = selection
    [all...]
multi_frame_sub_view.html 22 set selection(selection) {
29 realView.setSelectionWithoutErrorChecks(selection);
31 this.currentSelection_ = selection;
34 get selection() {
41 var selection = new tr.model.EventSet();
44 selection.push(event);
47 return selection;
multi_event_sub_view_test.html 36 var selection = new EventSet();
37 selection.push(t53.sliceGroup.slices[0]);
38 selection.push(t53.sliceGroup.slices[1]);
39 selection.push(t53.sliceGroup.slices[2]);
42 viewEl.selection = selection;
53 viewEl, 'tr-ui-a-selection-summary-table');
55 assert.equal(selectionSummaryTableEl.selection, selection);
72 var selection = new EventSet()
    [all...]
selection_summary_table_test.html 24 document.createElement('tr-ui-a-selection-summary-table');
25 summaryTable.selection = undefined;
36 document.createElement('tr-ui-a-selection-summary-table');
37 var selection = new EventSet();
38 summaryTable.selection = selection;
47 test('selection', function() {
55 var selection = new EventSet();
56 selection.push(tsg.slices[0]);
57 selection.push(tsg.slices[1])
    [all...]
single_frame_sub_view.html 35 get selection() {
39 set selection(selection) {
40 if (selection.length != 1)
42 this.currentSelection_ = selection;
43 this.$.asv.selection = selection[0].associatedAlerts;
single_global_memory_dump_sub_view.html 21 set selection(selection) {
22 if (selection.length !== 1)
24 if (!(selection[0] instanceof tr.model.GlobalMemoryDump))
26 this.currentSelection_ = selection;
28 selection[0].processMemoryDumps);
31 get selection() {
single_process_memory_dump_sub_view.html 21 set selection(selection) {
22 if (selection.length !== 1)
24 if (!(selection[0] instanceof tr.model.ProcessMemoryDump))
26 this.currentSelection_ = selection;
27 this.$.memory_dump_view.processMemoryDumps = [selection[0]];
30 get selection() {
single_thread_slice_sub_view.html 37 get selection() {
38 return this.$.content.selection;
41 set selection(selection) {
42 this.$.content.selection = selection;
43 this.$.relatedEvents.setRelatedEvents(selection);
  /system/extras/simpleperf/
event_selection_set.cpp 26 EventSelection selection; local
27 selection.event_type = &event_type;
28 selection.event_attr = CreateDefaultPerfEventAttr(event_type);
29 selections_.push_back(std::move(selection));
33 for (auto& selection : selections_) {
34 selection.event_attr.enable_on_exec = 1;
39 for (auto& selection : selections_) {
40 selection.event_attr.sample_id_all = 1;
45 for (auto& selection : selections_) {
46 perf_event_attr& attr = selection.event_attr
    [all...]
  /art/test/481-regression-phi-cond/
info.txt 1 Tests a regression in which simplification of a boolean selection could attempt
  /external/clang/test/CodeGenObjC/
debuginfo-properties.m 10 @class Selection;
13 @property (nonatomic, retain) Selection* selection;
14 // CHECK: !MDSubprogram(name: "-[MyClass selection]"
20 // CHECK: !MDSubprogram(name: "-[OtherClass selection]"
30 Selection *_selection;
35 @synthesize selection = _selection;
39 Selection *_selection;
43 @synthesize selection = _selection;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
broken1-expected-completion20.txt 2 android:textColorHighlight : Color of the text selection highlight. [color, reference]
completionvalues1-expected-completion23.txt 3 android:textSelectHandle : Reference to a drawable that will be used to display a text selection anchor for positioning the cursor within text. [reference]
4 android:textSelectHandleLeft : Reference to a drawable that will be used to display a text selection anchor on the left side of a selection region. [reference]
5 android:textSelectHandleRight : Reference to a drawable that will be used to display a text selection anchor on the right side of a selection region. [reference]
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/chrome/cc/
layer_tree_host_impl_view.html 40 'selection-change',
45 'selection-change',
80 this.selection = this.selection_.findEquivalent(lthi);
83 get selection() {
87 set selection(selection) {
88 if (this.selection_ == selection)
90 this.selection_ = selection;
91 this.layerPicker_.selection = selection;
    [all...]
layer_view.html 51 this.layerTreeQuadStackView_.addEventListener('selection-change',
70 get selection() {
71 return this.layerTreeQuadStackView_.selection;
74 set selection(newValue) {
75 this.layerTreeQuadStackView_.selection = newValue;
83 var selection = this.layerTreeQuadStackView_.selection;
84 if (selection) {
89 var layer = selection.layer;
95 var analysis = selection.createAnalysis()
    [all...]
raster_task_selection_test.html 26 var selection = new tr.model.EventSet();
27 selection.push(rasterTasks[0]);
28 selection.push(rasterTasks[1]);
30 assert.isTrue(tr.ui.e.chrome.cc.RasterTaskSelection.supports(selection));
31 var selection = new tr.ui.e.chrome.cc.RasterTaskSelection(selection);
32 var highlights = selection.extraHighlightsByLayerId;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCursorLoader.java 15 private String selection; field in class:ShadowCursorLoader
23 public void __constructor__(Context context, Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) {
27 this.selection = selection;
54 return selection;
58 public void setSelection(String selection) {
59 this.selection = selection;

Completed in 891 milliseconds

1 2 3 4 5 6 7 8 91011>>