Home
last modified time | relevance | path

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

123456

/external/cros/system_api/dbus/login_manager/
Ddbus-constants.h80 #define INTERFACE "org.chromium.SessionManagerInterface" macro
82 const char kNone[] = INTERFACE ".None";
83 const char kInvalidParameter[] = INTERFACE ".InvalidParameter";
84 const char kArcCpuCgroupFail[] = INTERFACE ".ArcCpuCgroupFail";
85 const char kArcInstanceRunning[] = INTERFACE ".ArcInstanceRunning";
86 const char kArcContainerNotFound[] = INTERFACE ".ArcContainerNotFound";
87 const char kContainerStartupFail[] = INTERFACE ".ContainerStartupFail";
88 const char kContainerShutdownFail[] = INTERFACE ".ContainerShutdownFail";
89 const char kDeleteFail[] = INTERFACE ".DeleteFail";
90 const char kEmitFailed[] = INTERFACE ".EmitFailed";
[all …]
/external/Microsoft-GSL/tests/
DCMakeLists.txt35 add_library(gsl_tests_config INTERFACE)
37 target_compile_options(gsl_tests_config INTERFACE
53 target_compile_options(gsl_tests_config INTERFACE
82 target_include_directories(gsl_tests_config INTERFACE
87 target_compile_definitions(gsl_tests_config INTERFACE
142 add_library(gsl_tests_config_noexcept INTERFACE)
144 target_compile_definitions(gsl_tests_config_noexcept INTERFACE
147 target_compile_options(gsl_tests_config_noexcept INTERFACE
164 target_compile_options(gsl_tests_config_noexcept INTERFACE
188 target_compile_definitions(gsl_tests_config_noexcept INTERFACE
/external/Microsoft-GSL/
DCMakeLists.txt9 add_library(GSL INTERFACE)
33 target_compile_options(GSL INTERFACE "${GSL_CXX_STD_OPT}")
38 target_compile_features(GSL INTERFACE "${GSL_CXX_STD}")
44 target_compile_definitions(GSL INTERFACE
56 target_include_directories(GSL INTERFACE
62 target_include_directories(GSL SYSTEM INTERFACE
79 target_sources(GSL INTERFACE
/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/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/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/parameter-framework/upstream/parameter/
DCMakeLists.txt136 INTERFACE $<INSTALL_INTERFACE:include/parameter/client>
137 INTERFACE $<INSTALL_INTERFACE:include/parameter/plugin>)
147 add_library(plugin INTERFACE)
148 target_link_libraries(plugin INTERFACE parameter)
150 INTERFACE $<INSTALL_INTERFACE:include/parameter/xmlserializer>
151 INTERFACE $<INSTALL_INTERFACE:include/parameter/utility>)
158 add_library(plugin-internal-hack INTERFACE)
159 target_link_libraries(plugin-internal-hack INTERFACE parameter xmlserializer)
/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/vulkan-headers/
DCMakeLists.txt40 add_library(Vulkan-Headers INTERFACE)
41 target_include_directories(Vulkan-Headers INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/include")
44 add_library(Vulkan-Registry INTERFACE)
45 target_include_directories(Vulkan-Registry INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/registry")
/external/neon_2_sse/
DCMakeLists.txt7 add_library(${PROJECT_NAME} INTERFACE)
10 INTERFACE
/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/tensorflow/tensorflow/java/src/gen/cc/
Djava_defs.h49 PRIMITIVE, CLASS, INTERFACE, ENUM, GENERIC, ANNOTATION enumerator
86 return Type(Type::INTERFACE, name, package);
149 } else if (type.kind_ == INTERFACE) { in add_supertype()
/external/catch2/
DCMakeLists.txt57 add_library(Catch2 INTERFACE)
63 INTERFACE
86 INTERFACE
/external/turbine/java/com/google/turbine/binder/
DCompUnitPreprocessor.java165 case INTERFACE: in access()
195 case INTERFACE: in innerClassAccess()
222 TurbineTyKind.INTERFACE); in packageInfoTree()
/external/selinux/python/semanage/
Dsemanage-bash-completion.sh80 [INTERFACE]='interface'
133 elif __contains_word "$command" ${VERBS[INTERFACE]} ; then
/external/javapoet/src/main/java/com/squareup/javapoet/
DTypeSpec.java120 return new Builder(Kind.INTERFACE, checkNotNull(name, "name == null"), null); in interfaceBuilder()
212 if (kind == Kind.INTERFACE) { in emit()
358 INTERFACE( enumConstant
528 if (kind == Kind.INTERFACE || kind == Kind.ANNOTATION) { in addField()
572 if (kind == Kind.INTERFACE) { in addMethod()
585 if (kind != Kind.INTERFACE) { in addMethod()
/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/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/turbine/java/com/google/turbine/model/
DTurbineTyKind.java22 INTERFACE, enumConstant
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DVMModifiers.java43 int INTERFACE = 0x00000200; /* class is an interface */ field
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/
Dmodules.m68 // CHECK: 0x0[[INTERFACE:.*]]: DW_TAG_structure_type
119 // 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()

123456