Home
last modified time | relevance | path

Searched full:runtime (Results 1 – 25 of 1932) sorted by relevance

12345678910>>...78

/external/webkit/Source/JavaScriptCore/
DCMakeLists.txt15 "${JAVASCRIPTCORE_DIR}/runtime"
86 runtime/ArgList.cpp
87 runtime/Arguments.cpp
88 runtime/ArrayConstructor.cpp
89 runtime/ArrayPrototype.cpp
90 runtime/BooleanConstructor.cpp
91 runtime/BooleanObject.cpp
92 runtime/BooleanPrototype.cpp
93 runtime/CallData.cpp
94 runtime/CommonIdentifiers.cpp
[all …]
DJavaScriptCore.pro122 runtime/ArgList.cpp \
123 runtime/Arguments.cpp \
124 runtime/ArrayConstructor.cpp \
125 runtime/ArrayPrototype.cpp \
126 runtime/BooleanConstructor.cpp \
127 runtime/BooleanObject.cpp \
128 runtime/BooleanPrototype.cpp \
129 runtime/CallData.cpp \
130 runtime/CommonIdentifiers.cpp \
131 runtime/Completion.cpp \
[all …]
DAndroid.mk89 runtime/ArgList.cpp \
90 runtime/Arguments.cpp \
91 runtime/ArrayConstructor.cpp \
92 runtime/ArrayPrototype.cpp \
93 runtime/BooleanConstructor.cpp \
94 runtime/BooleanObject.cpp \
95 runtime/BooleanPrototype.cpp \
96 runtime/CallData.cpp \
97 runtime/CommonIdentifiers.cpp \
98 runtime/Completion.cpp \
[all …]
DJavaScriptCore.gypi59 'runtime/ArgList.h',
60 'runtime/ArrayPrototype.h',
61 'runtime/BooleanObject.h',
62 'runtime/CachedTranscendentalFunction.h',
63 'runtime/CallData.h',
64 'runtime/ClassInfo.h',
65 'runtime/CommonIdentifiers.h',
66 'runtime/Completion.h',
67 'runtime/ConstructData.h',
68 'runtime/DateInstance.h',
[all …]
DGNUmakefile.list.am16 Source/JavaScriptCore/runtime/ArrayPrototype.lut.h \
17 Source/JavaScriptCore/runtime/DatePrototype.lut.h \
18 Source/JavaScriptCore/runtime/JSONObject.lut.h \
19 Source/JavaScriptCore/runtime/MathObject.lut.h \
20 Source/JavaScriptCore/runtime/NumberConstructor.lut.h \
21 Source/JavaScriptCore/runtime/ObjectConstructor.lut.h \
22 Source/JavaScriptCore/runtime/RegExpConstructor.lut.h \
23 Source/JavaScriptCore/runtime/RegExpObject.lut.h \
24 Source/JavaScriptCore/runtime/StringPrototype.lut.h
215 Source/JavaScriptCore/runtime/ArgList.cpp \
[all …]
DChangeLog43 * runtime/JSValue.h:
44 * runtime/WriteBarrier.h:
78 * runtime/JSValue.h:
79 * runtime/WriteBarrier.h:
176 * runtime/JSValue.h:
177 * runtime/WriteBarrier.h:
189 * runtime/Structure.cpp:
193 * runtime/Structure.h:
244 * runtime/JSValue.h:
245 * runtime/WriteBarrier.h:
[all …]
DChangeLog-2010-05-2472 * runtime/ExceptionHelpers.cpp:
74 * runtime/Executable.h:
77 * runtime/JSFunction.cpp:
79 * runtime/JSFunction.h:
98 * runtime/JSObjectWithGlobalObject.cpp:
101 * runtime/JSObjectWithGlobalObject.h:
119 * runtime/JSPropertyNameIterator.cpp:
121 * runtime/JSPropertyNameIterator.h:
150 * runtime/UString.cpp: Added a compile assert for UString size.
168 * runtime/InternalFunction.cpp:
[all …]
DChangeLog-2011-02-1680 * runtime/Arguments.h:
82 * runtime/ErrorInstance.cpp:
84 * runtime/ErrorInstance.h:
85 * runtime/ExceptionHelpers.cpp:
88 * runtime/JSArray.cpp:
90 * runtime/JSArray.h:
91 * runtime/JSByteArray.cpp:
93 * runtime/JSByteArray.h:
95 * runtime/JSFunction.cpp:
97 * runtime/JSGlobalData.cpp:
[all …]
DDerivedSources.pro17 runtime/ArrayPrototype.cpp \
18 runtime/DatePrototype.cpp \
19 runtime/JSONObject.cpp \
20 runtime/MathObject.cpp \
21 runtime/NumberConstructor.cpp \
22 runtime/ObjectConstructor.cpp \
23 runtime/RegExpConstructor.cpp \
24 runtime/RegExpObject.cpp \
25 runtime/StringPrototype.cpp
DGNUmakefile.am18 -I$(srcdir)/Source/JavaScriptCore/runtime \
28 -I$(top_builddir)/Source/JavaScriptCore/runtime
103 Source/JavaScriptCore/runtime/ArrayPrototype.lut.h \
104 Source/JavaScriptCore/runtime/DatePrototype.lut.h \
105 Source/JavaScriptCore/runtime/JSONObject.lut.h \
106 Source/JavaScriptCore/runtime/MathObject.lut.h \
107 Source/JavaScriptCore/runtime/NumberConstructor.lut.h \
108 Source/JavaScriptCore/runtime/RegExpConstructor.lut.h \
109 Source/JavaScriptCore/runtime/RegExpObject.lut.h \
110 Source/JavaScriptCore/runtime/StringPrototype.lut.h \
DChangeLog-2009-06-16138 * runtime/JSGlobalData.h:
252 * runtime/ArgList.h:
257 * runtime/LiteralParser.cpp:
259 * runtime/LiteralParser.h:
287 * runtime/UString.cpp:
295 * runtime/UString.h:
335 * runtime/JSONObject.cpp:
390 * runtime/CommonIdentifiers.h:
393 * runtime/JSGlobalData.cpp:
396 * runtime/JSGlobalData.h:
[all …]
/external/android-mock/src/
Dbuild-runtime.xml2 <project name="AndroidMockRuntime" default="runtime.build" basedir="..">
6 <!-- Android Mock Runtime Properties -->
7 <property name="runtime.bin" value="bin"/>
8 <property name="runtime.class-bin" value="bin/classes"/>
9 <property name="runtime.deploy-jar" value="AndroidMockRuntime.jar"/>
10 <property name="runtime.java-files" value="${java-package}/AndroidMock.java
12 <property name="runtime.nodeps-jar" value="AndroidMockRuntime-nodeps.jar"/>
20 <target name="-runtime.dirs">
21 <mkdir dir="${runtime.bin}"/>
22 <mkdir dir="${runtime.class-bin}"/>
[all …]
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
DJavaScriptCore.vcproj514 Name="runtime"
517 RelativePath="..\..\runtime\ArgList.cpp"
521 RelativePath="..\..\runtime\ArgList.h"
525 RelativePath="..\..\runtime\Arguments.cpp"
529 RelativePath="..\..\runtime\Arguments.h"
533 RelativePath="..\..\runtime\ArrayConstructor.cpp"
537 RelativePath="..\..\runtime\ArrayConstructor.h"
541 RelativePath="..\..\runtime\ArrayPrototype.cpp"
545 RelativePath="..\..\runtime\ArrayPrototype.h"
549 RelativePath="..\..\runtime\BatchedTransitionOptimizer.h"
[all …]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DRuntimeTest.java26 Runtime r = Runtime.getRuntime();
60 * @tests java.lang.Runtime#exit(int)
63 // Test for method void java.lang.Runtime.exit(int) in test_exitI()
68 * @tests java.lang.Runtime#exec(java.lang.String)
75 Runtime.getRuntime().exec("AnInexistentProgram"); in test_exec()
85 * @tests java.lang.Runtime#freeMemory()
88 // Test for method long java.lang.Runtime.freeMemory() in test_freeMemory()
93 * @tests java.lang.Runtime#gc()
96 // Test for method void java.lang.Runtime.gc() in test_gc()
119 * @tests java.lang.Runtime#getRuntime()
[all …]
/external/javassist/src/main/javassist/tools/reflect/
Dpackage.html3 Runtime Behavioral Reflection.
10 runtime behavioral reflection.
17 a runtime metaobject and a runtime class metaobject, which control
19 The runtime
21 runtime class metaobject is created for every (base-level) class.
22 <code>Metaobject</code> is the root class of the runtime
24 of the runtime class metaobject.
/external/v8/tools/
Dpresubmit.py71 runtime/arrays
72 runtime/casting
73 runtime/deprecated_fn
74 runtime/explicit
75 runtime/int
76 runtime/memset
77 runtime/mutex
78 runtime/nonconf
79 runtime/printf
80 runtime/printf_format
[all …]
/external/clang/test/Driver/
Dgnu-runtime.m1 // RUN: %clang -ccc-host-triple i386-apple-darwin10 -### -fsyntax-only -fgnu-runtime %s 2>&1 | File…
2 …ost-triple i386-apple-darwin10 -### -x objective-c++ -fsyntax-only -fgnu-runtime %s 2>&1 | FileChe…
3 // CHECK: -fgnu-runtime
4 // CHECK: -fobjc-runtime-has-arc
5 // CHECK: -fobjc-runtime-has-weak
/external/bison/
DPACKAGING8 bison-runtime
9 Contents: Runtime libraries and programs.
16 Dependencies: requires bison-runtime.
18 The 'bison-runtime' binary package is much smaller than the 'bison'
32 $prefix/share/locale/*/LC_MESSAGES/bison-runtime.mo
34 belongs to the bison-runtime package; all other installed files belong
/external/apache-xml/src/main/java/org/apache/xpath/
DExpression.java79 * Execute an expression in the XPath runtime context, and return the
83 * @param xctxt The XPath runtime context.
88 * @throws javax.xml.transform.TransformerException if a runtime exception
100 * Execute an expression in the XPath runtime context, and return the
104 * @param xctxt The XPath runtime context.
111 * @throws javax.xml.transform.TransformerException if a runtime exception
124 * Execute an expression in the XPath runtime context, and return the
128 * @param xctxt The XPath runtime context.
132 * @throws javax.xml.transform.TransformerException if a runtime exception
139 * Execute an expression in the XPath runtime context, and return the
[all …]
/external/clang/test/SemaCXX/
Dvararg-non-pod.cpp18 …ing{{cannot pass object of non-POD type 'C' through variadic function; call will abort at runtime}} in t1()
26 …rning{{cannot pass object of non-POD type 'C' through variadic method; call will abort at runtime}} in t2()
29 …ing{{cannot pass object of non-POD type 'C' through variadic function; call will abort at runtime}} in t2()
39 …arning{{cannot pass object of non-POD type 'C' through variadic block; call will abort at runtime}} in t3()
54 …rning{{cannot pass object of non-POD type 'C' through variadic method; call will abort at runtime}} in t4()
66 …cannot pass object of non-POD type 'C' through variadic constructor; call will abort at runtime}} \ in t5()
68 …cannot pass object of non-POD type 'C' through variadic constructor; call will abort at runtime}} \ in t5()
91 …{{cannot pass object of non-POD type 'Base' through variadic function; call will abort at runtime}} in test_typeid()
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
D11.2.2-6-n.js39 3. If Type(Result(2)) is not Object, generate a runtime error.
41 generate a runtime error.
44 6. If Type(Result(5)) is not Object, generate a runtime error.
53 4. If Type(Result(2)) is not Object, generate a runtime error.
55 generate a runtime error.
58 7. If Type(Result(6)) is not Object, generate a runtime error.
D11.2.2-2-n.js39 3. If Type(Result(2)) is not Object, generate a runtime error.
41 generate a runtime error.
44 6. If Type(Result(5)) is not Object, generate a runtime error.
53 4. If Type(Result(2)) is not Object, generate a runtime error.
55 generate a runtime error.
58 7. If Type(Result(6)) is not Object, generate a runtime error.
D11.2.2-5-n.js39 3. If Type(Result(2)) is not Object, generate a runtime error.
41 generate a runtime error.
44 6. If Type(Result(5)) is not Object, generate a runtime error.
53 4. If Type(Result(2)) is not Object, generate a runtime error.
55 generate a runtime error.
58 7. If Type(Result(6)) is not Object, generate a runtime error.
/external/clang/include/clang/Driver/
DObjCRuntime.h1 //===--- ObjCRuntime.h - Objective C runtime features -----------*- C++ -*-===//
25 /// True if the runtime provides native ARC entrypoints. ARC may
27 /// statically-linked runtime support library.
30 /// True if the runtime supports ARC zeroing __weak.
33 /// True if the runtime provides the following entrypoint:
/external/clang/lib/Driver/
DToolChain.cpp52 void ToolChain::configureObjCRuntime(ObjCRuntime &runtime) const { in configureObjCRuntime()
53 switch (runtime.getKind()) { in configureObjCRuntime()
55 // Assume a minimal NeXT runtime. in configureObjCRuntime()
56 runtime.HasARC = false; in configureObjCRuntime()
57 runtime.HasWeak = false; in configureObjCRuntime()
58 runtime.HasTerminate = false; in configureObjCRuntime()
62 // Assume a maximal GNU runtime. in configureObjCRuntime()
63 runtime.HasARC = true; in configureObjCRuntime()
64 runtime.HasWeak = true; in configureObjCRuntime()
65 runtime.HasTerminate = false; // to be added in configureObjCRuntime()
[all …]

12345678910>>...78