HomeSort by relevance Sort by last modified time
    Searched refs:selection (Results 151 - 175 of 332) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_standard_test.cc 286 int selection(0);
287 dummy = scanf("%d", &selection);
290 switch (selection) {
307 TEST_LOG("Invalid selection!\n");
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/data/
VideoDatabase.java 123 String selection = "rowid = ?"; local
126 return query(selection, selectionArgs, columns);
147 * the selection clause to use FTS_VIRTUAL_TABLE instead of KEY_WORD (to search across
150 String selection = KEY_NAME + " MATCH ?"; local
153 return query(selection, selectionArgs, columns);
159 * @param selection The selection clause
160 * @param selectionArgs Selection arguments for "?" components in the selection
164 private Cursor query(String selection, String[] selectionArgs, String[] columns)
    [all...]
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
XmlDocumentProvider.java 53 * <p>A XPath-like selection pattern is used to select some nodes in the XML document. Each such
66 * <h2>Node selection syntax</h2>
67 * The node selection syntax is made of the concatenation of an arbitrary number (at least one) of
68 * <code>/node_name</code> node selection patterns.
87 * <p>Use a syntax similar to the selection syntax described above to select the text associated
120 * A selection pattern of <code>/library//book</code> will match the three book entries (while
165 * @param selection A selection pattern which will select the nodes that will create the
173 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
192 XMLCursor xmlCursor = new XMLCursor(selection, projection)
    [all...]
  /external/replicaisland/tools/
ExtractPoints.js 233 newDoc.selection.select(lineArray);
234 newDoc.selection.stroke(black, 2);
260 newDoc.selection.select(tileCenterArray);
261 newDoc.selection.fill(redColor);
273 newDoc.selection.select(centerArray);
274 newDoc.selection.fill(greenColor);
  /cts/tests/tests/provider/src/android/provider/cts/
Settings_NameValueTableTest.java 76 String selection = NameValueTable.NAME + "=\"" + name + "\""; local
77 c = cr.query(uri, null, selection, null, null);
MediaStore_Audio_AlbumsTest.java 102 String selection = Albums.ALBUM +"=?"; local
106 Cursor c = mContentResolver.query(audioAlbumsUri, null, selection, selectionArgs,
127 mContentResolver.update(audioAlbumsUri, albumValues, selection, selectionArgs);
135 mContentResolver.delete(audioAlbumsUri, selection, selectionArgs);
159 Cursor c = mContentResolver.query(audioAlbumsUri, null, selection, selectionArgs, null);
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
DataUtil.java 36 String selection, String[] selectionArgs) {
38 Cursor cursor = resolver.query(uri, projection, selection, selectionArgs, null);
  /developers/build/prebuilts/gradle/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
ContactablesLoaderCallbacks.java 63 String selection = local
73 selection, // selection - Which rows to return (condition rows must match)
74 null, // selection args - can be provided separately and subbed into selection.
  /developers/samples/android/content/contacts/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
ContactablesLoaderCallbacks.java 63 String selection = local
73 selection, // selection - Which rows to return (condition rows must match)
74 null, // selection args - can be provided separately and subbed into selection.
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactManager.java 109 String selection = ContactsContract.Contacts.IN_VISIBLE_GROUP + " = '" + local
114 return managedQuery(uri, projection, selection, selectionArgs, sortOrder);
  /development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/
ContactablesLoaderCallbacks.java 63 String selection = local
73 selection, // selection - Which rows to return (condition rows must match)
74 null, // selection args - can be provided separately and subbed into selection.
  /external/autotest/client/site_tests/policy_SystemTimezone/
policy_SystemTimezone.py 25 def change_timezone(self, settings_tab, selection):
30 @param selection: int, index of item in DROPDOWN_MENU to change to.
35 selected_index = SELECT_INDEX.format(n=selection)
  /external/cldr/tools/java/org/unicode/cldr/tool/
ChartDayPeriods.java 64 if (type != Type.selection) { // skip until in better shape
73 DayPeriodInfo dayPeriodInfo = SDI.getDayPeriods(Type.selection, locale);
  /external/python/cpython2/Lib/idlelib/idle_test/
test_editmenu.py 39 "Test pasting into text without a selection."
48 "Test pasting into text with a selection."
57 "Test pasting into an entry without a selection."
59 # for 'no selection'. Live widget works fine.
69 "Test pasting into an entry with a selection."
79 "Test pasting into a spinbox without a selection."
85 spin.selection('range', 0, end) # see note
90 "Test pasting into a spinbox with a selection."
95 spin.selection('range', 0, end)
  /cts/tests/autofillservice/src/android/autofillservice/cts/
FillEventHistoryTest.java 106 // Verify fill selection
143 // Verify fill selection
144 final FillEventHistory selection = InstrumentedAutoFillService.getFillEventHistory(1); local
145 assertDeprecatedClientState(selection, "clientStateKey", "clientStateValue");
146 List<Event> events = selection.getEvents();
176 // Verify fill selection
177 final FillEventHistory selection = InstrumentedAutoFillService.getFillEventHistory(1); local
178 assertDeprecatedClientState(selection, "clientStateKey", "Value1");
179 final List<Event> events = selection.getEvents();
212 // Verify fill selection
213 final FillEventHistory selection = InstrumentedAutoFillService.getFillEventHistory(1); local
226 final FillEventHistory selection = InstrumentedAutoFillService.getFillEventHistory(2); local
258 final FillEventHistory selection = InstrumentedAutoFillService.getFillEventHistory(1); local
295 final FillEventHistory selection = InstrumentedAutoFillService.getFillEventHistory(1); local
332 final FillEventHistory selection = InstrumentedAutoFillService.getFillEventHistory(1); local
    [all...]
  /external/freetype/src/cache/
ftcmru.c 328 FTC_MruNode_CompareFunc selection,
335 while ( first && ( !selection || selection( first, key ) ) )
348 if ( selection( node, key ) )
  /external/u-boot/board/samsung/common/
misc.c 331 char *selection[BOOT_MODE_EXIT + 1]; local
335 selection[i] = "[ ]";
337 selection[mode] = "[=>]";
343 lcd_printf("\t%s %s - %s\n\n", selection[i],
  /external/python/cpython2/Lib/lib-tk/
FileDialog.py 1 """File selection dialog classes.
23 """Standard file selection dialog -- no checks on selected file.
40 behavior of the Macintosh file selection dialogs.)
44 title = "File Selection Dialog"
58 self.selection = Entry(self.top)
59 self.selection.pack(side=BOTTOM, fill=X)
60 self.selection.bind('<Return>', self.ok_event)
121 self.selection.focus_set()
196 file = self.selection.get()
216 self.selection.delete(0, END
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
AsyncQueryHandlerTest.java 276 String selection, String[] selectionArgs, String orderBy, boolean cancelable) {
281 selection, selectionArgs, orderBy);
293 String selection, String[] selectionArgs, boolean cancelable) {
297 mAsyncHandler.startUpdate(token, cookie, uri, values, selection, selectionArgs);
300 private void startDelete(int token, Object cookie, Uri uri, String selection,
305 mAsyncHandler.startDelete(token, cookie, uri, selection, selectionArgs);
  /external/autotest/frontend/client/src/autotest/afe/
HostSelector.java 33 * A widget to facilitate selection of a group of hosts for running a job. The
85 Anchor clearSelection = new Anchor("Clear selection");
223 availableSelection.selectObjects(foundHosts); // this refreshes the selection
300 HostSelection selection = new HostSelection(); local
302 return selection;
310 selection.metaHosts.add(platform);
316 selection.oneTimeHosts.add(hostname);
318 selection.hosts.add(hostname);
323 return selection;
336 * Refresh as necessary for selection change, but don't make any RPCs
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_ttk/
test_widgets.py     [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowContentResolverTest.java 100 @Override public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) {
106 @Override public int delete(Uri uri, String selection, String[] selectionArgs) {
109 @Override public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
233 String selection = "select"; local
240 Cursor cursor = shadowContentResolver.query(uri21, projection, selection, selectionArgs, sortOrder);
244 assertThat(testCursor.selection).isEqualTo(selection);
383 public Cursor query(Uri uri, String[] projection, String selection,
403 public int delete(Uri uri, String selection, String[] selectionArgs) {
409 public int update(Uri uri, ContentValues values, String selection,
812 public String selection; field in class:ShadowContentResolverTest.QueryParamTrackingCursor
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_components/
CellMeasuredResults.java 341 private ChoiceComponent selection; field in class:CellMeasuredResults.modeSpecificInfoType
404 return selection.ordinal();
410 return selection;
424 selection = Extend.values()[ordinal];
426 selection = Select.values()[ordinal];
428 element = selection.createElement();
435 throw new IllegalArgumentException("Unknown selection tag: " + tag);
438 selection = select;
898 return !hasExtensionValue() && Select.$Fdd == selection;
913 selection = Select.$Fdd
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ver2_ulp_components/
SET_GANSSReferenceTime.java 794 private ChoiceComponent selection; field in class:SET_GANSSReferenceTime.modeSpecificInfoType
857 return selection.ordinal();
863 return selection;
877 selection = Extend.values()[ordinal];
879 selection = Select.values()[ordinal];
881 element = selection.createElement();
888 throw new IllegalArgumentException("Unknown selection tag: " + tag);
891 selection = select;
1171 return !hasExtensionValue() && Select.$Fdd == selection;
1186 selection = Select.$Fdd
    [all...]
UTRAN_GANSSReferenceTime.java 600 private ChoiceComponent selection; field in class:UTRAN_GANSSReferenceTime.modeSpecificInfoType
663 return selection.ordinal();
669 return selection;
683 selection = Extend.values()[ordinal];
685 selection = Select.values()[ordinal];
687 element = selection.createElement();
694 throw new IllegalArgumentException("Unknown selection tag: " + tag);
697 selection = select;
977 return !hasExtensionValue() && Select.$Fdd == selection;
992 selection = Select.$Fdd
    [all...]

Completed in 2010 milliseconds

1 2 3 4 5 67 8 91011>>