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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
unmount_unittest.cc 12 #include "chrome/browser/chromeos/file_system_provider/operations/unmount.h"
21 namespace operations { namespace in namespace:chromeos::file_system_provider
187 } // namespace operations
  /external/chromium_org/chrome/browser/webdata/
web_data_service.h 215 const KeywordTable::Operations& operations,
277 KeywordTable::Operations queued_keyword_operations_;
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
AnimatedStyleBuilder.cpp 529 style->setFilter(toAnimatableFilterOperations(value)->operations());
588 const TransformOperations& operations = toAnimatableTransform(value)->transformOperations(); local
590 style->setTransform(operations.size() ? operations : TransformOperations(true));
  /external/chromium_org/v8/test/mjsunit/compiler/
math-floor-global.js 58 // by other operations.
150 // was not properly handled by other operations.
math-floor-local.js 58 // by other operations.
150 // was not properly handled by other operations.
loopcount.js 28 // Test postfix count operations with smis.
  /external/icu/icu4c/source/common/
umutex.cpp 34 * platform independent set of mutex operations. For internal ICU use only.
53 #error ICU on Win32 requires support for low level atomic operations.
235 // Atomic Operations, out-of-line versions.
  /external/llvm/test/MC/Mips/
cpsetup.s 31 # N32 doesn't allow 3 operations to be specified in the same relocation
51 # N32 doesn't allow 3 operations to be specified in the same relocation
  /frameworks/base/core/java/android/content/
IContentProvider.java 56 ArrayList<ContentProviderOperation> operations)
ContentProviderClient.java 46 * for each thread that will be performing operations. Unlike
373 public ContentProviderResult[] applyBatch(ArrayList<ContentProviderOperation> operations)
377 return mContentProvider.applyBatch(mPackageName, operations);
ContentProviderNative.java 187 final ArrayList<ContentProviderOperation> operations = local
190 operations.add(i, ContentProviderOperation.CREATOR.createFromParcel(data));
192 final ContentProviderResult[] results = applyBatch(callingPkg, operations);
506 ArrayList<ContentProviderOperation> operations)
513 data.writeInt(operations.size());
514 for (ContentProviderOperation operation : operations) {
  /frameworks/base/core/tests/utillib/src/android/test/
BandwidthTestCase.java 38 private static final String REPORT_KEY_OPERATIONS = "operations";
153 bundle.putLong(REPORT_KEY_OPERATIONS, entry.operations);
  /frameworks/base/tools/preload/
PrintHtmlDiff.java 45 for (Operation op : proc.operations) {
  /packages/apps/Calendar/tests/src/com/android/calendar/event/
EditEventHelperTest.java 194 ArrayList<ContentProviderOperation> operations) {
198 verifySaveEventNewEvent(operations);
202 verifySaveEventModifyRecurring(operations);
206 verifySaveEventRecurringToNonRecurring(operations);
210 verifySaveEventNonRecurringToRecurring(operations);
214 verifySaveEventUpdateNonRecurring(operations);
218 verifySaveEventModifySingleInstance(operations);
222 verifySaveEventModifyAllFollowingWithNonRecurring(operations);
226 verifySaveEventModifyAllFollowingFirstWithNonRecurring(operations);
230 verifySaveEventModifyAllFollowingFirstWithRecurring(operations);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_walker.js 14 * For all of the operations in this interface, the position in the dom on
17 * The two main operations that currently exist for walkers are sync and
19 * Since most operations are hard to even define if there is no root element,
20 * all operations may assume that the selection given is attached to the body
  /external/chromium_org/chrome/browser/resources/chromeos/
drive_internals.js 115 * Updates the summary about in-flight operations.
117 * of in-flight operations.
120 var container = $('in-flight-operations-contents');
131 // Add in-flight operations.
  /external/chromium_org/chrome/test/ext_auto/auto_provider/
server.js 7 // Stream encapsulates read/write operations over socket.
  /external/chromium_org/v8/test/mjsunit/
bitwise-operations-bools.js 28 // Test bitwise operations with booleans.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1278.js 30 // Test that that handling of 0/-0 is correct for binary operations when the
regress-580.js 28 // Test constant folding of smi operations that overflow a 32-bit int
  /external/fdlibm/
Android.mk 58 # floating point expession contraction (e.g: fused multiply-add operations).
  /external/oprofile/events/i386/westmere/
events 21 event:0x12 counters:0,1,2,3 um:simd_int_128 minimum:200000 name:SIMD_INT_128 : 128 bit SIMD integer pack operations
36 event:0x4c counters:0,1 um:x01 minimum:200000 name:LOAD_HIT_PRE : Load operations conflicting with software prefetches
88 event:0xfd counters:0,1,2,3 um:simd_int_64 minimum:200000 name:SIMD_INT_64 : SIMD integer 64 bit pack operations
  /libcore/luni/src/main/java/java/nio/
SelectorImpl.java 125 int operations, Object attachment) {
131 SelectionKeyImpl selectionKey = new SelectionKeyImpl(channel, operations,
  /external/chromium_org/cc/animation/
keyframed_animation_curve_unittest.cc 196 TransformOperations operations; local
197 operations.AppendTranslate(2.f, 0.f, 0.f);
199 TransformKeyframe::Create(0.f, operations, scoped_ptr<TimingFunction>()));
294 FilterOperations operations; local
295 operations.Append(FilterOperation::CreateBrightnessFilter(2.f));
297 FilterKeyframe::Create(0.f, operations, scoped_ptr<TimingFunction>()));
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_definitions.py 262 self.operations = []
287 self.operations.append(IdlOperation(child))
302 for operation in self.operations:
309 self.operations.extend(other.operations)
338 self.operations.append(IdlOperation.from_exception_operation_node(child))
450 # Operations

Completed in 984 milliseconds

1 2 3 4 5 6 78 91011>>