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

<<31323334353637383940>>

  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBld.h 48 void *fFinalizeDownload,
53 TI_STATUS cmdBld_ConfigFw (TI_HANDLE hCmdBld, void *fConfigFwCb, TI_HANDLE hConfigFwCb);
54 TI_STATUS cmdBld_CheckMboxCb (TI_HANDLE hCmdBld, void *fFailureEvCb, TI_HANDLE hFailureEv);
56 TI_STATUS cmdBld_ReadMib (TI_HANDLE hCmdBld, TI_HANDLE hCb, void* fCb, void* pCb);
62 TI_STATUS cmdBld_CmdNoiseHistogram (TI_HANDLE hCmdBld, TNoiseHistogram* pNoiseHistParams, void *fCb, TI_HANDLE hCb);
63 TI_STATUS cmdBld_CmdMeasurement (TI_HANDLE hCmdBld, TMeasurementParams *pMeasurementParams, void *fCommandResponseCb, TI_HANDLE hCb);
64 TI_STATUS cmdBld_CmdMeasurementStop (TI_HANDLE hCmdBld, void *fCommandResponseCb, TI_HANDLE hCb);
65 TI_STATUS cmdBld_CmdApDiscovery (TI_HANDLE hCmdBld, TApDiscoveryParams* pApDiscoveryParams, void *fCb, TI_HANDLE hCb);
66 TI_STATUS cmdBld_CmdApDiscoveryStop (TI_HANDLE hCmdBld, void *fCb, TI_HANDLE hCb)
    [all...]
  /external/chromium/net/disk_cache/
eviction.h 26 void Init(BackendImpl* backend);
27 void Stop();
32 void TrimCache(bool empty);
35 void UpdateRank(EntryImpl* entry, bool modified);
38 void OnOpenEntry(EntryImpl* entry);
39 void OnCreateEntry(EntryImpl* entry);
40 void OnDoomEntry(EntryImpl* entry);
41 void OnDestroyEntry(EntryImpl* entry);
44 void SetTestMode();
45 void TrimDeletedList(bool empty)
    [all...]
  /external/clang/test/CodeGenCXX/
vtable-pointer-initialization.cpp 17 virtual void f();
22 // CHECK: define void @_ZN1AC2Ev(%struct.A* %this) unnamed_addr
23 // CHECK: call void @_ZN4BaseC2Ev(
25 // CHECK: call void @_ZN5FieldC1Ev(
26 // CHECK: ret void
29 // CHECK: define void @_ZN1AD2Ev(%struct.A* %this) unnamed_addr
31 // CHECK: call void @_ZN5FieldD1Ev(
32 // CHECK: call void @_ZN4BaseD2Ev(
33 // CHECK: ret void
37 virtual void f()
    [all...]
  /external/clang/test/SemaObjC/
class-protocol-method-match.m 9 - (void) also_ok;
16 - (void) ban : (int) arg, ...; // expected-note {{previous declaration is here}}
20 - (void) bar : (unsigned char)arg; // expected-note {{previous declaration is here}}
21 - (void) ok;
27 - (void) baz; // expected-warning 2 {{conflicting return type in declaration of 'baz': 'unsigned char' vs 'void'}}
28 - (void) bar : (unsigned char*)arg; // expected-warning {{conflicting parameter types in declaration of 'bar:': 'unsigned char' vs 'unsigned char *'}}
29 - (void) ok;
30 - (void) also_ok; // expected-warning {{conflicting return type in declaration of 'also_ok': 'unsigned char' vs 'void'}}
    [all...]
