Searched refs:getattr (Results 1 - 25 of 85) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/
H A Dwrite-bad-encoding.py5 getattr(sys.stdout, "buffer", sys.stdout).write(b"a line with bad encoding: \xc2.")
/netbsd-current/external/cddl/osnet/dist/cmd/pyzfs/
H A Dpyzfs.py58 submod = getattr(zfs, subcmd)
59 subfunc = getattr(submod, "do_" + subcmd)
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dobject.py277 getattr(self, 'name')
278 getattr(self, 'size')
279 getattr(self, 'contents')
280 getattr(self, 'address')
345 getattr(self, 'name')
346 getattr(self, 'address')
347 getattr(self, 'size')
419 getattr(self, 'address')
420 getattr(self, 'offset')
421 getattr(sel
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data-micro/
H A Ddummy_format.py23 result = lit.Test.Result(getattr(lit.Test, result_code),
39 micro_result = lit.Test.Result(getattr(lit.Test, result_code, ''))
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/llvm/
H A Dconfig.py28 lit_tools_dir = getattr(config, 'lit_tools_dir', None)
82 host_triple = getattr(config, 'host_triple', None)
83 target_triple = getattr(config, 'target_triple', None)
88 sanitizers = getattr(config, 'llvm_use_sanitizer', '')
97 have_zlib = getattr(config, 'have_zlib', None)
109 host_cxx = getattr(config, 'host_cxx', None)
365 errc_messages = getattr(self.config, 'errc_messages', '')
480 paths = [getattr(self.config, pp) for pp in exe_dir_props
481 if getattr(self.config, pp, None)]
491 paths = [getattr(sel
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data/
H A Ddummy_format.py23 result = lit.Test.Result(getattr(lit.Test, result_code),
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/xunit-output/
H A Ddummy_format.py23 result = lit.Test.Result(getattr(lit.Test, result_code),
/netbsd-current/lib/librefuse/refuse/
H A Dv11.h51 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations_v11
H A Dv21.h47 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations_v21
H A Dv22.h51 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations_v22
H A Dv23.h51 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations_v23
H A Dv25.h47 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations_v25
H A Dv28.h47 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations_v28
H A Dv29.h47 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations_v29
H A Dv34.h47 int (*getattr) (const char *, struct stat *, struct fuse_file_info *fi); member in struct:fuse_operations_v34
H A Dv35.h47 int (*getattr) (const char *, struct stat *, struct fuse_file_info *fi); member in struct:fuse_operations_v35
/netbsd-current/usr.bin/config/
H A Dsem.h59 struct attr *getattr(const char *);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
H A Dframes.py43 return getattr(filter_item, "priority", 0)
76 return getattr(filter_item, "enabled", False)
/netbsd-current/external/gpl3/gdb/dist/gdb/python/lib/gdb/
H A Dframes.py44 return getattr(filter_item, "priority", 0)
79 return getattr(filter_item, "enabled", False)
/netbsd-current/external/cddl/osnet/dist/lib/pyzfs/common/
H A Dutil.py51 str += " %s: %r" % (v, getattr(self, v))
140 getattr(parser.values, option.dest).append((opt, value))
/netbsd-current/share/examples/puffs/pgfs/
H A Dpgfs_subs.h57 int getattr(struct Xconn *, fileid_t, struct vattr *, unsigned int);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpython-config.py27 abiflags = getattr (sys, "abiflags", "")
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpython-config.py29 abiflags = getattr(sys, "abiflags", "")
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-view/share/
H A Dstartfile.py56 setsid = getattr(os, 'setsid', None)
58 setsid = getattr(os, 'setpgrp', None)
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/builtin_commands/
H A Dcat.py47 writer = getattr(sys.stdout, 'buffer', None)

Completed in 325 milliseconds

1234