Home
last modified time | relevance | path

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

123

/external/clang/test/SemaCXX/
Dconstexpr-many-arguments.cpp4 struct type1 struct
6 constexpr type1(int a0) : my_data{a0} {} in type1() function
12 typedef type1 T; argument
/external/deqp/modules/gles2/scripts/
Dgen-invalid-implicit-conversions.py74 def __init__(self, operation, type0, type1): argument
85 def createCase(operation, type0, type1): argument
/external/freetype/src/type1/
Dt1gload.c49 T1_Font type1 = &face->type1; in T1_Parse_Glyph_And_Get_Char_String() local
219 T1_Font type1 = &face->type1; in T1_Compute_Max_Advance() local
285 T1_Font type1 = &face->type1; in T1_Get_Advances() local
360 T1_Font type1 = &face->type1; in T1_Load_Glyph() local
Dt1objs.c204 T1_Font type1; in T1_Face_Done() local
317 T1_Font type1 = &face->type1; in T1_Face_Init() local
Dt1driver.c195 T1_Font type1 = &t1face->type1; in t1_ps_get_font_value() local
Dt1afm.c59 T1_Font type1 = (T1_Font)user_data; in t1_get_index() local
/external/deqp/modules/gles3/scripts/
Dgen-invalid-implicit-conversions.py78 def __init__(self, operation, type0, type1): argument
90 def createCase(operation, type0, type1): argument
/external/parameter-framework/asio-1.10.6/include/asio/detail/
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
/external/clang/test/SemaTemplate/
Dinstantiate-exception-spec-cxx11.cpp90 struct type1 { struct
91 wrap<typename T::base> base;
101 typedef type1<types> type1; typedef
Dcanonical-expr-type.cpp42 typedef T __attribute__((ext_vector_type(N))) type1; typedef
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
DLambdaResolutionTest.java76 ResolvedType type1 = javaParserFacade.getType(e1); in lambdaMap() local
91 ResolvedType type1 = javaParserFacade.getType(expr); in lambdaReduce() local
104 ResolvedType type1 = javaParserFacade.getType(expr); in lambdaBifunc() local
/external/freetype/src/type42/
Dt42objs.c36 T1_Font type1 = &face->type1; in T42_Open_Face() local
175 T1_Font type1 = &face->type1; in T42_Face_Init() local
408 T1_Font type1; in T42_Face_Done() local
Dt42types.h36 T1_FontRec type1; member
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DCommonSuperclassTest.java102 String type1, String type2) { in superclassTest()
111 public void superclassTest(String commonSuperclass, String type1, String type2) { in superclassTest()
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h1676 #define _syscall1(type,name,type1,arg1) \ argument
1683 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
1690 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
1698 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
1706 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
1724 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
2027 #define _syscall1(type,name,type1,arg1) \ argument
2032 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
2037 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
2043 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
[all …]
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInstrumentingClassWriter.java34 protected String getCommonSuperClass(final String type1, final String type2) { in getCommonSuperClass()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dremove_duplicates_pass.cpp186 const analysis::Type* type1 = in AreTypesEqual() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dremove_duplicates_pass.cpp186 const analysis::Type* type1 = in AreTypesEqual() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_memory.cpp57 bool AreLayoutCompatibleStructs(ValidationState_t& _, const Instruction* type1, in AreLayoutCompatibleStructs()
74 bool HaveLayoutCompatibleMembers(ValidationState_t& _, const Instruction* type1, in HaveLayoutCompatibleMembers()
101 bool HaveSameLayoutDecorations(ValidationState_t& _, const Instruction* type1, in HaveSameLayoutDecorations()
/external/clang/test/CodeGenCXX/
Dtype_visibility.cpp123 namespace type1 { namespace
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp57 bool AreLayoutCompatibleStructs(ValidationState_t& _, const Instruction* type1, in AreLayoutCompatibleStructs()
74 bool HaveLayoutCompatibleMembers(ValidationState_t& _, const Instruction* type1, in HaveLayoutCompatibleMembers()
101 bool HaveSameLayoutDecorations(ValidationState_t& _, const Instruction* type1, in HaveSameLayoutDecorations()
/external/v8/src/compiler/
Dcode-assembler.h116 inline constexpr MachineType CommonMachineType(MachineType type1, in CommonMachineType()
/external/libaom/libaom/test/
Dav1_txfm_test.cc19 void get_txfm1d_type(TX_TYPE txfm2d_type, TYPE_TXFM *type0, TYPE_TXFM *type1) { in get_txfm1d_type()
235 TYPE_TXFM type1; in reference_hybrid_2d() local
/external/libaom/libaom/tools/txfm_analyzer/
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()
/external/u-boot/tools/
Dmkimage.c32 const int *type1 = vtype1; in h_compare_category_name() local

123