/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ZoneMeta.java | 62 * Returns an immutable set of system time zone IDs. 64 * @return An immutable set of system time zone IDs. 88 * Returns an immutable set of canonical system time zone IDs. 91 * @return An immutable set of canonical system time zone IDs. 118 * Returns an immutable set of canonical system time zone IDs that 121 * including IDs, such as "Etc/GTM+5". 122 * @return An immutable set of canonical system time zone IDs that 153 * Returns an immutable set of system IDs for the given conditions. 157 * @return An immutable set of system IDs for the given conditions. 210 * Returns the number of IDs in the equivalency group tha 304 String[] ids = getZoneIDs(); local 477 Set<String> ids = TimeZone.getAvailableIDs(SystemTimeZoneType.CANONICAL_LOCATION, country, null); local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
TimeZone.java | 55 * all the supported time zone IDs, or getCanonicalID method to check 59 * supported IDs, then you can create a custom time zone ID with 78 * <p>For compatibility with JDK 1.1.x, some other three-letter time zone IDs 841 Set<String> ids = getAvailableIDs(SystemTimeZoneType.ANY, null, Integer.valueOf(rawOffset)); local 859 Set<String> ids = getAvailableIDs(SystemTimeZoneType.ANY, country, null); local 874 Set<String> ids = getAvailableIDs(SystemTimeZoneType.ANY, null, null); local [all...] |
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/solver/query/ |
QueryWriterTest.kt | 113 @Query("SELECT id FROM users WHERE id IN(:ids) AND age > :time") 114 abstract java.util.List<Integer> selectAllIds(long time, int... ids); 122 final int _inputSize = ids.length; 130 for (int _item : ids) { 143 final int _inputSize = ids.size(); 151 for (java.lang.Integer _item : ids) { 166 @Query("SELECT id FROM users WHERE id IN(:ids) AND age > :time") 167 abstract List<Integer> selectAllIds(long time, List<Integer> ids); 178 @Query("SELECT id FROM users WHERE id IN(:ids) AND age > :time") 179 abstract List<Integer> selectAllIds(long time, Set<Integer> ids); [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
SimImportFragment.java | 179 final long[] ids = mListView.getCheckedItemIds(); local 180 Arrays.sort(ids); 181 mPerAccountCheckedIds.put(current, ids); 185 final long[] ids = mPerAccountCheckedIds.get(mAdapter.getAccount()); local 186 if (ids == null) { 192 Arrays.binarySearch(ids, mListView.getItemIdAtPosition(i)) >= 0);
|
/prebuilts/go/darwin-x86/misc/linkcheck/ |
linkcheck.go | 69 func pageIDs(body string) (ids []string) { 72 ids = append(ids, m[1])
|
/prebuilts/go/linux-x86/misc/linkcheck/ |
linkcheck.go | 69 func pageIDs(body string) (ids []string) { 72 ids = append(ids, m[1])
|
/toolchain/binutils/binutils-2.27/binutils/ |
resres.c | 648 int cids, const rc_res_id *ids, int dupok) 673 if (res_id_cmp ((*pp)->id, ids[i]) == 0) 682 re->id = ids[i]; 702 res_ids_print (stderr, i, ids); 714 res_ids_print (stderr, cids, ids); 725 res_ids_print (stderr, cids, ids);
|
/external/autotest/frontend/client/src/autotest/tko/ |
SavedQueriesControl.java | 164 JSONArray ids = new JSONArray(); local 165 ids.set(0, new JSONNumber(Integer.parseInt(idString))); 166 args.put("id_list", ids);
|
/frameworks/base/core/java/android/service/autofill/ |
Dataset.java | 512 final ArrayList<AutofillId> ids = 520 for (int i = 0; i < ids.size(); i++) { 521 final AutofillId id = ids.get(i);
|
/frameworks/base/core/tests/coretests/src/android/app/ |
DownloadManagerFunctionalTest.java | 257 Set<Long> ids = mReceiver.getDownloadIds(); local 258 assertEquals(1, ids.size()); 259 Iterator<Long> it = ids.iterator();
|
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/ |
text_handler.cpp | 389 std::set<uint32_t> ids; local 393 ids.insert(id); 395 return ids;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
CollationServiceTest.java | 159 private Set ids; field in class:CollationServiceTest.TestFactory 189 if (ids == null) { 197 ids = Collections.unmodifiableSet(set); 199 return ids;
|
/external/icu/icu4c/source/test/intltest/ |
uobjtest.cpp | 101 static UClassID ids[MAX_CLASS_ID]; variable 117 errln("FAIL: Fatal: Ran out of IDs! Increase MAX_CLASS_ID." + UnicodeString(count) + what); 156 if(staticID == ids[i]) { 167 ids[ids_count] = staticID; 504 i, ids[i], ids_class[i], ids_factory[i]);
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationServiceTest.java | 156 private Set ids; field in class:CollationServiceTest.TestFactory 186 if (ids == null) { 194 ids = Collections.unmodifiableSet(set); 196 return ids;
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
versioning_apptest.cc | 116 database_->ListEmployeeIds([](Array<uint64_t> ids) { EXPECT_TRUE(false); });
|
/external/oj-libjdwp/src/share/back/ |
outStream.h | 52 struct bag *ids; member in struct:PacketOutputStream
|
/external/syslinux/gpxe/src/arch/i386/drivers/net/ |
undi.c | 144 .ids = undipci_nics,
|
/external/tensorflow/tensorflow/core/framework/ |
op_def_builder_test.cc | 441 .Output("ids: int64") 446 Note that indices, ids and weights are vectors of the same size and have 447 one-to-one correspondence between their elements. ids and weights are each 450 weight is assumed to be 1.0. Also for any j, if ids[j] and weights[j] were 456 ids: vector of id extracted from the SparseFeatures proto. 471 name: "ids" 481 description: "Note that indices, ids and weights are vectors of the same size and have\none-to-one correspondence between their elements. ids and weights are each\nobtained by sequentially concatenating sf[i].id and sf[i].weight, for i in\n1...size(sf). Note that if sf[i].weight is not set, the default value for the\nweight is assumed to be 1.0. Also for any j, if ids[j] and weights[j] were\nextracted from sf[i], then index[j] is set to i."
|
/external/v8/src/profiler/ |
allocation-tracker.h | 108 AllocationTracker(HeapObjectsMap* ids, StringsStorage* names);
|
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/ |
DownloadManagerBaseTest.java | 206 * @param ids ids of the downloads to wait for. 211 public boolean waitForMultipleDownloadsToFinish(Set<Long> ids, long timeout) 215 while (!mFinishedDownloads.containsAll(ids)) { 363 protected boolean waitForMultipleDownloads(Set<Long> ids, long timeout) 365 return mListener.waitForMultipleDownloadsToFinish(ids, timeout);
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES32.spec | 3 void glDebugMessageControl ( GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled ) 6 GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
|
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/ |
supplicant_sta_iface_hidl_test.cpp | 203 const hidl_vec<SupplicantNetworkId>& ids) { 205 EXPECT_EQ(0u, ids.size()); 212 const hidl_vec<SupplicantNetworkId>& ids) { 214 EXPECT_LT(0u, ids.size());
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
GroupUtil.java | 65 // System IDs of FFC groups in Google accounts 107 public static List<String> getSendToDataForIds(Context context, long[] ids, String scheme) { 109 final String sIds = GroupUtil.convertArrayToString(ids); 152 public static Intent createSendToSelectionPickerIntent(Context context, long[] ids, 159 intent.putExtra(UiIntentActions.SELECTION_ITEM_LIST, ids);
|
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/ |
DefaultSelectionHelper.java | 97 * @param stableIds client supplied class providing access to stable ids. 157 public boolean setItemsSelected(Iterable<String> ids, boolean selected) { 158 boolean changed = setItemsSelectedQuietly(ids, selected); 163 private boolean setItemsSelectedQuietly(Iterable<String> ids, boolean selected) { 165 for (String id: ids) { 346 // Update the selection to remove any disappeared IDs. 378 // Remove any disappeared IDs from the selection. 382 // truth for stable ids (StableIdProvider) probably
|
/prebuilts/go/darwin-x86/src/os/user/ |
user_test.go | 150 func containsID(ids []string, id string) bool { 151 for _, x := range ids {
|