/frameworks/base/core/java/android/animation/ |
PropertyValuesHolder.java | 712 * prefix is typically "set" or "get" and the first letter of the property name is [all...] |
/frameworks/opt/calendar/src/com/android/calendarcommon/ |
EventRecurrence.java | 266 * two-letter string representing that constant. 269 * @return the two-letter string for the day ("SU", "MO", etc.)
|
/packages/apps/Mms/src/com/android/mms/ui/ |
MessageUtils.java | [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
stdio.h | 419 GNU extension which conflicts with valid %a followed by letter 470 GNU extension which conflicts with valid %a followed by letter
|
/external/llvm/docs/tutorial/ |
OCamlLangImpl6.html | 193 <b>* ::= binary LETTER number? (id, id) 194 * ::= unary LETTER number? (id) *)</b> 402 * ::= binary LETTER number? (id, id) 403 <b>* ::= unary LETTER number? (id)</b> *) [all...] |
LangImpl6.html | 206 <b>/// ::= binary LETTER number? (id, id)</b> 437 /// ::= binary LETTER number? (id, id) 438 <b>/// ::= unary LETTER (id)</b> [all...] |
/external/pcre/ |
pcregrep.c | 200 /* Options without a single-letter equivalent get a negative value. This can be [all...] |
/external/icu4c/test/intltest/ |
usettest.cpp | 322 UnicodeSet *set1=new UnicodeSet(UNICODE_STRING_SIMPLE("\\p{Lowercase Letter}"), status); // :Ll: Letter, lowercase 323 UnicodeSet *set1a=new UnicodeSet(UNICODE_STRING_SIMPLE("[:Ll:]"), status); // Letter, lowercase 893 "\\P{ GENERAL Category = upper case letter }", [all...] |
/external/netperf/ |
netlib.c | 268 * get option letter from argument vector 354 static char *place = EMSG; /* option letter processing */ 355 register char *oli; /* option letter list index */ 370 /* option letter okay? */ 399 return optopt; /* return option letter */ [all...] |
/external/llvm/docs/ |
CodingStandards.html | 857 should be nouns and start with an upper-case letter (e.g. 862 be camel case, and start with a lower case letter (e.g. <tt>openFile()</tt> 872 variables</b> should start with an upper-case letter, just like types. [all...] |
/external/protobuf/src/google/protobuf/stubs/ |
strutil.cc | 376 p++; // read past letter we escaped 435 if (dest_len - used < 2) // Need space for two letter escape 453 if (dest_len - used < 4) // need space for 4 letter escape [all...] |
/frameworks/base/core/java/android/text/format/ |
DateUtils.java | [all...] |
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/ |
Pattern2Test.java | 811 // One letter codes: L, M, N, P, S, Z, C 812 // Two letter codes: Lu, Nd, Sc, Sm, ... 821 // Test two letter codes: [all...] |
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
PhoneNumberUtil.java | 51 * ISO 3166-1 two-letter country-code format. These should be in upper-case. The list of the codes 155 // Put (lower letter -> upper letter) and (upper letter -> upper letter) mappings. 193 // square brackets, parentheses and tildes. It also includes the letter 'x' as that is found as a [all...] |
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
flex.man | 281 The "name" is a word beginning with a letter or an under- 294 matches a letter followed by zero-or-more letters-or-digits. 364 an 'a', a 'b', any letter from 'j' through 'o', 368 character EXCEPT an uppercase letter. 369 [^A-Z\n] any character EXCEPT an uppercase letter or [all...] |
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/ |
flex.info | 309 The "name" is a word beginning with a letter or an underscore ('_') 320 digit, and "ID" to be a regular expression which matches a letter 386 letter from `j' through `o', or a `Z' 390 class. In this case, any character EXCEPT an uppercase letter. 393 any character EXCEPT an uppercase letter or a newline [all...] |
flex.texi | 397 The "name" is a word beginning with a letter or an 413 matches a letter followed by zero-or-more 486 an @samp{a}, a @samp{b}, any letter from @samp{j} through @samp{o}, 491 character EXCEPT an uppercase letter. 493 any character EXCEPT an uppercase letter or [all...] |
/external/webkit/Tools/android/flex-2.5.4a/ |
flex.1 | 258 The "name" is a word beginning with a letter or an underscore ('_') 272 "ID" to be a regular expression which matches a letter 347 an 'a', a 'b', any letter from 'j' through 'o', 351 character EXCEPT an uppercase letter. 352 [^A-Z\\n] any character EXCEPT an uppercase letter or [all...] |
/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/share/man/man1/ |
arm-linux-androideabi-ld.1 | 224 For options whose names are a single letter, 225 option arguments must either follow the option letter without intervening 232 this rule. Multiple letter options that start with a lower case 'o' can 238 Arguments to multiple-letter options must either be separated from the 242 Unique abbreviations of the names of multiple-letter options are 260 the joined forms of both single\- and multiple-letter options, such as: [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/share/man/man1/ |
arm-linux-androideabi-ld.1 | 224 For options whose names are a single letter, 225 option arguments must either follow the option letter without intervening 232 this rule. Multiple letter options that start with a lower case 'o' can 238 Arguments to multiple-letter options must either be separated from the 242 Unique abbreviations of the names of multiple-letter options are 260 the joined forms of both single\- and multiple-letter options, such as: [all...] |
/development/pdk/docs/source/ |
code-style.jd | 319 <li>Capital letters are considered to come before lower case letter (e.g. Z before a).</li> 362 <li>Other fields start with a lower case letter.</li>
|
/development/samples/GlobalTime/src/com/android/globaltime/ |
GlobalTime.java | 919 // Add a letter to the city name prefix 954 // Remove a letter from the city name prefix [all...] |
/external/guava/javadoc/com/google/common/base/class-use/ |
CharMatcher.html | 183 Determines whether a character is a letter according to <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Character.html?is-external=true#isLetter(char)" title="class or interface in java.lang"><CODE>Java's definition</CODE></A>.</TD> 191 Determines whether a character is a letter or digit according to <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Character.html?is-external=true#isLetterOrDigit(char)" title="class or interface in java.lang"><CODE>Java's definition</CODE></A>.</TD>
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
toy.cpp | 512 /// ::= binary LETTER number? (id, id) 513 /// ::= unary LETTER (id) [all...] |
/external/neven/Embedded/common/src/b_ImageEm/ |
Flt16Image.c | 325 The image boundaries are indicated by letter "I" ( 0, 0 ) to ( srcPtrA->widthE, srcPtrA->heightE ) 326 The rectangle boundaries are indicated by letter "R" ( sectionPtrA->x1E, sectionPtrA->y1E ) to ( sectionPtrA->x2E, sectionPtrA->y2E )
|