/external/clang/test/PCH/ |
cxx0x-delegating-ctors.cpp | 18 // expected-note{{which delegates to}} 20 // expected-note@11{{it delegates to}} 21 // expected-note@13{{it delegates to}} 23 // expected-note@14{{which delegates to}}
|
/external/proguard/src/proguard/io/ |
NameFilter.java | 28 * This DataEntryReader delegates to one of two other DataEntryReader instances, 36 * Creates a new NameFilter that delegates to the given reader, depending 47 * Creates a new NameFilter that delegates to either of the two given 61 * Creates a new NameFilter that delegates to the given reader, depending 72 * Creates a new NameFilter that delegates to either of the two given
|
ClassFilter.java | 30 * This DataEntryReader delegates to one of two other DataEntryReader instances, 38 * Creates a new ClassFilter that delegates reading classes to the 48 * Creates a new ClassFilter that delegates to either of the two given
|
DirectoryFilter.java | 30 * This DataEntryReader delegates to one of two other DataEntryReader instances, 38 * Creates a new ClassFilter that delegates reading directories to the 48 * Creates a new ClassFilter that delegates to either of the two given
|
/external/chromium_org/content/public/common/ |
child_process_host_delegate.h | 20 // Delegates return true if it's ok to shut down the child process (which is 26 // Called when the child process unexpected closes the IPC channel. Delegates
|
/cts/tools/dasm/src/java_cup/runtime/ |
token.java | 15 /* Simple constructor -- just delegates to the super class. */
|
/external/chromium_org/third_party/leveldatabase/src/helpers/memenv/ |
memenv.h | 12 // Returns a new environment that stores its data in memory and delegates
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
cros_browser_finder_unittest.py | 8 # verify that the finder does the right thing. Because the finder delegates most
|
/external/chromium/base/mac/ |
cocoa_protocols.h | 15 // The Mac OS X 10.6 SDK introduced new protocols used for delegates. These 18 // delegates to conform to these protocols, and earlier SDKs, which do not
|
/external/chromium_org/base/mac/ |
cocoa_protocols.h | 14 // New Mac OS X SDKs introduce new protocols used for delegates. These 17 // delegates to conform to these protocols, and earlier SDKs, which do not
|
/external/clang/test/SemaCXX/ |
cxx0x-delegating-ctors.cpp | 29 foo::foo (const float* f) : foo(*f) { // expected-note{{it delegates to}} 33 //expected-note{{which delegates to}}
|
/external/chromium_org/content/renderer/media/ |
video_capture_message_filter.h | 5 // MessageFilter that handles video capture messages and delegates them to 73 typedef std::map<int32, Delegate*> Delegates; 97 // A map of device ids to delegates. 98 Delegates delegates_; 99 Delegates pending_delegates_;
|
video_capture_message_filter.cc | 32 for (Delegates::iterator it = delegates_.begin(); 39 for (Delegates::iterator it = pending_delegates_.begin(); 73 for (Delegates::iterator it = pending_delegates_.begin(); 93 Delegates::const_iterator i = delegates_.find(device_id);
|
audio_message_filter.h | 25 // MessageFilter that handles audio messages and delegates them to audio 60 FRIEND_TEST_ALL_PREFIXES(AudioMessageFilterTest, Delegates); 96 // A map of stream ids to delegates; must only be accessed on
|
/external/chromium/chrome/browser/policy/ |
device_management_backend_mock.h | 13 // Mock classes for the various DeviceManagementBackend delegates that allow to
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
proxy_policy_provider.h | 22 // Updates the provider this proxy delegates to.
|
/external/chromium_org/content/browser/browser_plugin/ |
browser_plugin_geolocation_permission_context.h | 14 // requests gelocation permission, it delegates the request to embedder though
|
/external/chromium_org/gpu/command_buffer/service/ |
async_pixel_transfer_manager_egl.h | 31 // State shared between Managers and Delegates.
|
async_pixel_transfer_manager_sync.h | 27 // State shared between Managers and Delegates.
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_factory_ozone.h | 33 // Delegates implementation of DesktopRootWindowHost::Create externally to
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
AbstractSuggestionCursorWrapper.java | 19 * A SuggestionCursor that delegates all calls to other suggestions.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
Delegator.py | 3 # The cache is only used to be able to change delegates!
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
Delegator.py | 3 # The cache is only used to be able to change delegates!
|
/external/chromium_org/jingle/notifier/listener/ |
non_blocking_push_client.h | 25 // This class implements a PushClient that doesn't block; it delegates 36 // Runs the given callback on the given task runner, and delegates
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/ |
SwappedDataInputStream.java | 87 * Delegates to {@link EndianUtils#readSwappedDouble(InputStream)}.
99 * Delegates to {@link EndianUtils#readSwappedFloat(InputStream)}.
153 * Delegates to {@link EndianUtils#readSwappedInteger(InputStream)}.
178 * Delegates to {@link EndianUtils#readSwappedLong(InputStream)}.
190 * Delegates to {@link EndianUtils#readSwappedShort(InputStream)}.
214 * Delegates to {@link EndianUtils#readSwappedUnsignedShort(InputStream)}.
|