HomeSort by relevance Sort by last modified time
    Searched refs:names (Results 376 - 400 of 4940) sorted by null

<<11121314151617181920>>

  /external/python/cpython3/Lib/distutils/tests/
test_bdist.py 36 names = ['bdist_dumb', 'bdist_wininst'] # bdist_rpm does not support --skip-build
38 names.append('bdist_msi')
40 for name in names:
test_extension.py 17 names = [ext.name for ext in exts]
18 names.sort()
31 self.assertEqual(names, wanted)
  /external/python/cpython3/Tools/scripts/
findlinksto.py 27 def visit(prog, dirname, names):
29 names[:] = []
33 for name in names:
  /external/swiftshader/src/Common/
SharedLibrary.hpp 30 void *loadLibrary(const char *(&names)[n], const char *mustContainSymbol = nullptr)
34 void *library = getLibraryHandle(names[i]);
49 void *library = loadLibrary(names[i]);
  /external/testng/src/test/java/test/methodinterceptors/
RemoveAMethodInterceptor.java 41 List<String> names = new ArrayList<>(); local
43 names.add(m.getMethod().getMethodName());
45 return names;
  /libcore/ojluni/src/main/java/sun/security/x509/
AuthorityKeyIdentifierExtension.java 66 * Attribute names.
79 private GeneralNames names = null; field in class:AuthorityKeyIdentifierExtension
84 if (id == null && names == null && serialNum == null) {
97 if (names != null) {
99 names.encode(tmp1);
121 * @param names the GeneralNames associated with this extension
130 this.names = name;
176 if (names != null)
180 names = new GeneralNames(opt);
203 if (names != null)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist.py 37 names = ['bdist_dumb', 'bdist_wininst']
40 names.append('bdist_msi')
42 for name in names:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist.py 37 names = ['bdist_dumb', 'bdist_wininst']
40 names.append('bdist_msi')
42 for name in names:
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
registers.s 1 # Source file used to test the register names
7 # Standard register names
40 # Alternative names for special registers
  /toolchain/binutils/binutils-2.27/gold/
freebsd.h 59 // Recognize two names.
75 // Print both names in --help output.
77 do_supported_bfd_names(std::vector<const char*>* names)
79 names->push_back(this->bfd_name_);
80 names->push_back(this->freebsd_bfd_name_);
  /libcore/luni/src/test/java/libcore/java/lang/reflect/parameter/
MetadataVariations.smali 29 names = {
46 names = {}
55 names = {
365 names = {
673 names = { "a[a" }
680 names = { "a.a" }
687 names = { "a;a" }
694 names = { "a/a" }
703 names = {
714 names =
    [all...]
  /system/core/liblog/
pmsg_reader.c 288 struct names { struct
294 } * names; local
407 names = node_to_item(node, struct names, node);
408 if (!strcmp(names->name, msg + sizeof(prio)) &&
409 (names->id == transp.logMsg.entry.lid) && (names->prio == *msg)) {
420 names = calloc(1, sizeof(*names) + len);
421 if (!names) {
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Overdrive1000Board/FdtBlob/
styx-overdrive1000.dts 86 clock-output-names = "adl3clk_100mhz";
93 clock-output-names = "ccpclk_375mhz";
100 clock-output-names = "sataclk_333mhz";
109 clock-output-names = "pcieclk_500mhz";
116 clock-output-names = "dmaclk_500mhz";
123 clock-output-names = "miscclk_250mhz";
132 clock-output-names = "uartspiclk_100mhz";
173 clock-names = "uartclk", "apb_pclk";
182 clock-names = "apb_pclk";
191 clock-names = "apb_pclk";
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/OverdriveBoard/FdtBlob/
styx-overdrive.dts 86 clock-output-names = "adl3clk_100mhz";
93 clock-output-names = "ccpclk_375mhz";
100 clock-output-names = "sataclk_333mhz";
109 clock-output-names = "pcieclk_500mhz";
116 clock-output-names = "dmaclk_500mhz";
123 clock-output-names = "miscclk_250mhz";
132 clock-output-names = "uartspiclk_100mhz";
173 clock-names = "uartclk", "apb_pclk";
182 clock-names = "apb_pclk";
191 clock-names = "apb_pclk"
    [all...]
  /bionic/libc/bionic/
scandir.cpp 114 ScandirResult names; local
117 // If we have a filter, skip names that don't match.
121 names.Add(entry);
124 names.Sort(comparator);
126 size_t size = names.size();
127 *name_list = names.release();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
future.c 18 asdl_seq *names; local
22 names = s->v.ImportFrom.names;
23 for (i = 0; i < asdl_seq_LEN(names); i++) {
24 alias_ty name = (alias_ty)asdl_seq_GET(names, i);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
future.c 18 asdl_seq *names; local
22 names = s->v.ImportFrom.names;
23 for (i = 0; i < asdl_seq_LEN(names); i++) {
24 alias_ty name = (alias_ty)asdl_seq_GET(names, i);
  /external/python/cpython2/Python/
future.c 18 asdl_seq *names; local
22 names = s->v.ImportFrom.names;
23 for (i = 0; i < asdl_seq_LEN(names); i++) {
24 alias_ty name = (alias_ty)asdl_seq_GET(names, i);
  /external/webrtc/webrtc/tools/rtcbot/bot/browser/
bot.js 52 // and has the following attributes (id, type, names, and stats).
53 // names: array originaly returned by calling RTCStateReport.names().
66 report.names = reports[index].names();
77 var names = report.names();
78 for (index in names) {
80 name: names[index],
81 stat: report.stat(names[index])
    [all...]
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 72 struct {EGLint attribute; const char* name;} names[] = { local
108 for (size_t j = 0; j < sizeof(names) / sizeof(names[0]); j++) {
110 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute,
114 testPrintI(" %s: %d (%#x)", names[j].name, value, value);
  /libcore/luni/src/main/native/
libcore_icu_TimeZoneNames.cpp 54 std::unique_ptr<icu::TimeZoneNames> names(icu::TimeZoneNames::createInstance(icuLocale.locale(), status));
81 names->getDisplayName(lookup_id, UTZNM_LONG_STANDARD, now, long_std);
83 names->getDisplayName(lookup_id, UTZNM_SHORT_STANDARD, now, short_std);
85 names->getDisplayName(lookup_id, UTZNM_LONG_DAYLIGHT, now, long_dst);
87 names->getDisplayName(lookup_id, UTZNM_SHORT_DAYLIGHT, now, short_dst);
  /prebuilts/go/darwin-x86/src/syscall/
dirent.go 61 // appending the names to names. It returns the number of
63 // to names, and the new names slice.
64 func ParseDirent(buf []byte, max int, names []string) (consumed int, count int, newnames []string) {
70 return origlen, count, names
93 // Check for useless names before allocating a string.
99 names = append(names, string(name))
101 return origlen - len(buf), count, names
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
dirent.go 61 // appending the names to names. It returns the number of
63 // to names, and the new names slice.
64 func ParseDirent(buf []byte, max int, names []string) (consumed int, count int, newnames []string) {
70 return origlen, count, names
93 // Check for useless names before allocating a string.
99 names = append(names, string(name))
101 return origlen - len(buf), count, names
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test___all__.py 25 names = {}
29 exec "import %s" % modname in names
37 names = {}
39 exec "from %s import *" % modname in names
44 if "__builtins__" in names:
45 del names["__builtins__"]
46 keys = set(names)
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
BundleChecker.java 31 private final ILanguageNames names; field in class:BundleChecker
46 final ILanguageNames names, final IViolationsOutput output) {
47 this.names = names;
91 final String name = names.getPackageName(packageCoverage.getName());
106 final String name = names
123 final String name = names.getQualifiedMethodName(className,

Completed in 614 milliseconds

<<11121314151617181920>>