Home
last modified time | relevance | path

Searched refs:SYSTEM (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/external/grpc-grpc/tools/run_tests/artifacts/
Dbuild_artifact_ruby.sh17 SYSTEM=$(uname | cut -f 1 -d_)
25 if [ "$SYSTEM" == "MSYS" ] ; then
26 SYSTEM=MINGW32
28 if [ "$SYSTEM" == "MINGW64" ] ; then
29 SYSTEM=MINGW32
32 if [ "$SYSTEM" == "MINGW32" ] ; then
48 if [ "$SYSTEM" == "Darwin" ] ; then
/external/grpc-grpc/templates/
DMakefile.template64 SYSTEM ?= $(HOST_SYSTEM)
65 ifeq ($(SYSTEM),MSYS)
66 SYSTEM = MINGW32
68 ifeq ($(SYSTEM),MINGW64)
69 SYSTEM = MINGW32
155 ifeq ($(SYSTEM),Linux)
161 ifeq ($(SYSTEM),Darwin)
167 ifeq ($(SYSTEM),MINGW32)
188 ifeq ($(SYSTEM),Linux)
221 ifeq ($(SYSTEM),Darwin)
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-config/
Dbooleans.test20 RUN: llvm-config --build-system 2>&1 | FileCheck --check-prefix=CHECK-BUILD-SYSTEM %s
21 CHECK-BUILD-SYSTEM: cmake
22 CHECK-BUILD-SYSTEM-NOT: error:
23 CHECK-BUILD-SYSTEM-NOT: warning
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/
DHTMLDocument.java30 private static final String SYSTEM = "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"; field in HTMLDocument
48 super(ROOT, PUBID, SYSTEM, encoding, false, writer); in HTMLDocument()
64 super(ROOT, PUBID, SYSTEM, encoding, false, output); in HTMLDocument()
/external/capstone/bindings/python/
Dsetup_cython.py11 SYSTEM = sys.platform variable
27 if SYSTEM == 'darwin':
30 elif SYSTEM in ('win32', 'cygwin'):
84 if SYSTEM == "win32":
Dsetup.py16 SYSTEM = sys.platform variable
59 if SYSTEM == 'darwin':
62 elif SYSTEM in ('win32', 'cygwin'):
131 if SYSTEM == "win32":
/external/grpc-grpc/tools/run_tests/helper_scripts/
Dbundle_install_wrapper.sh22 SYSTEM=$(uname | cut -f 1 -d_)
24 if [ "$SYSTEM" == "Darwin" ] ; then
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DAnnotationVisibility.java39 public static final int SYSTEM = 2; field in AnnotationVisibility
59 return SYSTEM; in getVisibility()
/external/e2fsprogs/tests/f_resize_inode/
Dexpect35 test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
63 test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
91 test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
113 test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
150 test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
/external/antlr/runtime/JavaScript/tests/functional/
Dt012lexerXML.g24 ( 'SYSTEM' WS sys1=VALUE
25 {this.output("SYSTEM: "+$sys1.text)}
29 {this.output("SYSTEM: "+$sys2.text)}
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMemoryLegalizer.cpp77 SYSTEM enumerator
125 SIAtomicScope Scope = SIAtomicScope::SYSTEM;
132 SIAtomicScope Scope = SIAtomicScope::SYSTEM, in SIMemOpInfo()
430 return std::make_tuple(SIAtomicScope::SYSTEM, in toSIAtomicScope()
634 case SIAtomicScope::SYSTEM: in enableLoadCacheBypass()
684 case SIAtomicScope::SYSTEM: in insertCacheInvalidate()
732 case SIAtomicScope::SYSTEM: in insertWait()
749 case SIAtomicScope::SYSTEM: in insertWait()
772 case SIAtomicScope::SYSTEM: in insertWait()
823 case SIAtomicScope::SYSTEM: in insertCacheInvalidate()
/external/antlr/runtime/Python/tests/
Dt012lexerXMLLexer.g29 ( 'SYSTEM' WS sys1=VALUE
30 {self.output("SYSTEM: "+sys1.text)}
34 {self.output("SYSTEM: "+sys2.text)}
/external/antlr/runtime/Python3/tests/
Dt012lexerXMLLexer.g29 ( 'SYSTEM' WS sys1=VALUE
30 {self.output("SYSTEM: "+sys1.text)}
34 {self.output("SYSTEM: "+sys2.text)}
/external/antlr/runtime/Cpp/tests/
Dt012lexerXMLLexer.g53 ( 'SYSTEM' WS sys1=VALUE
54 {output("SYSTEM: ", $sys1.text);}
58 {output("SYSTEM: ", $sys2.text);}
/external/libexif/contrib/watcom/
DMakefile25 SYSTEM=NT macro
53 !ifeq SYSTEM DOS
55 !else ifeq SYSTEM OS2
57 !else ifeq SYSTEM NT
/external/cldr/tools/c/genldml/resources/
Droot.txt14 // "<!DOCTYPE ldml SYSTEM \"file://c:/work/devicu/locale/ldml.dtd\" \n"
16 … // " <!ENTITY % icu SYSTEM \"file://c:/work/devicu/locale/ldmlICU.dtd\"> \n"
20 … "<!DOCTYPE ldml SYSTEM \" http://oss.software.ibm.com/cvs/icu/~checkout~/locale/ldml.dtd\" \n"
22 …" <!ENTITY % icu SYSTEM \" http://oss.software.ibm.com/cvs/icu/~checkout~/locale/ldmlICU.dtd\…
31 … "<!DOCTYPE ldml SYSTEM \" http://oss.software.ibm.com/cvs/icu/~checkout~/locale/ldml.dtd\">\n"
35 …"<!DOCTYPE supplementalData SYSTEM \"http://www.unicode.org/cldr/dtd/1.1/ldmlSupplemental.dtd\" >\…
/external/grpc-grpc/examples/cpp/route_guide/
DMakefile18 SYSTEM ?= $(HOST_SYSTEM) macro
22 ifeq ($(SYSTEM),Darwin)
/external/jacoco/org.jacoco.report/src/org/jacoco/report/xml/
DXMLFormatter.java37 private static final String SYSTEM = "report.dtd"; field in XMLFormatter
62 final XMLElement root = new XMLDocument("report", PUBID, SYSTEM, in createVisitor()
/external/libpng/contrib/gregbook/
Dmakevms.com40 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
43 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
/external/libpng/contrib/pngminus/
Dmakevms.com15 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
18 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
/external/grpc-grpc/examples/cpp/helloworld/
DMakefile18 SYSTEM ?= $(HOST_SYSTEM) macro
22 ifeq ($(SYSTEM),Darwin)
/external/Microsoft-GSL/
DCMakeLists.txt54 # the SYSTEM keyword suppresses warnings for users of the library
62 target_include_directories(GSL SYSTEM INTERFACE
/external/libxml2/test/valid/dtds/
Dexternal.ent2 <!ENTITY % peInCdata SYSTEM "external2.ent">
/external/autotest/client/tests/ebizzy/
Dcontrol5 TEST_CLASS = "SYSTEM STRESS"
/external/e2fsprogs/tests/f_jnl_errno/
Dexpect.17 test_filesys: ***** FILE SYSTEM WAS MODIFIED *****

12345678910>>...14