Home
last modified time | relevance | path

Searched defs:typ (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dstubs.go391 func call16(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, reg… argument
392 func call32(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, reg… argument
393 func call64(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, reg… argument
394 func call128(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, re… argument
395 func call256(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, re… argument
396 func call512(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, re… argument
397 func call1024(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, r… argument
398 func call2048(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, r… argument
399 func call4096(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, r… argument
400 func call8192(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, r… argument
[all …]
/aosp_15_r20/build/soong/mk2rbc/
H A Dexpr.go25 typ() starlarkType methodSpec
52 func (_ *stringLiteralExpr) typ() starlarkType { func
77 func (_ *intLiteralExpr) typ() starlarkType { func
106 func (_ *boolLiteralExpr) typ() starlarkType { func
129 func (g *globalsExpr) typ() starlarkType { func
215 func (_ *interpolateExpr) typ() starlarkType { func
249 func (v *variableRefExpr) typ() starlarkType { func
296 func (s *toStringExpr) typ() starlarkType { func
322 func (_ *notExpr) typ() starlarkType { func
360 func (_ *eqExpr) typ() starlarkType { func
[all …]
/aosp_15_r20/system/keymint/derive/src/
H A Dlib.rs183 let typ = &f.ty; in from_val_struct() localVariable
210 let typ = &inner.ty; in from_val_struct() localVariable
232 let typ = &f.ty; in from_val_struct() localVariable
343 let typ = &f.ty; in cddl_struct() localVariable
357 let typ = &inner.ty; in cddl_struct() localVariable
391 let typ = &f.ty; in cddl_struct() localVariable
540 let typ = &f.ty; in deserialize_struct() localVariable
/aosp_15_r20/external/icu/icu4j/tools/build/src/main/java/com/ibm/icu/dev/tool/docs/
H A DCheckAPI.java99 public abstract int getVal(int typ); in getVal()
100 public abstract String get(int typ, boolean brief); in get()
112 public int getVal(int typ) { in getVal()
117 public String get(int typ, boolean brief) { in get()
133 private void setType(int typ, int val) { in setType()
139 private void setType(int typ, String val) { in setType()
500 private static void validateType(int typ) { in validateType()
520 public int getVal(int typ) { in getVal()
524 public String get(int typ, boolean brief) { in get()
H A DAPIInfo.java150 public int getVal(int typ) { in getVal()
165 public String get(int typ, boolean brief) { in get()
186 public void setType(int typ, int val) { in setType()
200 private void setType(int typ, String val) { in setType()
591 public static final String getTypeValName(int typ, int val) { in getTypeValName()
630 private static void validateType(int typ) { in validateType()
/aosp_15_r20/prebuilts/go/linux-x86/test/asmhdr.dir/
Dmain.go30 type typ struct { struct
31 a uint64
32 b [100]uint8
33 c uint8
/aosp_15_r20/external/libvpx/vpx/
H A Dvpx_codec.h394 #define VPX_CTRL_USE_TYPE(id, typ) argument
395 #define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) argument
396 #define VPX_CTRL_VOID(id, typ) argument
422 #define VPX_CTRL_USE_TYPE(id, typ) \ argument
441 #define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \ argument
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cc68 static const char *conv(ReportType typ) { in conv()
113 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed()
132 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed()
/aosp_15_r20/external/libvpx/vpx_ports/
H A Dmem.h18 #define DECLARE_ALIGNED(n, typ, val) typ val __attribute__((aligned(n))) argument
20 #define DECLARE_ALIGNED(n, typ, val) __declspec(align(n)) typ val argument
23 #define DECLARE_ALIGNED(n, typ, val) typ val argument
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/form/
H A Dfld_def.c86 _nc_Make_Argument(const FIELDTYPE *typ, va_list *ap, int *err) in _nc_Make_Argument()
134 _nc_Copy_Argument(const FIELDTYPE *typ, const TypeArgument *argp, int *err) in _nc_Copy_Argument()
183 _nc_Free_Argument(const FIELDTYPE *typ, TypeArgument *argp) in _nc_Free_Argument()
H A Dfrm_hook.c38 #define GEN_HOOK_SET_FUNCTION( typ, name ) \ argument
47 #define GEN_HOOK_GET_FUNCTION( typ, name ) \ argument
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/
Dh4_parser_unittest.cc69 uint8_t typ = (uint8_t)PacketType::ACL; in TEST_F() local
77 uint8_t typ = (uint8_t)PacketType::ACL; in TEST_F() local
122 uint8_t typ = (uint8_t)packetType; in TEST_F() local
/aosp_15_r20/external/libaom/aom_ports/
H A Dmem.h19 #define DECLARE_ALIGNED(n, typ, val) typ val __attribute__((aligned(n))) argument
21 #define DECLARE_ALIGNED(n, typ, val) __declspec(align(n)) typ val argument
24 #define DECLARE_ALIGNED(n, typ, val) typ val argument
/aosp_15_r20/external/python/cpython2/Doc/tools/extensions/
Dpyspecific.py61 def issue_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument
70 def source_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument
172 def get_target_uri(self, docname, typ=None): argument
/aosp_15_r20/external/python/cpython3/Doc/tools/extensions/
Dpyspecific.py61 def issue_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument
76 def gh_issue_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument
92 def source_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument
545 def get_target_uri(self, docname, typ=None): argument
/aosp_15_r20/external/python/cpython2/PC/
D_winreg.c751 Py2Reg(PyObject *value, DWORD typ, BYTE **retDataBuf, DWORD *retDataSize) in Py2Reg()
917 Reg2Py(char *retDataBuf, DWORD retDataSize, DWORD typ) in Reg2Py()
1200 DWORD typ; in PyEnumValue() local
1473 DWORD typ; in PyQueryValueEx() local
1557 DWORD typ; in PySetValue() local
1606 DWORD typ; in PySetValueEx() local
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Ddecl.go374 typ ast.Expr member
439 func (check *Checker) constDecl(obj *Const, typ, init ast.Expr, inherited bool) { argument
485 func (check *Checker) varDecl(obj *Var, lhs []*Var, typ, init ast.Expr) { argument
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_collections.py800 def throw(self, typ, val=None, tb=None): argument
852 def throw(self, typ, val=None, tb=None): argument
882 def throw(self, typ, val=None, tb=None): argument
1170 def throw(self, typ, val=None, tb=None): pass argument
1181 def throw(self, typ, val=None, tb=None): pass argument
1195 def throw(self, typ, val=None, tb=None): pass argument
1200 def throw(self, typ, val=None, tb=None): argument
1241 def athrow(self, typ, val=None, tb=None): pass argument
1252 def athrow(self, typ, val=None, tb=None): pass argument
1266 async def athrow(self, typ, val=None, tb=None): pass argument
[all …]
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/menu/
H A Dm_hook.c43 #define GEN_HOOK_SET_FUNCTION( typ, name ) \ argument
52 #define GEN_HOOK_GET_FUNCTION( typ, name ) \ argument
/aosp_15_r20/external/crosvm/x86_64/src/
H A Dsmbios.rs126 pub typ: u8, field
142 pub typ: u8, field
158 pub typ: u8, field
167 pub typ: u8, field
/aosp_15_r20/hardware/google/aemu/host-common/
DGraphicsAgentFactory.cpp41 #define DEFINE_GRAPHICS_AGENT_GETTER_IMPL(typ, name) \ argument
48 #define GRAPHICS_AGENT_SETTER(typ, name) \ in GRAPHICS_AGENTS_LIST() argument
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dgraph_gradual_typechecker.py379 def maxpool2d_check(typ, module_instance): argument
792 def replace_dyn_with_fresh_var(self, typ): argument
810 def convert_to_sympy_symbols(self, typ): argument
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/_gen/
Dallocators.go21 typ string // the type they return/accept member
32 typ string // the type they return/accept member
/aosp_15_r20/external/go-cmp/cmp/
H A Doptions.go176 typ reflect.Type // T member
300 typ reflect.Type // T member
358 typ reflect.Type // T member
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Ddecl.go364 func (check *Checker) constDecl(obj *Const, typ, init syntax.Expr, inherited bool) { argument
410 func (check *Checker) varDecl(obj *Var, lhs []*Var, typ, init syntax.Expr) { argument

12345678910>>...15