HomeSort by relevance Sort by last modified time
    Searched refs:operations (Results 126 - 150 of 368) sorted by null

1 2 3 4 56 7 8 91011>>

  /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/v8/test/mjsunit/compiler/
math-floor-global.js 58 // by other operations.
149 // was not properly handled by other operations.
math-floor-local.js 58 // by other operations.
149 // was not properly handled by other operations.
loopcount.js 28 // Test postfix count operations with smis.
  /external/v8/test/mjsunit/
math-floor.js 56 // by other operations.
147 // was not properly handled by other operations.
  /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 180 final ArrayList<ContentProviderOperation> operations = local
183 operations.add(i, ContentProviderOperation.CREATOR.createFromParcel(data));
185 final ContentProviderResult[] results = applyBatch(callingPkg, operations);
499 ArrayList<ContentProviderOperation> operations)
506 data.writeInt(operations.size());
507 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/
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/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
  /external/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
  /libcore/luni/src/main/java/java/nio/
SelectorImpl.java 120 int operations, Object attachment) {
126 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/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc 762 std::vector< ::Atom> operations; local
764 operations.push_back(atom_cache_.GetAtom(kXdndActionCopy));
766 operations.push_back(atom_cache_.GetAtom(kXdndActionMove));
768 operations.push_back(atom_cache_.GetAtom(kXdndActionLink));
769 return operations;
  /frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsTest.java 314 int tag, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) {
317 assertValues(entry, rxBytes, rxPackets, txBytes, txPackets, operations);
329 long txBytes, long txPackets, long operations) {
334 assertEquals(operations, entry.operations);

Completed in 432 milliseconds

1 2 3 4 56 7 8 91011>>