/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableAsList_CustomFieldSerializer.java | 36 RegularImmutableList<?> instance) { 47 ImmutableAsList<?> instance) throws SerializationException { 48 Collection_CustomFieldSerializerBase.serialize(writer, instance);
|
/external/mockito/src/org/mockito/internal/progress/ |
HandyReturnValues.java | 55 public <T> T returnFor(T instance) {
56 return instance == null ? null : (T) returnFor(instance.getClass());
|
/libcore/benchmarks/src/benchmarks/regression/ |
ReflectionBenchmark.java | 78 C instance = new C(); local 80 f.setInt(instance, 1); 87 C instance = new C(); local 89 f.getInt(instance); 96 C instance = new C(); local 98 m.invoke(instance); 113 C instance = new C(); local 115 m.invoke(instance, 1); 122 C instance = new C(); local 125 m.invoke(instance, one) 147 C instance = new C(); local [all...] |
/external/chromium_org/chrome/renderer/pepper/ |
ppb_pdf_impl.cc | 50 PrivateFontFile(PP_Instance instance, int fd) 51 : Resource(ppapi::OBJECT_IS_IMPL, instance), 136 content::PepperPluginInstance* instance = local 138 if (!instance) 140 return instance->GetContainer()->element(); 170 content::PepperPluginInstance* instance = local 172 if (!instance) 196 // Validate the instance before using it below. 240 void SearchString(PP_Instance instance, 291 content::PepperPluginInstance* instance local 299 content::PepperPluginInstance* instance = local 307 content::PepperPluginInstance* instance = local 328 content::PepperPluginInstance* instance = local 344 content::PepperPluginInstance* instance = local [all...] |
/external/chromium_org/content/browser/renderer_host/pepper/ |
browser_ppapi_host_impl.h | 49 virtual bool IsValidInstance(PP_Instance instance) const OVERRIDE; 50 virtual bool GetRenderViewIDsForInstance(PP_Instance instance, 56 virtual GURL GetDocumentURLForInstance(PP_Instance instance) OVERRIDE; 57 virtual GURL GetPluginURLForInstance(PP_Instance instance) OVERRIDE; 65 // These two functions are notifications that an instance has been created 67 // associated with the instance including view IDs in the browser process. 68 void AddInstance(PP_Instance instance, 70 void DeleteInstance(PP_Instance instance);
|
/external/chromium_org/content/renderer/pepper/ |
ppb_buffer_impl.cc | 22 PPB_Buffer_Impl::PPB_Buffer_Impl(PP_Instance instance) 23 : Resource(ppapi::OBJECT_IS_IMPL, instance), 32 PP_Resource PPB_Buffer_Impl::Create(PP_Instance instance, uint32_t size) { 33 scoped_refptr<PPB_Buffer_Impl> new_resource(CreateResource(instance, size)); 41 PP_Instance instance, 43 scoped_refptr<PPB_Buffer_Impl> buffer(new PPB_Buffer_Impl(instance));
|
ppb_flash_message_loop_impl.h | 20 static PP_Resource Create(PP_Instance instance); 35 explicit PPB_Flash_MessageLoop_Impl(PP_Instance instance);
|
ppb_network_monitor_private_impl.h | 22 static PP_Resource Create(PP_Instance instance, 34 PPB_NetworkMonitor_Private_Impl(PP_Instance instance,
|
/external/chromium_org/ppapi/api/ |
ppb_audio_config.idl | 78 * @param[in] instance A <code>PP_Instance</code> identifying one instance 91 [in] PP_Instance instance, 142 * @param[in] instance 154 [in] PP_Instance instance, 206 * @param[in] instance 213 [in] PP_Instance instance);
|
/external/chromium_org/ppapi/thunk/ |
ppb_browser_font_trusted_thunk.cc | 18 PP_Var GetFontFamilies(PP_Instance instance) { 19 EnterInstanceAPI<PPB_BrowserFont_Singleton_API> enter(instance); 22 return enter.functions()->GetFontFamilies(instance); 25 PP_Resource Create(PP_Instance instance, 27 EnterResourceCreation enter(instance); 30 return enter.functions()->CreateBrowserFont(instance, description);
|
ppb_net_address_thunk.cc | 20 PP_Instance instance, 23 EnterResourceCreation enter(instance); 26 return enter.functions()->CreateNetAddressFromIPv4Address(instance, 31 PP_Instance instance, 34 EnterResourceCreation enter(instance); 37 return enter.functions()->CreateNetAddressFromIPv6Address(instance,
|
/external/chromium_org/ppapi/utility/threading/ |
simple_thread.cc | 49 SimpleThread::SimpleThread(const InstanceHandle& instance) 50 : instance_(instance), 51 message_loop_(instance), 56 SimpleThread::SimpleThread(const InstanceHandle& instance, 58 : instance_(instance), 59 message_loop_(instance),
|
/external/mockito/src/org/mockito/internal/configuration/ |
SpyAnnotationEngine.java | 51 Object instance = null;
local 54 instance = report.fieldInstance();
59 if (new MockUtil().isMock(instance)) {
60 // instance has been spied earlier
62 Mockito.reset(instance);
65 field.set(testInstance, Mockito.mock(instance.getClass(), withSettings()
66 .spiedInstance(instance)
|
/frameworks/support/v4/java/android/support/v4/hardware/display/ |
DisplayManagerCompat.java | 51 * Gets an instance of the display manager given the context. 55 DisplayManagerCompat instance = sInstances.get(context); local 56 if (instance == null) { 59 instance = new JellybeanMr1Impl(context); 61 instance = new LegacyImpl(context); 63 sInstances.put(context, instance); 65 return instance;
|
/art/test/046-reflect/src/ |
Main.java | 60 private void showStrings(Target instance) 68 one = (String) field.get(instance); 71 two = (String) field.get(instance); 74 three = (String) field.get(instance); 82 Object instance = new otherpackage.Other(); local 86 meth.invoke(instance); 96 instance = otherpackage.Other.getInnerClassInstance(); 97 target = instance.getClass(); 101 meth.invoke(instance); 109 int x = field.getInt(instance); 144 Target instance = new Target(); local [all...] |
/external/chromium_org/content/browser/ |
site_instance_impl_unittest.cc | 200 TestSiteInstance* instance = local 206 instance, 0, url, Referrer(), string16(), PAGE_TRANSITION_LINK, false); 209 e1->set_site_instance(instance); 214 instance, 0, url, Referrer(), string16(), PAGE_TRANSITION_LINK, false); 222 // instance is now deleted 228 instance = 235 browser_context.get(), instance)))); 246 // contents is now deleted, along with instance and browsing_instance 295 scoped_refptr<SiteInstanceImpl> instance(static_cast<SiteInstanceImpl*>( 297 host1.reset(instance->GetProcess()) [all...] |
/external/chromium_org/third_party/npapi/npspy/common/ |
npn_gate.cpp | 62 NPError NPN_GetURLNotify(NPP instance, const char *url, const char *target, void* notifyData) 69 logger->logCall(action_npn_get_url_notify, (DWORD)instance, (DWORD)url, (DWORD)target, (DWORD)notifyData); 72 rv = NPNFuncs.geturlnotify(instance, url, target, notifyData); 82 NPError NPN_GetURL(NPP instance, const char *url, const char *target) 85 logger->logCall(action_npn_get_url, (DWORD)instance, (DWORD)url, (DWORD)target); 87 NPError rv = NPNFuncs.geturl(instance, url, target); 95 NPError NPN_PostURLNotify(NPP instance, const char* url, const char* window, uint32 len, const char* buf, NPBool file, void* notifyData) 102 logger->logCall(action_npn_post_url_notify, (DWORD)instance, (DWORD)url, (DWORD)window, (DWORD)len, (DWORD)buf, (DWORD)file, (DWORD)notifyData); 105 rv = NPNFuncs.posturlnotify(instance, url, window, len, buf, file, notifyData); 115 NPError NPN_PostURL(NPP instance, const char* url, const char* window, uint32 len, const char* buf, NPBool file [all...] |
/external/chromium/chrome/browser/ui/views/ |
dom_view.h | 29 // If |instance| is not null, then the view will be loaded in the same 30 // process as the given instance. 31 bool Init(Profile* profile, SiteInstance* instance); 51 // Returns new allocated TabContents instance, caller is responsible deleting. 54 SiteInstance* instance);
|
/external/chromium_org/content/app/ |
content_main.cc | 13 int ContentMain(HINSTANCE instance, 27 exit_code = main_runner->Initialize(instance, sandbox_info, delegate);
|
/external/chromium_org/content/browser/renderer_host/ |
render_view_host_factory.h | 27 SiteInstance* instance, 46 SiteInstance* instance,
|
/external/chromium_org/content/child/npapi/ |
plugin_string_stream.cc | 12 PluginInstance* instance, 16 : PluginStream(instance, url.spec().c_str(), notify_needed, notify_data) { 24 // Protect the stream against it being destroyed or the whole plugin instance
|
/external/chromium_org/content/test/ |
test_render_view_host_factory.cc | 30 SiteInstance* instance, 37 instance, delegate, widget_delegate, routing_id, main_frame_routing_id,
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/ |
pepper_interface_mock.cc | 7 PepperInterfaceMock::PepperInterfaceMock(PP_Instance instance) 8 : instance_(instance),
|
/external/chromium_org/ppapi/api/dev/ |
ppb_printing_dev.idl | 20 * @param[in] instance A <code>PP_Instance</code> identifying one instance 26 PP_Resource Create([in] PP_Instance instance);
|
ppb_url_util_dev.idl | 92 * URL of the document containing the given plugin instance. 100 [in] PP_Instance instance, 111 * Checks whether the document hosting the given plugin instance can access 113 * PP_FALSE if the instance or the URL is invalid. 115 PP_Bool DocumentCanRequest([in] PP_Instance instance, [in] PP_Var url); 118 * Checks whether the document containing the |active| plugin instance can 119 * access the document containing the |target| plugin instance according to 134 PP_Var GetDocumentURL([in] PP_Instance instance, 147 PP_Var GetPluginInstanceURL([in] PP_Instance instance,
|