special-dep-unavail-warning.m 5 - (void) depInA;
6 - (void) unavailMeth __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
7 - (void) depInA1 __attribute__((deprecated));
8 - (void) unavailMeth1;
9 - (void) depInA2 __attribute__((deprecated));
10 - (void) unavailMeth2 __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
11 - (void) depunavailInA;
12 - (void) depunavailInA1 __attribute__((deprecated)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
13 - (void)FuzzyMeth __attribute__((deprecated));
14 - (void)FuzzyMeth1 __attribute__((unavailable))
    [all...]
  /external/quake/quake/src/QW/client/
draw.h 26 void Draw_Init (void);
27 void Draw_Character (int x, int y, int num);
28 void Draw_DebugChar (char num);
29 void Draw_SubPic(int x, int y, qpic_t *pic, int srcx, int srcy, int width, int height);
30 void Draw_Pic (int x, int y, qpic_t *pic);
31 void Draw_TransPic (int x, int y, qpic_t *pic);
32 void Draw_TransPicTranslate (int x, int y, qpic_t *pic, byte *translation);
33 void Draw_ConsoleBackground (int lines);
34 void Draw_BeginDisc (void)
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_model.h 31 EAPI void ewk_tile_free(Ewk_Tile *t);
32 EAPI void ewk_tile_unused_cache_clear(Ewk_Tile_Unused_Cache *tuc);
33 EAPI void ewk_tile_show(Ewk_Tile *t);
34 EAPI void ewk_tile_hide(Ewk_Tile *t);
36 EAPI void ewk_tile_update_full(Ewk_Tile *t);
37 EAPI void ewk_tile_update_area(Ewk_Tile *t, const Eina_Rectangle *r);
38 EAPI void ewk_tile_updates_process(Ewk_Tile *t, void (*cb)(void *data, Ewk_Tile *t, const Eina_Rectangle *update), const void *data)
    [all...]
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
FrameLoaderClientWinCE.h 41 virtual void frameLoaderDestroyed();
47 virtual void makeRepresentation(WebCore::DocumentLoader*);
48 virtual void forceLayout();
49 virtual void forceLayoutForNonHTML();
51 virtual void setCopiesOnScroll();
53 virtual void detachedFromParent2();
54 virtual void detachedFromParent3();
56 virtual void assignIdentifierToInitialRequest(unsigned long identifier, WebCore::DocumentLoader*, const WebCore::ResourceRequest&);
58 virtual void dispatchWillSendRequest(WebCore::DocumentLoader*, unsigned long identifier, WebCore::ResourceRequest&, const WebCore::ResourceResponse& redirectResponse);
60 virtual void dispatchDidReceiveAuthenticationChallenge(WebCore::DocumentLoader*, unsigned long identifier, cons (…)
    [all...]
  /frameworks/base/core/java/com/android/internal/view/
IInputContext.aidl 33 void getTextBeforeCursor(int length, int flags, int seq, IInputContextCallback callback);
35 void getTextAfterCursor(int length, int flags, int seq, IInputContextCallback callback);
37 void getCursorCapsMode(int reqModes, int seq, IInputContextCallback callback);
39 void getExtractedText(in ExtractedTextRequest request, int flags, int seq,
42 void deleteSurroundingText(int leftLength, int rightLength);
44 void setComposingText(CharSequence text, int newCursorPosition);
46 void finishComposingText();
48 void commitText(CharSequence text, int newCursorPosition);
50 void commitCompletion(in CompletionInfo completion);
52 void commitCorrection(in CorrectionInfo correction)
    [all...]
  /hardware/ti/wlan/lib/
shlist.h 8 void *data;
13 typedef int (*shListCmp)( void *valo, void *valn, void *etalon );
14 typedef int (*shListPrint)( void *val );
15 typedef void (*shListFree)( void *val );
16 typedef int (*shListEqual)( void *val, void *idata );
18 void shListInitList( SHLIST *listPtr )
    [all...]
  /packages/apps/Browser/src/com/android/browser/
UiController.java 54 void setActiveTab(Tab tab);
58 void closeCurrentTab();
60 void closeTab(Tab tab);
62 void stopLoading();
66 void bookmarksOrHistoryPicker(ComboViews startView);
68 void bookmarkCurrentPage();
70 void editUrl();
72 void handleNewIntent(Intent intent);
76 void hideCustomView();
78 void attachSubWindow(Tab tab)
    [all...]
  /sdk/emulator/opengl/host/libs/GLESv2_dec/
GL2Decoder.h 31 typedef void *(*get_proc_func_t)(const char *name, void *userData);
34 int initGL(get_proc_func_t getProcFunc = NULL, void *getProcFuncData = NULL);
35 void setContextData(GLDecoderContextData *contextData) { m_contextData = contextData; }
40 static void *s_getProc(const char *name, void *userData);
41 static void gl2_APIENTRY s_glGetCompressedTextureFormats(void *self, int count, GLint *formats);
42 static void gl2_APIENTRY s_glVertexAttribPointerData(void *self, GLuint indx, GLint size, GLenum type
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Texture.h 72 virtual void generateMipmaps() = 0;
73 virtual void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, RenderbufferStorage *source) = 0;
88 virtual void addRef() const;
89 virtual void release() const;
120 void setImage(GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, Image *img);
121 bool subImage(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, Image *img);
122 void setCompressedImage(GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *pixels, Image *img);
123 bool subImageCompressed(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *pixels, Image *img)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage_p.h 48 void init(QGraphicsItem*, QGraphicsWKView::BackingStoreType);
52 virtual void setViewNeedsDisplay(const WebCore::IntRect&);
53 virtual void displayView();
54 virtual void scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset);
63 virtual void enterAcceleratedCompositingMode(const LayerTreeContext&);
64 virtual void exitAcceleratedCompositingMode();
66 virtual void pageDidRequestScroll(const WebCore::IntPoint&);
67 virtual void processDidCrash();
68 virtual void pageClosed() { }
69 virtual void didRelaunchProcess()
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
Snippet.java 4 public void test() {
  /dalvik/tests/026-access/src/otherpackage/
PublicAccess.java 4 static public void main() {
  /dalvik/tests/031-class-attributes/src/
Main.java 2 public static void main(String[] args) {
  /dalvik/tests/052-verifier-fun/src/
BlahOne.java 2 public void doStuff() {
BlahTwo.java 2 public void doStuff() {
  /dalvik/tests/065-mismatched-implements/src/
Defs.java 4 public void func();
  /dalvik/tests/066-mismatched-super/src2/
Defs.java 4 public void func();
  /dalvik/vm/alloc/
MarkSweep.h 46 const void *finger; // only used while scanning/recursing.
50 void dvmHeapMarkRootSet(void);
51 void dvmHeapReMarkRootSet(void);
52 void dvmHeapScanMarkedObjects(void);
53 void dvmHeapReScanMarkedObjects(void);
54 void dvmHeapProcessReferences(Object **softReferences, bool clearSoftRefs
    [all...]
  /external/chromium/android/
execinfo.cc 7 int backtrace(void **array, int size) { return 0; }
9 char **backtrace_symbols(void *const *array, int size) { return 0; }
11 void backtrace_symbols_fd (void *const *array, int size, int fd) {}
execinfo.h 8 int backtrace(void **array, int size);
10 char **backtrace_symbols(void *const *array, int size);
12 void backtrace_symbols_fd (void *const *array, int size, int fd);
  /external/chromium/chrome/common/
json_schema_validator_unittest_base.h 28 void RunTests();
31 virtual void ExpectValid(const std::string& test_source,
35 virtual void ExpectNotValid(const std::string& test_source,
42 void TestComplex();
43 void TestStringPattern();
44 void TestEnum();
45 void TestChoices();
46 void TestExtends();
47 void TestObject();
48 void TestTypeReference()
    [all...]

Completed in 1564 milliseconds

<<31323334353637383940>>