Searched refs:Subtract (Results 76 - 100 of 125) sorted by relevance

12345

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_region_unittest.cc447 TEST(DesktopRegionTest, Subtract) {
456 // Subtract one rect from another.
539 r1.Subtract(r2);
600 r.Subtract(region2);
616 // Verify that DesktopRegion::Subtract() works correctly by creating a column of
671 r.Subtract(region2);
/external/chromium_org/ui/app_list/views/
H A Dapp_list_folder_view.cc175 grid_frame.Subtract(header_frame);
/external/chromium_org/v8/src/
H A Ddata-flow.h151 void Subtract(const BitVector& other) { function in class:v8::internal::BitVector
H A Dunique.h281 UniqueSet<T>* Subtract(const UniqueSet<T>* that, Zone* zone) const { function in class:v8::internal::FINAL
/external/libvpx/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_subtract_armv6.asm88 ; Subtract U block
133 ; Subtract V block
/external/chromium_org/cc/resources/
H A Dpicture_pile_unittest.cc691 bottom_row_minus_existing_corner.Subtract(
695 bottom_row_minus_existing_corner.Subtract(
781 right_column_minus_existing_corner.Subtract(
785 right_column_minus_existing_corner.Subtract(
872 right_column_and_bottom_row_minus_existing_corner.Subtract(
876 right_column_and_bottom_row_minus_existing_corner.Subtract(
880 right_column_and_bottom_row_minus_existing_corner.Subtract(
H A Dpicture_layer_tiling_set_unittest.cc48 remaining.Subtract(geometry_rect);
243 remaining.Subtract(geometry_rect);
H A Dpicture_pile.cc416 // instead of using Rect::Subtract which gives you the bounding box of the
418 invalid_rect_outside_interest_rect_tiles.Subtract(
/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter_delegate.cc389 old_settings_snapshot->Subtract(new_settings_snapshot);
H A Dresettable_settings_snapshot.cc98 void ResettableSettingsSnapshot::Subtract( function in class:ResettableSettingsSnapshot
/external/chromium_org/remoting/base/
H A Dutil.cc124 edges.Subtract(inner_rect);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter_armv6.S122 @ Subtract from input and update buffer.
/external/chromium_org/v8/src/compiler/
H A Djs-operator.h99 const Operator* Subtract() { BINOP(JSSubtract); } function in class:v8::internal::compiler::JSOperatorBuilder
/external/llvm/test/Object/
H A Dcoff-archive.test37 CHECKIDX: ?Subtract@MyMathFuncs@MathFuncs@@SANNN@Z in Debug\mymath.obj
172 CHECKIDX: 00000000 T ?Subtract@MyMathFuncs@MathFuncs@@SANNN@Z
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter_armv6.S125 @ Subtract from input and update buffer.
/external/chromium_org/net/websockets/
H A Dwebsocket_stream_test.cc1390 samples->Subtract(*original); // Cancel the original values.
1415 samples->Subtract(*original); // Cancel the original values.
1446 samples->Subtract(*original); // Cancel the original values.
/external/chromium_org/net/quic/
H A Dquic_connection.cc1885 timeout = timeout.Subtract(QuicTime::Delta::FromSeconds(1));
1921 QuicTime::Delta delta = now.Subtract(time_of_last_packet);
1934 QuicTime::Delta timeout = idle_network_timeout_.Subtract(delta);
1938 now.Subtract(stats_.connection_creation_time);
1951 overall_connection_timeout_.Subtract(connected_time);
/external/chromium_org/ash/wm/
H A Dapp_list_controller.cc136 bounds.Subtract(keyboard_controller->current_keyboard_bounds());
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Davailability_finder.py442 availability_graph.Update(version_graph.Subtract(availability_graph),
/external/chromium_org/components/precache/core/
H A Dprecache_database_unittest.cc103 delta_samples->Subtract(*initial_histogram_samples_map_[histogram_name]);
/external/chromium_org/net/tools/quic/
H A Dquic_time_wait_list_manager_test.cc301 time_wait_period.Subtract(offset).ToMicroseconds();
/external/chromium_org/ui/views/bubble/
H A Dbubble_frame_view.cc214 titlebar_extra_view_bounds.Subtract(bounds);
/external/llvm/test/MC/AArch64/
H A Darm64-arithmetic-encoding.s5 ; Add/Subtract with carry/borrow
29 ; Add/Subtract with (optionally shifted) immediate
103 ; Add/Subtract register with (optional) shift
167 ; Add/Subtract with (optional) extend
/external/chromium_org/cc/base/
H A Dregion_unittest.cc95 r.Subtract(gfx::Rect(7, 7, 10, 0));
341 container.Subtract(gfx::Rect(0, 20, 60, 0));
/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_server_config_test.cc329 now = original_time.Subtract(QuicTime::Delta::FromSeconds(3600 * 2));

Completed in 795 milliseconds

12345