Home
last modified time | relevance | path

Searched refs:INTERFACE (Results 1 – 25 of 139) sorted by relevance

123456

/external/cros/system_api/dbus/login_manager/
Ddbus-constants.h77 #define INTERFACE "org.chromium.SessionManagerInterface" macro
79 const char kNone[] = INTERFACE ".None";
80 const char kInvalidParameter[] = INTERFACE ".InvalidParameter";
81 const char kArcCpuCgroupFail[] = INTERFACE ".ArcCpuCgroupFail";
82 const char kArcInstanceRunning[] = INTERFACE ".ArcInstanceRunning";
83 const char kArcContainerNotFound[] = INTERFACE ".ArcContainerNotFound";
84 const char kContainerStartupFail[] = INTERFACE ".ContainerStartupFail";
85 const char kContainerShutdownFail[] = INTERFACE ".ContainerShutdownFail";
86 const char kEmitFailed[] = INTERFACE ".EmitFailed";
87 const char kGetServiceFail[] = INTERFACE ".kGetServiceFail";
[all …]
/external/Microsoft-GSL/
DCMakeLists.txt9 add_library(GSL INTERFACE)
18 target_compile_options(GSL INTERFACE "-std=c++14")
26 target_compile_features(GSL INTERFACE cxx_std_14)
32 target_compile_definitions(GSL INTERFACE
40 target_include_directories(GSL INTERFACE
47 target_sources(GSL INTERFACE
/external/dhcpcd-6.8.2/dhcpcd-hooks/
D50-dhcpcd-compat4 INTERFACE=$interface
33 rm -f /var/lib/dhcpcd-"$INTERFACE".info
34 for x in IPADDR INTERFACE NETMASK BROADCAST NETWORK DHCPSID GATEWAYS \
37 eval echo "$x=\'\$$x\'" >> /var/lib/dhcpcd-"$INTERFACE".info
41 set -- /var/lib/dhcpcd-"$INTERFACE".info "$r"
/external/clang/test/Index/
Dannotate-parameterized-classes.m18 …s=%s:7:1:9:1 %s -target x86_64-apple-macosx10.7.0 | FileCheck -check-prefix=CHECK-INTERFACE-DECL %s
19 // CHECK-INTERFACE-DECL: Identifier: "T" [7:14 - 7:15] TemplateTypeParameter=T:7:14
20 // CHECK-INTERFACE-DECL: Identifier: "id" [7:18 - 7:20] TypeRef=id:0:0
21 // CHECK-INTERFACE-DECL: Identifier: "U" [7:22 - 7:23] TemplateTypeParameter=U:7:22
22 // CHECK-INTERFACE-DECL: Identifier: "NSObject" [7:26 - 7:34] ObjCClassRef=NSObject:4:12
/external/parameter-framework/upstream/asio/
DCMakeLists.txt29 add_library(asio INTERFACE)
49 target_include_directories(asio SYSTEM INTERFACE "${ASIO_DIR}")
50 target_link_libraries(asio INTERFACE "${CMAKE_THREAD_LIBS_INIT}")
52 INTERFACE ASIO_STANDALONE
53 INTERFACE ASIO_HAS_STD_CHRONO)
56 target_include_directories(asio INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/stub")
/external/webrtc/webrtc/tools/loopback_test/
Drecord-test.sh29 : ${INTERFACE:?"Need to set INTERFACE env variable"}
51 echo "Recording $INTERFACE into ${OUTPUT_RECORDING}"
52 sudo -n tcpdump -i "$INTERFACE" -w - > "${OUTPUT_RECORDING}" &
/external/selinux/restorecond/
Duser.c54 static const char *INTERFACE="org.selinux.RestorecondIface"; variable
67 (message, INTERFACE, "Stop")) { in signal_filter()
75 else if (dbus_message_is_signal (message, INTERFACE, "Start")) { in signal_filter()
188 INTERFACE, "Start"); in start()
/external/javassist/src/main/javassist/
DModifier.java41 public static final int INTERFACE = AccessFlag.INTERFACE; field in Modifier
132 return (mod & INTERFACE) != 0; in isInterface()
/external/Microsoft-GSL/tests/
DCMakeLists.txt26 add_library(gsl_tests_config INTERFACE)
27 target_compile_options(gsl_tests_config INTERFACE
52 target_compile_definitions(gsl_tests_config INTERFACE
/external/turbine/java/com/google/turbine/binder/
DCompUnitPreprocessor.java145 case INTERFACE: in access()
175 case INTERFACE: in innerClassAccess()
202 TurbineTyKind.INTERFACE); in packageInfoTree()
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DProductionComponentValidator.java33 import static javax.lang.model.element.ElementKind.INTERFACE;
45 if (!subject.getKind().equals(INTERFACE) in validate()
/external/swiftshader/include/Direct3D/
Dd3d8.h162 #undef INTERFACE
163 #define INTERFACE IDirect3D8 macro
244 #undef INTERFACE
245 #define INTERFACE IDirect3DDevice8 macro
553 #undef INTERFACE
554 #define INTERFACE IDirect3DSwapChain8 macro
586 #undef INTERFACE
587 #define INTERFACE IDirect3DResource8 macro
638 #undef INTERFACE
639 #define INTERFACE IDirect3DBaseTexture8 macro
[all …]
/external/tensorflow/tensorflow/java/src/gen/cc/
Djava_defs.h47 PRIMITIVE, CLASS, INTERFACE, ENUM, GENERIC, ANNOTATION enumerator
82 return Type(Type::INTERFACE, name, package);
121 } else if (type.kind_ == INTERFACE) { in add_supertype()
/external/selinux/python/semanage/
Dsemanage-bash-completion.sh80 [INTERFACE]='interface'
133 elif __contains_word "$command" ${VERBS[INTERFACE]} ; then
/external/turbine/java/com/google/turbine/parse/
DParser.java20 import static com.google.turbine.parse.Token.INTERFACE;
142 if (token == INTERFACE) { in compilationUnit()
156 case INTERFACE: in compilationUnit()
185 eat(Token.INTERFACE); in interfaceDeclaration()
212 TurbineTyKind.INTERFACE); in interfaceDeclaration()
216 eat(Token.INTERFACE); in annotationDeclaration()
409 if (token == INTERFACE) { in classMembers()
444 case INTERFACE: in classMembers()
/external/llvm/test/tools/dsymutil/X86/
Dmodules.m66 // CHECK: 0x0[[INTERFACE:.*]]: DW_TAG_structure_type
107 // CHECK-NEXT DW_AT_type [DW_FORM_ref_addr] {0x{{0*}}[[INTERFACE]])
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DAllClassesTest.java187 || refTypeTag == JDWPConstants.TypeTag.INTERFACE); in testAllClasses001()
204 || refTypeTag == JDWPConstants.TypeTag.INTERFACE); in testAllClasses001()
DAllClassesWithGenericTest.java195 || refTypeTag == JDWPConstants.TypeTag.INTERFACE); in testAllClassesWithGeneric001()
214 || refTypeTag == JDWPConstants.TypeTag.INTERFACE); in testAllClassesWithGeneric001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPConstants.java156 public static final byte INTERFACE = 2; field in JDWPConstants.TypeTag
171 case INTERFACE: in getName()
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/
DLexicalDifferenceCalculatorTest.java63 assertEquals(new CsmToken(GeneratedJavaParserConstants.INTERFACE), csm.elements.get(i++)); in annotationDeclarationModifiersExampleOriginal()
96 assertEquals(new CsmToken(GeneratedJavaParserConstants.INTERFACE), csm.elements.get(i++)); in annotationDeclarationModifiersExampleModified()
129 assertEquals(new CsmToken(GeneratedJavaParserConstants.INTERFACE), csm.elements.get(i++)); in annotationDeclarationNameExampleModified()
162 assertEquals(new CsmToken(GeneratedJavaParserConstants.INTERFACE), csm.elements.get(i++)); in annotationDeclaratioJavadocExampleOriginal()
196 assertEquals(new CsmToken(GeneratedJavaParserConstants.INTERFACE), csm.elements.get(i++)); in annotationDeclaratioJavadocExampleAddingJavadoc()
/external/turbine/java/com/google/turbine/model/
DTurbineTyKind.java22 INTERFACE, enumConstant
/external/flatbuffers/biicode/cmake/
Dbiicode.cmake18 target_compile_options(${BII_BLOCK_TARGET} INTERFACE ${REPLACED_FLAGS})
/external/mesa3d/src/mesa/tnl/
DNOTES85 DRIVER INTERFACE
98 RENDER DRIVER INTERFACE
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/
DReflectedTypeTest.java82 JDWPConstants.TypeTag.INTERFACE), in testReflectedType001()
/external/libmojo/mojo/public/cpp/bindings/lib/
Dbindings_internal.h195 INTERFACE = 1 << 6, enumerator
280 static const MojomTypeCategory category = MojomTypeCategory::INTERFACE;

123456