/external/chromium_org/third_party/WebKit/Source/core/page/ |
WindowTimers.idl | 33 void clearTimeout([Default=Undefined] optional long handle); 35 void clearInterval([Default=Undefined] optional long handle);
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/android/ |
android_sw_winsys.h | 40 buffer_handle_t handle; member in struct:android_winsys_handle
|
/external/chromium_org/ui/base/win/ |
touch_input.h | 16 UI_EXPORT BOOL GetTouchInputInfoWrapper(HTOUCHINPUT handle,
|
/external/iptables/iptables/ |
ip6tables-standalone.c | 50 struct ip6tc_handle *handle = NULL; local 66 ret = do_command6(argc, argv, &table, &handle); 68 ret = ip6tc_commit(handle); 69 ip6tc_free(handle);
|
iptables-standalone.c | 52 struct iptc_handle *handle = NULL; local 69 ret = do_command4(argc, argv, &table, &handle); 71 ret = iptc_commit(handle); 72 iptc_free(handle);
|
/external/javasqlite/src/main/java/SQLite/ |
FunctionContext.java | 12 * Internal handle for the native SQLite API. 15 private long handle = 0; field in class:FunctionContext
|
Vm.java | 10 * Internal handle for the compiled SQLite VM. 13 private long handle = 0; field in class:Vm
|
/external/libnfc-nci/src/nfa/p2p/ |
nfa_p2p_api.c | 44 ** NFA_P2P_REG_SERVER_EVT will be returned with status and handle. 110 ** NFA_P2P_REG_CLIENT_EVT will be returned with status and handle. 159 ** NFA_STATUS_BAD_HANDLE if handle is not valid 163 tNFA_STATUS NFA_P2pDeregister (tNFA_HANDLE handle) 168 P2P_TRACE_API1 ("NFA_P2pDeregister (): handle:0x%02X", handle); 170 xx = handle & NFA_HANDLE_MASK; 175 P2P_TRACE_ERROR0 ("NFA_P2pDeregister (): Handle is invalid or not registered"); 183 p_msg->handle = handle; [all...] |
/external/libselinux/include/selinux/ |
label.h | 59 * selabel_open - Create a labeling handle. 67 * backend. Return value is the created handle on success or NULL with 75 * selabel_close - Close a labeling handle. 76 * @handle: specifies handle to close 78 * Destroy the specified handle, closing files, freeing allocated memory, 79 * etc. The handle may not be further used after it has been closed. 81 void selabel_close(struct selabel_handle *handle); 85 * @handle: specifies backend instance to query 96 int selabel_lookup(struct selabel_handle *handle, security_context_t *con [all...] |
/external/mesa3d/src/gallium/winsys/sw/android/ |
android_sw_winsys.h | 40 buffer_handle_t handle; member in struct:android_winsys_handle
|
/external/mockito/src/org/mockito/invocation/ |
MockHandler.java | 27 * @param invocation The invocation to handle
32 Object handle(Invocation invocation) throws Throwable;
method in interface:MockHandler
|
/external/smack/src/org/apache/harmony/javax/security/auth/callback/ |
CallbackHandler.java | 23 * Needs to be implemented by classes that want to handle authentication 24 * {@link Callback}s. A single method {@link #handle(Callback[])} must be 36 * Callback}s it actually wants to handle and in which way. For example, a 40 * values. If a {@code CallbackHandler} is not able to handle a specific 49 * if the {@code CallbackHandler} is not able to handle a 52 void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException; method in interface:CallbackHandler
|
/external/webrtc/src/common_audio/vad/ |
vad_sp.h | 46 // - handle : State information of the VAD. 50 int16_t WebRtcVad_FindMinimum(VadInstT* handle,
|
/external/webrtc/src/modules/audio_processing/ |
echo_cancellation_impl.h | 58 virtual int InitializeHandle(void* handle) const; 59 virtual int ConfigureHandle(void* handle) const; 60 virtual int DestroyHandle(void* handle) const; 62 virtual int GetHandleError(void* handle) const;
|
echo_control_mobile_impl.h | 49 virtual int InitializeHandle(void* handle) const; 50 virtual int ConfigureHandle(void* handle) const; 51 virtual int DestroyHandle(void* handle) const; 53 virtual int GetHandleError(void* handle) const;
|
gain_control_impl.h | 60 virtual int InitializeHandle(void* handle) const; 61 virtual int ConfigureHandle(void* handle) const; 62 virtual int DestroyHandle(void* handle) const; 64 virtual int GetHandleError(void* handle) const;
|
/frameworks/base/media/java/android/mtp/ |
MtpPropertyList.java | 53 public void append(int handle, int property, int type, long value) { 58 mObjectHandles[index] = handle; 64 public void append(int handle, int property, String value) { 69 mObjectHandles[index] = handle;
|
/hardware/akm/AK8975_FS/libsensors/ |
SensorBase.h | 63 virtual int setDelay(int32_t handle, int64_t ns); 64 virtual int64_t getDelay(int32_t handle); 67 virtual int setEnable(int32_t handle, int enabled) = 0; 69 virtual int getEnable(int32_t handle) = 0;
|
/hardware/invensense/65xx/libsensors_iio/ |
CompassSensor.AKM.h | 46 virtual int enable(int32_t handle, int enabled); 47 virtual int setDelay(int32_t handle, int64_t ns); 48 virtual int getEnable(int32_t handle); 49 virtual int64_t getDelay(int32_t handle);
|
PressureSensor.IIO.secondary.h | 44 virtual int enable(int32_t handle, int enabled); 45 virtual int setDelay(int32_t handle, int64_t ns); 46 virtual int getEnable(int32_t handle); 47 virtual int64_t getDelay(int32_t handle);
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/ |
TrustZoneDevice.h | 116 bool lockWsmL2(uint32_t handle); 118 bool unlockWsmL2(uint32_t handle); 120 addr_t findWsmL2(uint32_t handle); 122 bool findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len);
|
/libcore/luni/src/main/java/org/w3c/dom/ |
UserDataHandler.java | 66 public void handle(short operation, method in interface:UserDataHandler
|
/external/chromium_org/ui/surface/ |
transport_dib.h | 32 // Two typedefs are defined. A Handle is the type which can be sent over 37 typedef HANDLE Handle; 40 // 1) Process A creates a transport DIB with HANDLE=1 and sends to B. 43 // is also assigned HANDLE=1. 44 // 4) Process A sends the Handle to B, but B incorrectly believes that it 48 : handle(NULL), 52 HandleAndSequenceNum(HANDLE h, uint32 seq_num) 53 : handle(h), 58 return other.handle == handle && other.sequence_num == sequence_num 68 HANDLE handle; member in struct:TransportDIB::HandleAndSequenceNum [all...] |
/external/libsepol/tests/ |
test-downgrade.c | 26 #include <sepol/handle.h> 213 sepol_handle_destroy(f.handle); 223 sepol_handle_destroy(f.handle); 244 sepol_handle_t *handle; local 248 handle = sepol_handle_create(); 249 if (handle == NULL) { 253 sepol_msg_set_callback(handle, NULL, NULL); 259 sepol_handle_destroy(f.handle); 267 f.handle = handle; [all...] |
/bionic/libc/include/ |
dlfcn.h | 47 extern int dlclose(void* handle); 49 extern void* dlsym(void* handle, const char* symbol);
|