Home
last modified time | relevance | path

Searched defs:type1 (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/cronet/third_party/lss/
H A Dlinux_syscall_support.h2188 #define _syscall1(type,name,type1,arg1) \ argument
2195 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
2202 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
2210 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
2218 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
2236 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
2513 #define _syscall1(type,name,type1,arg1) \ argument
2518 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
2523 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
2529 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
[all …]
/aosp_15_r20/external/google-breakpad/src/third_party/lss/
H A Dlinux_syscall_support.h2188 #define _syscall1(type,name,type1,arg1) \ argument
2195 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
2202 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
2210 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
2218 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
2236 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
2513 #define _syscall1(type,name,type1,arg1) \ argument
2518 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
2523 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
2529 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
[all …]
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dconstexpr-many-arguments.cpp4 struct type1 struct
6 constexpr type1(int a0) : my_data{a0} {} in type1() argument
12 typedef type1 T; argument
/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/
H A Dcommon.cpp124 ParameterType retType, ParameterType type1, in GetUnaryKernel()
199 ParameterType type1, int vector_size_index) in GetUnaryKernel()
281 ParameterType retType, ParameterType type1, in GetBinaryKernel()
381 ParameterType type1, ParameterType type2, in GetBinaryKernel()
473 ParameterType type1, ParameterType type2, in GetTernaryKernel()
/aosp_15_r20/external/freetype/src/type1/
H A Dt1gload.c48 T1_Font type1 = &face->type1; in T1_Parse_Glyph_And_Get_Char_String() local
218 T1_Font type1 = &face->type1; in T1_Compute_Max_Advance() local
284 T1_Font type1 = &face->type1; in T1_Get_Advances() local
359 T1_Font type1 = &face->type1; in T1_Load_Glyph() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/
Dtest_strong_typedef.cpp36 struct type1 struct
43 BOOST_STATIC_ASSERT(boost::has_nothrow_default_constructor<type1>::value); argument
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
H A DLambdaResolutionTest.java75 ResolvedType type1 = javaParserFacade.getType(e1); in lambdaMap() local
90 ResolvedType type1 = javaParserFacade.getType(expr); in lambdaReduce() local
103 ResolvedType type1 = javaParserFacade.getType(expr); in lambdaPrint() local
116 ResolvedType type1 = javaParserFacade.getType(expr); in lambdaBifunc() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/test/
Dtest_set_ops.cpp22 struct type1{}; struct
42 bool less_type1_f(type1,type1){return false;} in less_type1_f() argument
/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/
H A DContentResolverTest.java196 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testCrashOnLaunch() local
209 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testUnstableToStableRefs() local
252 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testStableToUnstableRefs() local
289 String type1 = mContentResolver.getType(TABLE1_URI); in testGetType() local
308 String type1 = mContentResolver.getType(RESTRICTED_TABLE1_URI); in testGetTypeAnonymous() local
319 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testUnstableGetType() local
/aosp_15_r20/external/javassist/src/main/javassist/compiler/
H A DTypeChecker.java311 int type1 = exprType; in atCondExpr() local
356 int type1 = exprType; in atBinExpr() local
396 int type1 = exprType; in atPlusExpr() local
519 private void computeBinExprType(BinExpr expr, int token, int type1) in computeBinExprType()
540 int type1 = exprType; in booleanExpr() local
560 private void insertCast(BinExpr expr, int type1, int type2) in insertCast()
H A DCodeGen.java1022 int type1 = exprType; in atBinExpr() local
1054 int index, int type1) throws CompileError in atArithBinExpr()
1084 private void atStringConcatExpr(Expr expr, int type1, int dim1, in atStringConcatExpr()
1158 int type1 = compileOprands(bexpr); in booleanExpr() local
1230 int type1 = exprType; in compileOprands() local
1264 int token, int type1, BinExpr expr) in compareExpr()
1351 static boolean rightIsStrong(int type1, int type2) { in rightIsStrong()
1367 private void convertOprandTypes(int type1, int type2, Expr expr) in convertOprandTypes()
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/tests/
H A Dloop_basic_test.py398 def test_successive_while_loops(self, n1, type1, n2, type2): argument
415 def test_successive_for_loops(self, l1, type1, l2, type2): argument
431 def test_successive_for_loops_iterators(self, l1, type1, l2, type2): argument
446 def test_nested_while_loops(self, n1, type1, n2, type2): argument
/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/type/
H A DStdTypeList.java183 public static StdTypeList make(Type type0, Type type1) { in make()
198 public static StdTypeList make(Type type0, Type type1, Type type2) { in make()
215 public static StdTypeList make(Type type0, Type type1, Type type2, in make()
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dinstantiate-exception-spec-cxx11.cpp90 struct type1 { struct
91 wrap<typename T::base> base;
101 typedef type1<types> type1; typedef
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/type/
H A DStdTypeList.java183 public static StdTypeList make(Type type0, Type type1) { in make()
198 public static StdTypeList make(Type type0, Type type1, Type type2) { in make()
215 public static StdTypeList make(Type type0, Type type1, Type type2, in make()
/aosp_15_r20/external/freetype/src/type42/
H A Dt42objs.c36 T1_Font type1 = &face->type1; in T42_Open_Face() local
173 T1_Font type1 = &face->type1; in T42_Face_Init() local
407 T1_Font type1; in T42_Face_Done() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/test/
Dcompressed_pair_final_test.cpp13 struct type1 { struct
14 operator bool() const { in operator bool()
/aosp_15_r20/external/deqp/modules/gles2/scripts/
H A Dgen-invalid-implicit-conversions.py74 def __init__(self, operation, type0, type1): argument
85 def createCase(operation, type0, type1): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/sequence/
Dconvert.hpp14 #define BOOST_FUSION_WA_GCC34(type1, type2) \ argument
17 #define BOOST_FUSION_WA_GCC34(type1, type2) type1, type2 argument
/aosp_15_r20/external/deqp/modules/gles3/scripts/
H A Dgen-invalid-implicit-conversions.py78 def __init__(self, operation, type0, type1): argument
90 def createCase(operation, type0, type1): argument
/aosp_15_r20/external/libaom/tools/txfm_analyzer/
H A Dtxfm_graph.cc45 const TYPE_TXFM type1, const int txfm_size0, in get_hybrid_2d_type_name()
110 int type1) { in reference_hybrid_2d()
136 int type0, int type1) { in reference_hybrid_2d_new()
825 int get_hybrid_2d_stage_num(int type0, int type1, int hybrid_node_num) { in get_hybrid_2d_stage_num()
832 int get_hybrid_2d_stage_num_new(int type0, int type1, int hybrid_node_num0, in get_hybrid_2d_stage_num_new()
881 int type1) { in gen_hybrid_graph_2d()
900 int hybrid_node_num1, int type0, int type1) { in gen_hybrid_graph_2d_new()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_mod_analysis.c117 nir_alu_type type1 = nir_alu_src_type(alu, 1); in nir_mod_analysis() local
158 nir_alu_type type1 = nir_alu_src_type(alu, 1); in nir_mod_analysis() local
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/xprocessing/
H A DXTypes.java169 public static boolean isAssignableTo(XType type1, XType type2) { in isAssignableTo()
174 public static boolean isSubtype(XType type1, XType type2) { in isSubtype()
330 public static boolean areEquivalentTypes(XType type1, XType type2) { in areEquivalentTypes()
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/code/
H A DMachine.java90 public void popArgs(Frame frame, Type type1, Type type2); in popArgs()
104 public void popArgs(Frame frame, Type type1, Type type2, Type type3); in popArgs()
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dconfig.hpp56 # define ASIO_MOVE_CAST2(type1, type2) static_cast<type1, type2&&> argument
75 # define ASIO_MOVE_CAST2(type1, type2) static_cast<const type1, type2&> argument

12345678910>>...15