/external/antlr/antlr-3.4/runtime/Perl5/ |
Makefile.PL | 16 NAME => 'ANTLR::Runtime', 17 VERSION_FROM => 'lib/ANTLR/Runtime.pm', 19 ABSTRACT_FROM => 'lib/ANTLR/Runtime.pm',
|
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/ |
ANTLRStringStream.pm | 1 package Test::ANTLR::Runtime::ANTLRStringStream; 3 use ANTLR::Runtime::ANTLRStringStream; 27 is $s->LA(4), ANTLR::Runtime::ANTLRStringStream->EOF;
|
/external/clang/test/CodeGenObjC/ |
class-type.m | 1 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s 2 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s 3 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s
|
prop-metadata-gnu.m | 1 // RUN: %clang -S -emit-llvm %s -o - -x objective-c -fobjc-runtime=gcc | FileCheck --check-prefix=GCC %s 2 // RUN: %clang -S -emit-llvm %s -o - -x objective-c -fobjc-runtime=gnustep-1.5 | FileCheck --check-prefix=GCC %s 3 // RUN: %clang -S -emit-llvm %s -o - -x objective-c -fobjc-runtime=gnustep-1.6 | FileCheck --check-prefix=GNUSTEP %s
|
/external/libpng/projects/vstudio/ |
WARNING | 4 library builds of libpng; instead of the shared DLL runtime it uses a static 5 runtime. If you need to change this make sure to change the setting on all the 12 The runtime library settings for each build are as follows:
|
/external/smali/smali-integration-tests/src/test/smali/junit-tests/LineTest/ |
LineTest.smali | 15 .annotation runtime Lorg/junit/Test; 26 .annotation runtime Lorg/junit/Test; 37 .annotation runtime Lorg/junit/Test;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/ |
variable.hpp | 22 // Boost.Runtime.Parameter 23 #include <boost/test/utils/runtime/config.hpp> 24 #include <boost/test/utils/runtime/fwd.hpp> 25 #include <boost/test/utils/runtime/parameter.hpp> 26 #include <boost/test/utils/runtime/argument.hpp> 28 #include <boost/test/utils/runtime/env/fwd.hpp> 40 // ************** runtime::environment::variable_data ************** // 45 struct variable_data : public runtime::parameter { 54 // ************** runtime::environment::variable_base ************** // 86 // ************** runtime::environment::variable ************** / [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar | |
/art/runtime/arch/x86/ |
quick_method_frame_info_x86.h | 22 #include "runtime.h" // for Runtime::CalleeSaveType. 32 constexpr uint32_t X86CalleeSaveCoreSpills(Runtime::CalleeSaveType type) { 33 return kX86CalleeSaveRefSpills | (type == Runtime::kRefsAndArgs ? kX86CalleeSaveArgSpills : 0) | 37 constexpr uint32_t X86CalleeSaveFrameSize(Runtime::CalleeSaveType type) { 42 constexpr QuickMethodFrameInfo X86CalleeSaveMethodFrameInfo(Runtime::CalleeSaveType type) {
|
/art/test/004-NativeAllocations/src/ |
Main.java | 18 import java.lang.Runtime; 23 static Object runtime; field in class:Main 33 register_native_allocation.invoke(runtime, bytes); 46 register_native_free.invoke(runtime, bytes); 53 runtime = get_runtime.invoke(null); 56 maxMem = Runtime.getRuntime().maxMemory();
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
runtime.dox | 1 /// \page runtime Navigating the C Runtime Documentation 5 /// the programmer to see how the runtime is made up. 10 /// divided into typedefs and structs and the standard runtime supplied interface implementation 19 /// for a 'class', which are installed by the runtime when a default instance of one the 34 /// C runtime documentation.
|
/external/antlr/antlr-3.4/runtime/CSharp2/ |
Cutting a new release.txt | 15 all.antlr3.runtime.net.build 17 Sources/Antlr3.Runtime/default.build 18 Sources/Antlr3.Runtime/AssemblyInfo.cs 19 Sources/Antlr3.Runtime/Antlr.Runtime/Constants.cs 22 Sources/Antlr3.Runtime.Tests/default.build
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/ |
neteq_performance_unittest.cc | 22 int64_t runtime = webrtc::test::NetEqPerformanceTest::Run( local 24 ASSERT_GT(runtime, 0); 26 "neteq_performance", "", "10_pl_10_drift", runtime, "ms", true); 36 int64_t runtime = webrtc::test::NetEqPerformanceTest::Run( local 38 ASSERT_GT(runtime, 0); 40 "neteq_performance", "", "0_pl_0_drift", runtime, "ms", true);
|
/external/clang/test/Driver/ |
arclite-link.c | 2 // RUN: %clang -### -target x86_64-apple-darwin10 -fobjc-link-runtime -lfoo -mmacosx-version-min=10.7 %t.o 2>&1 | FileCheck -check-prefix=CHECK-ARCLITE-OSX %s 3 // RUN: %clang -### -target x86_64-apple-darwin10 -fobjc-link-runtime -mmacosx-version-min=10.8 %t.o 2>&1 | FileCheck -check-prefix=CHECK-NOARCLITE %s 4 // RUN: %clang -### -target i386-apple-darwin10 -fobjc-link-runtime -mmacosx-version-min=10.7 %t.o 2>&1 | FileCheck -check-prefix=CHECK-NOARCLITE %s 5 // RUN: %clang -### -target x86_64-apple-darwin10 -fobjc-link-runtime -nostdlib %t.o 2>&1 | FileCheck -check-prefix=CHECK-NOSTDLIB %s 15 // RUN: %clang -### -target x86_64-apple-darwin10 -fobjc-link-runtime -fobjc-arc -mmacosx-version-min=10.7 %s 2>&1 | FileCheck -check-prefix=CHECK-UNUSED %s 17 // CHECK-UNUSED-NOT: warning: argument unused during compilation: '-fobjc-link-runtime'
|
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/ |
Android.mk | 17 test_makefile := external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/Android.mk 19 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/null_asgn 23 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/null_ctor 27 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/move01 31 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/nullptr_asgn 35 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/pointer_type
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
dual_name_parameter.hpp | 18 // Boost.Runtime.Parameter 19 #include <boost/test/utils/runtime/config.hpp> 21 #include <boost/test/utils/runtime/cla/named_parameter.hpp> 22 #include <boost/test/utils/runtime/cla/char_parameter.hpp> 66 // ************** runtime::cla::dual_name_parameter ************** // 92 # include <boost/test/utils/runtime/cla/dual_name_parameter.ipp>
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar | |
/art/runtime/arch/mips/ |
quick_method_frame_info_mips.h | 22 #include "runtime.h" // for Runtime::CalleeSaveType. 35 constexpr uint32_t MipsCalleeSaveCoreSpills(Runtime::CalleeSaveType type) { 37 (type == Runtime::kRefsAndArgs ? kMipsCalleeSaveArgSpills : 0) | 38 (type == Runtime::kSaveAll ? kMipsCalleeSaveAllSpills : 0) | (1 << art::mips::RA); 41 constexpr uint32_t MipsCalleeSaveFrameSize(Runtime::CalleeSaveType type) { 43 (type == Runtime::kRefsAndArgs ? 0 : 3) + 1 /* Method* */) * 47 constexpr QuickMethodFrameInfo MipsCalleeSaveMethodFrameInfo(Runtime::CalleeSaveType type) {
|
/art/runtime/arch/x86_64/ |
quick_method_frame_info_x86_64.h | 22 #include "runtime.h" // for Runtime::CalleeSaveType. 41 constexpr uint32_t X86_64CalleeSaveCoreSpills(Runtime::CalleeSaveType type) { 43 (type == Runtime::kRefsAndArgs ? kX86_64CalleeSaveArgSpills : 0) | 47 constexpr uint32_t X86_64CalleeSaveFpSpills(Runtime::CalleeSaveType type) { 49 (type == Runtime::kRefsAndArgs ? kX86_64CalleeSaveFpArgSpills : 0); 52 constexpr uint32_t X86_64CalleeSaveFrameSize(Runtime::CalleeSaveType type) { 58 constexpr QuickMethodFrameInfo X86_64CalleeSaveMethodFrameInfo(Runtime::CalleeSaveType type) {
|
/cts/tools/dasm/src/java_cup/runtime/ |
char_token.java | 2 package java_cup.runtime; 8 * @see java_cup.runtime.str_token
|
double_token.java | 2 package java_cup.runtime; 8 * @see java_cup.runtime.str_token
|
float_token.java | 2 package java_cup.runtime; 8 * @see java_cup.runtime.str_token
|
int_token.java | 2 package java_cup.runtime; 8 * @see java_cup.runtime.str_token
|
long_token.java | 2 package java_cup.runtime; 8 * @see java_cup.runtime.str_token
|