HomeSort by relevance Sort by last modified time
    Searched refs:operations (Results 151 - 175 of 435) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ContentResolverTest.java 215 ArrayList<ContentProviderOperation> operations = new ArrayList<ContentProviderOperation>(); local
216 operations.add(ContentProviderOperation.newInsert(uri)
220 operations.add(ContentProviderOperation.newUpdate(uri)
224 operations.add(ContentProviderOperation.newDelete(uri)
227 ContentProviderResult[] result = contentResolver.applyBatch(AUTHORITY, operations);
230 assertThat(resultOperations, equalTo(operations));
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Operation.java 21 package org.apache.xpath.operations;
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_validator.py 59 for operation in interface.operations:
v8_interface.py 250 for method in interface.operations
251 if method.name] # Skip anonymous special operations (methods)
284 # 1. Let S be the effective overload set for regular operations (if the
285 # operation is a regular operation) or for static operations (if the
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimations.cpp 158 const FilterOperations& operations = toAnimatableFilterOperations(frame->getAnimatableValue().get())->operations(); local
159 if (operations.hasFilterThatMovesPixels())
225 // FIXME: Defer remove/pause operations until after the
378 bool converted = toWebFilterOperations(toAnimatableFilterOperations(value)->operations(), ops.get());
  /external/chromium_org/v8/test/mjsunit/compiler/
countoperation.js 28 // Test pre- and postfix count operations.
113 // Test count operations with parameters.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1708.js 52 // the array to trigger left-trimming operations.
61 // Scavenging operations cause concurrent sweeping to advance and verify
regress-builtin-array-op.js 29 // array operations.
  /frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsHistoryTest.java 324 entry.operations = nextPositiveLong(r);
494 long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) {
501 assertEquals("unexpected operations", operations, entry.operations);
505 long rxPackets, long txBytes, long txPackets, long operations) {
507 txPackets, operations);
512 long operations) {
519 assertEquals("unexpected operations", operations, entry.operations)
    [all...]
  /frameworks/base/test-runner/src/android/test/mock/
MockIContentProvider.java 75 ArrayList<ContentProviderOperation> operations) {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderOperations.java 32 * Object that contains a list of folder operations (application/removals of folders)
61 * Adds an operation to the list of folder operations to be applied. The last
62 * operation for a folder will be retained in the list of operations.
141 * Return the number of folder operations
148 * Returns a FolderOperations object that will revert the operations described in
163 * Returns an array of the folder operations
164 * @return Array of the folder operations to perform
179 * @return Serialized representation of the folder operations
181 public static String serialize(FolderOperations operations) {
  /external/chromium_org/chrome/browser/webdata/
web_data_service.cc 189 const KeywordTable::Operations& operations,
191 return KeywordTable::FromWebDatabase(db)->PerformOperations(operations) ?
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_trace.spec 39 operations at any time. The data flow from the application to GL
  /external/chromium_org/tools/traceline/traceline/scripts/
crit_sec.js 35 // Verify that the locks get unlocked, and operations stay on the same thread.
  /external/chromium_org/v8/test/mjsunit/
bitwise-operations-undefined.js 28 // Test bitwise operations with undefined.
div-mod.js 94 // Computes the modulo by slow but lossless operations.
182 // Side-effect-free expressions containing bit operations use
226 // Test the lithium code for modulo operations with a variable power of two
237 // Test the lithium code for modulo operations with a constant power of two
  /external/chromium_org/v8/test/webkit/
sparse-array.js 25 'This tests some sparse array operations.'
  /external/mesa3d/docs/OLD/
MESA_trace.spec 39 operations at any time. The data flow from the application to GL
  /frameworks/base/core/java/android/content/
ContentProvider.java 77 * main thread, and must avoid performing lengthy operations. See the method
129 * operations, or application startup will be delayed.
258 ArrayList<ContentProviderOperation> operations)
260 int numOperations = operations.size();
263 ContentProviderOperation operation = operations.get(i);
270 operations.set(i, operation);
287 ContentProviderResult[] results = ContentProvider.this.applyBatch(operations);
751 * lengthy operations, or application startup will be delayed.
777 * not perform lengthy operations.
790 * not perform lengthy operations
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 77 /** Set to true in order to view logs on content provider operations */
251 ArrayList<ContentProviderOperation> operations = new ArrayList<ContentProviderOperation>(); local
252 operations.add(ContentProviderOperation.newInsert(RawContacts.CONTENT_URI)
262 operations.add(ContentProviderOperation.newInsert(Data.CONTENT_URI)
271 results = resolver.applyBatch(ContactsContract.AUTHORITY, operations);
353 // Build operations and try applying
356 Log.v(TAG, "Content Provider Operations:");
1047 ArrayList<ContentProviderOperation> operations = new ArrayList<ContentProviderOperation>(); local
    [all...]
  /external/deqp/modules/egl/
teglImageFormatTests.cpp 194 vector<Operation> operations; member in struct:deqp::egl::Image::TestSpec
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk 89 atomics/atomics.types.operations/atomics.types.operations.arith/nothing_to_do \
90 atomics/atomics.types.operations/atomics.types.operations.general/nothing_to_do \
91 atomics/atomics.types.operations/atomics.types.operations.pointer/nothing_to_do \
92 atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong_explicit \
93 atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong
    [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk 80 atomics/atomics.types.operations/atomics.types.operations.arith/nothing_to_do \
81 atomics/atomics.types.operations/atomics.types.operations.general/nothing_to_do \
82 atomics/atomics.types.operations/atomics.types.operations.pointer/nothing_to_do \
83 atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong_explicit \
84 atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
FilterExprWalker.java 79 if(m_expr instanceof org.apache.xpath.operations.Variable)
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
close_file_unittest.cc 12 #include "chrome/browser/chromeos/file_system_provider/operations/close_file.h"
22 namespace operations { namespace in namespace:chromeos::file_system_provider
195 } // namespace operations

Completed in 1723 milliseconds

1 2 3 4 5 67 8 91011>>