/external/chromium_org/tools/clang/rewrite_scoped_array/tests/ |
test-expected.cc | 12 scoped_ptr<int[]> test_field_; 15 scoped_ptr<int[]> TestFunction(scoped_ptr<int[]> x, scoped_ptr<int[]>) { 16 scoped_ptr<scoped_array<int>(scoped_array<int> test, scoped_array<int>)[]> y; 17 scoped_ptr<int[]>(*function_pointer)(scoped_ptr<int[]> test, 18 scoped_ptr<int[]>); 19 scoped_ptr<int[]> test_variable;
|
/external/chromium_org/tools/clang/rewrite_scoped_ptr_ctor_null/tests/ |
test-expected.cc | 5 #include "base/memory/scoped_ptr.h" 8 scoped_ptr<int> a, b(new int), c; 13 scoped_ptr<int>* a = new scoped_ptr<int>, *b = new scoped_ptr<int>(new int), 14 *c = new scoped_ptr<int>; 25 scoped_ptr<int> a; 26 scoped_ptr<int> b; 27 scoped_ptr<int> c; 33 scoped_ptr<int> TestTemporaries(scoped_ptr<int> a, scoped_ptr<int> b) [all...] |
test-original.cc | 5 #include "base/memory/scoped_ptr.h" 8 scoped_ptr<int> a(NULL), b(new int), c(NULL); 13 scoped_ptr<int>* a = new scoped_ptr<int>(NULL), 14 *b = new scoped_ptr<int>(new int), 15 *c = new scoped_ptr<int>(NULL); 26 scoped_ptr<int> a; 27 scoped_ptr<int> b; 28 scoped_ptr<int> c; 34 scoped_ptr<int> TestTemporaries(scoped_ptr<int> a, scoped_ptr<int> b) [all...] |
/external/chromium_org/chromeos/dbus/ |
fake_dbus_thread_manager.h | 34 void SetBluetoothAdapterClient(scoped_ptr<BluetoothAdapterClient> client); 36 scoped_ptr<BluetoothAgentManagerClient> client); 37 void SetBluetoothDeviceClient(scoped_ptr<BluetoothDeviceClient> client); 38 void SetBluetoothInputClient(scoped_ptr<BluetoothInputClient> client); 40 scoped_ptr<BluetoothProfileManagerClient> client); 41 void SetCrasAudioClient(scoped_ptr<CrasAudioClient> client); 42 void SetCrosDisksClient(scoped_ptr<CrosDisksClient> client); 43 void SetCryptohomeClient(scoped_ptr<CryptohomeClient> client); 44 void SetDebugDaemonClient(scoped_ptr<DebugDaemonClient> client); 45 void SetShillDeviceClient(scoped_ptr<ShillDeviceClient> client) [all...] |
fake_dbus_thread_manager.cc | 57 scoped_ptr<BluetoothAdapterClient>(new FakeBluetoothAdapterClient)); 58 SetBluetoothAgentManagerClient(scoped_ptr<BluetoothAgentManagerClient>( 61 scoped_ptr<BluetoothDeviceClient>(new FakeBluetoothDeviceClient)); 63 scoped_ptr<BluetoothInputClient>(new FakeBluetoothInputClient)); 64 SetBluetoothProfileManagerClient(scoped_ptr<BluetoothProfileManagerClient>( 67 scoped_ptr<CrosDisksClient>(CrosDisksClient::Create(client_type))); 68 SetCrasAudioClient(scoped_ptr<CrasAudioClient>(new CrasAudioClientStubImpl)); 69 SetCryptohomeClient(scoped_ptr<CryptohomeClient>(new FakeCryptohomeClient)); 71 scoped_ptr<DebugDaemonClient>(new FakeDebugDaemonClient)); 73 scoped_ptr<ShillManagerClient>(new FakeShillManagerClient)) [all...] |
/external/chromium_org/components/autofill/content/browser/wallet/ |
wallet_test_util.h | 10 #include "base/memory/scoped_ptr.h" 21 scoped_ptr<GaiaAccount> GetTestGaiaAccount(); 22 scoped_ptr<Address> GetTestAddress(); 23 scoped_ptr<Address> GetTestMinimalAddress(); 24 scoped_ptr<FullWallet> GetTestFullWallet(); 25 scoped_ptr<FullWallet> GetTestFullWalletWithRequiredActions( 27 scoped_ptr<FullWallet> GetTestFullWalletInstrumentOnly(); 28 scoped_ptr<Instrument> GetTestInstrument(); 29 scoped_ptr<Instrument> GetTestAddressUpgradeInstrument(); 30 scoped_ptr<Instrument> GetTestExpirationDateChangeInstrument() [all...] |
wallet_test_util.cc | 32 scoped_ptr<WalletItems::MaskedInstrument> GetTestMaskedInstrumentWithDetails( 34 scoped_ptr<Address> address, 49 scoped_ptr<WalletItems::MaskedInstrument> GetTestMaskedInstrumentWithId( 58 scoped_ptr<WalletItems::MaskedInstrument> 60 const std::string& id, scoped_ptr<Address> address) { 68 scoped_ptr<GaiaAccount> GetTestGaiaAccount() { 75 scoped_ptr<Address> GetTestAddress() { 87 scoped_ptr<Address> GetTestMinimalAddress() { 88 scoped_ptr<Address> address = GetTestAddress(); 93 scoped_ptr<FullWallet> GetTestFullWallet() [all...] |
/external/chromium_org/media/base/ |
filter_collection.h | 8 #include "base/memory/scoped_ptr.h" 31 void SetAudioRenderer(scoped_ptr<AudioRenderer> audio_renderer); 32 scoped_ptr<AudioRenderer> GetAudioRenderer(); 34 void SetVideoRenderer(scoped_ptr<VideoRenderer> video_renderer); 35 scoped_ptr<VideoRenderer> GetVideoRenderer(); 37 void SetTextRenderer(scoped_ptr<TextRenderer> text_renderer); 38 scoped_ptr<TextRenderer> GetTextRenderer(); 42 scoped_ptr<AudioRenderer> audio_renderer_; 43 scoped_ptr<VideoRenderer> video_renderer_; 44 scoped_ptr<TextRenderer> text_renderer_ [all...] |
/external/chromium_org/cc/output/ |
copy_output_result.h | 8 #include "base/memory/scoped_ptr.h" 21 static scoped_ptr<CopyOutputResult> CreateEmptyResult() { 24 static scoped_ptr<CopyOutputResult> CreateBitmapResult( 25 scoped_ptr<SkBitmap> bitmap) { 28 static scoped_ptr<CopyOutputResult> CreateTextureResult( 31 scoped_ptr<SingleReleaseCallback> release_callback) { 43 scoped_ptr<SkBitmap> TakeBitmap(); 45 scoped_ptr<SingleReleaseCallback>* release_callback); 49 explicit CopyOutputResult(scoped_ptr<SkBitmap> bitmap); 52 scoped_ptr<SingleReleaseCallback> release_callback) [all...] |
/external/chromium_org/chrome/browser/chromeos/ |
chrome_browser_main_chromeos.h | 8 #include "base/memory/scoped_ptr.h" 64 scoped_ptr<contacts::ContactManager> contact_manager_; 65 scoped_ptr<DisplayConfigurationObserver> display_configuration_observer_; 66 scoped_ptr<default_app_order::ExternalLoader> app_order_loader_; 67 scoped_ptr<ExtensionSystemEventObserver> extension_system_event_observer_; 68 scoped_ptr<PeripheralBatteryObserver> peripheral_battery_observer_; 69 scoped_ptr<PowerPrefs> power_prefs_; 70 scoped_ptr<PowerButtonObserver> power_button_observer_; 71 scoped_ptr<content::PowerSaveBlocker> retail_mode_power_save_blocker_; 72 scoped_ptr<IdleActionWarningObserver> idle_action_warning_observer_ [all...] |
/external/chromium_org/tools/json_schema_compiler/test/ |
any_unittest.cc | 13 scoped_ptr<DictionaryValue> any_type_value(new DictionaryValue()); 16 scoped_ptr<Value> any_type_to_value(any_type.ToValue()); 21 scoped_ptr<DictionaryValue> any_type_value(new DictionaryValue()); 24 scoped_ptr<Value> any_type_to_value(any_type.ToValue()); 31 scoped_ptr<ListValue> params_value(new ListValue()); 32 scoped_ptr<OptionalAny::Params> params( 38 scoped_ptr<ListValue> params_value(new ListValue()); 39 scoped_ptr<Value> param(Value::CreateStringValue("asdf")); 41 scoped_ptr<OptionalAny::Params> params( 48 scoped_ptr<ListValue> params_value(new ListValue()) [all...] |
/external/chromium_org/extensions/browser/ |
event_listener_map_unittest.cc | 39 scoped_ptr<DictionaryValue> CreateHostSuffixFilter( 41 scoped_ptr<DictionaryValue> filter(new DictionaryValue); 42 scoped_ptr<ListValue> filter_list(new ListValue); 43 scoped_ptr<DictionaryValue> filter_dict(new DictionaryValue); 52 scoped_ptr<Event> CreateNamedEvent(const std::string& event_name) { 56 scoped_ptr<Event> CreateEvent(const std::string& event_name, 60 scoped_ptr<Event> result(new Event(event_name, 67 scoped_ptr<EventListenerMap::Delegate> delegate_; 68 scoped_ptr<EventListenerMap> listeners_; 69 scoped_ptr<content::TestBrowserContext> browser_context_ [all...] |
/external/chromium_org/cc/animation/ |
keyframed_animation_curve.h | 24 Keyframe(double time, scoped_ptr<TimingFunction> timing_function); 29 scoped_ptr<TimingFunction> timing_function_; 36 static scoped_ptr<ColorKeyframe> Create( 39 scoped_ptr<TimingFunction> timing_function); 44 scoped_ptr<ColorKeyframe> Clone() const; 49 scoped_ptr<TimingFunction> timing_function); 56 static scoped_ptr<FloatKeyframe> Create( 59 scoped_ptr<TimingFunction> timing_function); 64 scoped_ptr<FloatKeyframe> Clone() const; 69 scoped_ptr<TimingFunction> timing_function) [all...] |
/external/chromium_org/remoting/host/setup/ |
me2me_native_messaging_host.h | 9 #include "base/memory/scoped_ptr.h" 37 scoped_ptr<NativeMessagingChannel> channel, 40 scoped_ptr<OAuthClient> oauth_client); 46 void ProcessMessage(scoped_ptr<base::DictionaryValue> message); 53 scoped_ptr<base::DictionaryValue> response); 56 scoped_ptr<base::DictionaryValue> response); 59 scoped_ptr<base::DictionaryValue> response); 62 scoped_ptr<base::DictionaryValue> response); 65 scoped_ptr<base::DictionaryValue> response); 68 scoped_ptr<base::DictionaryValue> response) [all...] |
/external/chromium_org/chrome/browser/ui/autofill/ |
mock_new_credit_card_bubble_controller.h | 9 #include "base/memory/scoped_ptr.h" 22 void Show(scoped_ptr<CreditCard> new_card, 23 scoped_ptr<AutofillProfile> billing_profile); 34 scoped_ptr<CreditCard> new_card_; 35 scoped_ptr<AutofillProfile> billing_profile_;
|
/external/chromium_org/chrome/browser/value_store/ |
value_store_util.cc | 9 scoped_ptr<std::string> NewKey(const std::string& key) { 13 scoped_ptr<std::string> NoKey() { 14 return scoped_ptr<std::string>(); 17 scoped_ptr<ValueStore::Error> NoError() { 18 return scoped_ptr<ValueStore::Error>();
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
chrome_android_impl.h | 11 #include "base/memory/scoped_ptr.h" 20 scoped_ptr<DevToolsHttpClient> client, 22 scoped_ptr<PortReservation> port_reservation, 23 scoped_ptr<Device> device); 33 scoped_ptr<Device> device_;
|
/external/chromium_org/remoting/codec/ |
audio_decoder.h | 8 #include "base/memory/scoped_ptr.h" 20 static scoped_ptr<AudioDecoder> CreateAudioDecoder( 26 // scoped_ptr is returned. 27 virtual scoped_ptr<AudioPacket> Decode(scoped_ptr<AudioPacket> packet) = 0;
|
/external/chromium_org/remoting/host/ |
host_mock_objects.cc | 25 scoped_ptr<AudioCapturer> MockDesktopEnvironment::CreateAudioCapturer() { 26 return scoped_ptr<AudioCapturer>(CreateAudioCapturerPtr()); 29 scoped_ptr<InputInjector> MockDesktopEnvironment::CreateInputInjector() { 30 return scoped_ptr<InputInjector>(CreateInputInjectorPtr()); 33 scoped_ptr<ScreenControls> MockDesktopEnvironment::CreateScreenControls() { 34 return scoped_ptr<ScreenControls>(CreateScreenControlsPtr()); 37 scoped_ptr<webrtc::ScreenCapturer> 39 return scoped_ptr<webrtc::ScreenCapturer>(CreateVideoCapturerPtr()); 46 scoped_ptr<DesktopEnvironment> MockDesktopEnvironmentFactory::Create( 48 return scoped_ptr<DesktopEnvironment>(CreatePtr()) [all...] |
/external/chromium_org/content/shell/browser/ |
shell_aura.h | 8 #include "base/memory/scoped_ptr.h" 36 scoped_ptr<aura::RootWindow> root_window_; 37 scoped_ptr<aura::client::FocusClient> focus_client_; 38 scoped_ptr<aura::client::DefaultActivationClient> activation_client_; 39 scoped_ptr<aura::client::DefaultCaptureClient> capture_client_; 40 scoped_ptr<aura::client::WindowTreeClient> window_tree_client_; 41 scoped_ptr<ui::EventHandler> ime_filter_;
|
/external/chromium_org/base/memory/ |
scoped_ptr_unittest.nc | 6 #include "base/memory/scoped_ptr.h" 24 scoped_ptr<Child> DowncastUsingPassAs(scoped_ptr<Parent> object) { 30 // scoped_ptr<> should not work for ref-counted objects. 32 scoped_ptr<RefCountedClass> x; 38 scoped_ptr<int[10]> x; 44 scoped_ptr<int[]> a; 45 scoped_ptr<int*> b; 52 scoped_ptr<int*> a; 53 scoped_ptr<int[]> b [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/ |
scoped_ptr.hpp | 11 // http://www.boost.org/libs/smart_ptr/scoped_ptr.htm 34 // scoped_ptr mimics a built-in pointer except that it guarantees deletion 35 // of the object pointed to, either on destruction of the scoped_ptr or via 36 // an explicit reset(). scoped_ptr is a simple solution for simple needs; 39 template<class T> class scoped_ptr // noncopyable class in namespace:boost 45 scoped_ptr(scoped_ptr const &); 46 scoped_ptr & operator=(scoped_ptr const &); 48 typedef scoped_ptr<T> this_type 57 explicit scoped_ptr( T * p = 0 ): px( p ) \/\/ never throws function in class:boost::scoped_ptr 66 explicit scoped_ptr( std::auto_ptr<T> p ): px( p.release() ) \/\/ never throws function in class:boost::scoped_ptr [all...] |
/external/chromium_org/tools/gn/ |
parser.h | 13 #include "base/memory/scoped_ptr.h" 18 typedef scoped_ptr<ParseNode> (Parser::*PrefixFunc)(Token token); 19 typedef scoped_ptr<ParseNode> (Parser::*InfixFunc)(scoped_ptr<ParseNode> left, 34 static scoped_ptr<ParseNode> Parse(const std::vector<Token>& tokens, 38 static scoped_ptr<ParseNode> ParseExpression(const std::vector<Token>& tokens, 41 scoped_ptr<ParseNode> ParseExpression(); 49 scoped_ptr<ParseNode> ParseExpression(int precedence); 52 scoped_ptr<ParseNode> Literal(Token token); 53 scoped_ptr<ParseNode> Name(Token token) [all...] |
/external/chromium_org/remoting/protocol/ |
authenticator_test_base.h | 51 scoped_ptr<net::StreamSocket> socket); 53 scoped_ptr<net::StreamSocket> socket); 60 scoped_ptr<Authenticator> host_; 61 scoped_ptr<Authenticator> client_; 62 scoped_ptr<FakeSocket> client_fake_socket_; 63 scoped_ptr<FakeSocket> host_fake_socket_; 64 scoped_ptr<ChannelAuthenticator> client_auth_; 65 scoped_ptr<ChannelAuthenticator> host_auth_; 68 scoped_ptr<net::StreamSocket> client_socket_; 69 scoped_ptr<net::StreamSocket> host_socket_ [all...] |
/external/chromium_org/cc/test/ |
fake_output_surface.h | 25 static scoped_ptr<FakeOutputSurface> Create3d() { 30 static scoped_ptr<FakeOutputSurface> Create3d( 35 static scoped_ptr<FakeOutputSurface> Create3d( 36 scoped_ptr<TestWebGraphicsContext3D> context) { 41 static scoped_ptr<FakeOutputSurface> CreateSoftware( 42 scoped_ptr<SoftwareOutputDevice> software_device) { 47 static scoped_ptr<FakeOutputSurface> CreateDelegating3d() { 52 static scoped_ptr<FakeOutputSurface> CreateDelegating3d( 57 static scoped_ptr<FakeOutputSurface> CreateDelegating3d( 58 scoped_ptr<TestWebGraphicsContext3D> context) [all...] |