Searched refs:operation (Results 276 - 300 of 531) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Djspipe_event_emitter.cc25 const char* kDictKeyOperation = "operation";
157 Error JSPipeEventEmitter::SendMessageToJS(PP_Var operation, PP_Var payload) { argument
174 // Set three keys in the dictionary: 'pipe', 'operation', and 'payload'
176 dict_iface_->Set(dict, operation_key_, operation);
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A DCollPerf.pl174 names vary according to language. Each Collation operation over the whole list
213 the hardware and compiler. The strcoll operation is particularly sensitive; we
/external/deqp/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp1333 const AtomicCounterTest::Operation operation = operations[operationNdx]; local
1339 TestCaseGroup* operationGroup = new TestCaseGroup(m_context, operationToName(operation, useBranch).c_str(), operationToDescription(operation, useBranch).c_str());
1362 spec.operations = operation;
1409 const AtomicCounterTest::Operation operation = operations[operationNdx]; local
1411 TestCaseGroup* operationGroup = new TestCaseGroup(m_context, operationToName(operation, false).c_str(), operationToDescription(operation, false).c_str());
1440 spec.operations = operation;
/external/icu/icu4c/source/test/perf/collationperf/
H A DCollPerf.pl174 names vary according to language. Each Collation operation over the whole list
213 the hardware and compiler. The strcoll operation is particularly sensitive; we
/external/opencv/cv/include/
H A Dcv.hpp345 int get_operation() const { return operation; }
364 int operation; member in class:CvMorphology
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
H A Dstyle.css261 #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/
H A Drankings.cc35 // 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.
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) {
662 } else if (REMOVE == control_data_->operation) {
667 LOG(ERROR) << "Invalid operation to recover.";
673 control_data_->operation
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c541 static void AddSubInternalFPF(uchar operation,InternalFPF *x,
619 ** (adds and subtracts being nearly the same operation)
1032 ** an 80387 in this operation.
1052 /* if the operation is addition */
1055 /* if the operation is multiplication */
1068 static void AddSubInternalFPF(uchar operation, argument
1087 if (x->sign ^ y->sign ^ operation)
1119 z->sign ^= operation;
1173 z->sign = locy.sign ^ operation;
1177 if (locx.sign ^ locy.sign ^ operation)
[all...]
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_api.c391 ** 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.
922 p_clcb->operation = GATTC_OPTYPE_READ;
978 ** p_write - write operation parameters.
1008 p_clcb->operation = GATTC_OPTYPE_WRITE;
1083 p_clcb->operation = GATTC_OPTYPE_EXE_WRITE;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp34 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/
H A Dnv50_ir.cpp34 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/
H A DCompiler.java69 * 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.
209 private Expression compileOperation(Operation operation, int opPos) argument
216 operation.setLeftRight(compile(leftPos), compile(rightPos));
218 return operation;
222 * Bottle-neck compilation of a unary operation.
224 * @param unary The parent unary operation
[all...]
/external/chromium_org/cc/animation/
H A Dtransform_operation.cc31 static bool IsOperationIdentity(const TransformOperation* operation) { argument
32 return !operation || operation->IsIdentity();
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_http_unittest.cc383 PrivetRegisterOperation* operation,
394 PrivetRegisterOperation* operation,
409 PrivetRegisterOperation* operation,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_query.c205 int operation, bool flag_wait)
209 if (operation == PREDICATION_OP_CLEAR) {
228 op = PRED_OP(operation) | PREDICATION_DRAW_VISIBLE |
204 r600_emit_query_predication(struct r600_context *ctx, struct r600_query *query, int operation, bool flag_wait) argument
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.c205 int operation, bool flag_wait)
209 if (operation == PREDICATION_OP_CLEAR) {
228 op = PRED_OP(operation) | PREDICATION_DRAW_VISIBLE |
204 r600_emit_query_predication(struct r600_context *ctx, struct r600_query *query, int operation, bool flag_wait) argument
/external/bison/darwin-lib/
H A Dsignal.h590 (int operation, const sigset_t *set, sigset_t *old_set));
593 (int operation, const sigset_t *set, sigset_t *old_set));
/external/bison/linux-lib/
H A Dsignal.h590 (int operation, const sigset_t *set, sigset_t *old_set));
593 (int operation, const sigset_t *set, sigset_t *old_set));
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_device_client.cc243 const std::string& operation,
261 if (operation == shill::kTDLSStatusOperation)
241 PerformTDLSOperation( const dbus::ObjectPath& device_path, const std::string& operation, const std::string& peer, const StringCallback& callback, const ErrorCallback& error_callback) argument
/external/chromium_org/third_party/WebKit/Source/core/clipboard/
H A DDataTransfer.cpp520 String convertDragOperationToDropZoneOperation(DragOperation operation) argument
522 switch (operation) {
/external/chromium_org/third_party/boringssl/src/crypto/evp/
H A Dp_rsa.c365 0 == (ctx->operation & (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_VERIFY))) ||
367 0 == (ctx->operation & EVP_PKEY_OP_TYPE_CRYPT))) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct_ssse3_x86_64.asm40 ; butterfly operation
/external/chromium_org/third_party/openmax_dl/dl/api/arm/
H A DarmCOMM_s.h404 @ Macro to perform a data access operation
431 @ Macro to perform a data access operation
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
H A Dpublisher-ant.jar ... String[] configurations protected String mode private String flavor private String operation private String operationValue private String root private String rootVersion private ...
/external/openssl/crypto/x509v3/
H A Dv3_crld.c376 static int dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
381 switch(operation)

Completed in 845 milliseconds

<<11121314151617181920>>