HomeSort by relevance Sort by last modified time
    Searched refs:operation (Results 376 - 400 of 1534) sorted by null

<<11121314151617181920>>

  /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/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.
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsState.java 322 HistoricalOperation operation = new HistoricalOperation( local
326 mHistoricalOperations.add(operation);
328 mHistoricalOperations.set(mNextHistoricalOpIdx, operation);
348 HistoricalOperation operation = mHistoricalOperations.get(index); local
349 pw.print(TimeUtils.formatForLogging(operation.mTimestamp));
351 pw.print(operation.mOperation);
352 if (operation.mSetting != null) {
354 pw.print(operation.mSetting);
654 String operation, Setting setting) {
656 mOperation = operation;
    [all...]
  /packages/services/Car/libvehiclenetwork/native/
VehicleNetwork.cpp 52 int32_t operation) {
54 VehicleHalError* error = new VehicleHalError(errorCode, property, operation);
95 mListener->onHalError(error->errorCode, error->property, error->operation);
320 void VehicleNetwork::onHalError(int32_t errorCode, int32_t property, int32_t operation) {
321 getEventHandler()->handleHalError(errorCode, property, operation);
  /packages/services/Car/vehicle_network_service/
VehicleNetworkService.h 217 void dispatchHalError(int32_t errorCode, int32_t property, int32_t operation) {
218 mListener->onHalError(errorCode, property, operation);
288 status_t onHalError(int32_t errorCode, int32_t property, int32_t operation,
305 virtual status_t injectHalError(int32_t errorCode, int32_t property, int32_t operation);
336 static int errorCallback(int32_t errorCode, int32_t property, int32_t operation);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
storage_v1.py     [all...]
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java 421 boolean remove(final PendingIntent operation, final IAlarmListener listener) {
422 if (operation == null && listener == null) {
424 Slog.w(TAG, "requested remove() of null operation",
435 if (alarm.matches(operation, listener)) {
647 if (a.operation != null
648 && Intent.ACTION_TIME_TICK.equals(a.operation.getIntent().getAction())) {
657 String alarmPackage = (a.operation != null)
658 ? a.operation.getCreatorPackage()
2228 public final PendingIntent operation; field in class:AlarmManagerService.Alarm
    [all...]
  /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)
  /packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
VehicleNetwork.java 52 void onHalError(int errorCode, int property, int operation);
504 public synchronized void injectHalError(int errorCode, int property, int operation) {
506 mService.injectHalError(errorCode, property, operation);
556 private void handleHalError(int errorCode, int property, int operation) {
557 mListener.onHalError(errorCode, property, operation);
579 private void notifyHalError(int errorCode, int property, int operation) {
580 Message msg = obtainMessage(MSG_HAL_ERROR, errorCode, property, operation);
625 public void onHalError(int errorCode, int property, int operation) {
628 vehicleNetwork.mEventHandler.notifyHalError(errorCode, property, operation);
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 159 EALREADY - APPLICATION_ERROR: "operation already in progress",
169 ECANCELED - APPLICATION_ERROR: "operation canceled",
189 EINPROGRESS - APPLICATION_ERROR: "operation now in progress",
245 ENOTSOCK - APPLICATION_ERROR: "socket operation on non-socket",
246 ENOTSUP - APPLICATION_ERROR: "operation not supported",
250 EOPNOTSUPP - APPLICATION_ERROR: "operation not supported",
253 EPERM - APPLICATION_ERROR: "operation not permitted",
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 159 EALREADY - APPLICATION_ERROR: "operation already in progress",
169 ECANCELED - APPLICATION_ERROR: "operation canceled",
189 EINPROGRESS - APPLICATION_ERROR: "operation now in progress",
245 ENOTSOCK - APPLICATION_ERROR: "socket operation on non-socket",
246 ENOTSUP - APPLICATION_ERROR: "operation not supported",
250 EOPNOTSUPP - APPLICATION_ERROR: "operation not supported",
253 EPERM - APPLICATION_ERROR: "operation not permitted",
  /system/bt/stack/gatt/
gatt_cl.c 76 ** Description GATT discovery operation.
132 ** Description GATT read operation.
220 ** Description GATT write operation.
423 if (p_clcb->operation != GATTC_OPTYPE_DISCOVERY || p_clcb->op_subtype != GATT_DISC_SRVC_BY_UUID)
475 if (p_clcb->operation != GATTC_OPTYPE_DISCOVERY || p_clcb->op_subtype != GATT_DISC_CHAR_DSCPT)
573 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY)
579 if ( (p_clcb->operation == GATTC_OPTYPE_WRITE) &&
588 else if ((p_clcb->operation == GATTC_OPTYPE_READ) &&
759 if (((!p_clcb->p_reg) || (!p_clcb->p_reg->app_cb.p_disc_res_cb)) && (p_clcb->operation == GATTC_OPTYPE_DISCOVERY))
805 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY &
    [all...]
  /external/elfutils/src/
ar.c 114 /* What operation to perform. */
125 } operation; variable in typeref:enum:__anon12309
180 if (operation != oper_move && operation != oper_replace)
201 if (operation != oper_extract && operation != oper_delete)
225 && unlikely (operation != oper_extract))
242 switch (operation)
253 status = do_oper_extract (operation, arfname, argv, argc, -1);
257 status = do_oper_extract (operation, arfname, argv, argc, instance)
    [all...]
  /frameworks/base/core/java/android/net/
IConnectivityManager.aidl 149 in PendingIntent operation);
151 void releasePendingNetworkRequest(in PendingIntent operation);
157 in PendingIntent 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) {
  /hardware/qcom/display/msm8909/libgralloc/
mapper.cpp 178 * If the buffer has been mapped during a lock operation, it's time
201 * If the buffer has been mapped during a lock operation, it's time
312 int operation, ... )
319 va_start(args, operation);
320 switch (operation) {
371 if(metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
388 if(metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
422 if(metadata && metadata->operation & UPDATE_COLOR_SPACE) {
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAlarmManager.java 533 public void setExact(int type, long triggerAtTime, PendingIntent operation) {
534 mAlarmManager.setExact(type, triggerAtTime, operation);
537 public void setExactAndAllowWhileIdle(int type, long triggerAtTime, PendingIntent operation) {
538 mAlarmManager.setExactAndAllowWhileIdle(type, triggerAtTime, operation);
541 public void cancel(PendingIntent operation) {
542 mAlarmManager.cancel(operation);
  /toolchain/binutils/binutils-2.25/bfd/
section.c 972 bfd_boolean (*operation) (bfd *,
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /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);
318 MtpOperationCode operation = mRequest.getOperationCode(); local
323 if (mSendObjectHandle != kInvalidObjectHandle && operation != MTP_OPERATION_SEND_OBJECT)
    [all...]
  /build/target/board/generic_x86/
BoardConfig.mk 22 # of an SDK AVD. Note that this operation only works on Linux for now
  /build/target/board/generic_x86_64/
BoardConfig.mk 28 # of an SDK AVD. Note that this operation only works on Linux for now

Completed in 534 milliseconds

<<11121314151617181920>>