OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interfacelist
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/ppapi/proxy/
interface_list.h
19
class
InterfaceList
{
21
InterfaceList
();
22
~
InterfaceList
();
24
static
InterfaceList
* GetInstance();
98
DISALLOW_COPY_AND_ASSIGN(
InterfaceList
);
interface_list.cc
172
InterfaceList
::
InterfaceList
() {
292
InterfaceList
::~
InterfaceList
() {
296
InterfaceList
*
InterfaceList
::GetInstance() {
297
return Singleton<
InterfaceList
>::get();
301
void
InterfaceList
::SetProcessGlobalPermissions(
306
ApiID
InterfaceList
::GetIDForPPBInterface(const std::string& name) const {
314
ApiID
InterfaceList
::GetIDForPPPInterface(const std::string& name) const
[
all
...]
dispatcher.cc
38
InterfaceList
::GetInstance()->GetFactoryForID(id);
ppp_instance_private_proxy_unittest.cc
157
InterfaceList
::SetProcessGlobalPermissions(
host_dispatcher.cc
219
InterfaceList
::GetInstance()->GetInterfaceForPPP(iface_name);
plugin_main_nacl.cc
215
ppapi::proxy::
InterfaceList
::SetProcessGlobalPermissions(
plugin_dispatcher.cc
119
return
InterfaceList
::GetInstance()->GetInterfaceForPPB(interface_name);
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
ClassDefinition.java
153
TypeListItem
interfaceList
= classDefItem.getInterfaces();
154
if (
interfaceList
== null) {
158
List<TypeIdItem> interfaces =
interfaceList
.getTypes();
165
for (TypeIdItem typeIdItem:
interfaceList
.getTypes()) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
LinkedHashMapTest.java
649
List<Class<?>>
interfaceList
= Arrays.asList(interfaces);
650
assertTrue(
interfaceList
.contains(Map.class));
651
assertTrue(
interfaceList
.contains(Cloneable.class));
652
assertTrue(
interfaceList
.contains(Serializable.class));
657
interfaceList
= Arrays.asList(interfaces);
658
assertTrue(
interfaceList
.contains(Map.class));
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ClassTest.java
351
List<?>
interfaceList
;
354
interfaceList
= Arrays.asList(Vector.class.getInterfaces());
355
assertTrue("Incorrect interface list for Vector",
interfaceList
357
&&
interfaceList
.contains(Serializable.class)
358
&&
interfaceList
.contains(List.class));
/external/chromium_org/content/ppapi_plugin/
ppapi_thread.cc
252
ppapi::proxy::
InterfaceList
::SetProcessGlobalPermissions(permissions);
/prebuilts/devtools/tools/lib/
lint-checks.jar
Completed in 2653 milliseconds