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

<<11121314151617181920>>

  /frameworks/ex/common/java/com/android/common/content/
SQLiteContentProvider.java 220 final ContentProviderOperation operation = operations.get(i); local
221 if (i > 0 && operation.isYieldAllowed()) {
231 results[i] = operation.apply(this, results, i);
  /frameworks/native/include/ui/
Region.h 153 const Region operation(const Rect& rhs, int op) const;
154 const Region operation(const Region& rhs, int op) const;
155 const Region operation(const Region& rhs, int dx, int dy, int op) const;
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
SQLiteContentProvider.java 232 final ContentProviderOperation operation = operations.get(i); local
233 if (i > 0 && operation.isYieldAllowed()) {
236 results[i] = operation.apply(this, results, i);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDropListener.java 51 int operation = DND.DROP_COPY; local
52 event.detail = operation;
161 public boolean validateDrop(Object target, int operation,
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.12.613/
kotlin-stdlib-0.12.613.jar 
  /external/curl/src/
tool_getparam.c 1845 struct OperationConfig *operation = config->first; local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
tracker_file.py 101 api_selector: API to use for this operation.
122 tracker_file_type: TrackerFileType for this operation.
123 api_selector: API to use for this operation.
192 api_selector: API to use for this operation.
361 api_selector: API to use for this operation.
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalImage.java 239 int operation = SUPPORT_DELETE | SUPPORT_SHARE | SUPPORT_CROP local
242 operation |= SUPPORT_FULL_IMAGE | SUPPORT_EDIT;
246 operation |= SUPPORT_ROTATE;
250 operation |= SUPPORT_SHOW_ON_MAP;
252 return operation;
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.13.1513/
kotlin-stdlib-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.13.1514/
kotlin-stdlib-0.13.1514.jar 
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorTest.java 495 TestSensorOperation operation = local
497 operation.addVerification(EventGapVerification.getDefault(environment));
498 operation.addVerification(EventOrderingVerification.getDefault(environment));
499 operation.addVerification(
503 operation.execute(getCurrentTestNode());
535 TestSensorOperation operation = new TestSensorOperation(environment, executor, handler); local
538 operation.execute(getCurrentTestNode());
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_layers.cpp 435 if (meta_data->operation & UPDATE_COLOR_SPACE) {
441 if (meta_data->operation & SET_IGC) {
447 if (meta_data->operation & UPDATE_REFRESH_RATE) {
451 if ((meta_data->operation & PP_PARAM_INTERLACED) && meta_data->interlaced) {
455 if (meta_data->operation & LINEAR_FORMAT) {
459 if (meta_data->operation & UPDATE_BUFFER_GEOMETRY) {
467 if (meta_data->operation & S3D_FORMAT) {
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-1103/
kotlin-stdlib-1.0.0-beta-1103.jar 
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/machinelearning/
layer1.py 75 referenced by a `DataSource`. This operation creates a new
79 `CreateBatchPrediction` is an asynchronous operation. In
86 GetBatchPrediction operation and checking the `Status`
138 `CreateDataSourceFromRDS` is an asynchronous operation. In
149 in the `Message` attribute of the GetDataSource operation
235 `CreateDataSourceFromRedshift` is an asynchronous operation.
246 in the `Message` attribute of the GetDataSource operation
341 `CreateDataSourceFromS3` is an asynchronous operation. In
352 in the `Message` attribute of the GetDataSource operation
434 `CreateEvaluation` is an asynchronous operation. In respons
    [all...]
  /hardware/qcom/display/msm8996/libgralloc1/
gr_buf_mgr.cpp 481 gralloc1_error_t BufferManager::Perform(int operation, va_list args) {
482 switch (operation) {
528 if (metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
545 if (metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
585 if (metadata && metadata->operation & UPDATE_COLOR_SPACE) {
607 if (metadata && metadata->operation & MAP_SECURE_BUFFER) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
MenuExecutor.java 62 // wait the operation to finish when we want to stop it.
345 MediaOperation operation = new MediaOperation(action, ids, listener); local
346 mTask = mActivity.getBatchServiceThreadPoolIfAvailable().submit(operation, null);
354 MediaOperation operation = new MediaOperation(action, ids, null); local
355 mTask = mActivity.getBatchServiceThreadPoolIfAvailable().submit(operation, null);
418 public MediaOperation(int operation, ArrayList<Path> items,
420 mOperation = operation;
443 Log.e(TAG, "failed to execute operation " + mOperation
  /prebuilts/go/darwin-x86/src/go/constant/
value_test.go 158 // unary operation
160 // binary operation
354 MakeBool(false), // token.ADD ok below, operation is never considered
  /prebuilts/go/linux-x86/src/go/constant/
value_test.go 158 // unary operation
160 // binary operation
354 MakeBool(false), // token.ADD ok below, operation is never considered
  /device/google/marlin/recovery/oem-recovery/
dec.cpp 61 uint32_t operation; /* in */ member in struct:smcmod_decrypt_req
225 req.operation = SMCMOD_DECRYPT_REQ_OP_METADATA;
270 req.operation = SMCMOD_DECRYPT_REQ_OP_IMG_FRAG;
  /external/autotest/server/cros/
host_lock_manager_unittest.py 55 def _host_modifier(self, hosts, operation, lock_reason=''):
62 @param operation: a string, LOCK or UNLOCK.
65 if operation == self.LOCK:
68 elif operation == self.UNLOCK:
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl.h 227 // do is written to |operation|. Packets to decode are written to
231 int GetDecision(Operations* operation,
243 Operations* operation,
255 const Operations& operation,
261 // Sub-method which calls the Normal class to perform the normal operation.
267 // Sub-method which calls the Merge class to perform the merge operation.
273 // Sub-method which calls the Expand class to perform the expand operation.
277 // operation.
285 // preemtive expand operation.
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertUtils.java 90 public void set(int type, long triggerAtMillis, PendingIntent operation) {
92 mgr.setExact(type, triggerAtMillis, operation);
94 mgr.set(type, triggerAtMillis, operation);
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/protocol/
Vvm3Subscriber.java 90 + " <operation>%3$s</operation>"
249 private String vvm3XmlRequest(String operation) throws ProvisioningException {
250 VvmLog.d(TAG, "Sending vvm3XmlRequest for " + operation);
258 transactionId, mNumber, operation, Build.MODEL);
  /system/bt/stack/gatt/
gatt_auth.c 142 else if (p_clcb->operation == GATTC_OPTYPE_WRITE)
146 else if (p_clcb->operation == GATTC_OPTYPE_READ)
195 /* start all other pending operation in queue */
211 GATT_TRACE_ERROR("Unknown operation encryption completed");
371 (p_clcb->operation == GATTC_OPTYPE_WRITE) &&
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-rc-1036/
kotlin-stdlib-1.0.0-rc-1036.jar 

Completed in 2335 milliseconds

<<11121314151617181920>>