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

<<11121314151617181920>>

  /hardware/qcom/display/msm8974/libqdutils/
qdMetaData.cpp 58 data->operation |= paramType;
  /packages/apps/Browser/src/com/android/browser/provider/
SQLiteContentProvider.java 213 final ContentProviderOperation operation = operations.get(i); local
214 if (!callerIsSyncAdapter && isCallerSyncAdapter(operation.getUri())) {
217 if (i > 0 && operation.isYieldAllowed()) {
223 results[i] = operation.apply(this, results, i);
  /packages/apps/Gallery2/src/com/android/photos/data/
SQLiteContentProvider.java 223 final ContentProviderOperation operation = operations.get(i); local
224 if (!callerIsSyncAdapter && isCallerSyncAdapter(operation.getUri())) {
227 if (i > 0 && operation.isYieldAllowed()) {
233 results[i] = operation.apply(this, results, i);
  /external/chromium_org/third_party/icu/source/test/intltest/
dadrcal.cpp 107 // Headers { "locale","from","operation","params","to" }
145 // #4 'operation' info
146 param = "operation";
147 UnicodeString operation = testSetting=currentCase->getString(param, local
197 +operation +" [[[ "+params+" ]]] >>> "+to;
240 if (operation == kROLL) {
243 } else if (operation == kADD) {
247 errln(caseString+ " FAIL: unknown operation "+ operation);
249 logln(operation + " of "+ paramsSet.get((UCalendarDateFields)q
    [all...]
  /external/icu/icu4c/source/test/intltest/
dadrcal.cpp 107 // Headers { "locale","from","operation","params","to" }
145 // #4 'operation' info
146 param = "operation";
147 UnicodeString operation = testSetting=currentCase->getString(param, local
197 +operation +" [[[ "+params+" ]]] >>> "+to;
240 if (operation == kROLL) {
243 } else if (operation == kADD) {
247 errln(caseString+ " FAIL: unknown operation "+ operation);
249 logln(operation + " of "+ paramsSet.get((UCalendarDateFields)q
    [all...]
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdp.cpp 232 if (data.operation & PP_PARAM_HSIC) {
272 mParams.operation |= PP_OP_PA;
276 if (data.operation & PP_PARAM_SHARP2) {
300 mParams.operation |= PP_OP_SHARP;
304 if (data.operation & PP_PARAM_IGC) {
326 mParams.operation |= PP_OP_IGC;
330 if (data.operation & PP_PARAM_VID_INTFC) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
mask.c 183 static void *setup_mask_operation(VGMaskOperation operation)
188 switch (operation) {
274 VGMaskOperation operation,
311 fs = setup_mask_operation(operation);
447 VGMaskOperation operation)
462 mask_using_layer(temp_layer, operation, 0, 0, width, height);
468 VGMaskOperation operation,
472 mask_using_texture(layer->sampler_view, VG_TRUE, operation,
490 VGMaskOperation operation,
494 mask_using_texture(image->sampler_view, VG_FALSE, operation,
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
assignment-deopt.js 30 // Test deopt with count operation on parameter.
42 // Test deopt with count operation on named property.
60 // Test deopt with count operation on keyed property.
90 // Test bailout with count operation in a value context.
147 // The binary operation changes the map as a side effect.
count-deopt.js 30 // Test deopt with count operation on parameter.
42 // Test deopt with count operation on named property.
60 // Test deopt with count operation on keyed property.
90 // Test bailout with count operation in a value context.
176 // Test deoptimization with postfix operation in a value context.
  /external/mesa3d/src/gallium/state_trackers/vega/
mask.c 183 static void *setup_mask_operation(VGMaskOperation operation)
188 switch (operation) {
274 VGMaskOperation operation,
311 fs = setup_mask_operation(operation);
447 VGMaskOperation operation)
462 mask_using_layer(temp_layer, operation, 0, 0, width, height);
468 VGMaskOperation operation,
472 mask_using_texture(layer->sampler_view, VG_TRUE, operation,
490 VGMaskOperation operation,
494 mask_using_texture(image->sampler_view, VG_FALSE, operation,
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
number.pxd 121 # operation is done in-place when o1 supports it. This is the
127 # failure. The operation is done in-place when o1 supports
133 # failure. The operation is done in-place when o1 supports
139 # operation is done in-place when o1 supports it. This is the
145 # failure. The operation is done in-place when o1 supports
156 # passed two integers. The operation is done in-place when o1
162 # failure. The operation is done in-place when o1 supports
168 # operation is done in-place when o1 supports it. This is the
177 # on failure. The operation is done in-place when o1 supports
183 # NULL on failure. The operation is done in-place when o1 support
    [all...]
  /external/chromium_org/chrome/installer/setup/
install.cc 48 ShellUtil::ShortcutOperation operation,
52 DCHECK(operation != ShellUtil::SHELL_SHORTCUT_UPDATE_EXISTING);
57 (operation == ShellUtil::SHELL_SHORTCUT_CREATE_ALWAYS ||
58 operation == ShellUtil::SHELL_SHORTCUT_CREATE_IF_NO_SYSTEM_LEVEL) ?
60 if (failed && operation == ShellUtil::SHELL_SHORTCUT_REPLACE_EXISTING)
116 ShellUtil::ShortcutOperation operation) {
117 LogShortcutOperation(location, dist, properties, operation, false);
119 operation)) {
120 LogShortcutOperation(location, dist, properties, operation, true);
133 // if the operation fails we log the error but still continu
    [all...]
  /external/chromium_org/chromeos/network/
network_device_handler_impl.cc 140 // Struct containing TDLS Operation parameters.
143 std::string operation; member in struct:chromeos::__anon10809::TDLSOperationParams
161 std::string event_desc = "TDLSSuccessCallback: " + params.operation;
165 if (params.operation != shill::kTDLSSetupOperation) {
176 status_params.operation = shill::kTDLSStatusOperation;
198 // If a Setup operation receives an InProgress error, retry.
200 if (params.operation == shill::kTDLSSetupOperation &&
241 NET_LOG_EVENT("CallPerformTDLSOperation: " + params.operation, device_path);
244 params.operation,
412 params.operation = enabled ? shill::kTDLSSetupOperatio
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.cpp 66 BuildUtil::mkOp1(operation op, DataType ty, Value *dst, Value *src)
78 BuildUtil::mkOp2(operation op, DataType ty, Value *dst,
92 BuildUtil::mkOp3(operation op, DataType ty, Value *dst,
122 BuildUtil::mkStore(operation op, DataType ty, Symbol *mem, Value *ptr,
154 operation op = OP_LINTERP;
209 BuildUtil::mkCvt(operation op,
223 BuildUtil::mkCmp(operation op, CondCode cc, DataType ty, Value *dst,
245 BuildUtil::mkTex(operation op, TexTarget targ, uint8_t tic, uint8_t tsc,
307 BuildUtil::mkFlow(operation op, void *targ, CondCode cc, Value *pred)
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.cpp 66 BuildUtil::mkOp1(operation op, DataType ty, Value *dst, Value *src)
78 BuildUtil::mkOp2(operation op, DataType ty, Value *dst,
92 BuildUtil::mkOp3(operation op, DataType ty, Value *dst,
122 BuildUtil::mkStore(operation op, DataType ty, Symbol *mem, Value *ptr,
154 operation op = OP_LINTERP;
209 BuildUtil::mkCvt(operation op,
223 BuildUtil::mkCmp(operation op, CondCode cc, DataType ty, Value *dst,
245 BuildUtil::mkTex(operation op, TexTarget targ, uint8_t tic, uint8_t tsc,
307 BuildUtil::mkFlow(operation op, void *targ, CondCode cc, Value *pred)
  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 75 ** Description GATT discovery operation.
131 ** Description GATT read operation.
219 ** Description GATT write operation.
422 if (p_clcb->operation != GATTC_OPTYPE_DISCOVERY || p_clcb->op_subtype != GATT_DISC_SRVC_BY_UUID)
474 if (p_clcb->operation != GATTC_OPTYPE_DISCOVERY || p_clcb->op_subtype != GATT_DISC_CHAR_DSCPT)
572 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY)
578 if ( (p_clcb->operation == GATTC_OPTYPE_WRITE) &&
587 else if ((p_clcb->operation == GATTC_OPTYPE_READ) &&
753 if (((!p_clcb->p_reg) || (!p_clcb->p_reg->app_cb.p_disc_res_cb)) && (p_clcb->operation == GATTC_OPTYPE_DISCOVERY))
799 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY &
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
example.js 64 operation: 'write',
322 var operation = data['operation'];
323 if (operation == 'write') {
325 } else if (operation == 'ack') {
328 common.logMessage('Got unexpected pipe operation: ' + operation);
  /external/elfutils/0.153/src/
ar.c 122 /* What operation to perform. */
133 } operation; variable in typeref:enum:__anon25898
191 if (operation != oper_move && operation != oper_replace)
212 if (operation == oper_extract && operation == oper_delete)
236 && unlikely (operation != oper_extract))
253 switch (operation)
264 status = do_oper_extract (operation, arfname, argv, argc, -1);
268 status = do_oper_extract (operation, arfname, argv, argc, instance)
    [all...]
  /external/openssl/crypto/cms/
cms_asn1.c 89 /* Minor tweak to operation: free up signer key, cert */
90 static int cms_si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
93 if(operation == ASN1_OP_FREE_POST)
217 static int cms_ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
220 if(operation == ASN1_OP_FREE_PRE)
315 static int cms_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
324 switch(operation)
  /hardware/qcom/display/msm8084/libgralloc/
mapper.cpp 164 * If the buffer has been mapped during a lock operation, it's time
186 * If the buffer has been mapped during a lock operation, it's time
298 int operation, ... )
305 va_start(args, operation);
306 switch (operation) {
372 if(metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
389 if(metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
423 if(metadata && metadata->operation & UPDATE_COLOR_SPACE) {
  /hardware/qcom/display/msm8226/libgralloc/
mapper.cpp 164 * If the buffer has been mapped during a lock operation, it's time
186 * If the buffer has been mapped during a lock operation, it's time
298 int operation, ... )
305 va_start(args, operation);
306 switch (operation) {
372 if(metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
389 if(metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
423 if(metadata && metadata->operation & UPDATE_COLOR_SPACE) {
  /frameworks/av/media/mtp/
MtpServer.cpp 170 MtpOperationCode operation = mRequest.getOperationCode(); local
173 ALOGV("operation: %s", MtpDebug::getOperationCodeName(operation));
177 bool dataIn = (operation == MTP_OPERATION_SEND_OBJECT_INFO
178 || operation == MTP_OPERATION_SET_OBJECT_REFERENCES
179 || operation == MTP_OPERATION_SET_OBJECT_PROP_VALUE
180 || operation == MTP_OPERATION_SET_DEVICE_PROP_VALUE);
199 mData.setOperationCode(operation);
317 MtpOperationCode operation = mRequest.getOperationCode(); local
322 if (mSendObjectHandle != kInvalidObjectHandle && operation != MTP_OPERATION_SEND_OBJECT)
    [all...]
  /external/chromium_org/net/http/
http_cache.cc 132 // The type of operation represented by a work item.
144 WorkItem(WorkItemOperation operation, Transaction* trans, ActiveEntry** entry)
145 : operation_(operation),
149 WorkItem(WorkItemOperation operation, Transaction* trans,
151 : operation_(operation),
158 // Calls back the transaction with the result of the operation.
167 // Notifies the caller about the operation completion. Returns true if the
179 WorkItemOperation operation() { return operation_; } function in class:net::HttpCache::WorkItem
370 // If not null, the callback will delete the pending operation later.
504 // This is the only operation that we can do that is not related to any give
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch.rb 901 raw_operations.each_with_index do |operation, j|
902 if operation.action == :equal and j < raw_operations.length - 1
903 length = operation.end_in_new - operation.start_in_new
909 operation.start_in_old -= back
910 operation.start_in_new -= back
912 operations << operation
982 @operations.each do |operation|
983 start = @fromLineNumber.nil? ? operation.start_in_new : operation.start_in_ol
    [all...]
  /build/target/board/generic_x86/
BoardConfig.mk 25 # of an SDK AVD. Note that this operation only works on Linux for now

Completed in 1649 milliseconds

<<11121314151617181920>>