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

1 2 3

  /external/linux-kselftest/tools/testing/selftests/tc-testing/
tdc_config.py 10 NAMES = {
32 NAMES.update(EXTRA_NAMES)
tdc.py 29 variables contained within NAMES with the correct values
32 subcmd = tcmd.safe_substitute(NAMES)
237 global NAMES
240 NAMES['TC'] = args.path
242 NAMES['DEV2'] = args.device
243 if not os.path.isfile(NAMES['TC']):
244 print("The specified tc path " + NAMES['TC'] + " does not exist.")
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_asserts.py 1 """Fixer that replaces deprecated unittest method names."""
8 NAMES = dict(
30 """ % '|'.join(map(repr, NAMES))
34 name.replace(Name(NAMES[str(name)], prefix=name.prefix))
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_asserts.py 1 """Fixer that replaces deprecated unittest method names."""
8 NAMES = dict(
30 """ % '|'.join(map(repr, NAMES))
34 name.replace(Name(NAMES[str(name)], prefix=name.prefix))
  /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/android_icu4j/src/main/tests/android/icu/dev/test/util/
DebugUtilities.java 45 return DebugUtilitiesData.NAMES[type].length;
55 return DebugUtilitiesData.NAMES[type][field];
65 for(int j=0;j<DebugUtilitiesData.NAMES[type].length;j++) {
66 if(string.equals(DebugUtilitiesData.NAMES[type][j])) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DebugUtilities.java 41 return DebugUtilitiesData.NAMES[type].length;
51 return DebugUtilitiesData.NAMES[type][field];
61 for(int j=0;j<DebugUtilitiesData.NAMES[type].length;j++) {
62 if(string.equals(DebugUtilitiesData.NAMES[type][j])) {
  /external/python/cpython3/Tools/scripts/
make_ctype.py 4 NAMES = ("LOWER", "UPPER", "ALPHA", "DIGIT", "XDIGIT", "ALNUM", "SPACE")
20 for name in NAMES:
45 for name in NAMES:
51 for name in 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) ) {
248 * Return an enumeration of names of attributes existing within this
253 for( int i=0; i<NAMES.length; i++ ) {
254 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);
  /frameworks/base/core/java/com/android/internal/util/
LatencyTracker.java 82 private static final String[] NAMES = new String[] {
130 Trace.asyncTraceBegin(Trace.TRACE_TAG_APP, NAMES[action], 0);
149 Trace.asyncTraceEnd(Trace.TRACE_TAG_APP, NAMES[action], 0);
  /external/libdrm/
Android.sources.bp.mk 1 # Usage: make -f path/to/Android.sources.bp.mk NAMES=<> >Android.sources.bp
16 $(foreach NAME,$(NAMES), \
  /external/eigen/cmake/
FindMetis.cmake 95 NAMES metis.h
101 NAMES metis.h
107 NAMES metis.h
159 NAMES metis
165 NAMES metis
171 NAMES metis
209 find_library(M_LIBRARY NAMES m)
FindPTSCOTCH.cmake 142 NAMES ${ptscotch_hdr}
151 NAMES ${ptscotch_hdr}
160 NAMES ${ptscotch_hdr}
224 NAMES ${ptscotch_lib}
232 NAMES ${ptscotch_lib}
240 NAMES ${ptscotch_lib}
303 find_library(Z_LIBRARY NAMES z)
309 find_library(M_LIBRARY NAMES m)
315 find_library(RT_LIBRARY NAMES rt)
FindScotch.cmake 121 NAMES scotch.h
127 NAMES scotch.h
133 NAMES scotch.h
192 NAMES ${scotch_lib}
200 NAMES ${scotch_lib}
208 NAMES ${scotch_lib}
257 find_library(Z_LIBRARY NAMES z)
263 find_library(M_LIBRARY NAMES m)
269 find_library(RT_LIBRARY NAMES rt)
FindPastix.cmake 159 NAMES m
182 NAMES rt
372 NAMES pastix.h
378 NAMES pastix.h
384 NAMES pastix.h
441 NAMES ${pastix_lib}
449 NAMES ${pastix_lib}
457 NAMES ${pastix_lib}
623 NAMES gfortran
633 NAMES ifcor
    [all...]
FindHWLOC.cmake 135 NAMES hwloc.h
141 NAMES hwloc.h
147 NAMES hwloc.h
206 NAMES hwloc
212 NAMES hwloc
218 NAMES hwloc
  /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,
  /external/python/cpython3/Modules/
makesetup 114 NAMES=
186 [a-zA-Z_]*) NAMES="$NAMES $arg"; mods="$mods $arg";;
285 echo "s%_MODNAMES_%$NAMES%" >>$sedf
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug447.go 25 var names, funcs bytes.Buffer
31 names.WriteString("\ttest" + itype + ",\n")
49 program = strings.Replace(program, "$NAMES", names.String(), 1)
94 $NAMES
  /prebuilts/go/linux-x86/test/fixedbugs/
bug447.go 25 var names, funcs bytes.Buffer
31 names.WriteString("\ttest" + itype + ",\n")
49 program = strings.Replace(program, "$NAMES", names.String(), 1)
94 $NAMES

Completed in 896 milliseconds

1 2 3