HomeSort by relevance Sort by last modified time
    Searched refs:operation (Results 276 - 300 of 1082) sorted by null

<<11121314151617181920>>

  /frameworks/av/media/mtp/
MtpDevice.h 106 bool sendRequest(MtpOperationCode operation);
109 bool writeDataHeader(MtpOperationCode operation, int dataLength);
  /frameworks/base/location/java/android/location/
LocalListenerHelper.java 98 protected void foreach(ListenerOperation<TListener> operation) {
105 operation.execute(listener);
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.h 197 // output an error message referencing the given operation string. Returns
199 static bool CheckGLError(const std::string& operation);
202 // will output an error message referencing the given operation string.
204 static bool CheckEGLError(const std::string& operation);
226 // Outputs error messages specific to the operation eglMakeCurrent().
  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaSmsCbProgramData.java 78 /** Service category operation (add/delete/clear). */
97 public CdmaSmsCbProgramData(int operation, int category, int language, int maxMessages,
99 mOperation = operation;
134 * Returns the service category operation, e.g. {@link #OPERATION_ADD_CATEGORY}.
183 return "CdmaSmsCbProgramData{operation=" + mOperation + ", category=" + mCategory
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderOperation.java 38 public FolderOperation(Folder folder, Boolean operation) {
39 mAdd = operation;
70 * inbox to a trashed conversation, making it a destructive operation.
  /external/chromium_org/media/audio/pulse/
audio_manager_pulse.cc 103 pa_operation* operation = NULL; local
105 operation = pa_context_get_source_info_list(
108 operation = pa_context_get_sink_info_list(
111 WaitForOperationCompletion(input_mainloop_, operation);
214 pa_operation* operation = pa_context_get_server_info( local
216 WaitForOperationCompletion(input_mainloop_, operation);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
Throttler.js 83 * @param {function()} operation
87 _setTimeout: function(operation, timeout)
89 return setTimeout(operation, timeout);
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriter.cpp 250 Operation operation = m_queuedOperation; local
252 doOperation(operation);
255 void FileWriter::doOperation(Operation operation)
258 switch (operation) {
282 operation = OperationNone;
289 m_operationInProgress = operation;
  /external/openssl/crypto/pkcs7/
pk7_asn1.c 81 static int pk7_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
87 switch(operation)
129 /* Minor tweak to operation: free up EVP_PKEY */
130 static int si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
133 if(operation == ASN1_OP_FREE_POST) {
172 /* Minor tweak to operation: free up X509 */
173 static int ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
176 if(operation == ASN1_OP_FREE_POST) {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_impl.cc 677 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 == kDtmf)
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.cc 433 // 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->out_entry())
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /external/chromium_org/ui/file_manager/file_manager/common/js/
progress_center_common.js 42 // The item is file copy operation.
44 // The item is file move operation.
46 // The item is file delete operation.
48 // The item is file zip operation.
50 // The item is drive sync operation.
52 // The item is general file transfer operation.
53 // This is used for the mixed operation of summarized item.
  /external/chromium_org/third_party/mesa/src/src/glsl/
opt_algebraic.cpp 131 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)
  /external/mesa3d/src/glsl/
opt_algebraic.cpp 131 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)
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdp.cpp 219 if (data.operation & PP_PARAM_HSIC) {
259 mParams.operation |= PP_OP_PA;
263 if (data.operation & PP_PARAM_SHARP2) {
287 mParams.operation |= PP_OP_SHARP;
291 if (data.operation & PP_PARAM_IGC) {
313 mParams.operation |= PP_OP_IGC;
317 if (data.operation & PP_PARAM_VID_INTFC) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_header.c 582 u32 operation; local
630 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &operation);
633 if (operation > 6)
639 pDecRefPicMarking->operation[i].
640 memoryManagementControlOperation = operation;
641 if ((operation == 1) || (operation == 3))
646 pDecRefPicMarking->operation[i].differenceOfPicNums =
649 if (operation == 2)
654 pDecRefPicMarking->operation[i].longTermPicNum = value
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 123 * @param operation the operation type to use when notifying user data
129 private NodeImpl shallowCopy(short operation, Node node) {
170 AttrImpl elementAttrCopy = (AttrImpl) shallowCopy(operation, elementAttr);
171 notifyUserDataHandlers(operation, elementAttr, elementAttrCopy);
213 * @param operation either {@link UserDataHandler#NODE_CLONED} or
219 Node cloneOrImportNode(short operation, Node node, boolean deep) {
220 NodeImpl copy = shallowCopy(operation, node);
225 copy.appendChild(cloneOrImportNode(operation, list.item(i), deep));
229 notifyUserDataHandlers(operation, node, copy)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
SizesCalcParser.cpp 85 value.operation = token.delimiter();
164 static bool operateOnStack(Vector<SizesCalcValue>& stack, UChar operation)
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/
brw_fs_channel_expressions.cpp 31 * 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/
brw_fs_channel_expressions.cpp 31 * 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,

Completed in 9745 milliseconds

<<11121314151617181920>>