HomeSort by relevance Sort by last modified time
    Searched full:runtime (Results 651 - 675 of 18263) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wppstmsg.h 3 * This file is part of the mingw-w64 runtime package.
wsipx.h 3 * This file is part of the mingw-w64 runtime package.
wsvns.h 3 * This file is part of the mingw-w64 runtime package.
xmldsodid.h 3 * This file is part of the mingw-w64 runtime package.
  /prebuilts/misc/common/swig/include/2.0.11/modula3/
modula3head.swg 7 %insert(runtime) %{
15 %insert(runtime) %{
37 %insert(runtime) {
61 %insert(runtime) %{
  /prebuilts/tools/common/cglib/
PREBUILT.txt 6 Description: A powerful, high performance and quality Code Generation Library, It is used to extend JAVA classes and implements interfaces at runtime.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/
plugin.xml 7 contentTypeId="org.eclipse.core.runtime.xml">
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.m 4 * - From the grammar source file : /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g
9 * ObjC language generator and runtime by Alan Condit, acondit|hereisanat|ipns|dotgoeshere|com.
40 // $ANTLR 3.2 Aug 23, 2010 07:48:06 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g 2010-08-23 07:54:47
184 [ANTLRBaseRecognizer setGrammarFileName:@"/usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g"];
225 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:7:7: ( ';' ) // ruleBlockSingleAlt
226 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:7:9: ';' // alt
255 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:8:7: ( '(' ) // ruleBlockSingleAlt
256 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:8:9: '(' // alt
285 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:9:7: ( ',' ) // ruleBlockSingleAlt
286 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:9:9: ',' // al
    [all...]
  /art/runtime/arch/arm/
quick_method_frame_info_arm.h 22 #include "runtime.h" // for Runtime::CalleeSaveType.
45 constexpr uint32_t ArmCalleeSaveCoreSpills(Runtime::CalleeSaveType type) {
46 return kArmCalleeSaveRefSpills | (type == Runtime::kRefsAndArgs ? kArmCalleeSaveArgSpills : 0) |
47 (type == Runtime::kSaveAll ? kArmCalleeSaveAllSpills : 0) | (1 << art::arm::LR);
50 constexpr uint32_t ArmCalleeSaveFpSpills(Runtime::CalleeSaveType type) {
51 return type == Runtime::kSaveAll ? kArmCalleeSaveFpAllSpills : 0;
54 constexpr uint32_t ArmCalleeSaveFrameSize(Runtime::CalleeSaveType type) {
60 constexpr QuickMethodFrameInfo ArmCalleeSaveMethodFrameInfo(Runtime::CalleeSaveType type) {
66 constexpr size_t ArmCalleeSaveFpr1Offset(Runtime::CalleeSaveType type)
    [all...]
  /art/runtime/arch/arm64/
asm_support_arm64.h 23 // Offset of field Runtime::callee_save_methods_[kSaveAll] verified in InitCpu
25 // Offset of field Runtime::callee_save_methods_[kRefsOnly] verified in InitCpu
27 // Offset of field Runtime::callee_save_methods_[kRefsAndArgs] verified in InitCpu
  /art/runtime/arch/x86_64/
asm_support_x86_64.h 23 // Offset of field Runtime::callee_save_methods_[kSaveAll]
25 // Offset of field Runtime::callee_save_methods_[kRefsOnly]
27 // Offset of field Runtime::callee_save_methods_[kRefsAndArgs]
  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.h 31 // Runtime shutdown lock is necessary to prevent races in thread initialization. When the thread is
33 // However, Thread::Init is guarded by the runtime shutdown lock, so we can prevent these races by
34 // holding the runtime shutdown lock and the mutator lock when we update the entrypoints.
  /art/runtime/
field_helper.cc 22 #include "runtime.h"
30 return Runtime::Current()->GetClassLinker()->FindSystemClass(Thread::Current(),
37 type = Runtime::Current()->GetClassLinker()->ResolveType(field_id.type_idx_, field_.Get());
  /art/test/118-noimage-dex2oat/
noimage-dex2oat.cc 32 Runtime::Current()->GetClassLinker()->FindOpenedOatDexFileForDexFile(dex_file);
38 return Runtime::Current()->GetHeap()->HasImageSpace();
42 return Runtime::Current()->IsImageDex2OatEnabled();
  /art/test/119-noimage-patchoat/
run 28 ${RUN} ${flags} ${BPATH} --runtime-option -Xnoimage-dex2oat --runtime-option -Xpatchoat:${false_bin}
32 ${RUN} ${flags} ${BPATH} --runtime-option -Ximage-dex2oat
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
AbstractTLexer.java 6 import org.antlr.runtime.CharStream;
7 import org.antlr.runtime.Lexer;
8 import org.antlr.runtime.RecognizerSharedState;
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t019lexer.html 18 "import org.antlr.runtime.*;",
32 var cstream = new org.antlr.runtime.ANTLRStringStream(xinput),
34 tstream = new org.antlr.runtime.CommonTokenStream(lexer);
  /external/chromium_org/chrome/browser/resources/cryptotoken/
cryptotokenbackground.js 30 // chrome.runtime.sendMessage
41 chrome.runtime.onMessageExternal.addListener(messageHandlerExternal);
44 chrome.runtime.onConnectExternal.addListener(function(port) {
  /external/chromium_org/extensions/shell/browser/
shell_runtime_api_delegate.cc 7 #include "extensions/common/api/runtime.h"
14 using extensions::core_api::runtime::PlatformInfo;
57 // We allow chrome.runtime.restart() to request a device restart on ChromeOS.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
ActionRegistry.js 10 /** @type {!StringMap.<!Runtime.Extension>} */
18 self.runtime.extensions(WebInspector.ActionDelegate).forEach(registerExtension, this);
21 * @param {!Runtime.Extension} extension
  /external/clang/test/CodeGenObjC/
fp2ret.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s | \
4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s | \
7 // RUN: %clang_cc1 -triple armv7-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -target-abi apcs-gnu -o - %s | \
optimized-setter.m 1 // RUN: %clang_cc1 %s -emit-llvm -fobjc-runtime=macosx-10.8 -triple x86_64-apple-macosx10.8.0 -o - | FileCheck %s
2 // RUN: %clang_cc1 %s -emit-llvm -fobjc-runtime=ios-6.0.0 -triple x86_64-apple-ios6.0.0 -o - | FileCheck %s
3 // RUN: %clang_cc1 %s -emit-llvm -fobjc-runtime=gnustep-1.7 -triple x86_64-unknown-freebsd -o - | FileCheck %s
  /external/compiler-rt/lib/ubsan/
CMakeLists.txt 1 # Build for the undefined behavior sanitizer runtime support library.
31 # Main UBSan runtime.
35 # C++-specific parts of UBSan runtime. Requires a C++ ABI library.
  /external/compiler-rt/test/ubsan/TestCases/Misc/
bounds.cpp 12 // CHECK-A-2: bounds.cpp:11:10: runtime error: index 2 out of bounds for type 'int [2][3][4]'
13 // CHECK-B-3: bounds.cpp:11:10: runtime error: index 3 out of bounds for type 'int [3][4]'
14 // CHECK-C-4: bounds.cpp:11:10: runtime error: index 4 out of bounds for type 'int [4]'
  /external/lldb/www/python_reference/
toc-lldb.runtime-module.html 6 <title>runtime</title>
13 <h1 class="toc">Module runtime</h1>
17 <a target="mainFrame" href="lldb.runtime-module.html#__package__"

Completed in 3025 milliseconds

<<21222324252627282930>>