/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/ |
WebCryptoKey.cpp | 42 WebCryptoKeyPrivate(PassOwnPtr<WebCryptoKeyHandle> handle, WebCryptoKeyType type, bool extractable, const WebCryptoAlgorithm& algorithm, WebCryptoKeyUsageMask usages) 43 : handle(handle) 51 const OwnPtr<WebCryptoKeyHandle> handle; member in class:WebKit::WebCryptoKeyPrivate 58 WebCryptoKey WebCryptoKey::create(WebCryptoKeyHandle* handle, WebCryptoKeyType type, bool extractable, const WebCryptoAlgorithm& algorithm, WebCryptoKeyUsageMask usages) 61 key.m_private = adoptRef(new WebCryptoKeyPrivate(adoptPtr(handle), type, extractable, algorithm, usages)); 65 WebCryptoKeyHandle* WebCryptoKey::handle() const function in class:WebKit::WebCryptoKey 67 return m_private->handle.get();
|
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/ |
ResourceManager.cpp | 71 GLuint handle = mBufferHandleAllocator.allocate(); local 73 mBufferMap[handle] = NULL; 75 return handle; 81 GLuint handle = mProgramShaderHandleAllocator.allocate(); local 85 mShaderMap[handle] = new VertexShader(this, mRenderer, handle); 89 mShaderMap[handle] = new FragmentShader(this, mRenderer, handle); 93 return handle; 99 GLuint handle = mProgramShaderHandleAllocator.allocate() local 109 GLuint handle = mTextureHandleAllocator.allocate(); local 119 GLuint handle = mRenderbufferHandleAllocator.allocate(); local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32window_unittest.cc | 60 EXPECT_TRUE(wnd.handle() == NULL); 63 EXPECT_TRUE(wnd.handle() != NULL); 64 EXPECT_EQ(kDummyResult, ::SendMessage(wnd.handle(), WM_USER, 1, 2)); 69 EXPECT_TRUE(wnd.handle() == NULL); 77 EXPECT_TRUE(wnd1.handle() != NULL); 78 EXPECT_TRUE(wnd2.handle() != NULL); 81 EXPECT_TRUE(wnd2.handle() == NULL); 82 EXPECT_TRUE(wnd1.handle() == NULL);
|
/external/chromium_org/ui/base/win/ |
touch_input.cc | 9 UI_EXPORT BOOL GetTouchInputInfoWrapper(HTOUCHINPUT handle, 19 return get_touch_input_info_func(handle, count, pointer, size);
|
/external/libsepol/include/sepol/ |
iface_record.h | 4 #include <sepol/handle.h> 22 extern int sepol_iface_key_create(sepol_handle_t * handle, 26 extern int sepol_iface_key_extract(sepol_handle_t * handle, 35 extern int sepol_iface_set_name(sepol_handle_t * handle, 41 extern int sepol_iface_set_ifcon(sepol_handle_t * handle, 46 extern int sepol_iface_set_msgcon(sepol_handle_t * handle, 50 extern int sepol_iface_create(sepol_handle_t * handle, 53 extern int sepol_iface_clone(sepol_handle_t * handle,
|
/external/libsepol/include/sepol/policydb/ |
link.h | 9 #include <sepol/handle.h> 16 extern int link_modules(sepol_handle_t * handle,
|
/external/libsepol/src/ |
handle.h | 4 #include <sepol/handle.h> 15 sepol_handle_t * handle, const char *fmt, ...);
|
/external/qemu/distrib/sdl-1.2.15/src/loadso/macos/ |
SDL_sysloadso.c | 40 void *handle = NULL; local 70 handle = (void *)(library_id); 74 return(handle); 77 void *SDL_LoadFunction(void *handle, const char *name) 82 CFragConnectionID library_id = (CFragConnectionID)handle; 97 void SDL_UnloadObject(void *handle) 100 if ( handle != NULL ) { 101 library_id = (CFragConnectionID)handle;
|
/frameworks/base/opengl/java/android/opengl/ |
EGLConfig.java | 25 private EGLConfig(int handle) { 26 super(handle);
|
EGLContext.java | 25 private EGLContext(int handle) { 26 super(handle);
|
EGLDisplay.java | 25 private EGLDisplay(int handle) { 26 super(handle);
|
EGLSurface.java | 25 private EGLSurface(int handle) { 26 super(handle);
|
/frameworks/native/opengl/tools/glgen/static/egl/ |
EGLConfig.java | 25 private EGLConfig(int handle) { 26 super(handle);
|
EGLContext.java | 25 private EGLContext(int handle) { 26 super(handle);
|
EGLDisplay.java | 25 private EGLDisplay(int handle) { 26 super(handle);
|
EGLSurface.java | 25 private EGLSurface(int handle) { 26 super(handle);
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
dlfcn.h | 36 extern int dlclose(void* handle); 38 extern void* dlsym(void* handle, const char* symbol);
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/ |
dlfcn.h | 36 extern int dlclose(void* handle); 38 extern void* dlsym(void* handle, const char* symbol);
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/ |
dlfcn.h | 36 extern int dlclose(void* handle); 38 extern void* dlsym(void* handle, const char* symbol);
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
dlfcn.h | 36 extern int dlclose(void* handle); 38 extern void* dlsym(void* handle, const char* symbol);
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/ |
dlfcn.h | 36 extern int dlclose(void* handle); 38 extern void* dlsym(void* handle, const char* symbol);
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/ |
dlfcn.h | 36 extern int dlclose(void* handle); 38 extern void* dlsym(void* handle, const char* symbol);
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/ |
dlfcn.h | 36 extern int dlclose(void* handle); 38 extern void* dlsym(void* handle, const char* symbol);
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/ |
dlfcn.h | 36 extern int dlclose(void* handle); 38 extern void* dlsym(void* handle, const char* symbol);
|
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/ |
dlfcn.h | 36 extern int dlclose(void* handle); 38 extern void* dlsym(void* handle, const char* symbol);
|