/external/chromium_org/chrome/common/extensions/docs/server2/ |
cache_chain_object_store_test.py | 16 'runtime.html': 'runtime', 21 'runtime.html': 'runtime', 40 self.assertEqual('runtime', self._store.Get('runtime.html').Get()) 46 self.assertEqual('runtime', self._first.Get('runtime.html').Get()) 49 self.assertEqual('runtime', self._store.Get('runtime.html').Get() [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCTP.java | 1 // $ANTLR 3.2 Aug 13, 2010 19:41:25 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g 2010-08-13 19:42:13 3 import org.antlr.runtime.*; 4 import org.antlr.runtime.tree.*;import java.util.Stack; 51 public String getGrammarFileName() { return "/usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g"; } 56 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:8:1: program : ( declaration )+ ; 59 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:9:5: ( ( declaration )+ ) 60 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:9:9: ( declaration )+ 62 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:9:9: ( declaration )+ 76 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:9:9: declaration 112 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:12:1: declaration : ( variable | ^( FUNC_DECL fun (…) [all...] |
/external/chromium_org/extensions/browser/api/runtime/ |
runtime_api.h | 13 #include "extensions/browser/api/runtime/runtime_api_delegate.h" 19 #include "extensions/common/api/runtime.h" 32 namespace runtime { namespace in namespace:extensions::core_api 41 // Runtime API dispatches onStartup, onInstalled, and similar events to 64 bool GetPlatformInfo(core_api::runtime::PlatformInfo* info); 100 // True if we should dispatch the chrome.runtime.onInstalled event with 139 core_api::runtime::OnRestartRequired::Reason reason); 149 DECLARE_EXTENSION_FUNCTION("runtime.getBackgroundPage", 162 DECLARE_EXTENSION_FUNCTION("runtime.setUninstallURL", RUNTIME_SETUNINSTALLURL) 171 DECLARE_EXTENSION_FUNCTION("runtime.reload", RUNTIME_RELOAD [all...] |
runtime_api_delegate.h | 16 namespace runtime { namespace in namespace:extensions::core_api 24 // This is a delegate interface for chrome.runtime API behavior. Clients must 44 // Registers an UpdateObserver on behalf of the runtime API. 47 // Unregisters an UpdateObserver on behalf of the runtime API. 63 // Navigates the browser to a URL on behalf of the runtime API. 68 virtual bool GetPlatformInfo(core_api::runtime::PlatformInfo* info) = 0;
|
/external/chromium_org/v8/src/compiler/ |
linkage.cc | 96 Runtime::FunctionId function, int parameter_count, 112 bool Linkage::NeedsFrameState(Runtime::FunctionId function) { 117 // few chosen runtime functions. 119 case Runtime::kDebugBreak: 120 case Runtime::kDebugGetLoadedScripts: 121 case Runtime::kDeoptimizeFunction: 122 case Runtime::kInlineCallFunction: 123 case Runtime::kPrepareStep: 124 case Runtime::kSetScriptBreakPoint: 125 case Runtime::kStackGuard [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
argument_factory.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/validation.hpp> 23 #include <boost/test/utils/runtime/argument.hpp> 24 #include <boost/test/utils/runtime/trace.hpp> 25 #include <boost/test/utils/runtime/interpret_argument_value.hpp> 27 #include <boost/test/utils/runtime/cla/fwd.hpp> 28 #include <boost/test/utils/runtime/cla/value_generator.hpp> 29 #include <boost/test/utils/runtime/cla/value_handler.hpp [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.osgi_3.6.1.R36x_v20100806.jar | |
org.eclipse.osgi_3.6.2.R36x_v20101103.jar | |
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.osgi_3.6.2.R36x_v20110210.jar | |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/ |
Fuzzy.m | 4 * - From the grammar source file : /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g 9 * C language generator and runtime by Jim Idle, jimi|hereisanat|idle|dotgoeshere|ws. 40 // $ANTLR 3.2 Aug 20, 2010 13:39:32 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g 2010-08-20 13:40:15 305 [ANTLRBaseRecognizer setGrammarFileName:@"/usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g"]; 413 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:5:2: ( 'import' WS name= QIDStar ( WS )? ';' ) // ruleBlockSingleAlt 414 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:5:4: 'import' WS name= QIDStar ( WS )? ';' // alt 425 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:5:29: ( WS )? // block 434 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:5:29: WS // alt 471 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:10:2: ( 'return' ( options {greedy=false; } : . )* ';' ) // ruleBlockSingleAlt 472 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:10:4: 'return' ( options {greedy=false; } : . )* ';' // al [all...] |
/art/runtime/arch/x86_64/ |
thread_x86_64.cc | 61 Runtime::GetCalleeSaveMethodOffset(Runtime::kSaveAll)); 63 Runtime::GetCalleeSaveMethodOffset(Runtime::kRefsOnly)); 65 Runtime::GetCalleeSaveMethodOffset(Runtime::kRefsAndArgs));
|
/art/runtime/mirror/ |
dex_cache.cc | 28 #include "runtime.h" 54 Runtime* runtime = Runtime::Current(); local 55 if (runtime->HasResolutionMethod()) { 57 ArtMethod* trampoline = runtime->GetResolutionMethod();
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t017parser.html | 29 var cstream = new org.antlr.runtime.ANTLRStringStream("int foo;"), 31 tstream = new org.antlr.runtime.CommonTokenStream(lexer), 39 var cstream = new org.antlr.runtime.ANTLRStringStream("int foo() { 1+2 }"); 41 tstream = new org.antlr.runtime.CommonTokenStream(lexer), 50 var cstream = new org.antlr.runtime.ANTLRStringStream("int foo() { 1+; 1+2 }"), 52 tstream = new org.antlr.runtime.CommonTokenStream(lexer),
|
t031emptyAlt.html | 32 var cstream = new org.antlr.runtime.ANTLRStringStream("foo"), 34 tstream = new org.antlr.runtime.CommonTokenStream(lexer), 42 var cstream = new org.antlr.runtime.ANTLRStringStream("foo jfef9jfe88d"), 44 tstream = new org.antlr.runtime.CommonTokenStream(lexer), 52 var cstream = new org.antlr.runtime.ANTLRStringStream("foo bar"), 54 tstream = new org.antlr.runtime.CommonTokenStream(lexer),
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
Parser.pm | 1 package ANTLR::Runtime::Parser; 8 extends 'ANTLR::Runtime::BaseRecognizer'; 12 does => 'ANTLR::Runtime::TokenStream' 37 if ($expected_token_type == ANTLR::Runtime::Token->EOF) { 44 my $t = ANTLR::Runtime::CommonToken->new({ 49 if ($current->get_type() == ANTLR::Runtime::Token->EOF) {
|
/external/bison/ |
PACKAGING | 8 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/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/ |
externally_connectable.html | 4 The <code>externally_connectable</code> manifest property declares which extensions, apps, and web pages can connect to your {{platform}} via <a href="../runtime#method-connect">runtime.connect</a> and <a href="../runtime#method-sendMessage">runtime.sendMessage</a>. 42 // $(ref:runtime.connect)'s connectInfo or $(ref:runtime.sendMessage)'s options.
|
/external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format35c/ |
Format35c.smali | 26 .annotation runtime Lorg/junit/Test; 42 .annotation runtime Lorg/junit/Test; 55 .annotation runtime Lorg/junit/Test; 68 .annotation runtime Lorg/junit/Test; 81 .annotation runtime Lorg/junit/Test; 97 .annotation runtime Lorg/junit/Test;
|
/prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-2.0/1.5/ |
gmaven-runtime-2.0-1.5.pom | 25 <groupId>org.codehaus.gmaven.runtime</groupId> 26 <artifactId>gmaven-runtime</artifactId> 30 <name>GMaven Runtime :: 2.0</name> 31 <artifactId>gmaven-runtime-2.0</artifactId> 49 <groupId>org.codehaus.gmaven.runtime</groupId> 50 <artifactId>gmaven-runtime-support</artifactId>
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar | |
org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar | |
org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar | |
/art/runtime/ |
signal_catcher.cc | 33 #include "runtime.h" 71 // Create a raw pthread; its start routine will attach to the runtime. 126 Runtime* runtime = Runtime::Current(); local 127 ThreadList* thread_list = runtime->GetThreadList(); 145 os << "ABI: " << GetInstructionSetString(runtime->GetInstructionSet()) << "\n"; 149 runtime->DumpForSigQuit(os); 171 Runtime::Current()->GetHeap()->CollectGarbage(false); 188 Runtime::Current()->DumpLockHolders(LOG(INFO)) 198 Runtime* runtime = Runtime::Current(); local [all...] |