Home
last modified time | relevance | path

Searched full:compile (Results 1 – 25 of 8041) sorted by relevance

12345678910>>...322

/external/python/cpython3/PCbuild/
Dlib.pyproj22 <Compile Include="abc.py" />
23 <Compile Include="aifc.py" />
24 <Compile Include="antigravity.py" />
25 <Compile Include="argparse.py" />
26 <Compile Include="ast.py" />
27 <Compile Include="asynchat.py" />
28 <Compile Include="asyncio\base_events.py" />
29 <Compile Include="asyncio\base_futures.py" />
30 <Compile Include="asyncio\base_subprocess.py" />
31 <Compile Include="asyncio\base_tasks.py" />
[all …]
/external/flatbuffers/tests/FlatBuffers.Test/
DFlatBuffers.Core.Test.csproj9 <Compile Remove="Properties\AssemblyInfo.cs" />
31 <Compile Include="..\..\net\FlatBuffers\ByteBuffer.cs">
33 </Compile>
34 <Compile Include="..\..\net\FlatBuffers\ByteBufferUtil.cs">
36 </Compile>
37 <Compile Include="..\..\net\FlatBuffers\IFlatbufferObject.cs">
39 </Compile>
40 <Compile Include="..\..\net\FlatBuffers\Offset.cs">
42 </Compile>
43 <Compile Include="..\..\net\FlatBuffers\FlatBufferBuilder.cs">
[all …]
DFlatBuffers.Test.csproj51 <Compile Include="..\..\net\FlatBuffers\ByteBuffer.cs">
53 </Compile>
54 <Compile Include="..\..\net\FlatBuffers\ByteBufferUtil.cs">
56 </Compile>
57 <Compile Include="..\..\net\FlatBuffers\IFlatbufferObject.cs">
59 </Compile>
60 <Compile Include="..\..\net\FlatBuffers\Offset.cs">
62 </Compile>
63 <Compile Include="..\..\net\FlatBuffers\FlatBufferBuilder.cs">
65 </Compile>
[all …]
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/
DAntlr3.Runtime (VS2008).csproj79 <Compile Include="Antlr.Runtime.Debug\DebugEventListenerConstants.cs" />
80 <Compile Include="Antlr.Runtime.JavaExtensions\Check.cs" />
81 <Compile Include="Antlr.Runtime.JavaExtensions\DictionaryExtensions.cs" />
82 <Compile Include="Antlr.Runtime.JavaExtensions\EnumerableExtensions.cs" />
83 <Compile Include="Antlr.Runtime.JavaExtensions\ExceptionExtensions.cs" />
84 <Compile Include="Antlr.Runtime.JavaExtensions\IOExtensions.cs" />
85 <Compile Include="Antlr.Runtime.JavaExtensions\JSystem.cs" />
86 <Compile Include="Antlr.Runtime.JavaExtensions\LexerExtensions.cs" />
87 <Compile Include="Antlr.Runtime.JavaExtensions\StringExtensions.cs" />
88 <Compile Include="Antlr.Runtime.JavaExtensions\StringTokenizer.cs" />
[all …]
DAntlr3.Runtime (VS2005).csproj74 <Compile Include="Antlr.Runtime\ANTLRFileStream.cs" />
75 <Compile Include="Antlr.Runtime\ANTLRStringStream.cs" />
76 <Compile Include="AssemblyInfo.cs" />
77 <Compile Include="Antlr.Runtime\BitSet.cs" />
78 <Compile Include="Antlr.Runtime\ICharStream.cs" />
79 <Compile Include="Antlr.Runtime\CharStreamState.cs" />
80 <Compile Include="Antlr.Runtime\ClassicToken.cs" />
81 <Compile Include="Antlr.Runtime\CommonToken.cs" />
82 <Compile Include="Antlr.Runtime\DFA.cs" />
83 <Compile Include="Antlr.Runtime\EarlyExitException.cs" />
[all …]
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.csproj33 <Compile Include="..\..\Common\CommandLineParser.cs">
35 </Compile>
36 <Compile Include="..\..\Common\CRC.cs">
38 </Compile>
39 <Compile Include="..\..\ICoder.cs">
41 </Compile>
42 <Compile Include="..\LZ\IMatchFinder.cs">
44 </Compile>
45 <Compile Include="..\LZ\LzBinTree.cs">
47 </Compile>
[all …]
/external/starlark-go/starlark/
Dinterp.go11 "go.starlark.net/internal/compile"
101 op := compile.Opcode(code[pc])
104 if op >= compile.OpcodeArgMin {
118 compile.PrintOp(f, fr.pc, op, arg)
122 case compile.NOP:
125 case compile.DUP:
129 case compile.DUP2:
134 case compile.POP:
137 case compile.EXCH:
140 case compile.EQL, compile.NEQ, compile.GT, compile.LT, compile.LE, compile.GE:
[all …]
/external/cronet/build/android/pylib/utils/
Ddevice_dependencies.py12 re.compile(r'.*METADATA'),
13 re.compile(r'.*OWNERS'),
14 re.compile(r'.*\.md'),
15 re.compile(r'.*\.crx'), # Chrome extension zip files.
16 re.compile(r'.*/\.git.*'), # Any '.git*' directories/files.
17 re.compile(r'.*\.so'), # Libraries packed into .apk.
18 re.compile(r'.*Mojo.*manifest\.json'), # Some source_set()s pull these in.
19 re.compile(r'.*\.py'), # Some test_support targets include python deps.
20 re.compile(r'.*\.apk'), # Should be installed separately.
21 re.compile(r'.*\.jar'), # Never need java intermediates.
[all …]
/external/angle/build/android/pylib/utils/
Ddevice_dependencies.py12 re.compile(r'.*METADATA'),
13 re.compile(r'.*OWNERS'),
14 re.compile(r'.*\.md'),
15 re.compile(r'.*\.crx'), # Chrome extension zip files.
16 re.compile(r'.*/\.git.*'), # Any '.git*' directories/files.
17 re.compile(r'.*\.so'), # Libraries packed into .apk.
18 re.compile(r'.*Mojo.*manifest\.json'), # Some source_set()s pull these in.
19 re.compile(r'.*\.py'), # Some test_support targets include python deps.
20 re.compile(r'.*\.apk'), # Should be installed separately.
21 re.compile(r'.*\.jar'), # Never need java intermediates.
[all …]
/external/angle/infra/config/generated/
Dluci-milo.cfg14 name: "buildbucket/luci.angle.ci/android-arm-compile"
15 category: "compile|android|arm"
19 name: "buildbucket/luci.angle.ci/android-arm-dbg-compile"
20 category: "compile|android|arm"
24 name: "buildbucket/luci.angle.ci/android-arm64-dbg-compile"
25 category: "compile|android|arm64"
49 name: "buildbucket/luci.angle.ci/linux-dbg-compile"
50 category: "compile|linux|x64"
59 name: "buildbucket/luci.angle.ci/mac-dbg-compile"
60 category: "compile|mac|x64"
[all …]
Dluci-scheduler.cfg8 id: "android-arm-compile"
18 builder: "android-arm-compile"
22 id: "android-arm-dbg-compile"
32 builder: "android-arm-dbg-compile"
36 id: "android-arm64-dbg-compile"
46 builder: "android-arm64-dbg-compile"
120 id: "linux-dbg-compile"
130 builder: "linux-dbg-compile"
246 id: "mac-dbg-compile"
256 builder: "mac-dbg-compile"
[all …]
/external/libchrome/libchrome_tools/uprev/
Dfilters.py12 re.compile(rb'base/((?!(allocator|third_party)/).*$)'),
13 re.compile(
16 re.compile(rb'base/third_party/(dynamic_annotation|icu|nspr|valgrind)'),
17 re.compile(rb'build/(android/(gyp/util|pylib/([^/]*$|constants))|[^/]*\.(h|py)$)'),
18 re.compile(rb'mojo/'),
19 re.compile(rb'dbus/'),
20 re.compile(rb'ipc/.*(\.cc|\.h|\.mojom)$'),
21 re.compile(rb'ui/gfx/(gfx_export.h|geometry|range)'),
22 re.compile(rb'testing/[^/]*\.(cc|h)$'),
23 re.compile(rb'third_party/(jinja2|markupsafe|ply)'),
[all …]
/external/python/cpython2/Lib/distutils/command/
Dinstall_lib.py27 # 1) no compilation at all (--no-compile --no-optimize)
28 # 2) compile .pyc only (--compile --no-optimize; default)
29 # 3) compile .pyc and "level 1" .pyo (--compile --optimize)
30 # 4) compile "level 1" .pyo only (--no-compile --optimize)
31 # 5) compile .pyc and "level 2" .pyo (--compile --optimize-more)
32 # 6) compile "level 2" .pyo only (--no-compile --optimize-more)
34 # The UI for this is two option, 'compile' and 'optimize'.
35 # 'compile' is strictly boolean, and only decides whether to
44 ('compile', 'c', "compile .py to .pyc [default]"),
45 ('no-compile', None, "don't compile .py files"),
[all …]
/external/python/setuptools/setuptools/_distutils/command/
Dinstall_lib.py23 # 1) no compilation at all (--no-compile --no-optimize)
24 # 2) compile .pyc only (--compile --no-optimize; default)
25 # 3) compile .pyc and "opt-1" .pyc (--compile --optimize)
26 # 4) compile "opt-1" .pyc only (--no-compile --optimize)
27 # 5) compile .pyc and "opt-2" .pyc (--compile --optimize-more)
28 # 6) compile "opt-2" .pyc only (--no-compile --optimize-more)
30 # The UI for this is two options, 'compile' and 'optimize'.
31 # 'compile' is strictly boolean, and only decides whether to
40 ('compile', 'c', "compile .py to .pyc [default]"),
41 ('no-compile', None, "don't compile .py files"),
[all …]
/external/python/cpython3/Lib/distutils/command/
Dinstall_lib.py23 # 1) no compilation at all (--no-compile --no-optimize)
24 # 2) compile .pyc only (--compile --no-optimize; default)
25 # 3) compile .pyc and "opt-1" .pyc (--compile --optimize)
26 # 4) compile "opt-1" .pyc only (--no-compile --optimize)
27 # 5) compile .pyc and "opt-2" .pyc (--compile --optimize-more)
28 # 6) compile "opt-2" .pyc only (--no-compile --optimize-more)
30 # The UI for this is two options, 'compile' and 'optimize'.
31 # 'compile' is strictly boolean, and only decides whether to
40 ('compile', 'c', "compile .py to .pyc [default]"),
41 ('no-compile', None, "don't compile .py files"),
[all …]
/external/capstone/
DCOMPILE.TXT1 This documentation explains how to compile, install & run Capstone on MacOSX,
2 Linux, *BSD & Solaris. We also show steps to cross-compile for Microsoft Windows.
4 To natively compile for Windows using Microsoft Visual Studio, see COMPILE_MSVC.TXT.
6 To compile using CMake, see COMPILE_CMAKE.TXT.
8 To compile using XCode on MacOSX, see xcode/README.md.
10 To compile for Windows CE (a.k.a, Windows Embedded Compact), see windowsce/COMPILE.md.
14 Capstone requires no prerequisite packages, so it is easy to compile & install.
21 selected archs, choose the ones you want to compile in by editing "config.mk"
52 (1) Compile from source
56 - To compile for current platform, run:
[all …]
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
DRegExUtilsTest.java35 assertNull(RegExUtils.removeAll(null, Pattern.compile(""))); in testRemoveAll_StringPattern()
38 assertEquals("any", RegExUtils.removeAll("any", Pattern.compile(""))); in testRemoveAll_StringPattern()
39 assertEquals("", RegExUtils.removeAll("any", Pattern.compile(".*"))); in testRemoveAll_StringPattern()
40 assertEquals("", RegExUtils.removeAll("any", Pattern.compile(".+"))); in testRemoveAll_StringPattern()
41 assertEquals("", RegExUtils.removeAll("any", Pattern.compile(".?"))); in testRemoveAll_StringPattern()
43 assertEquals("A\nB", RegExUtils.removeAll("A<__>\n<__>B", Pattern.compile("<.*>"))); in testRemoveAll_StringPattern()
44 assertEquals("AB", RegExUtils.removeAll("A<__>\n<__>B", Pattern.compile("(?s)<.*>"))); in testRemoveAll_StringPattern()
45 assertEquals("ABC123", RegExUtils.removeAll("ABCabc123abc", Pattern.compile("[a-z]"))); in testRemoveAll_StringPattern()
47 … assertEquals("AB", RegExUtils.removeAll("A<__>\n<__>B", Pattern.compile("<.*>", Pattern.DOTALL))); in testRemoveAll_StringPattern()
48 assertEquals("AB", RegExUtils.removeAll("A<__>\\n<__>B", Pattern.compile("<.*>"))); in testRemoveAll_StringPattern()
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
DrayQuery-committed.Error.rgen.out2 ERROR: 0:48: 'committed' : argument must be compile-time constant
3 ERROR: 0:53: 'committed' : argument must be compile-time constant
4 ERROR: 0:54: 'committed' : argument must be compile-time constant
5 ERROR: 0:58: 'committed' : argument must be compile-time constant
6 ERROR: 0:62: 'committed' : argument must be compile-time constant
7 ERROR: 0:66: 'committed' : argument must be compile-time constant
8 ERROR: 0:70: 'committed' : argument must be compile-time constant
9 ERROR: 0:74: 'committed' : argument must be compile-time constant
10 ERROR: 0:78: 'committed' : argument must be compile-time constant
11 ERROR: 0:82: 'committed' : argument must be compile-time constant
[all …]
/external/deqp-deps/glslang/Test/baseResults/
DrayQuery-committed.Error.rgen.out2 ERROR: 0:48: 'committed' : argument must be compile-time constant
3 ERROR: 0:53: 'committed' : argument must be compile-time constant
4 ERROR: 0:54: 'committed' : argument must be compile-time constant
5 ERROR: 0:58: 'committed' : argument must be compile-time constant
6 ERROR: 0:62: 'committed' : argument must be compile-time constant
7 ERROR: 0:66: 'committed' : argument must be compile-time constant
8 ERROR: 0:70: 'committed' : argument must be compile-time constant
9 ERROR: 0:74: 'committed' : argument must be compile-time constant
10 ERROR: 0:78: 'committed' : argument must be compile-time constant
11 ERROR: 0:82: 'committed' : argument must be compile-time constant
[all …]
/external/angle/src/tests/compiler_tests/
DShaderValidation_test.cpp136 if (compile(shaderString)) in TEST_F()
154 if (compile(shaderString)) in TEST_F()
172 if (compile(shaderString)) in TEST_F()
190 if (compile(shaderString)) in TEST_F()
208 if (compile(shaderString)) in TEST_F()
227 if (compile(shaderString)) in TEST_F()
246 if (compile(shaderString)) in TEST_F()
267 if (compile(shaderString)) in TEST_F()
283 if (compile(shaderString)) in TEST_F()
300 if (compile(shaderString)) in TEST_F()
[all …]
DGeometryShader_test.cpp38 return compile(sstream.str()); in compileGeometryShader()
48 return compile(sstream.str()); in compileGeometryShader()
136 if (compile(shaderString)) in TEST_F()
152 if (compile(shaderString)) in TEST_F()
169 if (compile(shaderString)) in TEST_F()
187 if (!compile(shaderString)) in TEST_F()
194 // a compile error.
205 if (!compile(shaderString)) in TEST_F()
273 if (compile(shaderString)) in TEST_F()
291 if (compile(shaderString)) in TEST_F()
[all …]
/external/auto/factory/src/test/java/com/google/auto/factory/processor/
DAutoFactoryProcessorTest.java20 import static com.google.testing.compile.CompilationSubject.assertThat;
26 import com.google.testing.compile.Compilation;
27 import com.google.testing.compile.Compiler;
28 import com.google.testing.compile.JavaFileObjects;
46 Compilation compilation = javac.compile(JavaFileObjects.forResource("good/SimpleClass.java")); in simpleClass()
56 javac.compile(JavaFileObjects.forResource("good/SimpleClassThrows.java")); in simpleClassWithConstructorThrowsClause()
65 Compilation compilation = javac.compile(JavaFileObjects.forResource("good/NestedClasses.java")); in nestedClasses()
79 javac.compile(JavaFileObjects.forResource("good/SimpleClassNonFinal.java")); in simpleClassNonFinal()
88 Compilation compilation = javac.compile(JavaFileObjects.forResource("good/PublicClass.java")); in publicClass()
98 javac.compile(JavaFileObjects.forResource("good/SimpleClassCustomName.java")); in simpleClassCustomName()
[all …]
/external/webrtc/infra/config/
Dluci-notify.cfg30 …failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update|extract build|cleanup_tem…
57 …failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update|extract build|cleanup_tem…
84 …failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update|extract build|cleanup_tem…
111 …failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update|extract build|cleanup_tem…
138 …failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update|extract build|cleanup_tem…
165 …failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update|extract build|cleanup_tem…
192 …failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update|extract build|cleanup_tem…
241 …failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update|extract build|cleanup_tem…
268 …failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update|extract build|cleanup_tem…
295 …failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update|extract build|cleanup_tem…
[all …]
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/
DTestJsonPointer.java9 JsonPointer ptr = JsonPointer.compile(INPUT); in testSimplePath()
48 JsonPointer ptr = JsonPointer.compile(INPUT); in testSimplePathLonger()
60 JsonPointer ptr = JsonPointer.compile("/1e0"); in testWonkyNumber173()
67 JsonPointer ptr = JsonPointer.compile("/0"); in testIZeroIndex()
69 ptr = JsonPointer.compile("/00"); in testIZeroIndex()
77 JsonPointer ptr = JsonPointer.compile(INPUT); in testLast()
86 assertSame(JsonPointer.EMPTY, JsonPointer.compile("")); in testEmpty()
93 JsonPointer ptr = JsonPointer.compile("/"); in testEmptyName()
102 assertFalse(JsonPointer.empty().equals(JsonPointer.compile("/"))); in testEquality()
104 assertEquals(JsonPointer.compile("/foo/3"), JsonPointer.compile("/foo/3")); in testEquality()
[all …]
/external/jarjar/
Dbuild.xml8 <property name="compile.source" value="1.5"/>
9 <property name="compile.target" value="1.5"/>
10 <property name="compile.bootclasspath" value=""/>
11 <property name="compile.extdirs" value=""/>
13 <property name="compile.debug" value="true"/>
14 <property name="compile.deprecation" value="false"/>
15 <property name="compile.optimize" value="false"/>
45 <echo>bootclasspath ${compile.bootclasspath}</echo>
60 <macrodef name="compile">
70 source="${compile.source}"
[all …]

12345678910>>...322