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

1 2

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DebugUtilities.java 40 return DebugUtilitiesData.NAMES[type].length;
50 return DebugUtilitiesData.NAMES[type][field];
60 for(int j=0;j<DebugUtilitiesData.NAMES[type].length;j++) {
61 if(string.equals(DebugUtilitiesData.NAMES[type][j])) {
DebugUtilitiesData.java 27 public static final String [][] NAMES = {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
AnnotationVisibility.java 15 * * Neither the name of Google Inc. nor the names of its
41 private static String[] NAMES = new String[] {"build", "runtime", "system"};
44 if (visibility < 0 || visibility >= NAMES.length) {
47 return NAMES[visibility];
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DebugUtilities.java 39 return DebugUtilitiesData.NAMES[type].length;
49 return DebugUtilitiesData.NAMES[type][field];
59 for(int j=0;j<DebugUtilitiesData.NAMES[type].length;j++) {
60 if(string.equals(DebugUtilitiesData.NAMES[type][j])) {
DebugUtilitiesData.java 26 public static final String [][] NAMES = {
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
ProfilesTableModel.java 23 private static final String[] NAMES = { "measure", "layout", "draw" };
43 return NAMES[row];
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
Makefile 3 NAMES := wpa_gui ap laptop group invitation
5 ICONS := $(addsuffix .png, $(foreach name, $(NAMES), $(foreach size, $(SIZES), $(size)/$(name))))
6 ICONS += $(addsuffix .xpm, $(NAMES))
  /libcore/ojluni/src/main/java/sun/security/x509/
ReasonFlags.java 72 private final static String[] NAMES = {
85 for( int i=0; i<NAMES.length; i++ ) {
86 if( NAMES[i].equalsIgnoreCase(name) ) {
232 * Return an enumeration of names of attributes existing within this
237 for( int i=0; i<NAMES.length; i++ ) {
238 elements.addElement(NAMES[i]);
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/res/src/com/android/inputmethod/keyboard/internal/
KeyboardTextsTable.tmpl 84 private static final String[] NAMES = {
86 /* @NAMES@ */
103 for (int index = 0; index < NAMES.length; index++) {
104 sNameToIndexesMap.put(NAMES[index], index);
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
subdirs.py 84 "HOW NAMES ARE CONSTRUCTED" under "gsutil help cp" for more details.)
  /cts/tests/tests/sax/src/android/sax/cts/
ElementTest.java 57 private static final String[] NAMES = { "bob", "tom", "brett" };
77 assertEquals(NAMES[mNameIndex], body);
127 assertEquals(NAMES.length, mNameIndex);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ActivityTransition.java 65 public static final String[] NAMES = {
85 for (int i = 0; i < NAMES.length; i++) {
86 String name = NAMES[i];
109 public void onMapSharedElements(List<String> names,
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
ActivityTransition.java 60 public static final String[] NAMES = {
80 for (int i = 0; i < NAMES.length; i++) {
81 String name = NAMES[i];
111 public void onMapSharedElements(List<String> names,
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
ModelBackedDocumentsAdapterTest.java 35 private static final String[] NAMES = new String[] {
55 mModel.update(NAMES);
SectionBreakDocumentsAdapterWrapperTest.java 36 private static final String[] NAMES = new String[] {
87 mModel.update(NAMES);
ModelTest.java 60 private static final String[] NAMES = new String[] {
89 // Generate random document names and sizes. This forces the model's internal sort code
91 row.add(Document.COLUMN_DISPLAY_NAME, NAMES[i]);
184 List<String> names = new ArrayList<>(); local
194 names.add(DocumentInfo.getCursorString(c, Document.COLUMN_DISPLAY_NAME));
198 for (int i = 0; i < names.size()-1; ++i) {
199 assertTrue(Shared.compareToIgnoreCaseNullable(names.get(i), names.get(i+1)) <= 0);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
indic.pl 78 # Keep track of all script names we encounter. We also note the
89 # code point. For each code point, keep an array of script names.
109 # For multiple names on a code offset, use the format
186 # etc. are decomposed names. E.g. $DECOMP{'LETTER RRA'} -> 'LETTER
191 $NAMES = "NamesList.txt";
192 open(NAMES);
193 while (<NAMES>) {
197 while (<NAMES>) {
222 close(NAMES);
265 # names that occur in two or more scripts. For those scripts wher
    [all...]
  /external/proguard/src/proguard/classfile/instruction/
InstructionConstants.java 234 public static final String[] NAMES =
Instruction.java 965 return InstructionConstants.NAMES[opcode & 0xff];
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
CtsTestTest.java 56 private static final List<String> NAMES = new ArrayList<>();
61 NAMES.add(PACKAGE_NAME);
281 EasyMock.expect(mMockRepo.getPackageNames()).andReturn(NAMES).anyTimes();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tic.h 54 ** Names Section, containing the names of the terminal
137 * three are also used in the hash table of capability names. The scanner
146 #define NAMES 4 /* The names for a terminal type */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tic.h 54 ** Names Section, containing the names of the terminal
137 * three are also used in the hash table of capability names. The scanner
146 #define NAMES 4 /* The names for a terminal type */
  /external/v8/test/unittests/wasm/
module-decoder-unittest.cc 42 #define EMPTY_NAMES_SECTION SECTION(NAMES, 1), 0
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardTextsTable.java 84 private static final String[] NAMES = {
    [all...]
  /external/zlib/src/
make_vms.com 108 $! Why /NAMES = AS_IS? Why not simply ".not. vax"? And why not on VAX?

Completed in 1653 milliseconds

1 2