/aosp_15_r20/external/cronet/third_party/lss/ |
H A D | linux_syscall_support.h | 2188 #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 D | linux_syscall_support.h | 2188 #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 D | constexpr-many-arguments.cpp | 4 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 D | common.cpp | 124 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 D | t1gload.c | 48 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/ |
D | test_strong_typedef.cpp | 36 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 D | LambdaResolutionTest.java | 75 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/ |
D | test_set_ops.cpp | 22 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 D | ContentResolverTest.java | 196 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 D | TypeChecker.java | 311 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 D | CodeGen.java | 1022 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 D | loop_basic_test.py | 398 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 D | StdTypeList.java | 183 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 D | instantiate-exception-spec-cxx11.cpp | 90 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 D | StdTypeList.java | 183 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 D | t42objs.c | 36 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/ |
D | compressed_pair_final_test.cpp | 13 struct type1 { struct 14 operator bool() const { in operator bool()
|
/aosp_15_r20/external/deqp/modules/gles2/scripts/ |
H A D | gen-invalid-implicit-conversions.py | 74 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/ |
D | convert.hpp | 14 #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 D | gen-invalid-implicit-conversions.py | 78 def __init__(self, operation, type0, type1): argument 90 def createCase(operation, type0, type1): argument
|
/aosp_15_r20/external/libaom/tools/txfm_analyzer/ |
H A D | txfm_graph.cc | 45 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 D | nir_mod_analysis.c | 117 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 D | XTypes.java | 169 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 D | Machine.java | 90 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 D | config.hpp | 56 # define ASIO_MOVE_CAST2(type1, type2) static_cast<type1, type2&&> argument 75 # define ASIO_MOVE_CAST2(type1, type2) static_cast<const type1, type2&> argument
|