Searched defs:source (Results 26 - 50 of 1062) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
H A DMain.java66 public static void parse(File source) throws Exception argument
76 if (source.isDirectory())
78 System.out.println("Directory: " + source.getAbsolutePath());
79 String files[] = source.list();
83 parse(new File(source, files[i]));
93 String sourceFile = source.getName();
103 parseSource(source.getAbsolutePath());
116 public static void parseSource(String source) throws Exception argument
123 // and tell the lexer that that is the character source.
127 lexer.setCharStream(new ANTLRFileStream(source, "UTF
[all...]
/external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/mock/
H A DMockPropertyChangeEvent.java33 * @param source
35 public MockPropertyChangeEvent(Object source) { argument
36 super(source);
/external/glide/library/src/main/java/com/bumptech/glide/load/
H A DResourceDecoder.java18 * The {@code source} is managed by the caller, there's no need to close it.
28 * @param source The data the resource should be decoded from.
33 Resource<Z> decode(T source, int width, int height) throws IOException; argument
/external/guava/guava/src/com/google/common/eventbus/
H A DDeadEvent.java36 private final Object source; field in class:DeadEvent
42 * @param source object broadcasting the DeadEvent (generally the
46 public DeadEvent(Object source, Object event) { argument
47 this.source = checkNotNull(source);
55 * @return the source of this event.
58 return source;
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DVisibilityPredicate.java26 public VisibilityPredicate(Class source, boolean protectedOk) { argument
28 pkg = TypeUtils.getPackageName(Type.getType(source));
/external/nist-sip/java/javax/sip/
H A DTimeoutEvent.java6 public TimeoutEvent(Object source, ServerTransaction serverTransaction, argument
8 super(source, serverTransaction);
12 public TimeoutEvent(Object source, ClientTransaction clientTransaction, argument
14 super(source, clientTransaction);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DRealResponseBody.java25 private final BufferedSource source; field in class:RealResponseBody
27 public RealResponseBody(Headers headers, BufferedSource source) { argument
29 this.source = source;
41 @Override public BufferedSource source() { method in class:RealResponseBody
42 return source;
/external/okhttp/okio/okio/src/main/java/okio/
H A DForwardingSink.java34 @Override public void write(Buffer source, long byteCount) throws IOException { argument
35 delegate.write(source, byteCount);
H A DSink.java52 /** Removes {@code byteCount} bytes from {@code source} and appends them to this. */
53 void write(Buffer source, long byteCount) throws IOException; argument
/external/openfst/src/bin/
H A Dfstcompile.cc54 const char *source = "standard input"; local
57 source = argv[1];
86 s::CompileFst(*istrm, source, dest, FLAGS_fst_type, FLAGS_arc_type,
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_uncompr.c12 Decompresses the source buffer into the destination buffer. sourceLen is
13 the byte length of the source buffer. Upon entry, destLen is the total
27 const Bytef *source,
33 stream.next_in = (z_const Bytef *)source;
35 /* Check for source > 64K on 16-bit machine: */
24 uncompress( Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen) argument
/external/replicaisland/src/com/replica/replicaisland/
H A DVectorPool.java41 /** Allocates a vector and assigns the value of the passed source vector to it. */
42 public Vector2 allocate(Vector2 source) { argument
44 entry.set(source);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPhoneNumberUtils.java11 public static java.lang.String formatNumber(java.lang.String source) { argument
12 return source + "-formatted";
16 public static java.lang.String stripSeparators(java.lang.String source) { argument
17 return source + "-stripped";
/external/smali/util/src/main/java/org/jf/util/
H A DTextUtils.java5 * Redistribution and use in source and binary forms, with or without
9 * * Redistributions of source code must retain the above copyright
42 public static String normalizeNewlines(@Nonnull String source) { argument
43 return normalizeNewlines(source, newline);
47 public static String normalizeNewlines(@Nonnull String source, String newlineValue) { argument
48 return source.replace("\r", "").replace("\n", newlineValue);
52 public static String normalizeWhitespace(@Nonnull String source) { argument
53 source = normalizeNewlines(source, "\n");
56 Matcher matcher = pattern.matcher(source);
[all...]
/external/v8/test/cctest/compiler/
H A Dtest-linkage.cc2 // Use of this source code is governed by a BSD-style license that can be
30 static Handle<JSFunction> Compile(const char* source) { argument
33 ->NewStringFromUtf8(CStrVector(source))
H A Dtest-run-variables.cc2 // Use of this source code is governed by a BSD-style license that can be
51 static void RunVariableTests(const char* source, const char* tests[]) { argument
56 SNPrintF(buffer, source, tests[i]);
80 const char* source = "(function(a,r) { %s; return r; })"; local
81 RunVariableTests(source, load_tests);
86 const char* source = "(function(a,r) { %s; function f() {x} return r; })"; local
87 RunVariableTests(source, load_tests);
92 const char* source = "(function(a,r) { %s; return r; })"; local
93 RunVariableTests(source, store_tests);
98 const char* source local
104 const char* source = "(function(a,r) { %s; return r; })"; local
110 const char* source = "(function(a,r) { %s; function f() {x} return r; })"; local
[all...]
/external/valgrind/none/tests/s390x/
H A Dex_clone.c10 char source[40] = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\0"; variable
32 ::"a" (buf2), "a" (source)
55 ::"a" (target), "a" (source)
H A Dmvst.c16 int mvst(void *targetp, void *source) argument
21 ::"a" (targetp),"a" (source): "0", "memory", "cc");
25 int mvst_full(void *targetp, void *source) argument
31 ::"a" (targetp),"a" (source): "0", "memory", "cc");
/external/vogar/src/vogar/
H A DFileCache.java28 void copyToCache(File source, String key); argument
/external/vogar/src/vogar/target/
H A DPackage.java32 private final ClassPathScanner source; field in class:Package
36 Package(ClassPathScanner source, argument
38 this.source = source;
52 info.add(source.scan(name));
/external/vogar/src/vogar/tasks/
H A DRetrieveFilesTask.java43 private void retrieveFiles(File destination, File source, FileFilter filenameFilter) argument
45 for (File file : run.target.ls(source)) {
/external/compiler-rt/
H A DAndroid.mk274 define get-libcompiler-rt-source-files
275 $(if $(findstring $(1),arm),$(call get-libcompiler-rt-arm-source-files),
276 $(if $(findstring $(1),mips),$(call get-libcompiler-rt-mips-source-files),
277 $(if $(findstring $(1),x86),$(call get-libcompiler-rt-x86-source-files),
278 $(if $(findstring $(1),x86_64),$(call get-libcompiler-rt-x86_64-source-files),
279 $(if $(findstring $(1),x32),$(call get-libcompiler-rt-x86-source-files),
280 $(if $(findstring $(1),arm64),$(call get-libcompiler-rt-arm64-source-files),
281 $(if $(findstring $(1),mips64),$(call get-libcompiler-rt-mips64-source-files),
285 # $(1): source list
288 # If lib/builtins/<arch>/X.[cS] is included in the source lis
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
H A DDummyLocalizable.java33 private final String source; field in class:DummyLocalizable
36 * @param source source text
38 public DummyLocalizable(final String source) { argument
39 this.source = source;
44 return source;
49 return source;
55 return source;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DIncrementalSAXSource.java87 public void startParse(InputSource source) throws SAXException; argument
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLBIOSource.java24 private OpenSSLBIOInputStream source; field in class:OpenSSLBIOSource
31 public OpenSSLBIOSource(OpenSSLBIOInputStream source) { argument
32 this.source = source;
36 return source.getBioContext();
40 if (source != null) {
41 NativeCrypto.BIO_free_all(source.getBioContext());
42 source = null;
56 private final ByteBuffer source; field in class:OpenSSLBIOSource.ByteBufferInputStream
58 public ByteBufferInputStream(ByteBuffer source) { argument
[all...]

Completed in 3439 milliseconds

1234567891011>>