Home
last modified time | relevance | path

Searched full:void (Results 1 – 25 of 18880) sorted by relevance

12345678910>>...756

/external/ImageMagick/MagickCore/
Dstatic.h31 extern MagickExport void
32 RegisterStaticModules(void),
33 UnregisterStaticModules(void);
36 RegisterAAIImage(void),
37 RegisterARTImage(void),
38 RegisterASHLARImage(void),
39 RegisterAVIImage(void),
40 RegisterAVSImage(void),
41 RegisterBIEImage(void),
42 RegisterBGRImage(void),
[all …]
/external/clang/test/Modules/Inputs/
Dcxx-many-overloads.h3 void f(X<0>);
4 void f(X<1>);
5 void f(X<2>);
6 void f(X<3>);
7 void f(X<4>);
8 void f(X<5>);
9 void f(X<6>);
10 void f(X<7>);
11 void f(X<8>);
12 void f(X<9>);
[all …]
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.h35 void test_cil_parse_to_list(CuTest *);
36 void test_cil_parse_to_list_currnull_neg(CuTest *);
37 void test_cil_parse_to_list_listnull_neg(CuTest *);
39 void test_cil_set_to_list(CuTest *);
40 void test_cil_set_to_list_tree_node_null_neg(CuTest *);
41 void test_cil_set_to_list_cl_head_null_neg(CuTest *);
42 void test_cil_set_to_list_listnull_neg(CuTest *);
44 void test_cil_gen_block(CuTest *);
45 void test_cil_gen_block_justblock_neg(CuTest *);
46 void test_cil_gen_block_noname_neg(CuTest *);
[all …]
Dtest_cil_resolve_ast.h27 void test_cil_resolve_name(CuTest *);
28 void test_cil_resolve_name_invalid_type_neg(CuTest *);
30 void test_cil_resolve_ast_curr_null_neg(CuTest *);
37 void test_cil_resolve_roleallow(CuTest *);
38 void test_cil_resolve_roleallow_srcdecl_neg(CuTest *);
39 void test_cil_resolve_roleallow_tgtdecl_neg(CuTest *);
41 void test_cil_resolve_rolebounds(CuTest *tc);
42 void test_cil_resolve_rolebounds_exists_neg(CuTest *tc);
43 void test_cil_resolve_rolebounds_role1_neg(CuTest *tc);
44 void test_cil_resolve_rolebounds_role2_neg(CuTest *tc);
[all …]
/external/clang/test/Index/
Dc-index-redecls.c7 void socrates(void);
8 void socrates(void);
9 void socrates(void);
10 void socrates(void);
11 void socrates(void);
12 void socrates(void);
13 void socrates(void);
14 void socrates(void);
15 void socrates(void);
16 void socrates(void);
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DInitializePasses.h22 void initializeCore(PassRegistry&);
25 void initializeTransformUtils(PassRegistry&);
28 void initializeScalarOpts(PassRegistry&);
31 void initializeObjCARCOpts(PassRegistry&);
34 void initializeVectorization(PassRegistry&);
37 void initializeInstCombine(PassRegistry&);
40 void initializeAggressiveInstCombine(PassRegistry&);
43 void initializeIPO(PassRegistry&);
46 void initializeInstrumentation(PassRegistry&);
49 void initializeAnalysis(PassRegistry&);
[all …]
/external/llvm/test/CodeGen/Mips/
Dconst4a.ll14 define void @t() #0 {
30 call void bitcast (void (...)* @foo to void ()*)()
34 call void bitcast (void (...)* @goo to void ()*)()
38 call void bitcast (void (...)* @hoo to void ()*)()
39 call void bitcast (void (...)* @hoo to void ()*)()
40 call void bitcast (void (...)* @hoo to void ()*)()
41 call void bitcast (void (...)* @hoo to void ()*)()
42 call void bitcast (void (...)* @hoo to void ()*)()
43 call void bitcast (void (...)* @hoo to void ()*)()
44 call void bitcast (void (...)* @hoo to void ()*)()
[all …]
Dconst6.ll16 define void @t() #0 {
34 call void bitcast (void (...)* @hoo to void ()*)()
35 call void bitcast (void (...)* @hoo to void ()*)()
36 call void bitcast (void (...)* @hoo to void ()*)()
37 call void bitcast (void (...)* @hoo to void ()*)()
38 call void bitcast (void (...)* @hoo to void ()*)()
39 call void bitcast (void (...)* @hoo to void ()*)()
40 call void bitcast (void (...)* @hoo to void ()*)()
41 call void bitcast (void (...)* @hoo to void ()*)()
42 call void bitcast (void (...)* @hoo to void ()*)()
[all …]
/external/arm-neon-tests/
Dcompute_ref.c42 void cleanup (void) in cleanup() argument
50 extern void exec_vld1(void);
51 extern void exec_vadd(void);
52 extern void exec_vld1_lane(void);
53 extern void exec_vld1_dup(void);
54 extern void exec_vdup(void);
55 extern void exec_vget_high(void);
56 extern void exec_vget_low(void);
57 extern void exec_vqdmlal_lane(void);
58 extern void exec_vqdmlsl_lane(void);
[all …]
/external/llvm/include/llvm/
DInitializePasses.h23 void initializeCore(PassRegistry&);
26 void initializeTransformUtils(PassRegistry&);
29 void initializeScalarOpts(PassRegistry&);
32 void initializeObjCARCOpts(PassRegistry&);
35 void initializeVectorization(PassRegistry&);
38 void initializeInstCombine(PassRegistry&);
41 void initializeIPO(PassRegistry&);
44 void initializeInstrumentation(PassRegistry&);
47 void initializeAnalysis(PassRegistry&);
50 void initializeCodeGen(PassRegistry&);
[all …]
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll6 ; CHECK: declare void @__cospi(...)
7 declare void @__cospi(...)
9 ; CHECK: declare void @__cospif(...)
10 declare void @__cospif(...)
12 ; CHECK: declare void @__sinpi(...)
13 declare void @__sinpi(...)
15 ; CHECK: declare void @__sinpif(...)
16 declare void @__sinpif(...)
18 ; CHECK: declare void @abs(...)
19 declare void @abs(...)
[all …]
/external/boringssl/src/crypto/
Dabi_self_test.cc74 void abi_test_clobber_rax(void);
75 void abi_test_clobber_rbx(void);
76 void abi_test_clobber_rcx(void);
77 void abi_test_clobber_rdx(void);
78 void abi_test_clobber_rsi(void);
79 void abi_test_clobber_rdi(void);
80 void abi_test_clobber_rbp(void);
81 void abi_test_clobber_r8(void);
82 void abi_test_clobber_r9(void);
83 void abi_test_clobber_r10(void);
[all …]
/external/rust/crates/quiche/deps/boringssl/src/crypto/
Dabi_self_test.cc73 void abi_test_clobber_rax(void);
74 void abi_test_clobber_rbx(void);
75 void abi_test_clobber_rcx(void);
76 void abi_test_clobber_rdx(void);
77 void abi_test_clobber_rsi(void);
78 void abi_test_clobber_rdi(void);
79 void abi_test_clobber_rbp(void);
80 void abi_test_clobber_r8(void);
81 void abi_test_clobber_r9(void);
82 void abi_test_clobber_r10(void);
[all …]
/external/icu/icu4c/source/test/intltest/
Dnumrgts.h27 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) override;
30 void Test4075713(void);
31 void Test4074620(void) ;
32 void Test4088161 (void);
33 void Test4087245 (void);
34 void Test4087535 (void);
35 void Test4088503 (void);
36 void Test4066646 (void);
38 void Test4059870(void);
39 void Test4083018 (void);
[all …]
Dnumfmtst.h40 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) override;
41 void TestNumberFormatTestTuple();
42 void TestDataDrivenICU4C();
69 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) override;
75 void TestAPI(void);
77 void TestCoverage(void);
78 void TestLocalizedPatternSymbolCoverage();
83 void TestQuotes(void);
87 void TestExponential(void);
91 void TestCurrencySign(void);
[all …]
Dcalregts.h26 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) override;
28 void test4100311(void);
29 void test4074758(void);
30 void test4028518(void);
31 void test4031502(void) ;
32 void test4035301(void) ;
33 void test4040996(void) ;
34 void test4051765(void) ;
35 void test4059654(void) ;
36 void test4061476(void) ;
[all …]
Dloctest.h20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ) override;
25 void TestBasicGetters(void);
29 void TestParallelAPIValues(void);
33 void TestSimpleResourceInfo(void);
37 void TestDisplayNames(void);
41 void TestSimpleObjectStuff(void);
45 void TestPOSIXParsing(void);
49 void TestGetAvailableLocales(void);
53 void TestDataDirectory(void);
55 void TestISO3Fallback(void);
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DVisitor.java30 void visitStackInstruction( StackInstruction obj ); in visitStackInstruction()
33 void visitLocalVariableInstruction( LocalVariableInstruction obj ); in visitLocalVariableInstruction()
36 void visitBranchInstruction( BranchInstruction obj ); in visitBranchInstruction()
39 void visitLoadClass( LoadClass obj ); in visitLoadClass()
42 void visitFieldInstruction( FieldInstruction obj ); in visitFieldInstruction()
45 void visitIfInstruction( IfInstruction obj ); in visitIfInstruction()
48 void visitConversionInstruction( ConversionInstruction obj ); in visitConversionInstruction()
51 void visitPopInstruction( PopInstruction obj ); in visitPopInstruction()
54 void visitStoreInstruction( StoreInstruction obj ); in visitStoreInstruction()
57 void visitTypedInstruction( TypedInstruction obj ); in visitTypedInstruction()
[all …]
/external/angle/src/libANGLE/
DContext_gl_1_autogen.h14 void accum(GLenum op, GLfloat value); \
15 void begin(GLenum mode); \
16 void bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, \
18 void callList(GLuint list); \
19 void callLists(GLsizei n, GLenum type, const void *lists); \
20 void clearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); \
21 void clearDepth(GLdouble depth); \
22 void clearIndex(GLfloat c); \
23 void clipPlane(GLenum plane, const GLdouble *equation); \
24 void color3b(GLbyte red, GLbyte green, GLbyte blue); \
[all …]
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.h20 ANGLE_EXPORT void GL_APIENTRY GL_Accum(GLenum op, GLfloat value);
21 ANGLE_EXPORT void GL_APIENTRY GL_AlphaFunc(GLenum func, GLfloat ref);
22 ANGLE_EXPORT void GL_APIENTRY GL_Begin(GLenum mode);
23 ANGLE_EXPORT void GL_APIENTRY GL_Bitmap(GLsizei width,
30 ANGLE_EXPORT void GL_APIENTRY GL_BlendFunc(GLenum sfactor, GLenum dfactor);
31 ANGLE_EXPORT void GL_APIENTRY GL_CallList(GLuint list);
32 ANGLE_EXPORT void GL_APIENTRY GL_CallLists(GLsizei n, GLenum type, const void *lists);
33 ANGLE_EXPORT void GL_APIENTRY GL_Clear(GLbitfield mask);
34 ANGLE_EXPORT void GL_APIENTRY GL_ClearAccum(GLfloat red,
38 ANGLE_EXPORT void GL_APIENTRY GL_ClearColor(GLfloat red,
[all …]
/external/llvm/test/ThinLTO/X86/
Dalias_import.ll12 ; PROMOTE-DAG: @globalfuncAlias = alias void (...), bitcast (void ()* @globalfunc to void (...)*)
13 ; PROMOTE-DAG: @globalfuncWeakAlias = weak alias void (...), bitcast (void ()* @globalfunc to void
14 … PROMOTE-DAG: @globalfuncLinkonceAlias = weak alias void (...), bitcast (void ()* @globalfunc to v…
15 …OMOTE-DAG: @globalfuncWeakODRAlias = weak_odr alias void (...), bitcast (void ()* @globalfunc to v…
16 …E-DAG: @globalfuncLinkonceODRAlias = weak_odr alias void (...), bitcast (void ()* @globalfunc to v…
17 ; PROMOTE-DAG: @internalfuncAlias = alias void (...), bitcast (void ()* @internalfunc.llvm.0 to voi…
18 …OMOTE-DAG: @internalfuncWeakAlias = weak alias void (...), bitcast (void ()* @internalfunc.llvm.0 …
19 …E-DAG: @internalfuncLinkonceAlias = weak alias void (...), bitcast (void ()* @internalfunc.llvm.0 …
20 …AG: @internalfuncWeakODRAlias = weak_odr alias void (...), bitcast (void ()* @internalfunc.llvm.0 …
21 …@internalfuncLinkonceODRAlias = weak_odr alias void (...), bitcast (void ()* @internalfunc.llvm.0 …
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/plugin_registry/
Dgrpc_plugin_registry.cc23 void grpc_http_filters_init(void);
24 void grpc_http_filters_shutdown(void);
25 void grpc_chttp2_plugin_init(void);
26 void grpc_chttp2_plugin_shutdown(void);
27 void grpc_deadline_filter_init(void);
28 void grpc_deadline_filter_shutdown(void);
29 void grpc_client_channel_init(void);
30 void grpc_client_channel_shutdown(void);
31 void grpc_inproc_plugin_init(void);
32 void grpc_inproc_plugin_shutdown(void);
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkGetStructureTypeImpl.inl5 template<> VkStructureType getStructureType<VkBufferMemoryBarrier> (void) argument
10 template<> VkStructureType getStructureType<VkImageMemoryBarrier> (void) argument
15 template<> VkStructureType getStructureType<VkMemoryBarrier> (void) argument
20 template<> VkStructureType getStructureType<VkApplicationInfo> (void) argument
25 template<> VkStructureType getStructureType<VkInstanceCreateInfo> (void) argument
30 template<> VkStructureType getStructureType<VkDeviceQueueCreateInfo> (void) argument
35 template<> VkStructureType getStructureType<VkDeviceCreateInfo> (void) argument
40 template<> VkStructureType getStructureType<VkSubmitInfo> (void) argument
45 template<> VkStructureType getStructureType<VkMappedMemoryRange> (void) argument
50 template<> VkStructureType getStructureType<VkMemoryAllocateInfo> (void) argument
[all …]
/external/angle/src/libANGLE/renderer/gl/
Dnull_functions.h18 void INTERNAL_GL_APIENTRY glActiveShaderProgramNULL(GLuint pipeline, GLuint program);
19 void INTERNAL_GL_APIENTRY glActiveTextureNULL(GLenum texture);
20 void INTERNAL_GL_APIENTRY glAttachShaderNULL(GLuint program, GLuint shader);
21 void INTERNAL_GL_APIENTRY glBeginConditionalRenderNULL(GLuint id, GLenum mode);
22 void INTERNAL_GL_APIENTRY glBeginQueryNULL(GLenum target, GLuint id);
23 void INTERNAL_GL_APIENTRY glBeginQueryIndexedNULL(GLenum target, GLuint index, GLuint id);
24 void INTERNAL_GL_APIENTRY glBeginTransformFeedbackNULL(GLenum primitiveMode);
25 void INTERNAL_GL_APIENTRY glBindAttribLocationNULL(GLuint program,
28 void INTERNAL_GL_APIENTRY glBindBufferNULL(GLenum target, GLuint buffer);
29 void INTERNAL_GL_APIENTRY glBindBufferBaseNULL(GLenum target, GLuint index, GLuint buffer);
[all …]
/external/OpenCL-CTS/test_conformance/conversions/
Dbasic_test_conversions.cpp223 int main( void )
234 vlog( "void %s2%s( void *, void *);\n", names[i], names[j] );
247 static void uchar2char( void *, void *);
248 static void uchar2ushort( void *, void *);
249 static void uchar2short( void *, void *);
250 static void uchar2uint( void *, void *);
251 static void uchar2int( void *, void *);
252 static void uchar2float( void *, void *);
253 static void uchar2double( void *, void *);
254 static void uchar2ulong( void *, void *);
[all …]

12345678910>>...756