/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar | |
org.eclipse.osgi_3.6.1.R36x_v20100806.jar | |
org.eclipse.osgi_3.6.2.R36x_v20101103.jar | |
/art/dex2oat/ |
dex2oat.cc | 49 #include "runtime.h" 139 UsageError(" --host: used with Portable backend to link against host runtime libraries"); 143 UsageError(" --runtime-arg <argument>: used to specify various arguments for the runtime,"); 145 UsageError(" Use a separate --runtime-arg switch for each argument."); 146 UsageError(" Example: --runtime-arg -Xms256m"); 155 Runtime::Options& options, 164 *p_dex2oat = new Dex2Oat(Runtime::Current(), compiler_backend, instruction_set, thread_count); 237 // SirtRef and ClassLoader creation needs to come after Runtime::Create 241 ClassLinker* class_linker = Runtime::Current()->GetClassLinker() 344 Runtime* runtime = Runtime::Current(); local [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
Profiler.java | 28 package org.antlr.runtime.debug; 30 import org.antlr.runtime.*; 31 import org.antlr.runtime.misc.DoubleKeyMap; 36 * and record statistics about the runtime. 117 public static final String RUNTIME_STATS_FILENAME = "runtime.stats"; 531 buf.append("ANTLR Runtime Report; Profile Version ");
|
RemoteDebugEventSocketListener.java | 28 package org.antlr.runtime.debug; 30 import org.antlr.runtime.RecognitionException; 31 import org.antlr.runtime.Token; 32 import org.antlr.runtime.CharStream; 33 import org.antlr.runtime.tree.BaseTree; 34 import org.antlr.runtime.tree.Tree;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
soc.h | 169 /* set runtime hw params */ 287 /* DAI runtime info */ 324 /* DAI runtime info */ 325 struct snd_pcm_runtime *runtime; member in struct:snd_soc_cpu_dai 342 /* runtime */ 445 /* runtime channel data */
|
pcm.h | 314 void (*private_free)(struct snd_pcm_runtime *runtime); 360 /* -- runtime information -- */ 361 struct snd_pcm_runtime *runtime; member in struct:snd_pcm_substream 611 return (substream->runtime->status->state == SNDRV_PCM_STATE_RUNNING || 612 (substream->runtime->status->state == SNDRV_PCM_STATE_DRAINING && 616 static inline ssize_t bytes_to_samples(struct snd_pcm_runtime *runtime, ssize_t size) 618 return size * 8 / runtime->sample_bits; 621 static inline snd_pcm_sframes_t bytes_to_frames(struct snd_pcm_runtime *runtime, ssize_t size) 623 return size * 8 / runtime->frame_bits; 626 static inline ssize_t samples_to_bytes(struct snd_pcm_runtime *runtime, ssize_t size 643 struct snd_pcm_runtime *runtime = substream->runtime; local 649 struct snd_pcm_runtime *runtime = substream->runtime; local 697 struct snd_pcm_runtime *runtime = substream->runtime; local 711 struct snd_pcm_runtime *runtime = substream->runtime; local 726 struct snd_pcm_runtime *runtime = substream->runtime; local 743 struct snd_pcm_runtime *runtime = substream->runtime; local 757 struct snd_pcm_runtime *runtime = substream->runtime; local 933 struct snd_pcm_runtime *runtime = substream->runtime; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
soc.h | 169 /* set runtime hw params */ 287 /* DAI runtime info */ 324 /* DAI runtime info */ 325 struct snd_pcm_runtime *runtime; member in struct:snd_soc_cpu_dai 342 /* runtime */ 445 /* runtime channel data */
|
/dalvik/dx/etc/ |
jasmin.jar | |
/art/runtime/gc/collector/ |
mark_sweep.cc | 49 #include "runtime.h" 232 Runtime::Current()->DisallowNewSystemWeaks(); 302 Runtime::Current()->AllowNewSystemWeaks(); 561 Runtime::Current()->GetThreadList()->VerifyRoots(VerifyRootCallback, this); 567 Runtime::Current()->VisitNonConcurrentRoots(MarkObjectCallback, this); 573 Runtime::Current()->VisitNonThreadRoots(MarkObjectCallback, this); 579 // Visit all runtime roots and clear dirty flags. 580 Runtime::Current()->VisitConcurrentRoots(MarkObjectCallback, this, false, true); 1031 Runtime* runtime = Runtime::Current(); local 1061 Runtime* runtime = Runtime::Current(); local [all...] |
/art/runtime/gc/ |
heap.cc | 165 alloc_space_ = space::DlMallocSpace::Create(Runtime::Current()->IsZygote() ? "zygote space" : "alloc space", 709 Runtime::Current()->GetThreadList()->GetLockOwner() == Thread::Current()->GetTid()) { 779 if (Runtime::Current()->HasStatsEnabled()) { 785 RuntimeStats* global_stats = Runtime::Current()->GetStats(); 801 if (Runtime::Current()->HasStatsEnabled()) { 807 RuntimeStats* global_stats = Runtime::Current()->GetStats(); 1977 Runtime* runtime = Runtime::Current(); local 2044 Runtime* runtime = Runtime::Current(); local [all...] |
/external/clang/lib/Driver/ |
Tools.cpp | 199 /// \brief Determine whether we are linking the ObjC runtime. 3690 ObjCRuntime runtime; local 3759 ObjCRuntime runtime; local 4861 ObjCRuntime runtime = local [all...] |
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |
/prebuilts/misc/common/antlr/ |
antlr-3.4-complete.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.osgi_3.6.2.R36x_v20110210.jar | |
/art/runtime/ |
thread.cc | 57 #include "runtime.h" 81 card_table_ = Runtime::Current()->GetHeap()->GetCardTable()->GetBiasedBegin(); 138 Runtime* runtime = Runtime::Current(); local 139 if (runtime == NULL) { 140 LOG(ERROR) << "Thread attaching to non-existent runtime: " << *self; 149 CHECK(!runtime->IsShuttingDown()); 150 self->Init(runtime->GetThreadList(), runtime->GetJavaVM()) 232 Runtime* runtime = Runtime::Current(); local 318 Runtime* runtime = Runtime::Current(); local 357 Runtime* runtime = Runtime::Current(); local 932 Runtime* runtime = Runtime::Current(); local 1501 Runtime* runtime = Runtime::Current(); local [all...] |
/external/chromium_org/v8/src/arm/ |
full-codegen-arm.cc | 199 __ CallRuntime(Runtime::kNewGlobalContext, 2); 204 __ CallRuntime(Runtime::kNewFunctionContext, 1); 267 __ CallRuntime(Runtime::kTraceEnter, 0); 393 // Runtime::TraceExit returns its parameter in r0. 395 __ CallRuntime(Runtime::kTraceExit, 1); 414 __ CallRuntime(Runtime::kOptimizeFunctionOnNextCall, 1); 795 // need to "declare" it at runtime to make sure it actually exists in the 849 __ CallRuntime(Runtime::kDeclareContextSlot, 4); 905 __ CallRuntime(Runtime::kDeclareContextSlot, 4); 3412 Label runtime, done, not_date_object; local 3747 Label runtime, done; local [all...] |
/external/chromium_org/v8/src/ia32/ |
full-codegen-ia32.cc | 188 __ CallRuntime(Runtime::kNewGlobalContext, 2); 193 __ CallRuntime(Runtime::kNewFunctionContext, 1); 257 __ CallRuntime(Runtime::kTraceEnter, 0); 373 __ CallRuntime(Runtime::kTraceExit, 1); 391 __ CallRuntime(Runtime::kOptimizeFunctionOnNextCall, 1); 753 // need to "declare" it at runtime to make sure it actually exists in the 805 __ CallRuntime(Runtime::kDeclareContextSlot, 4); 858 __ CallRuntime(Runtime::kDeclareContextSlot, 4); 924 // Call the runtime to declare the globals. 928 __ CallRuntime(Runtime::kDeclareGlobals, 3) 3363 Label runtime, done, not_date_object; local 3708 Label runtime, done; local [all...] |
/external/chromium_org/v8/src/mips/ |
full-codegen-mips.cc | 211 __ CallRuntime(Runtime::kNewGlobalContext, 2); 216 __ CallRuntime(Runtime::kNewFunctionContext, 1); 279 __ CallRuntime(Runtime::kTraceEnter, 0); 403 // Runtime::TraceExit returns its parameter in v0. 405 __ CallRuntime(Runtime::kTraceExit, 1); 424 __ CallRuntime(Runtime::kOptimizeFunctionOnNextCall, 1); 807 // need to "declare" it at runtime to make sure it actually exists in the 862 __ CallRuntime(Runtime::kDeclareContextSlot, 4); 3447 Label runtime, done, not_date_object; local 3798 Label runtime, done; local [all...] |
/external/linux-tools-perf/ |
builtin-sched.c | 34 static char default_sort_order[] = "avg, max, switch, runtime"; 142 u64 runtime; member in struct:work_atom 451 u64 runtime; local 454 ret = read(fd, &runtime, sizeof(runtime)); 455 BUG_ON(ret != sizeof(runtime)); 457 return runtime; 712 u64 runtime; member in struct:trace_runtime_event 1027 atom->runtime += delta; 1135 add_runtime_event(atoms, runtime_event->runtime, timestamp) [all...] |
/external/v8/src/arm/ |
full-codegen-arm.cc | 200 __ CallRuntime(Runtime::kNewFunctionContext, 1); 263 __ CallRuntime(Runtime::kTraceEnter, 0); 402 // Runtime::TraceExit returns its parameter in r0. 404 __ CallRuntime(Runtime::kTraceExit, 1); 423 __ CallRuntime(Runtime::kOptimizeFunctionOnNextCall, 1); 689 // Call the runtime to find the boolean value of the source and then 692 __ CallRuntime(Runtime::kToBool, 1); 796 // need to "declare" it at runtime to make sure it actually exists in the 881 __ CallRuntime(Runtime::kDeclareContextSlot, 4); 889 // Call the runtime to declare the globals 3037 Label runtime, done; local [all...] |
/external/v8/src/ia32/ |
full-codegen-ia32.cc | 193 __ CallRuntime(Runtime::kNewFunctionContext, 1); 257 __ CallRuntime(Runtime::kTraceEnter, 0); 404 __ CallRuntime(Runtime::kTraceExit, 1); 422 __ CallRuntime(Runtime::kOptimizeFunctionOnNextCall, 1); 770 // need to "declare" it at runtime to make sure it actually exists in the 850 __ CallRuntime(Runtime::kDeclareContextSlot, 4); 858 // Call the runtime to declare the globals. 862 __ CallRuntime(Runtime::kDeclareGlobals, 3); 2973 Label runtime, done; local [all...] |
/external/v8/src/mips/ |
full-codegen-mips.cc | 207 __ CallRuntime(Runtime::kNewFunctionContext, 1); 270 __ CallRuntime(Runtime::kTraceEnter, 0); 411 // Runtime::TraceExit returns its parameter in v0. 413 __ CallRuntime(Runtime::kTraceExit, 1); 432 __ CallRuntime(Runtime::kOptimizeFunctionOnNextCall, 1); 697 // Call the runtime to find the boolean value of the source and then 700 __ CallRuntime(Runtime::kToBool, 1); 803 // need to "declare" it at runtime to make sure it actually exists in the 891 __ CallRuntime(Runtime::kDeclareContextSlot, 4); 899 // Call the runtime to declare the globals 3057 Label runtime, done; local [all...] |
/external/v8/src/x64/ |
full-codegen-x64.cc | 207 __ CallRuntime(Runtime::kNewFunctionContext, 1); 270 __ CallRuntime(Runtime::kTraceEnter, 0); 362 __ CallRuntime(Runtime::kTraceExit, 1); 710 // need to "declare" it at runtime to make sure it actually exists in the 791 __ CallRuntime(Runtime::kDeclareContextSlot, 4); 799 // Call the runtime to declare the globals. 803 __ CallRuntime(Runtime::kDeclareGlobals, 3); 932 // guarantee cache validity, call the runtime system to check cache 945 __ CallRuntime(Runtime::kGetPropertyNamesFast, 1); 947 // If we got a map from the runtime call, we can do a fas 2860 Label runtime, done; local [all...] |