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

<<11121314151617181920>>

  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
ImportTestProvider.java 62 TestCase.fail("There is no operation.");
73 ContentProviderOperation operation = operations.get(i); local
74 ContentValues contentValues = operation.resolveValueBackReferences(
78 ContentProviderOperation operation = operations.get(i); local
79 ContentValues actualContentValues = operation.resolveValueBackReferences(
81 final Uri uri = operation.getUri();
  /frameworks/native/libs/ui/
Region.cpp 320 return operation(rhs, op_or);
323 return operation(rhs, op_xor);
326 return operation(rhs, op_and);
329 return operation(rhs, op_nand);
331 const Region Region::operation(const Rect& rhs, int op) const { function in class:android::Region
340 return operation(rhs, op_or);
343 return operation(rhs, op_xor);
346 return operation(rhs, op_and);
349 return operation(rhs, op_nand);
351 const Region Region::operation(const Region& rhs, int op) const function in class:android::Region
397 const Region Region::operation(const Region& rhs, int dx, int dy, int op) const { function in class:android::Region
    [all...]
  /external/chromium_org/ash/drag_drop/
drag_image_view.cc 84 void DragImageView::SetTouchDragOperation(int operation) {
85 if (touch_drag_operation_ == operation)
87 touch_drag_operation_ = operation;
  /external/chromium_org/chrome/browser/ui/webui/local_discovery/
local_discovery_ui_handler.h 59 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/third_party/mesa/src/src/glsl/
lower_vector.cpp 64 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/
lower_vector.cpp 64 assert(ir->operation == ir_quadop_vector);
95 if (ex->operation != ir_unop_neg)
122 if ((expr == NULL) || (expr->operation != ir_quadop_vector))
  /external/smali/dexlib2/src/accessorTest/java/org/jf/dexlib2/
AccessorTest.java 108 String operation = m.group(2); local
121 Assert.assertNotNull(String.format("Could not resolve accessor for %s_%s", type, operation),
124 int operationType = operationTypes.get(operation);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceWizard.java 110 * Show a refactoring dialog for the given resource refactoring operation
136 RefactoringWizardOpenOperation operation = new RefactoringWizardOpenOperation(wizard); local
138 int result = operation.run(parent, dialogTitle == null ? "" : dialogTitle);
139 RefactoringStatus status = operation.getInitialConditionCheckingStatus();
  /system/keymaster/include/keymaster/
google_keymaster.h 28 class Operation;
118 operation = NULL;
121 Operation* operation; member in struct:keymaster::GoogleKeymaster::OpTableEntry
124 keymaster_error_t AddOperation(Operation* operation, keymaster_operation_handle_t* op_handle);
  /external/chromium_org/chrome/browser/resources/chromeos/
drive_internals.js 127 if (node.className == 'in-flight-operation')
133 var operation = inFlightOperations[i];
135 tr.className = 'in-flight-operation';
136 tr.appendChild(createElementFromText('td', operation.id));
137 tr.appendChild(createElementFromText('td', operation.type));
138 tr.appendChild(createElementFromText('td', operation.file_path));
139 tr.appendChild(createElementFromText('td', operation.state));
140 var progress = operation.progress_current + '/' + operation.progress_total;
141 if (operation.progress_total > 0)
    [all...]
  /external/chromium_org/content/browser/download/
base_file.cc 320 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));
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
genk-timing.py 122 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/
genk-timing.py 127 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/
genk-timing.py 122 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))
  /frameworks/base/core/java/android/net/
IConnectivityManager.aidl 148 in PendingIntent operation);
150 void releasePendingNetworkRequest(in PendingIntent operation);
156 in PendingIntent operation);
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 101 public void checkForEGLErrors(String operation) {
105 throw new RuntimeException("Operation '" + operation + "' caused EGL error: " + error);
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_service.h 122 // Returns the status generated by the last operation.
133 // operation is reported through |callback|. If successful, the updated device
147 // Stores a policy blob to session_manager. The result of the operation is
184 // Enqueues a new operation. Takes ownership of |operation| and starts it
185 // right away if there is no active operation currently.
186 void Enqueue(SessionManagerOperation* operation);
188 // Enqueues a load operation.
191 // Makes sure there's a reload operation so changes to the settings (and key,
195 // Runs the next pending operation
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_button.h 33 // Returns YES if a drag operation should lock the fullscreen overlay bar
53 operation:(NSDragOperation)operation;
82 // Returns YES if a drag operation should lock the fullscreen overlay bar
196 // end of a drag operation (or, in fact, can be dragged to a completely
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_embedder.cc 111 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
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
interface_dependency_resolver.py 218 for operation in dependency_interface.operations:
219 operation.extended_attributes.update(merged_extended_attributes)
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
CryptoKey.cpp 99 WebCryptoKeyUsageMask toKeyUsage(WebCryptoOperation operation)
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/
p8_pkey.c 64 /* Minor tweak to operation: zero private key data */
65 static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
69 if(operation == ASN1_OP_FREE_PRE) {
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdp.cpp 240 ALOGD_IF(0, "In %s: data.operation = %d", __FUNCTION__, data.operation);
244 if (data.operation & PP_PARAM_HSIC) {
284 mParams.operation |= PP_OP_PA;
288 if (data.operation & PP_PARAM_SHARP2) {
312 mParams.operation |= PP_OP_SHARP;
316 if (data.operation & PP_PARAM_IGC) {
338 mParams.operation |= PP_OP_IGC;
342 if (data.operation & PP_PARAM_VID_INTFC) {
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdp.cpp 221 ALOGD_IF(0, "In %s: data.operation = %d", __FUNCTION__, data.operation);
225 if (data.operation & PP_PARAM_HSIC) {
265 mParams.operation |= PP_OP_PA;
269 if (data.operation & PP_PARAM_SHARP2) {
293 mParams.operation |= PP_OP_SHARP;
297 if (data.operation & PP_PARAM_IGC) {
319 mParams.operation |= PP_OP_IGC;
323 if (data.operation & PP_PARAM_VID_INTFC) {
  /libcore/luni/src/test/java/libcore/xml/
XsltXPathConformanceTestSuite.java 195 * <scenario operation="standard">
216 String operation = scenarioElement.getAttribute("operation"); local
251 if (!operation.equals("execution-error")) {
264 principalStylesheet, principal, operation, compareAs);
321 private final String operation; field in class:XsltXPathConformanceTestSuite.XsltTest
331 String operation, String compareAs) {
340 this.operation = operation;
381 if (operation.equals("standard"))
    [all...]

Completed in 7089 milliseconds

<<11121314151617181920>>