HomeSort by relevance Sort by last modified time
    Searched refs:commands (Results 601 - 625 of 1164) sorted by null

<<21222324252627282930>>

  /external/autotest/client/common_lib/cros/bluetooth/
bluetooth_socket.py 499 """Read the supported management commands and events.
501 @return tuple (commands, events) on success, None on failure.
522 commands = []
523 while len(commands) < ncommands:
524 commands.extend(struct.unpack_from('<H', buffer(data, offset, 2)))
532 return (commands, events)
689 Unlike most other set_* commands, this may only be used when the
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
data.py 32 from _setup import commands as _commands
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
data.py 32 from _setup import commands as _commands
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
data.py 32 from _setup import commands as _commands
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
data.py 32 from _setup import commands as _commands
  /external/chromium-trace/catapult/devil/devil/android/
battery_utils.py 608 'Unable to find charging commands.')
  /external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
Report.java 13 package org.jacoco.cli.internal.commands;
  /external/kernel-headers/original/uapi/drm/
vmwgfx_drm.h 290 * @commands: User-space address of a command buffer cast to an __u64.
312 __u64 commands; member in struct:drm_vmw_execbuf_arg
601 * DRM_VMW_FENCE_FLAG_EXEC: All commands ahead of the fence in the command
605 * commands
892 * be used as the surface ID in commands referencing the surface.
  /external/libdrm/include/drm/
vmwgfx_drm.h 285 * @commands: User-space address of a command buffer cast to an __u64.
303 __u64 commands; member in struct:drm_vmw_execbuf_arg
591 * DRM_VMW_FENCE_FLAG_EXEC: All commands ahead of the fence in the command
595 * commands
882 * be used as the surface ID in commands referencing the surface.
  /external/libmojo/third_party/catapult/devil/devil/android/
battery_utils.py 564 'Unable to find charging commands.')
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_ioctl.c 411 uint32_t throttle_us, void *commands, uint32_t size,
430 svga_dump_commands(commands, size);
445 arg.commands = (unsigned long)commands;
606 * command submission of commands referencing the buffer, even from
1029 /* support for these commands didn't make it into vmwgfx kernel
vmwgfx_drm.h 287 * @commands: User-space address of a command buffer cast to an uint64_t.
305 uint64_t commands; member in struct:drm_vmw_execbuf_arg
594 * DRM_VMW_FENCE_FLAG_EXEC: All commands ahead of the fence in the command
598 * commands
885 * be used as the surface ID in commands referencing the surface.
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Functions/
tFunction_Sync.py 47 import commands, os
80 Tested commands :
120 Tested commands :
123 Used commands :
196 Tested commands :
199 Used commands :
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/
tFP16_Q0_15.py 55 import commands
77 Tested commands :
80 Used commands :
111 Tested commands :
114 Used commands :
145 Tested commands :
148 Used commands :
176 Tested commands :
179 Used commands :
211 Tested commands
    [all...]
tFP16_Q7_8.py 55 import commands
77 Tested commands :
80 Used commands :
112 Tested commands :
115 Used commands :
147 Tested commands :
150 Used commands :
179 Tested commands :
182 Used commands :
214 Tested commands
    [all...]
tFP32_Q0_31.py 55 import commands
76 Tested commands :
79 Used commands :
111 Tested commands :
114 Used commands :
146 Tested commands :
149 Used commands :
178 Tested commands :
181 Used commands :
213 Tested commands
    [all...]
tFP32_Q15_16.py 55 import commands
76 Tested commands :
79 Used commands :
112 Tested commands :
115 Used commands :
147 Tested commands :
150 Used commands :
180 Tested commands :
183 Used commands :
215 Tested commands
    [all...]
tFP32_Q31_0.py 55 import commands
76 Tested commands :
79 Used commands :
114 Tested commands :
117 Used commands :
152 Tested commands :
155 Used commands :
185 Tested commands :
188 Used commands :
223 Tested commands
    [all...]
tFP32_Q8_20.py 55 import commands
76 Tested commands :
79 Used commands :
114 Tested commands :
117 Used commands :
151 Tested commands :
154 Used commands :
184 Tested commands :
187 Used commands :
222 Tested commands
    [all...]
tFP8_Q0_7.py 55 import commands
78 Tested commands :
81 Used commands :
116 Tested commands :
119 Used commands :
154 Tested commands :
157 Used commands :
188 Tested commands :
191 Used commands :
225 Tested commands
    [all...]
tFP8_Q3_4.py 55 import commands
77 Tested commands :
80 Used commands :
115 Tested commands :
118 Used commands :
153 Tested commands :
156 Used commands :
186 Tested commands :
189 Used commands :
224 Tested commands
    [all...]
tFP8_Q7_0.py 55 import commands
77 Tested commands :
80 Used commands :
115 Tested commands :
118 Used commands :
153 Tested commands :
156 Used commands :
186 Tested commands :
189 Used commands :
224 Tested commands
    [all...]
tINT16.py 54 import commands
75 Tested commands :
78 Used commands :
113 Tested commands :
116 Used commands :
151 Tested commands :
154 Used commands :
184 Tested commands :
187 Used commands :
222 Tested commands
    [all...]
tINT16_Max.py 54 import commands
75 Tested commands :
78 Used commands :
113 Tested commands :
116 Used commands :
151 Tested commands :
154 Used commands :
184 Tested commands :
187 Used commands :
222 Tested commands
    [all...]
tINT32_Max.py 54 import commands
75 Tested commands :
78 Used commands :
115 Used commands :
150 Tested commands :
153 Used commands :
183 Tested commands :
186 Used commands :
221 Tested commands :
224 Used commands
    [all...]

Completed in 1107 milliseconds

<<21222324252627282930>>