Searched refs:operation (Results 126 - 150 of 531) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl.cc677 Operations operation; local
679 int return_value = GetDecision(&operation, &packet_list, &dtmf_event,
687 LOG(LS_VERBOSE) << "GetDecision returned operation=" << operation <<
692 int decode_return_value = Decode(&packet_list, &operation,
697 (operation == kRfc3389Cng && !packet_list.empty());
702 switch (operation) {
768 LOG_F(LS_ERROR) << "Invalid operation kUndefined.";
818 // Update the background noise parameters if last operation wrote data
829 if (operation
853 GetDecision(Operations* operation, PacketList* packet_list, DtmfEvent* dtmf_event, bool* play_dtmf) argument
1108 Decode(PacketList* packet_list, Operations* operation, int* decoded_length, AudioDecoder::SpeechType* speech_type) argument
1212 DecodeLoop(PacketList* packet_list, Operations* operation, AudioDecoder* decoder, int* decoded_length, AudioDecoder::SpeechType* speech_type) argument
[all...]
H A Ddecision_logic.cc148 void DecisionLogic::ExpandDecision(Operations operation) { argument
149 if (operation == kExpand) {
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_impl.cc433 // actually run the write operation that sets the stream size. It also
567 // This method can be called when an asynchronous operation completed.
592 scoped_ptr<SimpleEntryOperation> operation(
595 switch (operation->type()) {
597 OpenEntryInternal(operation->have_index(),
598 operation->callback(),
599 operation->out_entry());
602 CreateEntryInternal(operation->have_index(),
603 operation->callback(),
604 operation
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_algebraic.cpp131 if (!ir2 || ir1->operation != ir2->operation)
206 switch (ir->operation) {
213 switch (op_expr[0]->operation) {
396 if (op_expr[0] && op_expr[0]->operation == ir_unop_rcp) {
407 if (op_expr[0] && op_expr[0]->operation == ir_unop_sqrt) {
432 if (!expr || expr->operation == ir_quadop_vector)
H A Dlower_vector.cpp64 assert(ir->operation == ir_quadop_vector);
95 if (ex->operation != ir_unop_neg)
122 if ((expr == NULL) || (expr->operation != ir_quadop_vector))
/external/mesa3d/src/glsl/
H A Dopt_algebraic.cpp131 if (!ir2 || ir1->operation != ir2->operation)
206 switch (ir->operation) {
213 switch (op_expr[0]->operation) {
396 if (op_expr[0] && op_expr[0]->operation == ir_unop_rcp) {
407 if (op_expr[0] && op_expr[0]->operation == ir_unop_sqrt) {
432 if (!expr || expr->operation == ir_quadop_vector)
H A Dlower_vector.cpp64 assert(ir->operation == ir_quadop_vector);
95 if (ex->operation != ir_unop_neg)
122 if ((expr == NULL) || (expr->operation != ir_quadop_vector))
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DSizesCalcParser.cpp85 value.operation = token.delimiter();
164 static bool operateOnStack(Vector<SizesCalcValue>& stack, UChar operation) argument
173 switch (operation) {
207 if (it->operation == 0) {
210 if (!operateOnStack(stack, it->operation))
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_channel_expressions.cpp31 * ALU operation operates on one of those channel registers. As a
180 /* OK, time to break down this vector operation. */
181 switch (expr->operation) {
222 assign(ir, i, new(mem_ctx) ir_expression(expr->operation,
252 assign(ir, i, new(mem_ctx) ir_expression(expr->operation,
316 if (expr->operation == ir_binop_all_equal)
321 temp = new(mem_ctx) ir_expression(expr->operation,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_channel_expressions.cpp31 * ALU operation operates on one of those channel registers. As a
180 /* OK, time to break down this vector operation. */
181 switch (expr->operation) {
222 assign(ir, i, new(mem_ctx) ir_expression(expr->operation,
252 assign(ir, i, new(mem_ctx) ir_expression(expr->operation,
316 if (expr->operation == ir_binop_all_equal)
321 temp = new(mem_ctx) ir_expression(expr->operation,
/external/chromium_org/ash/drag_drop/
H A Ddrag_image_view.cc84 void DragImageView::SetTouchDragOperation(int operation) { argument
85 if (touch_drag_operation_ == operation)
87 touch_drag_operation_ = operation;
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_http.h34 // If value is null, the operation failed.
53 // Creates operation to query basic information about local device.
75 // If value is null, the operation failed.
113 PrivetRegisterOperation* operation,
123 virtual void OnPrivetRegisterError(PrivetRegisterOperation* operation,
130 virtual void OnPrivetRegisterDone(PrivetRegisterOperation* operation,
137 // Owner SHOULD call explicitly before destroying operation.
195 // Creates operation to query basic information about local device.
199 // Creates operation to register local device using Privet v1 protocol.
204 // Creates operation t
[all...]
/external/chromium_org/chrome/browser/ui/webui/local_discovery/
H A Dlocal_discovery_ui_handler.h59 PrivetRegisterOperation* operation,
63 PrivetRegisterOperation* operation,
69 PrivetRegisterOperation* operation,
135 // For when the confirm operation on the cloudprint server has finished
199 // The current HTTP client (used for the current operation).
202 // The current register operation. Only one allowed at any time.
205 // The current Privet v3 setup operation. Only one allowed at any time.
/external/chromium_org/components/component_updater/
H A Dcomponent_patcher_operation.h35 // Parses, runs, and verifies the operation. Calls |callback| with the
36 // result of the operation. The callback is called using |task_runner|.
57 // Subclasses must override DoParseArguments to parse operation-specific
65 // Subclasses must override DoRun to actually perform the patching operation.
70 // Callback given to subclasses for when they complete their operation.
71 // Validates the output, and posts a task to the patching operation's
81 // A 'copy' operation takes a file currently residing on the disk and moves it
104 // A 'create' operation takes a full file that was sent in the delta update
132 virtual void Patch(const std::string& operation,
152 DeltaUpdateOpPatch(const std::string& operation,
[all...]
/external/smali/dexlib2/src/accessorTest/java/org/jf/dexlib2/
H A DAccessorTest.java108 String operation = m.group(2);
121 Assert.assertNotNull(String.format("Could not resolve accessor for %s_%s", type, operation),
124 int operationType = operationTypes.get(operation);
/external/chromium_org/content/browser/download/
H A Dbase_file.cc320 const char* operation,
324 base::Bind(&FileErrorNetLogCallback, operation, error));
329 const char* operation,
334 operation, os_error,
339 const char* operation,
344 base::Bind(&FileInterruptedNetLogCallback, operation, os_error, reason));
319 LogNetError( const char* operation, net::Error error) argument
328 LogSystemError( const char* operation, logging::SystemErrorCode os_error) argument
338 LogInterruptReason( const char* operation, int os_error, DownloadInterruptReason reason) argument
H A Ddownload_net_log_parameters.h88 base::Value* FileErrorNetLogCallback(const char* operation,
93 base::Value* FileInterruptedNetLogCallback(const char* operation,
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dgenk-timing.py122 operation = random.choice(possibleOperations)
123 if operation == "-":
127 self.writeln(" %s = %s %s %s" % (LValue, LHS, operation, RHS))
129 self.writeln(" %s = %s %s %s" % (LValue, LHS, operation, RHS))
131 self.writeln(" %s = %s %s %f :" % (LValue, LHS, operation, random.uniform(1, 100)))
133 self.writeln(" %s = %s %s %s :" % (LValue, LHS, operation, RHS))
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dgenk-timing.py127 operation = random.choice(possibleOperations)
128 if operation == "-":
132 self.writeln(" %s = %s %s %s" % (LValue, LHS, operation, RHS))
134 self.writeln(" %s = %s %s %s" % (LValue, LHS, operation, RHS))
136 self.writeln(" %s = %s %s %f :" % (LValue, LHS, operation, random.uniform(1, 100)))
138 self.writeln(" %s = %s %s %s :" % (LValue, LHS, operation, RHS))
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dgenk-timing.py122 operation = random.choice(possibleOperations)
123 if operation == "-":
127 self.writeln(" %s = %s %s %s" % (LValue, LHS, operation, RHS))
129 self.writeln(" %s = %s %s %s" % (LValue, LHS, operation, RHS))
131 self.writeln(" %s = %s %s %f :" % (LValue, LHS, operation, random.uniform(1, 100)))
133 self.writeln(" %s = %s %s %s :" % (LValue, LHS, operation, RHS))
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_embedder.cc111 int screen_x, int screen_y, blink::WebDragOperation operation) {
116 client_y - guest_offset.y(), screen_x, screen_y, operation);
122 // When the embedder's drag/drop operation ends, we need to pass the message
123 // to the guest that initiated the drag/drop operation. This will ensure that
110 DragSourceEndedAt(int client_x, int client_y, int screen_x, int screen_y, blink::WebDragOperation operation) argument
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DCryptoKey.cpp99 WebCryptoKeyUsageMask toKeyUsage(WebCryptoOperation operation) argument
101 switch (operation) {
167 result->completeWithError(WebCryptoErrorTypeInvalidAccess, "key.usages does not permit this operation");
172 result->completeWithError(WebCryptoErrorTypeInvalidAccess, "key.algorithm does not match that of operation");
/external/openssl/crypto/asn1/
H A Dp8_pkey.c64 /* Minor tweak to operation: zero private key data */
65 static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
69 if(operation == ASN1_OP_FREE_PRE) {
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java61 * Cost of an empty edit operation in terms of edit characters.
290 switch (thisDiff.operation) {
801 if (thisDiff.operation == Operation.EQUAL) {
877 if (prevDiff.operation == Operation.EQUAL &&
878 nextDiff.operation == Operation.EQUAL) {
1006 // Is there an insertion operation before the last equality.
1008 // Is there a deletion operation before the last equality.
1010 // Is there an insertion operation after the last equality.
1012 // Is there a deletion operation after the last equality.
1017 if (thisDiff.operation
2293 public Operation operation; field in class:diff_match_patch.Diff
2304 Diff(Operation operation, String text) argument
[all...]

Completed in 602 milliseconds

1234567891011>>