Home
last modified time | relevance | path

Searched defs:interface_ (Results 1 – 9 of 9) sorted by relevance

/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/body/
DClassOrInterfaceDeclaration.java45 private boolean interface_; field in ClassOrInterfaceDeclaration
146 public ClassOrInterfaceDeclaration setInterface(final boolean interface_) { in setInterface()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/body/
DClassOrInterfaceDeclaration.java39 private boolean interface_; field in ClassOrInterfaceDeclaration
113 public void setInterface(final boolean interface_) { in setInterface()
/external/openscreen/discovery/mdns/
Dmdns_service_impl.h80 NetworkInterfaceIndex interface_; variable
/external/libchrome/dbus/
Dproperty.h335 std::string interface_; variable
/external/freetype/include/freetype/internal/
Dftdrv.h227 interface_, \ argument
Dftobjs.h1115 interface_, \ argument
1184 interface_, \ argument
1210 interface_, \ argument
/external/perfetto/ui/src/controller/
Dadb.ts168 for (const interface_ of config.interfaces) { constant
/external/libbrillo/brillo/glib/
Ddbus.h462 std::string interface_; variable
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp1711 ProgramResourceQueryTestTarget::ProgramResourceQueryTestTarget (ProgramInterface interface_, deUint… in ProgramResourceQueryTestTarget()