/external/icu/android_icu4j/src/main/java/android/icu/text/ |
TransliteratorIDParser.java | 28 * Parsing component for transliterator IDs. This class contains only 40 * A compound ID, which is a sequence of one or more single IDs, 43 * appended to the IDs, separated by semicolons. An appended filter 183 // A and B are filter IDs. 325 * filter, a separator, one or more single IDs delimited by 333 * consisting of canonical IDs for all elements, as returned by 337 * objects representing the parsed IDs. Previous contents are 401 // a trailing delimiter after the IDs. 428 * @param ids list vector of SingleID objects. 431 static List<Transliterator> instantiateList(List<SingleID> ids) { [all...] |
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
TransliteratorIDParser.java | 27 * Parsing component for transliterator IDs. This class contains only 39 * A compound ID, which is a sequence of one or more single IDs, 42 * appended to the IDs, separated by semicolons. An appended filter 182 // A and B are filter IDs. 324 * filter, a separator, one or more single IDs delimited by 332 * consisting of canonical IDs for all elements, as returned by 336 * objects representing the parsed IDs. Previous contents are 400 // a trailing delimiter after the IDs. 427 * @param ids list vector of SingleID objects. 430 static List<Transliterator> instantiateList(List<SingleID> ids) { [all...] |
/external/mesa3d/src/compiler/nir/ |
nir_algebraic.py | 53 self.ids = itertools.count() 59 self.names[name] = self.ids.next()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/ |
gl2ext.h | [all...] |
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/ |
beam_search_decoder.py | 181 embedding: A callable that takes a vector tensor of `ids` (argmax ids), 211 lambda ids: embedding_ops.embedding_lookup(embedding, ids)) 603 # Append new ids to current predictions
|
/external/tensorflow/tensorflow/python/ops/ |
metrics_impl.py | [all...] |
/frameworks/base/cmds/incident_helper/src/ |
ih_util.cpp | 270 Table::Table(const char* names[], const uint64_t ids[], const int count) 276 fields[names[i]] = ids[i];
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
LegacyCameraDevice.java | 777 static boolean containsSurfaceId(Surface s, Collection<Long> ids) { 785 return ids.contains(id); [all...] |
/frameworks/support/compat/src/androidTest/java/androidx/core/graphics/ |
TypefaceCompatTest.java | 112 final int[] ids = { R.font.large_a, R.font.large_b, R.font.large_c, R.font.large_d }; local 125 return ids[maxIndex];
|
/frameworks/wilhelm/tests/sandbox/ |
playbq.cpp | 350 SLInterfaceID ids[1] = {SL_IID_ENVIRONMENTALREVERB}; local 353 ids, req);
|
/libcore/luni/src/test/java/libcore/java/util/ |
TimeZoneTest.java | 118 String[] ids = new String[] { "Africa/Bujumbura", "Indian/Cocos", "Pacific/Wake", "UTC" }; local 119 for (String id : ids) {
|
/libcore/luni/src/test/java/libcore/libcore/util/ |
CountryTimeZonesTest.java | [all...] |
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
GlobalDismissManager.java | 207 * @param eventIds IDs for events that have posted notifications that may be 393 * Build a selection over a set of row IDs 395 * @param ids row IDs to select 399 private static String buildMultipleIdQuery(Set<Long> ids, String key) { 402 for (Long id : ids) { 417 * @param eventIds Event row IDs to query. 444 * @param calendars Calendar row IDs to query.
|
/packages/apps/Calendar/src/com/android/calendar/widget/ |
CalendarAppWidgetService.java | 548 int[] ids = widgetManager.getAppWidgetIds(CalendarAppWidgetProvider 551 widgetManager.notifyAppWidgetViewDataChanged(ids, R.id.events_list);
|
/prebuilts/go/darwin-x86/src/encoding/gob/ |
doc.go | 228 If there are nested type ids, the types for all inner type ids must be defined 232 priori, as well as the basic gob types int, uint, etc. Their ids are: 242 // gap for reserved ids.
|
/prebuilts/go/darwin-x86/src/runtime/pprof/internal/profile/ |
filter.go | 92 // focusedAndNotIgnored looks up a slice of ids against a map of
|
/prebuilts/go/linux-x86/src/encoding/gob/ |
doc.go | 228 If there are nested type ids, the types for all inner type ids must be defined 232 priori, as well as the basic gob types int, uint, etc. Their ids are: 242 // gap for reserved ids.
|
/prebuilts/go/linux-x86/src/runtime/pprof/internal/profile/ |
filter.go | 92 // focusedAndNotIgnored looks up a slice of ids against a map of
|
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/ |
SpvBuilder.cpp | 1944 Id ids[maxMatrixSize][maxMatrixSize]; local [all...] |
/system/bt/service/ |
gatt_server_old.cc | 565 bool Server::SetAdvertisement(const std::vector<Uuid>& ids, 573 // for (const Uuid &id : ids) { 591 bool Server::SetScanResponse(const std::vector<Uuid>& ids, 599 // for (const Uuid &id : ids) {
|
/external/python/cpython2/Doc/tools/extensions/ |
pyspecific.py | 181 document.append(doctree.ids[labelid])
|
/external/tensorflow/tensorflow/contrib/tensorboard/db/ |
summary_db_writer.cc | 169 /// \brief Generates unique IDs randomly in the [1,2**63-1] range. 171 /// This class starts off generating IDs in the [1,2**23-1] range, 177 /// as IDs become exhausted but reads are still possible. 191 TF_RETURN_IF_ERROR(db_->Prepare("INSERT INTO Ids (id) VALUES (?)", &stmt)); 210 "pruning the Ids table; you can also file a bug " 237 static Status Save(Sqlite* db, SqliteTransaction* txn, IdAllocator* ids, 240 TF_RETURN_IF_ERROR(ids->CreateNewId(graph_id)); 398 /// This class gives us Tag IDs we can pass to SeriesWriter. In order 399 /// to do that, rows are created in the Ids, Tags, Runs, Experiments, 405 RunMetadata(IdAllocator* ids, const string& experiment_name [all...] |
/frameworks/rs/ |
rsHidlAdaptation.h | 72 static void ElementGetSubElements(RsContext, RsElement, uintptr_t *ids, const char **names, size_t *arraySizes, uint32_t dataSize);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
snmp.h | 25 UINT *ids; member in struct:__anon65668 200 LPSTR SNMP_FUNC_TYPE SnmpUtilIdsToA(UINT *Ids,UINT IdLength);
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaDrmClearkeyTest.java | 137 * Extracts key ids from the pssh blob returned by getKeyRequest() and 142 * @return size of keyIds vector that contains the key ids, 0 for error 153 final JSONArray ids = license.getJSONArray("kids"); local 154 for (int i = 0; i < ids.length(); ++i) { 155 keyIds.add(ids.getString(i)); 183 * Retrieves clear key ids from getKeyRequest(), create JSON Web Key 203 Log.e(TAG, "No key ids found in initData"); 208 Log.e(TAG, "Mismatch number of key ids and keys: ids=" + [all...] |