HomeSort by relevance Sort by last modified time
    Searched full:operation (Results 251 - 275 of 5113) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/debugger/
devtools_remote_service.h 36 // Operation result returned in the "result" field.
  /external/chromium/chrome/browser/diagnostics/
sqlite_diagnostics.h 16 // issuing sqlite commands during normal browser operation.
  /external/chromium/chrome/browser/first_run/
first_run_import_observer.h 14 // the import operation. It differs from ImportProcessRunner in that this
  /external/chromium/chrome/browser/resources/options/
certificate_edit_ca_trust_overlay.js 45 * Attempt the Edit operation.
62 * Cancel the Edit operation.
70 * Attempt the Import operation.
86 * Cancel the Import operation.
  /external/chromium/chrome/browser/sync/
unrecoverable_error_handler.h 17 // Call this when normal operation detects that the chrome model and the
  /external/dropbear/libtommath/logs/
graphs.dem 3 set ylabel "Cycles per Operation"
  /external/iptables/include/linux/netfilter_ipv4/
ipt_ECN.h 22 u_int8_t operation; /* bitset of operations */ member in struct:ipt_ECN_info
  /external/kernel-headers/original/asm-arm/
shmbuf.h 15 struct ipc64_perm shm_perm; /* operation perms */
  /external/kernel-headers/original/linux/
errno.h 19 #define ENOTSUPP 524 /* Operation is not supported */
  /external/kernel-headers/original/linux/hdlc/
ioctl.h 29 unsigned short dce; /* 1 for DCE (network side) operation */
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_ECN.h 22 u_int8_t operation; /* bitset of operations */ member in struct:ipt_ECN_info
  /external/libnfc-nxp/src/
phFriNfc_ISO15693Format.h 62 * operation,remote card would be properly initialized and
75 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST Command or Operation types are mismatching.
88 * when an I/O operation has finished. The internal state machine decides
94 * operation.
phLlcNfc_Timer.h 93 * \retval NFCSTATUS_SUCCESS Operation successful.
111 * \retval NFCSTATUS_SUCCESS Operation successful.
142 * \retval NFCSTATUS_SUCCESS Operation successful.
194 * \retval NFCSTATUS_SUCCESS Operation successful.
  /external/llvm/test/Transforms/InstCombine/
narrow.ll 7 ; operation) allows instcombine to realize the function always returns false.
  /external/mesa3d/src/glsl/
ir_div_to_mul_rcp.cpp 31 * reciprocal. By breaking the operation down, constant reciprocals
62 if (ir->operation != ir_binop_div)
75 ir->operation = ir_binop_mul;
107 ir->operation = ir_unop_f2i;
  /external/oprofile/events/mips/loongson2/
events 8 event:0x05 counters:0 um:zero minimum:500 name:ALU1_ISSUED : ALU1 operation issued
10 event:0x07 counters:0 um:zero minimum:300 name:FALU1_ISSUED : Float ALU1 operation issued
24 event:0x15 counters:1 um:zero minimum:500 name:ALU2_ISSUED : ALU2 operation issued
25 event:0x16 counters:1 um:zero minimum:500 name:FALU2_ISSUED : FALU2 operation issued
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
userdatahandler01.js 99 var operation;
133 operation = notification.operation;
134 assertEquals("operationIsRename",4,operation);
userdatahandler02.js 99 var operation;
133 operation = notification.operation;
134 assertEquals("operationIsClone",1,operation);
userdatahandler03.js 99 var operation;
148 operation = notification.operation;
149 assertEquals("operationIsImport",2,operation);
userdatahandler04.js 99 var operation;
148 operation = notification.operation;
149 assertEquals("operationIsImport",5,operation);
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDoneException.java 21 * Thrown when an operation that expects a row (such as {@link
  /frameworks/base/obex/javax/obex/
ClientOperation.java 43 * This class implements the <code>Operation</code> interface. It will read and
47 public final class ClientOperation implements Operation, BaseStream {
137 throw new IOException("Operation has already ended");
140 mExceptionMessage = "Operation aborted";
271 // there are 3 bytes operation headers and 3 bytes body headers //
301 * @throws IOException if the operation has already ended or is closed
311 * Returns the headers that have been received during the operation.
314 * @return the headers received during this <code>Operation</code>
315 * @throws IOException if this <code>Operation</code> has been closed
327 * @throws IOException if this <code>Operation</code> has been closed or th
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
TimeoutException.java 10 * Exception thrown when a blocking operation times out. Blocking
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
OnDoneCallback.java 20 * Callback that will only be called back in UI thread to notify that an operation has been done.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fib_rules.h 60 FR_ACT_NOP, /* No operation */

Completed in 869 milliseconds

<<11121314151617181920>>