/external/clang/test/Rewriter/ |
ivar-encoding-2.m | 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
|
rewrite-api-bug.m | 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
|
rewrite-foreach-7.m | 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
|
undeclared-method-1.m | 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
|
undef-field-reference-1.m | 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
|
/external/clang/tools/clang-check/ |
CMakeLists.txt | 20 RUNTIME DESTINATION bin)
|
/external/junit/src/org/junit/experimental/theories/ |
DataPoint.java | 6 @Retention(RetentionPolicy.RUNTIME)
|
DataPoints.java | 6 @Retention(RetentionPolicy.RUNTIME)
|
ParametersSuppliedBy.java | 7 @Retention(RetentionPolicy.RUNTIME)
|
Theory.java | 9 @Retention(RetentionPolicy.RUNTIME)
|
/external/webkit/Tools/RebaselineQueueServer/ |
app.yaml | 3 runtime: python
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/ |
VecMath.g3 | 12 @lexer::namespace{Antlr3.Runtime.Test.Composition} 13 @parser::namespace{Antlr3.Runtime.Test.Composition}
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t053heteroTP15.g | 11 V15.superclass.constructor.call(this, new org.antlr.runtime.CommonToken(ttype)); 13 org.antlr.lang.extend(V15, org.antlr.runtime.tree.CommonTree, {
|
t053heteroTP16.g | 10 V16.superclass.constructor.call(this, new org.antlr.runtime.CommonToken(ttype)); 13 org.antlr.lang.extend(V16, org.antlr.runtime.tree.CommonTree, {
|
t053heteroTP17.g | 10 V17.superclass.constructor.call(this, new org.antlr.runtime.CommonToken(ttype)); 12 org.antlr.lang.extend(V17, org.antlr.runtime.tree.CommonTree, {
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
UncaughtExceptionHandlers.java | 47 return new Exiter(Runtime.getRuntime()); 53 private final Runtime runtime; field in class:UncaughtExceptionHandlers.Exiter 55 Exiter(Runtime runtime) { 56 this.runtime = runtime; 62 runtime.exit(1);
|
/external/hamcrest/src/org/hamcrest/ |
Factory.java | 5 import static java.lang.annotation.RetentionPolicy.RUNTIME; 14 @Retention(RUNTIME)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar | |
org.eclipse.equinox.common_3.6.0.v20100503.jar | |
/external/antlr/antlr-3.4/runtime/Perl5/docs/ |
design.pod | 3 design.pod - ANTLR::Runtime Design Document 7 This document describes the design of the C<ANTLR::Runtime> Perl 5 port. 11 C<ANTLR::Runtime> is the port of the runtime part for ANTLR to Perl 5. ANTLR's 23 C<ANTLR::Runtime> uses C<Object::InsideOut> for OO modelling. 27 The Java package C<org.antlr.runtime> maps to the Perl 5 package 28 C<ANTLR::Runtime>.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
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/ |
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...] |
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/util/ |
TimeoutService.java | 33 private long runTime; 36 private TimeoutToken(long runTime, Runnable handler) 38 this.runTime = runTime; 62 if (tt.runTime > now) 68 todolist.wait(tt.runTime - now); 107 * @param runTime 111 public static TimeoutToken addTimeoutHandler(long runTime, Runnable handler) 113 TimeoutToken token = new TimeoutToken(runTime, handler); 123 if (o1.runTime > o2.runTime [all...] |
/frameworks/testing/androidtestlib/src/com/android/test/runner/listener/ |
SuiteAssignmentPrinter.java | 34 * This constant defines the maximum allowed runtime (in ms) for a test included in the "small" 40 * This constant defines the maximum allowed runtime (in ms) for a test included in the "medium" 62 long runTime; 68 runTime = -1; 70 runTime = endTime - mStartTime; 71 if (runTime < SMALL_SUITE_MAX_RUNTIME) { 73 } else if (runTime < MEDIUM_SUITE_MAX_RUNTIME) { 82 mWriter.printf("%s#%s\n" + "in %s suite\n" + "runTime: %d ms\n", 84 runTime);
|
/prebuilts/devtools/tools/lib/ |
org-eclipse-equinox-common-3.6.0.jar | |