Home
last modified time | relevance | path

Searched refs:sequence (Results 1 – 21 of 21) sorted by relevance

/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
DCharMatcher.java247 @Override public int indexIn(CharSequence sequence) {
248 return (sequence.length() == 0) ? -1 : 0;
250 @Override public int indexIn(CharSequence sequence, int start) {
251 int length = sequence.length();
255 @Override public int lastIndexIn(CharSequence sequence) {
256 return sequence.length() - 1;
258 @Override public boolean matchesAllOf(CharSequence sequence) {
259 checkNotNull(sequence);
262 @Override public boolean matchesNoneOf(CharSequence sequence) {
263 return sequence.length() == 0;
[all …]
DSplitter.java331 public Iterable<String> split(final CharSequence sequence) {
332 checkNotNull(sequence);
336 return strategy.iterator(Splitter.this, sequence);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DSentenceLevelAdapter.java89 public int getEndOfWord(final CharSequence sequence, int index) { in getEndOfWord() argument
90 final int length = sequence.length(); in getEndOfWord()
91 index = index < 0 ? 0 : Character.offsetByCodePoints(sequence, index, 1); in getEndOfWord()
93 final int codePoint = Character.codePointAt(sequence, index); in getEndOfWord()
102 Character.codePointAt(sequence, indexOfNextCodePoint))) { in getEndOfWord()
114 public int getBeginningOfNextWord(final CharSequence sequence, int index) {
115 final int length = sequence.length();
119 index = index < 0 ? 0 : Character.offsetByCodePoints(sequence, index, 1);
121 final int codePoint = Character.codePointAt(sequence, index);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppReceiveFileInfo.java230 int sequence = 1; in chooseUniquefilename() local
233 fullfilename = filename + sequence + extension; in chooseUniquefilename()
237 if (V) Log.v(Constants.TAG, "file with sequence number " + sequence + " exists"); in chooseUniquefilename()
238 sequence += rnd.nextInt(magnitude) + 1; in chooseUniquefilename()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DHelpers.java323 int sequence = 1; in generateAvailableFilenameLocked() local
326 name = prefix + Constants.FILENAME_SEQUENCE_SEPARATOR + sequence + suffix; in generateAvailableFilenameLocked()
330 sequence += sRandom.nextInt(magnitude) + 1; in generateAvailableFilenameLocked()
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/apps/Exchange/src/com/android/exchange/utility/
DCalendarUtilities.java1858 String sequence = entityValues.getAsString(SYNC_VERSION); in createMessageForEntity() local
1859 if (sequence == null) { in createMessageForEntity()
1860 sequence = "0"; in createMessageForEntity()
1867 if (!sequence.equals("0")) { in createMessageForEntity()
2007 ics.writeTag("SEQUENCE", sequence); in createMessageForEntity()
/packages/apps/Settings/tests/src/com/android/settings/vpn2/
DCertInstallerHelper.java158 ASN1Sequence sequence = (ASN1Sequence) in isCa() local
160 return BasicConstraints.getInstance(sequence).isCA(); in isCa()
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DNotificationImportExportListener.java69 public void onImportProcessed(ImportRequest request, int jobId, int sequence) { in onImportProcessed() argument
83 if (sequence == 0) { in onImportProcessed()
DVCardImportExportListener.java24 void onImportProcessed(ImportRequest request, int jobId, int sequence); in onImportProcessed() argument
DNfcImportVCardActivity.java208 public void onImportProcessed(ImportRequest request, int jobId, int sequence) { in onImportProcessed() argument
/packages/apps/CertInstaller/src/com/android/certinstaller/
DCredentialHelper.java170 ASN1Sequence sequence = (ASN1Sequence) in isCa() local
172 return BasicConstraints.getInstance(sequence).isCA(); in isCa()
/packages/apps/Settings/src/com/android/settings/
DChooseLockPassword.java366 final int sequence = LockPatternUtils.maxLengthSequence(password); in validatePassword() local
368 && sequence > LockPatternUtils.MAX_ALLOWED_SEQUENCE) { in validatePassword()
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java5326 int sequence = Integer.parseInt(sequenceString); in addToSequence() local
5327 if (sequence > mLastSequence) { in addToSequence()
5330 mLastSequence = sequence; in addToSequence()
/packages/apps/Camera/jni/feature_stab/doc/
Ddbreg_API_doxyfile25 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
1378 # You can define message sequence charts within doxygen comments using the \msc
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile25 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
1378 # You can define message sequence charts within doxygen comments using the \msc
/packages/apps/Camera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile25 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
1378 # You can define message sequence charts within doxygen comments using the \msc
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile25 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
1378 # You can define message sequence charts within doxygen comments using the \msc
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1402373178, ...