OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUSY
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
MojoResult.java
27
public static final int
BUSY
= -16;
73
case
BUSY
:
74
return "
BUSY
";
/bionic/libc/kernel/uapi/linux/
joystick.h
90
__s32
BUSY
;
100
__s32
BUSY
;
/development/ndk/platforms/android-L/include/linux/
joystick.h
90
__s32
BUSY
;
100
__s32
BUSY
;
/external/kernel-headers/original/uapi/linux/
joystick.h
119
__s32
BUSY
;
128
__s32
BUSY
;
/external/chromium_org/chrome/browser/resources/cryptotoken/
gnubbydevice.js
55
/** CHannel is
busy
*/
56
GnubbyDevice.
BUSY
= 6;
singlesigner.js
85
/** The signer's gnubby opened, but is
busy
. */
86
BUSY
: 2,
203
* @param {Gnubby=} gnubby The opened gnubby, if open was successful (or
busy
).
208
this.state_ != SingleGnubbySigner.State.
BUSY
) {
224
this.state_ = SingleGnubbySigner.State.
BUSY
;
gnubby.js
16
* @param {number=} opt_busySeconds to retry an exchange upon a
BUSY
result.
337
// Don't log
busy
frames, they're "normal".
338
if (f[7] != GnubbyDevice.
BUSY
) {
444
if (rc == -GnubbyDevice.
BUSY
&& !busyWait.expired()) {
456
retryBusy(-GnubbyDevice.
BUSY
, undefined); // Start work.
usbgnubbydevice.js
293
// Anything but SYNC|INIT gets an immediate
busy
.
294
var
busy
= new Uint8Array(
301
GnubbyDevice.
BUSY
]);
302
// Log the synthetic
busy
too.
303
console.log(UTIL_fmt('<' + UTIL_BytesToHex(
busy
)));
304
this.publishFrame_(
busy
.buffer);
492
console.warn(UTIL_fmt('failed to claim interface.
busy
?'));
495
cb(-GnubbyDevice.
BUSY
);
hidgnubbydevice.js
224
// Anything but SYNC|INIT gets an immediate
busy
.
225
var
busy
= new Uint8Array(
232
GnubbyDevice.
BUSY
]);
233
// Log the synthetic
busy
too.
234
console.log(UTIL_fmt('<' + UTIL_BytesToHex(
busy
)));
235
this.publishFrame_(
busy
.buffer);
/external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_utils_win.cc
169
IA_STATE_MAP(
BUSY
)
Completed in 1882 milliseconds