Searched refs:mapped (Results 1 - 25 of 100) sorted by relevance

1234

/external/chromium_org/content/browser/gamepad/
H A Dgamepad_standard_mappings_win.cc13 blink::WebGamepad* mapped) {
14 *mapped = input;
15 mapped->buttons[kButtonPrimary] = input.buttons[1];
16 mapped->buttons[kButtonSecondary] = input.buttons[2];
17 mapped->buttons[kButtonTertiary] = input.buttons[0];
18 mapped->axes[kAxisRightStickY] = input.axes[5];
19 DpadFromAxis(mapped, input.axes[9]);
21 mapped->buttonsLength = kNumButtons;
22 mapped->axesLength = kNumAxes;
27 blink::WebGamepad* mapped) {
11 MapperLogitechDualAction( const blink::WebGamepad& input, blink::WebGamepad* mapped) argument
25 Mapper2Axes8Keys( const blink::WebGamepad& input, blink::WebGamepad* mapped) argument
49 MapperDualshock4( const blink::WebGamepad& input, blink::WebGamepad* mapped) argument
79 MapperOnLiveWireless( const blink::WebGamepad& input, blink::WebGamepad* mapped) argument
104 MapperADT1( const blink::WebGamepad& input, blink::WebGamepad* mapped) argument
[all...]
H A Dgamepad_standard_mappings_linux.cc13 blink::WebGamepad* mapped) {
14 *mapped = input;
15 mapped->buttons[kButtonLeftTrigger] = AxisToButton(input.axes[2]);
16 mapped->buttons[kButtonRightTrigger] = AxisToButton(input.axes[5]);
17 mapped->buttons[kButtonBackSelect] = input.buttons[6];
18 mapped->buttons[kButtonStart] = input.buttons[7];
19 mapped->buttons[kButtonLeftThumbstick] = input.buttons[9];
20 mapped->buttons[kButtonRightThumbstick] = input.buttons[10];
21 mapped->buttons[kButtonDpadUp] = AxisNegativeAsButton(input.axes[7]);
22 mapped
11 MapperXInputStyleGamepad( const blink::WebGamepad& input, blink::WebGamepad* mapped) argument
32 MapperLakeviewResearch( const blink::WebGamepad& input, blink::WebGamepad* mapped) argument
53 MapperPlaystationSixAxis( const blink::WebGamepad& input, blink::WebGamepad* mapped) argument
79 MapperDualshock4( const blink::WebGamepad& input, blink::WebGamepad* mapped) argument
112 MapperXGEAR( const blink::WebGamepad& input, blink::WebGamepad* mapped) argument
135 MapperDragonRiseGeneric( const blink::WebGamepad& input, blink::WebGamepad* mapped) argument
151 MapperOnLiveWireless( const blink::WebGamepad& input, blink::WebGamepad* mapped) argument
173 MapperADT1( const blink::WebGamepad& input, blink::WebGamepad* mapped) argument
[all...]
H A Dgamepad_standard_mappings.cc37 void DpadFromAxis(blink::WebGamepad* mapped, float dir) { argument
43 // Dpad is mapped as a direction on one axis, where -1 is up and it
54 mapped->buttons[kButtonDpadUp].pressed = up;
55 mapped->buttons[kButtonDpadUp].value = up ? 1.f : 0.f;
56 mapped->buttons[kButtonDpadRight].pressed = right;
57 mapped->buttons[kButtonDpadRight].value = right ? 1.f : 0.f;
58 mapped->buttons[kButtonDpadDown].pressed = down;
59 mapped->buttons[kButtonDpadDown].value = down ? 1.f : 0.f;
60 mapped->buttons[kButtonDpadLeft].pressed = left;
61 mapped
[all...]
H A Dgamepad_standard_mappings.h15 blink::WebGamepad* mapped);
66 void DpadFromAxis(blink::WebGamepad* mapped, float dir);
/external/elfutils/0.153/lib/
H A Dcrc32_file.c68 void *mapped = mmap (NULL, mapsize, PROT_READ, MAP_PRIVATE, fd, 0); local
69 if (mapped == MAP_FAILED && errno == ENOMEM)
74 && (mapped = mmap (NULL, mapsize, PROT_READ, MAP_PRIVATE,
78 if (mapped != MAP_FAILED)
84 *resp = crc32 (crc, mapped, st.st_size);
85 munmap (mapped, mapsize);
88 crc = crc32 (crc, mapped, mapsize);
91 } while (mmap (mapped, mapsize, PROT_READ, MAP_FIXED|MAP_PRIVATE,
92 fd, off) == mapped);
93 munmap (mapped, mapsiz
[all...]
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DBaseCodeCursor.java46 int mapped = baseAddressMap.get(cursor);
47 return (mapped >= 0) ? mapped : cursor;
/external/apache-http/src/org/apache/commons/codec/language/
H A DSoundex.java97 * Every letter of the alphabet is "mapped" to a numerical value. This char array holds the values to which each
98 * letter is mapped. This implementation contains a default map for US_ENGLISH
116 * Every letter of the alphabet is "mapped" to a numerical value. This char array holds the values to which each
117 * letter is mapped. This implementation contains a default map for US_ENGLISH
137 * if a character is not mapped
153 * if a character is not mapped
170 * if the character is not mapped
214 * Thrown if <code>ch</code> is not mapped.
219 throw new IllegalArgumentException("The character is not mapped: " + ch);
252 * if a character is not mapped
[all...]
/external/chromium_org/chrome/tools/build/win/
H A Dmap_drive.bat14 echo %DRIVE_LETTER% Drive mapped to wrong share, disconnecting..
19 echo %DRIVE_LETTER% Drive already mapped..
23 echo %DRIVE_LETTER% Drive not mapped..
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/android/
H A Dandroid_sw_winsys.cpp58 void *mapped; member in struct:android_sw_displaytarget
99 assert(!adt->mapped);
112 if (adt->mapped && sw_gralloc_handle_t::validate(adt->handle) >= 0) {
113 adt->mapped = NULL;
118 if (adt->mapped) {
120 adt->mapped = NULL;
137 adt->mapped = reinterpret_cast<void *>(swhandle->base);
139 return adt->mapped;
143 if (!adt->mapped) {
146 adt->usage, 0, 0, adt->width, adt->height, &adt->mapped);
[all...]
/external/mesa3d/src/gallium/winsys/sw/android/
H A Dandroid_sw_winsys.cpp58 void *mapped; member in struct:android_sw_displaytarget
99 assert(!adt->mapped);
112 if (adt->mapped && sw_gralloc_handle_t::validate(adt->handle) >= 0) {
113 adt->mapped = NULL;
118 if (adt->mapped) {
120 adt->mapped = NULL;
137 adt->mapped = reinterpret_cast<void *>(swhandle->base);
139 return adt->mapped;
143 if (!adt->mapped) {
146 adt->usage, 0, 0, adt->width, adt->height, &adt->mapped);
[all...]
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DFirstFitAllocator.java43 /** indexed by old reg; the set of old regs we've mapped */
44 private final BitSet mapped; field in class:FirstFitAllocator
51 mapped = new BitSet(ssaMeth.getRegCount());
81 if (mapped.get(i)) {
109 if (mapped.get(j) || isDefinitionMoveParam(j)) {
128 mapped.set(j);
132 mapped.set(i);
/external/chromium_org/remoting/client/
H A Dkey_event_mapper.cc49 // Re-map mapped keys to the new value before passing them on.
50 std::map<uint32,uint32>::iterator mapped = local
52 if (mapped != mapped_keys.end()) {
54 new_event.set_usb_keycode(mapped->second);
/external/chromium_org/v8/tools/testrunner/local/
H A Dstatusfile.py39 # These are just for the status files and are mapped below in DEFS:
89 mapped = DEFS[new]
90 if type(mapped) == list:
91 for m in mapped:
93 elif type(mapped) == str:
94 _AddOutcome(result, mapped)
/external/chromium_org/gpu/command_buffer/client/
H A Dbuffer_tracker.h62 void set_mapped(bool mapped) { argument
63 mapped_ = mapped;
66 bool mapped() const { function in class:gpu::gles2::BufferTracker::Buffer
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_so.c90 void *mapped; local
104 mapped = res->data;
106 map_buffers[i] = ((char*)mapped) + offsets[i];
110 map_buffers[i] = mapped;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_so.c90 void *mapped; local
104 mapped = res->data;
106 map_buffers[i] = ((char*)mapped) + offsets[i];
110 map_buffers[i] = mapped;
/external/elfutils/0.153/libdwfl/
H A Dimage-header.c82 void *mapped, size_t mapped_size)
86 const void *header = mapped;
81 __libdw_image_header(int fd, off64_t *start_offset, void *mapped, size_t mapped_size) argument
H A Dopen.c78 void *const mapped = ((*elf)->map_address == NULL ? NULL local
84 error = __libdw_gunzip (fd, offset, mapped, mapped_size, &buffer, &size);
86 error = __libdw_bunzip2 (fd, offset, mapped, mapped_size, &buffer, &size);
88 error = __libdw_unlzma (fd, offset, mapped, mapped_size, &buffer, &size);
H A Dgzip.c100 void *mapped, size_t mapped_size,
152 if (mapped == NULL)
165 mapped = input_buffer;
176 (mapped_size <= sizeof magic || memcmp (mapped, magic, sizeof magic - 1))
193 z_stream z = { .next_in = mapped, .avail_in = mapped_size };
99 unzip(int fd, off64_t start_offset, void *mapped, size_t mapped_size, void **whole, size_t *whole_size) argument
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/dri/
H A Ddri_sw_winsys.c48 void *mapped; member in struct:dri_sw_displaytarget
137 dri_sw_dt->mapped = dri_sw_dt->data;
138 return dri_sw_dt->mapped;
146 dri_sw_dt->mapped = NULL;
/external/jemalloc/android/src/
H A Dje_mallinfo.c33 mi.hblkhd += arenas[i]->stats.mapped;
/external/mesa3d/src/gallium/winsys/sw/dri/
H A Ddri_sw_winsys.c48 void *mapped; member in struct:dri_sw_displaytarget
137 dri_sw_dt->mapped = dri_sw_dt->data;
138 return dri_sw_dt->mapped;
146 dri_sw_dt->mapped = NULL;
/external/valgrind/main/memcheck/tests/
H A Dsupp_unknown.stderr.exp3 Access not within mapped region at address 0x........
/external/valgrind/main/none/tests/linux/
H A Dblockfault.stderr.exp4 Access not within mapped region at address 0x........
/external/deqp/modules/glshared/
H A DglsShaderConstExprTests.cpp153 const string mapped = shaderTemplate.specialize(shaderTemplateParams); local
164 mapped)));
175 mapped)));
187 const string mapped = shaderTemplate.specialize(shaderTemplateParams); local
198 mapped)));
209 mapped)));

Completed in 680 milliseconds

1234