/external/javassist/src/main/javassist/runtime/ |
Cflow.java | 16 package javassist.runtime; 20 * This support class is required at runtime
|
/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>
|
parser.hpp | 18 // Boost.Runtime.Parameter 19 #include <boost/test/utils/runtime/config.hpp> 20 #include <boost/test/utils/runtime/fwd.hpp> 21 #include <boost/test/utils/runtime/argument.hpp> 23 #include <boost/test/utils/runtime/cla/fwd.hpp> 24 #include <boost/test/utils/runtime/cla/modifier.hpp> 25 #include <boost/test/utils/runtime/cla/argv_traverser.hpp> 40 // ************** runtime::cla::parser ************** // 73 // ************** runtime::cla::parser ************** // 149 # include <boost/test/utils/runtime/cla/parser.ipp [all...] |
id_policy.hpp | 18 // Boost.Runtime.Parameter 19 #include <boost/test/utils/runtime/config.hpp> 21 #include <boost/test/utils/runtime/cla/fwd.hpp> 22 #include <boost/test/utils/runtime/cla/modifier.hpp> 23 #include <boost/test/utils/runtime/cla/argv_traverser.hpp> 25 #include <boost/test/utils/runtime/cla/iface/id_policy.hpp> 141 # include <boost/test/utils/runtime/cla/id_policy.ipp>
|
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...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/ |
modifier.hpp | 18 // Boost.Runtime.Parameter 19 #include <boost/test/utils/runtime/config.hpp>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/ |
fwd.hpp | 18 // Boost.Runtime.Parameter 19 #include <boost/test/utils/runtime/config.hpp>
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
DFA.js | 12 org.antlr.runtime.DFA = function() {}; 14 org.antlr.runtime.DFA.prototype = { 45 if (c===org.antlr.runtime.Token.EOF) { 80 if ( c==org.antlr.runtime.Token.EOF && this.eof[s]>=0 ) { // EOF Transition to accept state? 99 new org.antlr.runtime.NoViableAltException(this.getDescription(), 119 org.antlr.lang.augmentObject(org.antlr.runtime.DFA, { 147 return org.antlr.runtime.DFA.unpackEncodedString(encodedString);
|
ANTLRStringStream.js | 5 * @extends org.antlr.runtime.CharStream 8 org.antlr.runtime.ANTLRStringStream = function(data) { 72 org.antlr.lang.extend(org.antlr.runtime.ANTLRStringStream, 73 org.antlr.runtime.CharStream, 74 /** @lends org.antlr.runtime.ANTLRStringStream.prototype */ 118 return org.antlr.runtime.CharStream.EOF; 316 * @methodOf org.antlr.runtime.ANTLRStringStream.prototype 318 org.antlr.runtime.ANTLRStringStream.prototype.LT = org.antlr.runtime.ANTLRStringStream.prototype.LA;
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
runtime_custom_bindings.js | 5 // Custom binding for the runtime API. 7 var binding = require('binding').Binding.create('runtime'); 10 var runtimeNatives = requireNative('runtime'); 55 lastError.run('runtime.' + functionName, 61 lastError.run('runtime.' + functionName, 70 // Force the runtime API to be loaded in the background page. Using 71 // backgroundPageModuleSystem.require('runtime') is insufficient as 73 backgroundPage.chrome.runtime; 75 'runtime').bindDirectoryEntryCallback; 80 var runtime = binding.compiledApi [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.common_3.6.0.v20100503.jar | |
org.eclipse.core.expressions_3.4.200.v20100505.jar | |
/prebuilts/devtools/tools/lib/ |
org-eclipse-equinox-common-3.6.0.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.equinox.common_3.6.0.v20100503.jar | |
org.eclipse.core.expressions_3.4.200.v20100505.jar | |
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/ |
org-eclipse-equinox-common-3.6.0.jar | |
/libcore/luni/src/test/java/libcore/io/ |
MemoryTest.java | 33 VMRuntime runtime = VMRuntime.getRuntime(); local 34 byte[] array = (byte[]) runtime.newNonMovableArray(byte.class, scale * values.length + 1); 35 int base_ptr = (int) runtime.addressOf(array); 74 VMRuntime runtime = VMRuntime.getRuntime(); local 75 byte[] array = (byte[]) runtime.newNonMovableArray(byte.class, scale * values.length + 1); 76 int base_ptr = (int) runtime.addressOf(array); 112 VMRuntime runtime = VMRuntime.getRuntime(); local 113 byte[] array = (byte[]) runtime.newNonMovableArray(byte.class, scale * values.length + 1); 114 int base_ptr = (int) runtime.addressOf(array);
|
/external/antlr/antlr-3.4/runtime/JavaScript/build/ |
README | 12 * Move ant-contrib-1.0b3.jar from the unzipped directory to runtime/JavaScript/third/ 16 * Move compiler.jar from the unzipped directory to runtime/JavaScript/third/ 20 * Move the unzipped folder to runtime/JavaScript/third/jsdoc-toolkit 24 * Move the unzipped folder to runtime/JavaScript/tests/jsunit 27 1) In a shell cd to runtime/JavaScript/build. 28 2) Run 'ant'. This will build the JavaScript runtime libraries into the 29 runtime/JavaScript/lib folder. 36 different build method, update runtime/JavaScript/build/antlr3.properties to 38 2) In a shell cd to runtime/JavaScript/build. 40 issued during this step are expected. (We test the JS runtime agains [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
pcm-indirect.h | 51 struct snd_pcm_runtime *runtime = substream->runtime; local 52 snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr; 57 if (diff < -(snd_pcm_sframes_t) (runtime->boundary / 2)) 58 diff += runtime->boundary; 59 rec->sw_ready += (int)frames_to_bytes(runtime, diff); 105 return bytes_to_frames(substream->runtime, rec->sw_io); 117 struct snd_pcm_runtime *runtime = substream->runtime; local 118 snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
pcm-indirect.h | 51 struct snd_pcm_runtime *runtime = substream->runtime; local 52 snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr; 57 if (diff < -(snd_pcm_sframes_t) (runtime->boundary / 2)) 58 diff += runtime->boundary; 59 rec->sw_ready += (int)frames_to_bytes(runtime, diff); 105 return bytes_to_frames(substream->runtime, rec->sw_io); 117 struct snd_pcm_runtime *runtime = substream->runtime; local 118 snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr [all...] |
/art/test/104-growth-limit/src/ |
Main.java | 39 Object runtime = get_runtime.invoke(null); local 41 clear_growth_limit.invoke(runtime);
|
/external/antlr/ |
Android.mk | 18 LOCAL_MODULE := antlr-runtime 20 LOCAL_SRC_FILES := $(call all-java-files-under, antlr-3.4/runtime/Java/src/main/java) 22 LOCAL_SRC_FILES := $(filter-out antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/DOTTreeGenerator.java, $(LOCAL_SRC_FILES))
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
IntStream.as | 28 package org.antlr.runtime {
|
TokenStream.as | 28 package org.antlr.runtime {
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
UnbufferedTokenStream.java | 28 package org.antlr.runtime; 30 import org.antlr.runtime.misc.LookaheadStream;
|