HomeSort by relevance Sort by last modified time
    Searched full:void (Results 176 - 200 of 76704) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/native/opengl/tools/glgen/specs/jsr239/
glspec-1.0 0 void glActiveTexture ( GLenum texture )
2 void glAlphaFunc ( GLenum func, GLclampf ref )
3 void glAlphaFuncx ( GLenum func, GLclampx ref )
4 void glBindTexture ( GLenum target, GLuint texture )
5 void glBlendFunc ( GLenum sfactor, GLenum dfactor )
6 void glClear ( GLbitfield mask )
7 void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
8 void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
9 void glClearDepthf ( GLclampf depth )
10 void glClearDepthx ( GLclampx depth )
    [all...]
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundlePage.h 41 void dump();
43 void stopLoading();
45 void reset();
47 void dumpBackForwardList();
51 static void didStartProvisionalLoadForFrame(WKBundlePageRef, WKBundleFrameRef, WKTypeRef*, const void*);
52 static void didReceiveServerRedirectForProvisionalLoadForFrame(WKBundlePageRef, WKBundleFrameRef, WKTypeRef*, const void*);
53 static void didFailProvisionalLoadWithErrorForFrame(WKBundlePageRef, WKBundleFrameRef, WKErrorRef, WKTypeRef*, const void*);
    [all...]
  /external/clang/test/ARCMT/Inputs/
test.h.result 2 - (oneway void)release;
6 static inline void part1(id p) {
11 static inline void part2(id p) {
  /external/clang/test/ARCMT/with space/
test.h.result 2 - (oneway void)release;
6 static inline void part1(id p) {
11 static inline void part2(id p) {
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p13.cpp 3 template<typename T> void f(T);
5 template<> void f(int) { }
6 void f(int) { }
  /external/clang/test/CodeGen/
2007-02-16-VoidPtrDiff.c 3 void foo(void *ptr, int test) {
4 (ptr - ((void *) test + 0x2000));
PR2413-void-address-cast-error.c 2 void f()
4 void *addr;
5 addr = (void *)( ((long int)addr + 7L) );
  /external/clang/test/CodeGenCXX/
instantiate-temporaries.cpp 17 void call() {
21 // CHECK: define weak_odr void @_Z4callIiEvv
22 // CHECK: call void @_ZN1Y3getEv
23 // CHECK-NEXT: call void @_ZN1XD1Ev
24 // CHECK-NEXT: ret void
25 template void call<int>();
28 void compound_literal() {
32 // CHECK: define weak_odr void @_Z16compound_literalIiEvv
33 // CHECK: call void @_ZN1XC1Ev
34 // CHECK-NEXT: call void @_ZN2X2D1E
    [all...]
  /external/clang/test/CodeGenObjC/
exceptions-nonfragile.m 4 // CHECK: declare void @objc_exception_rethrow()
6 void protos() {
7 extern void foo();
15 void throwing() {
20 void die(void) __attribute__((nothrow, noreturn));
21 void test2(void) {
25 extern void test2_helper(void);
    [all...]
  /external/clang/test/Index/Inputs/
reparse-instantiate.h 3 template<typename T> void c(T)
9 void a()
13 void b() {}
  /external/clang/test/Parser/
promote_types_in_proto.c 2 void functionPromotion(void f(char *const []));
3 void arrayPromotion(char * const argv[]);
  /external/clang/test/Sema/
assign-null.c 5 typedef void (*hookfunc)(void *arg);
8 void clear_hook() {
  /external/clang/test/SemaCXX/
cast-explicit-ctor.cpp 3 void f() {
4 (void)(B)true;
5 (void)B(true);
nullptr-98.cpp 2 void f(void *);
3 void g() { f(__nullptr); }
  /external/clang/test/SemaObjC/
method-unused-attribute.m 4 - (void) correct_use_of_unused: (void *) notice : (id)another_arg;
5 - (void) will_warn_unused_arg: (void *) notice : (id)warn_unused;
6 - (void) unused_attr_on_decl_ignored: (void *) __attribute__((unused)) will_warn;
10 - (void) correct_use_of_unused: (void *) __attribute__((unused)) notice : (id) __attribute__((unused)) newarg{
12 - (void) will_warn_unused_arg: (void *) __attribute__((unused)) notice : (id)warn_unused {} // expected-warning {{unused parameter 'w (…)
    [all...]
  /external/llvm/test/Assembler/
2002-08-15-CastAmbiguity.ll 3 define void @test(i32 %X) {
4 call void @test( i32 6 )
5 ret void
  /external/llvm/test/CodeGen/Generic/
call-void.ll 3 define void @foo() {
4 ret void
8 call void @foo( )
  /external/llvm/test/CodeGen/X86/
non-lazy-bind.ll 3 declare void @lazy() nonlazybind
4 declare void @not()
9 define void @foo() nounwind {
10 call void @not()
11 call void @lazy()
12 ret void
17 define void @tail_call_regular() nounwind {
18 tail call void @not()
19 ret void
24 define void @tail_call_eager() nounwind
    [all...]
  /external/llvm/test/Transforms/GlobalDCE/
2009-02-17-AliasUsesAliasee.ll 3 @A = alias internal void ()* @F
4 define internal void @F() { ret void }
  /external/llvm/test/Transforms/IPConstantProp/
deadarg.ll 2 define internal void @foo(i32 %X) {
3 call void @foo( i32 %X )
4 ret void
  /external/llvm/test/Transforms/InstCombine/
2007-12-16-AsmNoUnwind.ll 3 define void @bar() {
5 call void asm sideeffect "", "~{dirflag},~{fpsr},~{flags}"( )
6 ret void
  /external/wpa_supplicant_8/src/utils/
edit.h 12 int edit_init(void (*cmd_cb)(void *ctx, char *cmd),
13 void (*eof_cb)(void *ctx),
14 char ** (*completion_cb)(void *ctx, const char *cmd, int pos),
15 void *ctx, const char *history_file);
16 void edit_deinit(const char *history_file,
17 int (*filter_cb)(void *ctx, const char *cmd));
18 void edit_clear_line(void);
    [all...]
  /frameworks/compile/slang/tests/F_mix_vector/
mix_vector.rs 4 void foo() {
6 (void)f4.xg;
7 (void)f4.ry;
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qgraphicswkview.h 33 virtual void setGeometry(const QRectF&);
35 void load(const QUrl&);
36 void setUrl(const QUrl&);
41 void triggerPageAction(QWKPage::WebAction action, bool checked = false);
43 virtual void paint(QPainter*, const QStyleOptionGraphicsItem*, QWidget*);
49 void takeSnapshot(const QSize& size, const QRect& documentRect);
54 void prepareScaleChange();
55 void commitScaleChange();
58 Q_SIGNAL void titleChanged(const QString& title);
59 Q_SIGNAL void loadStarted()
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 22 void *ssl_ctx;
23 void *msg_ctx;
24 void *eap_sim_db_priv;
42 void *ctx;
57 void (*eapol_send)(void *ctx, void *sta_ctx, u8 type, const u8 *data,
59 void (*aaa_send)(void *ctx, void *sta_ctx, const u8 *data
    [all...]

Completed in 660 milliseconds

1 2 3 4 5 6 78 91011>>