OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtime
(Results
426 - 450
of
18263
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sipbase.h
3
* This file is part of the mingw-w64
runtime
package.
sspguid.h
3
* This file is part of the mingw-w64
runtime
package.
sspserr.h
3
* This file is part of the mingw-w64
runtime
package.
sspsidl.h
3
* This file is part of the mingw-w64
runtime
package.
stdexcpt.h
3
* This file is part of the mingw-w64
runtime
package.
storage.h
3
* This file is part of the mingw-w64
runtime
package.
txctx.h
3
* This file is part of the mingw-w64
runtime
package.
utime.h
3
* This file is part of the mingw-w64
runtime
package.
wbemidl.h
3
* This file is part of the mingw-w64
runtime
package.
wpftpmsg.h
3
* This file is part of the mingw-w64
runtime
package.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
unistd.h
3
* This file is part of the mingw-w64
runtime
package.
/art/runtime/
runtime_android.cc
45
Runtime
*
runtime
=
Runtime
::Current();
local
46
if (
runtime
!= nullptr) {
48
LOG(INTERNAL_FATAL) << "Fault message: " <<
runtime
->GetFaultMessage();
49
gc::Heap* heap =
runtime
->GetHeap();
59
void
Runtime
::InitPlatformSignalHandlers() {
/cts/libs/deviceutil/src/android/cts/util/
TestThread.java
44
* @param
runTime
47
public void runTest(long
runTime
) throws Throwable {
49
joinAndCheck(
runTime
);
71
* @param
runTime
The time to wait for the test thread to complete.
74
public void joinAndCheck(long
runTime
) throws Throwable {
75
this.join(
runTime
);
78
this.join(
runTime
);
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
ANTLRFileStream.js
3
* {@link org.antlr.
runtime
.ANTLRStringStream}.
6
* @extends org.antlr.
runtime
.ANTLRStringStream
10
org.antlr.
runtime
.ANTLRFileStream = function(fileName, encoding) {
25
org.antlr.
runtime
.ANTLRFileStream.superclass.constructor.call(this, data);
28
org.antlr.lang.extend(org.antlr.
runtime
.ANTLRFileStream,
29
org.antlr.
runtime
.ANTLRStringStream,
30
/** @lends org.antlr.
runtime
.ANTLRFileStream.prototype */{
BitSet.js
14
org.antlr.
runtime
.BitSet = function(bits) {
16
bits = org.antlr.
runtime
.BitSet.BITS;
30
org.antlr.lang.augmentObject(org.antlr.
runtime
.BitSet, {
34
* @memberOf org.antlr.
runtime
.BitSet
41
* @memberOf org.antlr.
runtime
.BitSet
51
* @memberOf org.antlr.
runtime
.BitSet
62
* @memberOf org.antlr.
runtime
.BitSet
66
var bitPosition = bitNumber & org.antlr.
runtime
.BitSet.MOD_MASK;
75
* @memberOf org.antlr.
runtime
.BitSet
79
return (el >> org.antlr.
runtime
.BitSet.LOG_BITS) + 1
[
all
...]
Lexer.js
6
org.antlr.
runtime
.Lexer = function(input, state) {
8
org.antlr.
runtime
.Lexer.superclass.constructor.call(this, state);
15
org.antlr.lang.extend(org.antlr.
runtime
.Lexer, org.antlr.
runtime
.BaseRecognizer, {
18
org.antlr.
runtime
.Lexer.superclass.reset.call(this);
26
this.state.type = org.antlr.
runtime
.Token.INVALID_TOKEN_TYPE;
27
this.state.channel = org.antlr.
runtime
.Token.DEFAULT_CHANNEL;
40
this.state.channel = org.antlr.
runtime
.Token.DEFAULT_CHANNEL;
45
if ( this.input.LA(1)===org.antlr.
runtime
.CharStream.EOF ) {
46
return org.antlr.
runtime
.Token.EOF_TOKEN
[
all
...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.java
1
// $ANTLR 3.2 Aug 13, 2010 19:41:25 /usr/local/ANTLR3-ObjC2.0-
Runtime
/Framework/examples/simplecTreeParser/SimpleC.g 2010-08-13 19:42:18
3
import org.antlr.
runtime
.*;
45
public String getGrammarFileName() { return "/usr/local/ANTLR3-ObjC2.0-
Runtime
/Framework/examples/simplecTreeParser/SimpleC.g"; }
52
// /usr/local/ANTLR3-ObjC2.0-
Runtime
/Framework/examples/simplecTreeParser/SimpleC.g:7:7: ( ';' )
53
// /usr/local/ANTLR3-ObjC2.0-
Runtime
/Framework/examples/simplecTreeParser/SimpleC.g:7:9: ';'
72
// /usr/local/ANTLR3-ObjC2.0-
Runtime
/Framework/examples/simplecTreeParser/SimpleC.g:8:7: ( '(' )
73
// /usr/local/ANTLR3-ObjC2.0-
Runtime
/Framework/examples/simplecTreeParser/SimpleC.g:8:9: '('
92
// /usr/local/ANTLR3-ObjC2.0-
Runtime
/Framework/examples/simplecTreeParser/SimpleC.g:9:7: ( ',' )
93
// /usr/local/ANTLR3-ObjC2.0-
Runtime
/Framework/examples/simplecTreeParser/SimpleC.g:9:9: ','
112
// /usr/local/ANTLR3-ObjC2.0-
Runtime
/Framework/examples/simplecTreeParser/SimpleC.g:10:7: ( ')'
[
all
...]
/external/antlr/antlr-3.4/runtime/Perl5/t/author/
api.t
13
$tmp =~ s/ANTLR::
Runtime
/org.antlr.
runtime
/;
23
$tmp =~ s/org\.antlr\.
runtime
/ANTLR::
Runtime
/;
58
org.antlr.
runtime
.BitSet
73
print map { "$_\n" } ANTLR::
Runtime
::BitSet->can();
77
print join "\n", ANTLR::
Runtime
::BitSet->can();
/external/chromium_org/build/mac/
copy_asan_runtime_dylib.sh
7
# For app bundles built with ASan, copies the
runtime
lib
24
# Find the link to the ASan
runtime
encoded in the binary.
35
echo "${BINARY} does not depend on the ASan
runtime
library!" >&2
53
# the
runtime
into appname.app/Contents/Libraries/. Otherwise this is probably
54
# an iOS gtest app, and the ASan
runtime
is put next to the executable.
67
# Make LC_ID_DYLIB of the
runtime
copy point to its location.
72
# Fix the rpath to the
runtime
library recorded in the binary.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
BinaryXMLDescriber.java
19
import org.eclipse.core.
runtime
.QualifiedName;
20
import org.eclipse.core.
runtime
.content.IContentDescriber;
21
import org.eclipse.core.
runtime
.content.IContentDescription;
33
* extensions to the <code>org.eclipse.core.
runtime
.contentTypes</code>
49
* @see org.eclipse.core.
runtime
.content.IContentDescriber#describe(java.io.
50
* InputStream, org.eclipse.core.
runtime
.content.IContentDescription)
73
* org.eclipse.core.
runtime
.content.IContentDescriber#getSupportedOptions()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar
/external/chromium_org/chrome/common/extensions/docs/server2/
platform_bundle_test.py
25
'app.
runtime
': {'noparent': True},
26
'app.
runtime
.foo': {'extension_types': ['extension']},
60
'app.
runtime
',
70
'app.
runtime
',
75
'app.
runtime
': {
76
'name': 'app.
runtime
',
85
'app.
runtime
.foo': {
86
'name': 'app.
runtime
.foo',
118
'app.
runtime
': {
119
'name': 'app.
runtime
',
[
all
...]
/external/chromium_org/v8/src/
ostreams.h
30
OStream& operator<<(short x); // NOLINT(
runtime
/int)
31
OStream& operator<<(unsigned short x); // NOLINT(
runtime
/int)
34
OStream& operator<<(long x); // NOLINT(
runtime
/int)
35
OStream& operator<<(unsigned long x); // NOLINT(
runtime
/int)
36
OStream& operator<<(long long x); // NOLINT(
runtime
/int)
37
OStream& operator<<(unsigned long long x); // NOLINT(
runtime
/int)
65
OStream& flush(OStream& os); // NOLINT(
runtime
/references)
66
OStream& endl(OStream& os); // NOLINT(
runtime
/references)
67
OStream& dec(OStream& os); // NOLINT(
runtime
/references)
68
OStream& hex(OStream& os); // NOLINT(
runtime
/references
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
parameter.hpp
18
// Boost.
Runtime
.Parameter
19
#include <boost/test/utils/
runtime
/config.hpp>
21
#include <boost/test/utils/
runtime
/fwd.hpp>
22
#include <boost/test/utils/
runtime
/parameter.hpp>
23
#include <boost/test/utils/
runtime
/validation.hpp>
25
#include <boost/test/utils/
runtime
/cla/fwd.hpp>
26
#include <boost/test/utils/
runtime
/cla/modifier.hpp>
27
#include <boost/test/utils/
runtime
/cla/iface/argument_factory.hpp>
28
#include <boost/test/utils/
runtime
/cla/iface/id_policy.hpp>
40
// **************
runtime
::cla::parameter ************** /
[
all
...]
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar
Completed in 839 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>