/external/webkit/Source/WebKit/chromium/src/ |
GraphicsContext3DInternal.h | 66 void reshape(int width, int height); 69 void markContextChanged(); 71 void markLayerComposited(); 73 void paintRenderingResultsToCanvas(CanvasRenderingContext*); 77 void prepareTexture(); 84 void releaseShaderCompiler(); 90 void activeTexture(GC3Denum texture); 91 void attachShader(Platform3DObject program, Platform3DObject shader); 92 void bindAttribLocation(Platform3DObject, GC3Duint index, const String& name); 93 void bindBuffer(GC3Denum target, Platform3DObject) [all...] |
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
FrameLoaderClientWx.h | 58 void setFrame(wxWebFrame *frame); 59 void setWebView(wxWebView *webview); 64 virtual void resetBackForwardList(); 68 virtual void makeRepresentation(DocumentLoader*); 69 virtual void forceLayout(); 70 virtual void forceLayoutForNonHTML(); 72 virtual void updateHistoryForCommit(); 74 virtual void updateHistoryForBackForwardNavigation(); 75 virtual void updateHistoryForReload(); 76 virtual void updateHistoryForStandardLoad() [all...] |
/external/webkit/Tools/DumpRenderTree/ |
LayoutTestController.h | 46 void makeWindowObject(JSContextRef context, JSObjectRef windowObject, JSValueRef* exception); 48 void addDisallowedURL(JSStringRef url); 49 void addURLToRedirect(std::string origin, std::string destination); 51 void clearAllApplicationCaches(); 52 void clearAllDatabases(); 53 void clearApplicationCacheForOrigin(JSStringRef name); 54 void clearBackForwardList(); 55 void clearPersistentUserStyleSheet(); 60 void disableImageLoading(); 61 void dispatchPendingLoadRequests() [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.4.2.js | 24 ECMA Section: 11.4.2 the Void Operator 33 var TITLE = "The void operator"; 45 array[item++] = new TestCase( SECTION, "void(new String('string object'))", void 0, void(new String( 'string object' )) ); 46 array[item++] = new TestCase( SECTION, "void('string primitive')", void 0, void("string primitive") ); 47 array[item++] = new TestCase( SECTION, "void(Number.NaN)", void 0, void(Number.NaN) ) [all...] |
/sdk/emulator/opengl/system/GLESv2_enc/ |
gl2.in | 1 GL_ENTRY(void, glActiveTexture, GLenum texture) 2 GL_ENTRY(void, glAttachShader, GLuint program, GLuint shader) 3 GL_ENTRY(void, glBindAttribLocation, GLuint program, GLuint index, const GLchar* name) 4 GL_ENTRY(void, glBindBuffer, GLenum target, GLuint buffer) 5 GL_ENTRY(void, glBindFramebuffer, GLenum target, GLuint framebuffer) 6 GL_ENTRY(void, glBindRenderbuffer, GLenum target, GLuint renderbuffer) 7 GL_ENTRY(void, glBindTexture, GLenum target, GLuint texture) 8 GL_ENTRY(void, glBlendColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) 9 GL_ENTRY(void, glBlendEquation, GLenum mode ) 10 GL_ENTRY(void, glBlendEquationSeparate, GLenum modeRGB, GLenum modeAlpha [all...] |
/external/kernel-headers/original/asm-x86/ |
smp_32.h | 30 extern void smp_alloc_memory(void); 36 extern void (*mtrr_hook) (void); 37 extern void zap_low_mappings (void); 38 extern void lock_ipi_call_lock(void); 39 extern void unlock_ipi_call_lock(void); [all...] |
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
GraphicsLayerChromium.h | 48 virtual void setName(const String&); 51 virtual void addChild(GraphicsLayer*); 52 virtual void addChildAtIndex(GraphicsLayer*, int index); 53 virtual void addChildAbove(GraphicsLayer*, GraphicsLayer* sibling); 54 virtual void addChildBelow(GraphicsLayer*, GraphicsLayer* sibling); 57 virtual void removeFromParent(); 59 virtual void setPosition(const FloatPoint&); 60 virtual void setAnchorPoint(const FloatPoint3D&); 61 virtual void setSize(const FloatSize&); 63 virtual void setTransform(const TransformationMatrix&) [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers.h | 31 const void *val, 36 const int type, void *val); 40 const void *array, 55 void *user_data); 59 void *user_data); 63 void *user_data); 66 DBusError *error, void *user_data); 70 void *user_data); 74 void *user_data); 78 void *user_data) [all...] |
/external/clang/test/Rewriter/ |
rewrite-block-literal.mm | 4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp 6 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-modern-rw.cpp 10 void I( void (^)(void)); 11 void (^noop)(void) [all...] |
/external/clang/test/SemaObjCXX/ |
arc-type-conversion.mm | 4 void * cvt(id arg) // expected-note{{candidate function not viable: cannot convert argument of incomplete type 'void *' to '__strong id'}} 6 void* voidp_val; 7 (void)(int*)arg; // expected-error {{cast of an Objective-C pointer to 'int *' is disallowed with ARC}} 8 (void)(id)arg; 9 (void)(__autoreleasing id*)arg; // expected-error{{C-style cast from 'id' to '__autoreleasing id *' casts away qualifiers}} 10 (void)(id*)arg; // expected-error{{C-style cast from 'id' to '__strong id *' casts away qualifiers}} 12 (void)(__autoreleasing id**)voidp_val; 13 (void)(void*)voidp_val [all...] |
/external/e2fsprogs/ext2ed/ |
ext2ed.h | 82 typedef void (*PF) (char *); /* Used to point to the dispatched functions */ 232 extern int init (void); 233 extern void prepare_to_close (void); 235 extern void free_struct_descriptors (void); 237 extern void add_new_variable (struct struct_descriptor *descriptor,char *v_type,char *v_name); 238 extern void fill_type_commands (struct struct_descriptor *ptr); 239 extern void add_user_command (struct struct_commands *ptr,char *name,char *description,PF callback); 240 extern void free_user_commands (struct struct_commands *ptr) [all...] |
/external/qemu/ |
cpu-common.h | 28 typedef void CPUWriteMemoryFunc(void *opaque, target_phys_addr_t addr, uint32_t value); 29 typedef uint32_t CPUReadMemoryFunc(void *opaque, target_phys_addr_t addr); 31 void cpu_register_physical_memory_log(target_phys_addr_t start_addr, 37 static inline void cpu_register_physical_memory_offset(target_phys_addr_t start_addr, 46 static inline void cpu_register_physical_memory(target_phys_addr_t start_addr, 55 ram_addr_t size, void *host); 57 void qemu_ram_free(ram_addr_t addr); 58 void qemu_ram_remap(ram_addr_t addr, ram_addr_t length); 60 void *qemu_get_ram_ptr(ram_addr_t addr) [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
tls_none.c | 20 void * tls_init(const struct tls_config *conf) 22 return (void *) 1; 25 void tls_deinit(void *ssl_ctx) 32 int tls_get_errors(void *tls_ctx) 38 struct tls_connection * tls_connection_init(void *tls_ctx) 44 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn) 49 int tls_connection_established(void *tls_ctx, struct tls_connection *conn) 55 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn [all...] |
/external/clang/test/CodeGen/ |
conditional.c | 11 void f(); 13 void test3(){ 14 1 ? f() : (void)0; 17 void test4() { 22 void test5() { 24 void* vp; 28 void test6(); 29 void test7(int); 30 void* test8() {return 1 ? test6 : test7;} 33 void _efree(void *ptr) [all...] |
/external/clang/test/Parser/ |
DelayedTemplateParsing.cpp | 5 void foo() { 8 void foo2(); 13 void foo4() { } // expected-note {{previous definition is here}} expected-note {{previous definition is here}} 14 void foo4() { } // expected-error {{class member cannot be redeclared}} expected-error {{redefinition of 'foo4'}} expected-note {{previous definition is here}} 16 friend void foo3() { 23 void B<T>::foo4() {// expected-error {{redefinition of 'foo4'}} 27 void A<T>::foo2() { 33 void foo3() { 37 template void A<int>::foo2(); 40 void undeclared( [all...] |
/external/clang/test/SemaCXX/ |
warn-overloaded-virtual.cpp | 4 virtual void foo(int); // expected-note {{declared here}} 5 virtual void foo(); // expected-note {{declared here}} 9 void foo(float); // expected-warning {{hides overloaded virtual functions}} 13 void foo(); // expected-note {{declared here}} 17 virtual void foo(void*); // expected-note {{declared here}} 21 virtual void foo(int); // expected-warning {{hides overloaded virtual functions}} 25 virtual void foo(int); 26 virtual void foo(); 31 void foo(float) [all...] |
/external/clang/test/SemaTemplate/ |
extern-templates.cpp | 6 void f(T t); 9 void g(T t); 14 void X0<T>::f(T t) { 23 void X0<T>::Inner::g(T t) { 27 void test_intptr(X0<int*> xi, X0<int*>::Inner xii) { 34 void test_longptr(X0<long*> xl, X0<long*>::Inner xli) { 44 void f(T t) { t += 2; } 46 void g(T t); 50 void X1<T>::g(T t) { 54 extern template class X1<void*>; [all...] |
self-comparison.cpp | 3 template <int A, int B> void foo() { 4 (void)(A == A); // expected-warning {{self-comparison always evaluates to true}} 5 (void)(A == B); 8 void foo() { 9 (void)(A == A); // expected-warning {{self-comparison always evaluates to true}} 10 (void)(A == B); 16 (void)(A == A); // expected-warning {{self-comparison always evaluates to true}} 17 (void)(A == B); 22 template <int A, int B> void foo() { 23 (void)(A == A); // expected-warning {{self-comparison always evaluates to true} [all...] |
/external/linux-tools-perf/util/ui/ |
browser.h | 18 void *top, *entries; 20 void *priv; 22 void (*write)(struct ui_browser *self, void *entry, int row); 23 void (*seek)(struct ui_browser *self, off_t offset, int whence); 27 void ui_browser__set_color(struct ui_browser *self, int color); 28 void ui_browser__set_percent_color(struct ui_browser *self, 31 void ui_browser__refresh_dimensions(struct ui_browser *self); 32 void ui_browser__reset_index(struct ui_browser *self); 34 void ui_browser__gotorc(struct ui_browser *self, int y, int x) [all...] |
/external/llvm/test/Transforms/DeadArgElim/ |
deadexternal.ll | 3 define void @test(i32) { 4 ret void 7 define void @foo() { 8 call void @test(i32 0) 9 ret void 14 define void @f(i32 %X) { 16 tail call void @sideeffect() nounwind 17 ret void 20 declare void @sideeffect() 22 define void @g(i32 %n) [all...] |
/external/openssh/ |
roaming.h | 27 void request_roaming(void); 28 int get_snd_buf_size(void); 29 int get_recv_buf_size(void); 30 void add_recv_bytes(u_int64_t); 31 int wait_for_roaming_reconnect(void); 32 void roaming_reply(int, u_int32_t, void *); 33 void set_out_buffer_size(size_t); 34 ssize_t roaming_write(int, const void *, size_t, int *) [all...] |
/external/quake/quake/src/WinQuake/ |
console.h | 31 void Con_DrawCharacter (int cx, int line, int num); 33 void Con_CheckResize (void); 34 void Con_Init (void); 35 void Con_DrawConsole (int lines, qboolean drawinput); 36 void Con_Print (const char *txt); 37 void Con_Printf (const char *fmt, ...); 38 void Con_DPrintf (const char *fmt, ...); 39 void Con_SafePrintf (const char *fmt, ...) [all...] |
/external/skia/src/animator/ |
SkAnimateActive.h | 23 void advance(); 24 void append(SkApply* ); 25 void calcDurations(int index); 26 void create(SkDrawable* scope, SkMSec time); 29 void init( ); 31 void pickUp(SkActive* existing); 32 void reset() { fDrawIndex = 0; } 33 void setInterpolator(int index, SkOperand* from); 34 void start(); 36 void validate() [all...] |
/external/stlport/test/eh/ |
Tests.h | 23 void test_algobase(); 24 void test_algo(); 25 void test_list(); 26 void test_map(); 27 void test_multimap(); 28 void test_set(); 29 void test_multiset(); 30 void test_vector(); 31 void test_deque(); 32 void test_bit_vector() [all...] |
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
EventSender.java | 20 public void mouseDown(); 21 public void mouseUp(); 22 public void mouseClick(); 23 public void mouseMoveTo(int X, int Y); 24 public void leapForward(int milliseconds); 25 public void keyDown (String character, String[] withModifiers); 26 public void keyDown (String character); 27 public void enableDOMUIEventLogging(int DOMNode); 28 public void fireKeyboardEventsToElement(int DOMNode); 29 public void touchStart() [all...] |