HomeSort by relevance Sort by last modified time
    Searched refs:operation (Results 301 - 325 of 635) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ui/file_manager/file_manager/background/js/
file_operation_manager.js 209 * @return {function()} Callback to cancel the current file copy operation.
339 * operation is successfully done with the entry of the created archive.
379 * "copy-operation-completed" and "delete".
411 // Before finishing operation, dispatch pending entries-changed events.
482 * A record of a queued copy operation.
486 * cancel operation cancels everything in the queue.
488 * @param {util.FileOperationType} operationType The type of this operation.
570 * the operation.
694 * Note: this method contains also the operation of "Move" due to historical
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
globals.js 57 // Test postfix count operation
inline-compare.js 31 // a compare operation.
inline-conditional.js 29 // a conditional operation.
recursive-deopt.js 32 // debugging easier, the operation that bails out (<<) is so simple
  /external/chromium_org/v8/test/mjsunit/
const.js 28 // Test const properties and pre/postfix operation.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1166.js 30 // Deoptimization after a short-circuit logical operation in an effect
regress-2291.js 36 assertFalse(StrictCompare('foo')); // Use == stub for === operation.
regress-crbug-140083.js 30 // Test that the absence of a setter in a compound/count operation works.
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp 60 enum Operation
91 , operations ((Operation)0)
101 Operation operations;
1333 const AtomicCounterTest::Operation operation = operations[operationNdx]; local
1409 const AtomicCounterTest::Operation operation = operations[operationNdx]; local
    [all...]
  /external/opencv/cv/include/
cv.hpp 345 int get_operation() const { return operation; }
364 int operation; member in class:CvMorphology
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
style.css 261 #calculator-display .equation .operation {
266 #calculator-display .equation .operation .operator .spacer {
272 #calculator-display .equation .operation .operator .value {
  /external/chromium_org/net/disk_cache/blockfile/
rankings.cc 28 enum Operation {
35 // be created to keep track of the operation. If the process crashes before
36 // finishing the operation, the transaction record (stored as part of the user
37 // data on the file header) can be used to finish the operation.
45 Operation op, int list);
53 disk_cache::Addr addr, Operation op, int list)
57 data_->operation = op;
65 data_->operation = 0;
378 // Store the new tail to make sure we can undo the operation if we crash.
659 if (INSERT == control_data_->operation) {
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
singlesigner.js 26 * operation using each challenge in an array of challenges until its success
43 * enroll operation.
202 * @param {number} rc The result of the open operation.
313 * Called with the result of a single sign operation.
315 * @param {number} code the result of the sign operation
  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 391 ** Returns TRUE if operation succeed, FALSE if handle block was not found.
805 p_clcb->operation = GATTC_OPTYPE_CONFIG;
866 p_clcb->operation = GATTC_OPTYPE_DISCOVERY;
890 ** p_read - read operation parameters.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.cpp 34 Modifier::Modifier(operation op)
593 Instruction::Instruction(Function *fn, operation opr, DataType ty)
876 TexInstruction::TexInstruction(Function *fn, operation op)
935 CmpInstruction::CmpInstruction(Function *fn, operation op)
952 FlowInstruction::FlowInstruction(Function *fn, operation op, void *targ)
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.cpp 34 Modifier::Modifier(operation op)
593 Instruction::Instruction(Function *fn, operation opr, DataType ty)
876 TexInstruction::TexInstruction(Function *fn, operation op)
935 CmpInstruction::CmpInstruction(Function *fn, operation op)
952 FlowInstruction::FlowInstruction(Function *fn, operation op, void *targ)
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 55 import org.apache.xpath.operations.Operation;
69 * of operation codes (op map) and then builds from that into an Expression
200 * Bottle-neck compilation of an operation with left and right operands.
202 * @param operation non-null reference to parent operation.
203 * @param opPos The op map position of the parent operation.
205 * @return reference to {@link org.apache.xpath.operations.Operation} instance.
209 private Expression compileOperation(Operation operation, int opPos)
216 operation.setLeftRight(compile(leftPos), compile(rightPos))
    [all...]
  /external/chromium_org/cc/animation/
transform_operation.cc 31 static bool IsOperationIdentity(const TransformOperation* operation) {
32 return !operation || operation->IsIdentity();
  /external/chromium_org/chrome/browser/local_discovery/
privet_http_unittest.cc 383 PrivetRegisterOperation* operation,
394 PrivetRegisterOperation* operation,
409 PrivetRegisterOperation* operation,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_query.c 205 int operation, bool flag_wait)
209 if (operation == PREDICATION_OP_CLEAR) {
228 op = PRED_OP(operation) | PREDICATION_DRAW_VISIBLE |
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir.h 796 * Comparison operation in the loop terminator.
1044 * Constructor for unary operation expressions
1050 * Constructor for binary operation expressions
1091 return (this->operation == ir_quadop_vector)
1092 ? this->type->vector_elements : get_num_operands(operation);
1118 ir_expression_operation operation; member in class:ir_expression
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_query.c 205 int operation, bool flag_wait)
209 if (operation == PREDICATION_OP_CLEAR) {
228 op = PRED_OP(operation) | PREDICATION_DRAW_VISIBLE |
  /external/mesa3d/src/glsl/
ir.h 796 * Comparison operation in the loop terminator.
1044 * Constructor for unary operation expressions
1050 * Constructor for binary operation expressions
1091 return (this->operation == ir_quadop_vector)
1092 ? this->type->vector_elements : get_num_operands(operation);
1118 ir_expression_operation operation; member in class:ir_expression
    [all...]
  /build/target/board/generic/
BoardConfig.mk 34 # of an SDK AVD. Note that this operation only works on Linux for now

Completed in 666 milliseconds

<<11121314151617181920>>