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

1 2 3 4 5 6 7 8 91011>>

  /external/cldr/tools/java/org/unicode/cldr/icu/
DayPeriodsMapper.java 36 private String selection; field in class:DayPeriodsMapper.DayPeriodsHandler
45 // <dayPeriodRuleSet type="selection">
47 selection = attr.getValue("type");
48 if (selection == null) {
49 selection = "";
51 selection = "_" + selection;
57 icuData.add("/locales" + selection + "/" + locale, "set" + setNum);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
Solution.h 26 /// To get the selection for each node in the problem use the getSelection method.
36 /// Set the selection for a given node.
38 /// @param selection Selection for nodeId.
39 void setSelection(GraphBase::NodeId nodeId, unsigned selection) {
40 selections[nodeId] = selection;
43 /// Get a node's selection.
45 /// @return The selection for nodeId;
48 assert(sItr != selections.end() && "No selection for node.");
  /external/v8/tools/heap-stats/
histogram-viewer.js 31 set selection(value) {
36 get selection() {
41 return this.data && this.selection &&
42 (this.selection.data_view === VIEW_BY_INSTANCE_CATEGORY ||
43 this.selection.data_view === VIEW_BY_INSTANCE_TYPE);
56 switch (this.selection.data_view) {
79 console.assert(this.selection, 'invalid selection');
80 return this.data[this.selection.isolate]
81 .gcs[this.selection.gc][this.selection.data_set]
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
AwareProvider.java 38 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
54 public int delete(Uri uri, String selection, String[] selectionArgs) {
59 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
UnawareProvider.java 38 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
54 public int delete(Uri uri, String selection, String[] selectionArgs) {
59 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
  /cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/
SyncAdapterSettingsProvider.java 36 public Cursor query(Uri uri, String[] projection, String selection,
52 public int delete(Uri uri, String selection, String[] selectionArgs) {
57 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
  /cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
BatteryStatsProvider.java 35 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
51 public int delete(Uri uri, String selection, String[] selectionArgs) {
56 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
  /cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
StatsdProvider.java 35 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
51 public int delete(Uri uri, String selection, String[] selectionArgs) {
56 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
  /cts/tests/tests/appcomponentfactory/src/android/app/componentfactory/cts/
MyProvider.java 29 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
45 public int delete(Uri uri, String selection, String[] selectionArgs) {
50 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
  /cts/tests/tests/provider/src/android/provider/cts/
TestSRSProvider.java 31 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
47 public int delete(Uri uri, String selection, String[] selectionArgs) {
52 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
  /cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/
SyncManagerCtsProvider.java 30 public Cursor query(Uri uri, String[] projection, String selection,
46 public int delete(Uri uri, String selection, String[] selectionArgs) {
51 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
  /external/autotest/server/cros/ap_configurators/
belkinF5D8236_ap_configurator.py 26 selection = 'WPA2-PSK'
28 selection = 'WPA-PSK'
29 self.select_item_from_popup_by_xpath(selection, psk,
  /cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/db/
Database.java 76 * @param selection a filter declaring which rows to return, formatted as an SQL WHERE clause
79 * @param selectionArgs you may include {@code ?}s in selection, which will be replaced by the
80 * values from selectionArgs, in order that they appear in the selection.
88 public Cursor query(String table, String[] projection, String selection, String[] selectionArgs,
91 .query(table, projection, selection, selectionArgs, null /* groupBy */,
111 * @param selection the optional WHERE clause to apply when deleting. Passing {@code null} will
116 * remove all rows and get a count pass {@code 1} as the {@code selection}.
118 public int delete(String table, String selection, String[] selectionArgs) {
119 return mHelper.getWritableDatabase().delete(table, selection, selectionArgs);
128 * @param selection the optional WHERE clause to apply when updating. Passing {@code null} wil
    [all...]
  /external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/shadows/support/v4/
CursorLoaderTest.java 18 String selection = "_id = ?"; local
24 selection,
30 assertThat(cursorLoader.getSelection()).isEqualTo(selection);
39 String selection = "_id = ?"; local
45 cursorLoader.setSelection(selection);
51 assertThat(cursorLoader.getSelection()).isEqualTo(selection);
  /external/epid-sdk/ext/ipp/sources/ippcp/
pcprij128safe.h 111 BNU_CHUNK_T selection = 0; local
114 BNU_CHUNK_T i_sel = x / sizeof(BNU_CHUNK_T); /* selection index */
118 selection |= SboxEntry[i] & mask;
120 selection >>= (x & SELECTION_BITS) * 8;
121 return (Ipp8u)(selection & 0xFF);
128 BNU_CHUNK_T selection = 0; local
135 selection |= SboxEntry[i] & mask;
137 selection >>= (x & SELECTION_BITS) * 8;
138 return (Ipp8u)(selection & 0xFF);
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_components/
GANSSAlmanacElement.java 51 private ChoiceComponent selection; field in class:GANSSAlmanacElement
114 return selection.ordinal();
120 return selection;
134 selection = Extend.values()[ordinal];
136 selection = Select.values()[ordinal];
138 element = selection.createElement();
145 throw new IllegalArgumentException("Unknown selection tag: " + tag);
148 selection = select;
216 return !hasExtensionValue() && Select.$KeplerianAlmanacSet == selection;
231 selection = Select.$KeplerianAlmanacSet
    [all...]
GANSSAddUTCModel.java 51 private ChoiceComponent selection; field in class:GANSSAddUTCModel
114 return selection.ordinal();
120 return selection;
134 selection = Extend.values()[ordinal];
136 selection = Select.values()[ordinal];
138 element = selection.createElement();
145 throw new IllegalArgumentException("Unknown selection tag: " + tag);
148 selection = select;
252 return !hasExtensionValue() && Select.$UtcModel2 == selection;
267 selection = Select.$UtcModel2
    [all...]
GANSSClockModel.java 51 private ChoiceComponent selection; field in class:GANSSClockModel
114 return selection.ordinal();
120 return selection;
134 selection = Extend.values()[ordinal];
136 selection = Select.values()[ordinal];
138 element = selection.createElement();
145 throw new IllegalArgumentException("Unknown selection tag: " + tag);
148 selection = select;
216 return !hasExtensionValue() && Select.$StandardClockModelList == selection;
231 selection = Select.$StandardClockModelList
    [all...]
GANSSOrbitModel.java 51 private ChoiceComponent selection; field in class:GANSSOrbitModel
114 return selection.ordinal();
120 return selection;
134 selection = Extend.values()[ordinal];
136 selection = Select.values()[ordinal];
138 element = selection.createElement();
145 throw new IllegalArgumentException("Unknown selection tag: " + tag);
148 selection = select;
216 return !hasExtensionValue() && Select.$KeplerianSet == selection;
231 selection = Select.$KeplerianSet
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsProvider.java 134 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
161 return query.query(db, projection, selection, selectionArgs, null, null, sortOrder);
174 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
182 if (selection != null && selection.length() > 0) {
183 selection = idSelection + " AND " + selection;
185 selection = idSelection;
192 if (selection != null && selection.length() > 0)
    [all...]
  /cts/tests/tests/telephonyprovider/src/android/telephonyprovider/cts/
TelephonyProviderTest.java 46 String selection = Carriers.CURRENT + " IS NOT NULL"; local
49 APN_PROJECTION, selection, selectionArgs, null);
57 String selection = Carriers.CURRENT + " IS NOT NULL AND " local
61 APN_PROJECTION, selection, selectionArgs, null);
  /external/webrtc/webrtc/modules/audio_device/test/
audio_device_test_func.cc 61 TEST_LOG(" (2) Audio-layer selection\n");
63 TEST_LOG(" (4) Device selection\n");
78 int selection(0);
85 selection = sel;
89 if (scanf("%d", &selection) < 0) {
90 perror("Failed to get selection.");
94 switch (selection)
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowContentProviderOperationBuilderTest.java 42 public Cursor query(Uri uri, String[] projection, String selection,
58 public int delete(Uri uri, String selection, String[] selectionArgs) {
63 public int update(Uri uri, ContentValues values, String selection,
67 request.selection = selection;
77 assertThat(request.selection).isEqualTo("a=?");
87 String selection; field in class:ShadowContentProviderOperationBuilderTest.ContentRequest
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
ContactDbUtil.java 55 String selection = ContactsContract.Data.MIMETYPE + " = '" + Phone.CONTENT_ITEM_TYPE + "'"; local
59 int count = resolver.update(ContactsContract.Data.CONTENT_URI, values, selection, null);
70 String selection = ContactsContract.Data.MIMETYPE + " = '" + Phone.CONTENT_ITEM_TYPE local
76 selection, null, null);
92 int count = resolver.update(ContactsContract.Data.CONTENT_URI, values, selection, null);
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp/
UlpMessage.java 66 private ChoiceComponent selection; field in class:UlpMessage
129 return selection.ordinal();
135 return selection;
149 selection = Extend.values()[ordinal];
151 selection = Select.values()[ordinal];
153 element = selection.createElement();
160 throw new IllegalArgumentException("Unknown selection tag: " + tag);
163 selection = select;
357 return !hasExtensionValue() && Select.$MsSUPLINIT == selection;
372 selection = Select.$MsSUPLINIT
    [all...]

Completed in 996 milliseconds

1 2 3 4 5 6 7 8 91011>>