HomeSort by relevance Sort by last modified time
    Searched refs:_cmd (Results 1 - 19 of 19) sorted by null

  /external/webkit/Source/WebKit/mac/Carbon/
HIViewAdapter.m 53 static void _webkit_NSView_setNeedsDisplay(id self, SEL _cmd, BOOL flag);
54 static void _webkit_NSView_setNeedsDisplayInRect(id self, SEL _cmd, NSRect invalidRect);
55 static NSView *_webkit_NSView_nextValidKeyView(id self, SEL _cmd);
94 static void _webkit_NSView_setNeedsDisplay(id self, SEL _cmd, BOOL flag)
96 oldNSViewSetNeedsDisplayIMP(self, _cmd, flag);
137 static void _webkit_NSView_setNeedsDisplayInRect(id self, SEL _cmd, NSRect invalidRect)
140 oldNSViewSetNeedsDisplayInRectIMP(self, _cmd, invalidRect);
183 static NSView *_webkit_NSView_nextValidKeyView(id self, SEL _cmd)
188 return oldNSViewNextValidKeyViewIMP(self, _cmd);
  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessShim.mm 64 static NSInteger shim_NSApplication_RunModalForWindow(id self, SEL _cmd, NSWindow* window)
67 NSInteger result = ((NSInteger (*)(id, SEL, NSWindow *))NSApplication_RunModalForWindow)(self, _cmd, window);
  /external/webkit/Tools/WebKitLauncher/
WebKitNightlyEnablerSparkle.m 41 static NSString* updatePermissionPromptDescription(id self, SEL _cmd)
70 static id updateAlertInitForAlertPanel(id self, SEL _cmd, id updateItem, id host)
  /hardware/ti/wlan/mac80211/ti-utils/
calibrator.c 107 #define for_each_cmd(_cmd) \
108 for (_cmd = &__start___cmd; _cmd < &__stop___cmd; \
109 _cmd = (const struct cmd *)((char *)_cmd + cmd_size))
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 319 char *_cmd = "SET_AP_WPS_P2P_IE"; local
337 pbuf += sprintf(pbuf, "%s %d", _cmd, cmd_arr[i].cmd);
344 strlen(_cmd) + 3 + wpabuf_len(ap_wps_p2p_ie));
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_ctrl.c 295 const char *_cmd; local
306 _cmd = cmd_buf;
315 _cmd = cmd;
319 if (send(ctrl->s, _cmd, _cmd_len, 0) < 0) {
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 294 const char *_cmd; local
305 _cmd = cmd_buf;
314 _cmd = cmd;
318 if (send(ctrl->s, _cmd, _cmd_len, 0) < 0) {
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
server_process.py 57 self._cmd = cmd
75 self._proc = subprocess.Popen(self._cmd, stdin=subprocess.PIPE,
  /frameworks/base/services/java/com/android/server/pm/
Installer.java 130 private boolean writeCommand(String _cmd) {
131 byte[] cmd = _cmd.getBytes();
  /frameworks/native/libs/binder/
IPCThreadState.cpp 74 static const void* printReturnCommand(TextOutput& out, const void* _cmd);
75 static const void* printCommand(TextOutput& out, const void* _cmd);
156 static const void* printReturnCommand(TextOutput& out, const void* _cmd)
159 const int32_t* cmd = (const int32_t*)_cmd;
217 static const void* printCommand(TextOutput& out, const void* _cmd)
220 const int32_t* cmd = (const int32_t*)_cmd;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm     [all...]
  /external/qemu/
sockets.c 56 # define QSOCKET_CALL(_ret,_cmd) \
57 do { _ret = (_cmd); } while ( _ret < 0 && WSAGetLastError() == WSAEINTR )
59 # define QSOCKET_CALL(_ret,_cmd) \
62 do { _ret = (_cmd); } while ( _ret < 0 && errno == EINTR ); \
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 63 # define QSOCKET_CALL(_ret,_cmd) \
64 do { _ret = (_cmd); } while ( _ret < 0 && WSAGetLastError() == WSAEINTR )
66 # define QSOCKET_CALL(_ret,_cmd) \
69 do { _ret = (_cmd); } while ( _ret < 0 && errno == EINTR ); \
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 407 char _cmd[256]; local
422 ret = os_snprintf(_cmd, sizeof(_cmd), "%s %s %s", cmd, redirect_interface, arg);
425 ret = os_snprintf(_cmd, sizeof(_cmd), "%s %s", cmd, redirect_interface);
427 cmd = _cmd;
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebPreferences.mm     [all...]
WebHTMLView.mm     [all...]
WebView.mm     [all...]
  /external/webkit/Source/WebKit/mac/History/
WebHistoryItem.mm 652 [self performSelectorOnMainThread:_cmd withObject:notification waitUntilDone:NO];
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm 420 #define WEBCORE_COMMAND(command) - (void)command:(id)sender { _data->_page->executeEditCommand(commandNameForSelector(_cmd)); }
    [all...]

Completed in 639 milliseconds