/external/antlr/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/python/cpython3/Tools/c-globals/ |
README | 2 # C Globals and CPython Runtime State. 12 * Python runtime state 23 isn't with the Python runtime having state. Rather, the problem is with 25 globals. Unlike the other globals, the runtime state represents a set 27 spread out it's harder to get a clear picture of what the runtime 29 that change the runtime. 31 Consequently, the globals for Python's runtime state have been 33 should be added for runtime state. Instead, they should be added to 40 are runtime state then they should be folded into _PyRuntimeState.
|
/art/test/004-NativeAllocations/src-art/ |
Main.java | 17 import java.lang.Runtime; 24 static VMRuntime runtime = VMRuntime.getRuntime(); field in class:Main 50 long maxMem = Runtime.getRuntime().maxMemory(); 58 runtime.registerNativeAllocation(size); 76 runtime.registerNativeFree(size); 87 long maxMem = Runtime.getRuntime().maxMemory(); 93 runtime.registerNativeAllocation(size); 98 runtime.registerNativeFree(size); 117 Runtime.getRuntime().gc();
|
/art/runtime/ |
signal_catcher.cc | 41 #include "runtime.h" 77 // Create a raw pthread; its start routine will attach to the runtime. 117 Runtime* runtime = Runtime::Current(); local 126 std::string fingerprint = runtime->GetFingerprint(); 128 os << "ABI: '" << GetInstructionSetString(runtime->GetInstructionSet()) << "'\n"; 132 runtime->DumpForSigQuit(os); 146 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references= */ false); 164 Runtime::Current()->DumpLockHolders(LOG_STREAM(INFO)) 174 Runtime* runtime = Runtime::Current(); local [all...] |
/external/pdfium/fxjs/xfa/ |
cjx_field.cpp | 42 CJS_V8* runtime, 51 CJS_V8* runtime, 56 WideString eventString = runtime->ToWideString(params[0]); 62 return CJS_Return(runtime->NewBoolean(iRet != XFA_EVENTERROR_Error)); 66 CJS_V8* runtime, 80 CJS_V8* runtime, 89 bool bValue = pWidgetAcc->DeleteItem(runtime->ToInt32(params[0]), true, true); 90 return CJS_Return(runtime->NewBoolean(bValue)); 94 CJS_V8* runtime, 99 int32_t iIndex = runtime->ToInt32(params[0]) [all...] |
cjx_instancemanager.cpp | 136 CJS_V8* runtime, 141 int32_t iFrom = runtime->ToInt32(params[0]); 142 int32_t iTo = runtime->ToInt32(params[1]); 163 CJS_V8* runtime, 168 int32_t iIndex = runtime->ToInt32(params[0]); 203 CJS_V8* runtime, 208 SetInstances(runtime->ToInt32(params[0])); 213 CJS_V8* runtime, 220 fFlags = runtime->ToBoolean(params[0]); 230 return CJS_Return(runtime->NewNull()) [all...] |
cjx_node.cpp | 114 CJS_Return CJX_Node::applyXSL(CJS_V8* runtime, 124 CJS_V8* runtime, 133 CJS_Return CJX_Node::clone(CJS_V8* runtime, 138 CXFA_Node* pCloneNode = GetXFANode()->Clone(runtime->ToBoolean(params[0])); 142 return CJS_Return(runtime->NewNull()); 143 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate())); 147 CJS_V8* runtime, 152 WideString expression = runtime->ToWideString(params[0]); 153 return CJS_Return(runtime->NewString( 158 CJS_V8* runtime, [all...] |
cjx_desc.cpp | 23 CJS_Return CJX_Desc::metadata(CJS_V8* runtime, 27 return CJS_Return(runtime->NewString(""));
|
cjx_wsdlconnection.cpp | 26 CJS_V8* runtime, 30 return CJS_Return(runtime->NewBoolean(false));
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
xfeed_manager_test.cc | 33 class TestInfeedBuffer : public cpu::runtime::XfeedBuffer { 88 cpu::runtime::XfeedManager* xfeed = cpu::runtime::GetXfeedManager(0); 100 cpu::runtime::XfeedManager* xfeed = cpu::runtime::GetXfeedManager(0); 111 cpu::runtime::XfeedManager* xfeed = cpu::runtime::GetXfeedManager(0); 133 cpu::runtime::XfeedManager* xfeed = cpu::runtime::GetXfeedManager(0);
|
/external/antlr/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...] |
/external/skia/src/compute/skc/platforms/cl_12/ |
extent_cl_12_unified.c | 36 skc_extent_thrw_tdrw_alloc(struct skc_runtime * const runtime, 40 extent->drw = skc_runtime_device_temp_alloc(runtime, 46 skc_extent_thrw_tdrw_free(struct skc_runtime * const runtime, 49 skc_runtime_device_temp_free(runtime,extent->drw,extent->id); 99 skc_extent_phrw_pdrw_alloc(struct skc_runtime * const runtime, 106 extent->drw = clCreateBuffer(runtime->cl.context, 112 skc_extent_phrw_pdrw_free(struct skc_runtime * const runtime, 163 skc_extent_phrN_pdwN_alloc(struct skc_runtime * const runtime, 170 extent->dwN = clCreateBuffer(runtime->cl.context, 176 skc_extent_phrN_pdwN_free(struct skc_runtime * const runtime, [all...] |
device_cl_12.h | 65 skc_device_create(struct skc_runtime * const runtime); 69 skc_device_dispose(struct skc_runtime * const runtime);
|
/external/skqp/src/compute/skc/platforms/cl_12/ |
extent_cl_12_unified.c | 36 skc_extent_thrw_tdrw_alloc(struct skc_runtime * const runtime, 40 extent->drw = skc_runtime_device_temp_alloc(runtime, 46 skc_extent_thrw_tdrw_free(struct skc_runtime * const runtime, 49 skc_runtime_device_temp_free(runtime,extent->drw,extent->id); 99 skc_extent_phrw_pdrw_alloc(struct skc_runtime * const runtime, 106 extent->drw = clCreateBuffer(runtime->cl.context, 112 skc_extent_phrw_pdrw_free(struct skc_runtime * const runtime, 163 skc_extent_phrN_pdwN_alloc(struct skc_runtime * const runtime, 170 extent->dwN = clCreateBuffer(runtime->cl.context, 176 skc_extent_phrN_pdwN_free(struct skc_runtime * const runtime, [all...] |
device_cl_12.h | 65 skc_device_create(struct skc_runtime * const runtime); 69 skc_device_dispose(struct skc_runtime * const runtime);
|
/art/test/104-growth-limit/src/ |
Main.java | 29 final Object runtime = get_runtime.invoke(null); local 35 Runtime.getRuntime().gc(); 38 clear_growth_limit.invoke(runtime);
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
IntStream.as | 28 package org.antlr.runtime {
|
TokenStream.as | 28 package org.antlr.runtime {
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/ |
UnbufferedTokenStream.java | 28 package org.antlr.runtime; 30 import org.antlr.runtime.misc.LookaheadStream;
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
RewriteRuleTokenStream.java | 28 package org.antlr.runtime.tree; 30 import org.antlr.runtime.Token;
|
Tree.java | 28 package org.antlr.runtime.tree; 30 import org.antlr.runtime.Token;
|
/external/antlr/runtime/ObjC/Framework/examples/treeparser/ |
Main.java | 1 import org.antlr.runtime.*; 2 import org.antlr.runtime.tree.*;
|
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/ |
ExecutionDataClient.java | 20 import org.jacoco.core.runtime.RemoteControlReader; 21 import org.jacoco.core.runtime.RemoteControlWriter;
|
/external/skia/src/compute/skc/ |
suballocator.h | 89 skc_suballocator_create(struct skc_runtime * const runtime, 97 skc_suballocator_dispose(struct skc_runtime * const runtime,
|