/system/sepolicy/prebuilts/api/26.0/public/ |
roles | 1 role r types domain;
|
/system/sepolicy/prebuilts/api/27.0/public/ |
roles | 1 role r types domain;
|
/system/sepolicy/prebuilts/api/28.0/public/ |
roles | 1 role r types domain;
|
/system/sepolicy/public/ |
roles | 1 role r types domain;
|
/system/sepolicy/reqd_mask/ |
roles | 1 role r types reqd_mask_type;
|
/external/clang/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/Headers/ |
Sub.h | 1 #include <Sub/Types.h>
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
types.go | 8 "cmd/compile/internal/types" 13 Txxx = types.Txxx 15 TINT8 = types.TINT8 16 TUINT8 = types.TUINT8 17 TINT16 = types.TINT16 18 TUINT16 = types.TUINT16 19 TINT32 = types.TINT32 20 TUINT32 = types.TUINT32 21 TINT64 = types.TINT64 22 TUINT64 = types.TUINT6 [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
types.go | 8 "cmd/compile/internal/types" 13 Txxx = types.Txxx 15 TINT8 = types.TINT8 16 TUINT8 = types.TUINT8 17 TINT16 = types.TINT16 18 TUINT16 = types.TUINT16 19 TINT32 = types.TINT32 20 TUINT32 = types.TUINT32 21 TINT64 = types.TINT64 22 TUINT64 = types.TUINT6 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
bitypes.h | 1 /* The GNU <sys/types.h> defines all the necessary types. */ 3 #include <sys/types.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
bitypes.h | 1 /* The GNU <sys/types.h> defines all the necessary types. */ 3 #include <sys/types.h>
|
/device/google/cuttlefish/shared/sepolicy/ |
service.te | 1 # Binder service types
|
/external/e2fsprogs/include/nonunix/asm/ |
types.h | 1 #include "../linux/types.h"
|
/external/kernel-headers/original/uapi/asm-arm64/asm/ |
types.h | 1 #include <asm-generic/types.h>
|
/art/test/593-checker-boolean-2-integral-conv/ |
info.txt | 1 Regression test for Boolean to integral types conversions.
|
/system/tools/hidl/test/error_test/cpp_forward_decl_restriction/1.0/ |
required_error | 1 C++ forward declaration doesn't support inner types
|
/system/tools/hidl/test/error_test/no_data_outside_interface/1.0/ |
required_error | 1 declares types rather than the expected interface type 'IFoo
|
/system/tools/hidl/test/error_test/no_two_interfaces/1.0/ |
required_error | 1 declares types rather than the expected interface type 'IFoo
|
/external/clang/test/Modules/Inputs/PR27739/ |
module.modulemap | 2 module "Types.h" { header "Types.h" export *}
|
/external/e2fsprogs/include/mingw/sys/ |
types.h | 4 #include_next <sys/types.h> 6 #include <linux/types.h>
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
export_test.go | 8 "cmd/compile/internal/types" 66 t *types.Type 70 func (d *DummyAuto) Typ() *types.Type { 85 func (DummyFrontend) Auto(pos src.XPos, t *types.Type) GCNode { 139 var dummyTypes Types 142 // Initialize just enough of the universe and the types package to make our tests function. 143 // TODO(josharian): move universe initialization to the types package, 146 types.Tconv = func(t *types.Type, flag, mode, depth int) string { 149 types.Sconv = func(s *types.Sym, flag, mode int) string [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
export_test.go | 8 "cmd/compile/internal/types" 66 t *types.Type 70 func (d *DummyAuto) Typ() *types.Type { 85 func (DummyFrontend) Auto(pos src.XPos, t *types.Type) GCNode { 139 var dummyTypes Types 142 // Initialize just enough of the universe and the types package to make our tests function. 143 // TODO(josharian): move universe initialization to the types package, 146 types.Tconv = func(t *types.Type, flag, mode, depth int) string { 149 types.Sconv = func(s *types.Sym, flag, mode int) string [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
new.py | 1 """Create new objects of various types. Deprecated.
4 Objects of most types can now be created by calling the type object.
7 warnpy3k("The 'new' module has been removed in Python 3.0; use the 'types' "
11 from types import ClassType as classobj
12 from types import FunctionType as function
13 from types import InstanceType as instance
14 from types import MethodType as instancemethod
15 from types import ModuleType as module
17 from types import CodeType as code
|
/external/python/cpython2/Lib/ |
new.py | 1 """Create new objects of various types. Deprecated. 4 Objects of most types can now be created by calling the type object. 7 warnpy3k("The 'new' module has been removed in Python 3.0; use the 'types' " 11 from types import ClassType as classobj 12 from types import FunctionType as function 13 from types import InstanceType as instance 14 from types import MethodType as instancemethod 15 from types import ModuleType as module 17 from types import CodeType as code
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
new.py | 1 """Create new objects of various types. Deprecated. 4 Objects of most types can now be created by calling the type object. 7 warnpy3k("The 'new' module has been removed in Python 3.0; use the 'types' " 11 from types import ClassType as classobj 12 from types import FunctionType as function 13 from types import InstanceType as instance 14 from types import MethodType as instancemethod 15 from types import ModuleType as module 17 from types import CodeType as code
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
new.py | 1 """Create new objects of various types. Deprecated. 4 Objects of most types can now be created by calling the type object. 7 warnpy3k("The 'new' module has been removed in Python 3.0; use the 'types' " 11 from types import ClassType as classobj 12 from types import FunctionType as function 13 from types import InstanceType as instance 14 from types import MethodType as instancemethod 15 from types import ModuleType as module 17 from types import CodeType as code
|