HomeSort by relevance Sort by last modified time
    Searched refs:pads (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher.cc 14 void GamepadDataFetcherEmpty::GetGamepadData(blink::WebGamepads* pads,
16 pads->length = 0;
gamepad_data_fetcher.h 19 virtual void GetGamepadData(blink::WebGamepads* pads,
gamepad_platform_data_fetcher_win.h 34 virtual void GetGamepadData(blink::WebGamepads* pads,
38 bool GetXInputGamepadData(blink::WebGamepads* pads,
40 bool GetDirectInputGamepadData(blink::WebGamepads* pads,
57 void EnumerateDevices(blink::WebGamepads* pads);
gamepad_test_helpers.cc 20 void MockGamepadDataFetcher::GetGamepadData(blink::WebGamepads* pads,
24 *pads = test_data_;
gamepad_platform_data_fetcher.h 43 virtual void GetGamepadData(blink::WebGamepads* pads,
gamepad_platform_data_fetcher_linux.h 31 virtual void GetGamepadData(blink::WebGamepads* pads,
gamepad_test_helpers.h 29 virtual void GetGamepadData(blink::WebGamepads* pads,
gamepad_platform_data_fetcher_win.cc 110 DWORD pov; // Often used for D-pads.
257 WebGamepads* pads) {
260 // Mark all disconnected pads DISCONNECTED.
262 if (!pads->items[i].connected)
272 WebGamepad& pad = pads->items[pad_index];
298 WebGamepad& pad = pads->items[pad_index];
311 void GamepadPlatformDataFetcherWin::GetGamepadData(WebGamepads* pads,
316 pads->length = 0;
328 EnumerateDevices(pads);
331 WebGamepad& pad = pads->items[i]
    [all...]
gamepad_platform_data_fetcher_linux.cc 90 void GamepadPlatformDataFetcherLinux::GetGamepadData(WebGamepads* pads, bool) {
104 pads->length = data_.length;
107 mappers_[i](data_.items[i], &pads->items[i]);
109 pads->items[i] = data_.items[i];
gamepad_platform_data_fetcher_mac.h 35 virtual void GetGamepadData(blink::WebGamepads* pads,
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
StringUtil.java 39 String pads = ""; local
41 pads += " ";
43 return pads + numStr;
56 String pads = ""; local
58 pads += "0";
60 return pads + numStr;
73 String pads = ""; local
75 pads += " ";
77 return pads + numStr;
90 String pads = ""; local
109 String pads = ""; local
136 String pads = ""; local
163 String pads = ""; local
190 String pads = ""; local
    [all...]
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
million.S 7 xor %rcx,%rcx # not needed, pads total to 1M
8 xor %rax,%rax # not needed, pads total to 1M
  /hardware/samsung_slsi/exynos5/libv4l2/
exynos_mc.c 111 links.pads = (struct media_pad_desc*)malloc(entity->info.pads * sizeof(struct media_pad_desc));
115 ALOGE("Unable to enumerate pads and links (%s)", strerror(errno));
116 free(links.pads);
121 for (i = 0; i < entity->info.pads; ++i) {
122 entity->pads[i].entity = entity;
123 entity->pads[i].index = links.pads[i].index;
124 entity->pads[i].flags = links.pads[i].flags
    [all...]
  /external/chromium_org/content/public/test/
layouttest_support.h 42 void SetMockGamepads(const blink::WebGamepads& pads);
  /bionic/libc/kernel/common/linux/
media.h 65 __u16 pads; member in struct:media_entity_desc
115 struct media_pad_desc __user *pads; member in struct:media_links_enum
  /external/kernel-headers/original/linux/
media.h 69 __u16 pads; member in struct:media_entity_desc
120 /* Should have enough room for pads elements */
121 struct media_pad_desc __user *pads; member in struct:media_links_enum
  /hardware/samsung_slsi/exynos5/include/
media.h 65 __u16 pads; member in struct:media_entity_desc
115 struct media_pad_desc __user *pads; member in struct:media_links_enum
exynos_v4l2.h 154 struct media_pad *pads; member in struct:media_entity
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
media.h 69 __u16 pads; member in struct:media_entity_desc
120 /* Should have enough room for pads elements */
121 struct media_pad_desc __user *pads; member in struct:media_links_enum
  /external/valgrind/main/exp-bbv/tests/x86/
million.S 9 xor %ecx,%ecx # not needed, pads total to 1M
  /external/chromium_org/content/test/
layouttest_support.cc 85 void SetMockGamepads(const WebGamepads& pads) {
86 RendererWebKitPlatformSupportImpl::SetMockGamepadsForTesting(pads);
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.h 164 static void SetMockGamepadsForTesting(const blink::WebGamepads& pads);
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 451 /* pads :: Unused (to make the size of the record */
466 FT_Char pads[2]; member in struct:TT_SBit_LineMetricsRec_
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 451 /* pads :: Unused (to make the size of the record */
466 FT_Char pads[2]; member in struct:TT_SBit_LineMetricsRec_
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 16 ; * Decodes and pads four motion vectors of the non-intra macroblock in P-VOP.

Completed in 592 milliseconds

1 2