HomeSort by relevance Sort by last modified time
    Searched refs:source (Results 1 - 25 of 24255) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/com32/lib/
chrreplace.c 3 /* Replace char 'old' by char 'new' in source */
4 void chrreplace(char *source, char old, char new)
6 while (*source) {
7 source++;
8 if (source[0] == old) source[0]=new;
  /external/clang/test/Frontend/
verify2.c 10 #error source
18 // CHECK-NEXT: Line 10: source
37 // CHECK2-NEXT: File {{.*}}verify2.c Line 10: source
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
local6.d 0 #source: greg-4.s
2 #source: greg-4.s
3 #source: greg-4.s
4 #source: local1.s
5 #source: local2.s
6 #source: ext1.s
7 #source: start.s
local6m.d 0 #source: greg-4.s
2 #source: greg-4.s
3 #source: greg-4.s
4 #source: local1.s
5 #source: local2.s
6 #source: ext1.s
7 #source: start.s
local8.d 0 #source: greg-5.s
2 #source: greg-5.s
3 #source: greg-5.s
4 #source: greg-5.s
5 #source: greg-5.s
6 #source: greg-5.s
7 #source: greg-5.s
8 #source: greg-4.s
9 #source: greg-4.s
10 #source: greg-4.
    [all...]
local8m.d 0 #source: greg-5.s
2 #source: greg-5.s
3 #source: greg-5.s
4 #source: greg-5.s
5 #source: greg-5.s
6 #source: greg-5.s
7 #source: greg-5.s
8 #source: greg-4.s
9 #source: greg-4.s
10 #source: greg-4.
    [all...]
local2.d 0 #source: greg-4.s
2 #source: greg-4.s
3 #source: greg-4.s
4 #source: local1.s
5 #source: regext1.s
6 #source: start.s
local2m.d 0 #source: greg-4.s
2 #source: greg-4.s
3 #source: greg-4.s
4 #source: local1.s
5 #source: regext1.s
6 #source: start.s
local4.d 0 #source: greg-4.s
2 #source: greg-4.s
3 #source: greg-4.s
4 #source: local1.s
5 #source: ext1.s
6 #source: start.s
local4m.d 0 #source: greg-4.s
2 #source: greg-4.s
3 #source: greg-4.s
4 #source: local1.s
5 #source: ext1.s
6 #source: start.s
getaa-6b.d 0 #source: start.s
2 #source: a.s
3 #source: pad2p18m32.s
4 #source: pad16.s
5 #source: pad4.s
6 #source: pad4.s
7 #source: pad4.s
8 #source: getaa.s
getaa14b.d 0 #source: start.s
2 #source: a.s
3 #source: pad2p18m32.s
4 #source: pad16.s
5 #source: pad4.s
6 #source: pad4.s
7 #source: pad4.s
8 #source: getaa.s
greg-17.d 0 #source: gregget1.s
2 #source: greg-1.s
3 #source: greg-5.s
4 #source: greg-5.s
5 #source: greg-5.s
6 #source: greg-5.s
7 #source: greg-5.s
8 #source: greg-5.s
9 #source: greg-5.s
10 #source: greg-5.
    [all...]
greg-18.d 0 #source: gregget1.s
2 #source: greg-5.s
3 #source: greg-5.s
4 #source: greg-5.s
5 #source: greg-5.s
6 #source: greg-5.s
7 #source: greg-5.s
8 #source: greg-5.s
9 #source: greg-5.s
10 #source: greg-5.
    [all...]
greg-8.d 0 #source: gregget1.s
2 #source: greg-1.s
3 #source: greg-5.s
4 #source: greg-5.s
5 #source: greg-5.s
6 #source: greg-5.s
7 #source: greg-5.s
8 #source: greg-5.s
9 #source: greg-5.s
10 #source: greg-5.
    [all...]
greg-9.d 0 #source: gregget1.s
2 #source: greg-5.s
3 #source: greg-5.s
4 #source: greg-5.s
5 #source: greg-5.s
6 #source: greg-5.s
7 #source: greg-5.s
8 #source: greg-5.s
9 #source: greg-5.s
10 #source: greg-5.
    [all...]
jumpa-6b.d 0 #source: start.s
2 #source: a.s
3 #source: pad2p26m32.s
4 #source: pad16.s
5 #source: pad4.s
6 #source: pad4.s
7 #source: pad4.s
8 #source: jumpa.s
jumpa14b.d 0 #source: start.s
2 #source: a.s
3 #source: pad2p26m32.s
4 #source: pad16.s
5 #source: pad4.s
6 #source: pad4.s
7 #source: pad4.s
8 #source: jumpa.s
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DummyLocalizable.java 32 /** Source string. */
33 private final String source; field in class:DummyLocalizable
36 * @param source source text
38 public DummyLocalizable(final String source) {
39 this.source = source;
44 return source;
49 return source;
55 return source;
    [all...]
  /libcore/ojluni/src/main/java/java/util/
EventObject.java 32 * All Events are constructed with a reference to the object, the "source",
46 protected transient Object source; field in class:EventObject
51 * @param source The object on which the Event initially occurred.
52 * @exception IllegalArgumentException if source is null.
54 public EventObject(Object source) {
55 if (source == null)
56 throw new IllegalArgumentException("null source");
58 this.source = source;
67 return source;
    [all...]
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLBIOSource.java 2 * Copyright (C) 2014 The Android Open Source Project
24 * Wrapped by a BoringSSL BIO to act as a source of bytes.
27 private OpenSSLBIOInputStream source; field in class:OpenSSLBIOSource
34 private OpenSSLBIOSource(OpenSSLBIOInputStream source) {
35 this.source = source;
39 return source.getBioContext();
43 if (source != null) {
44 NativeCrypto.BIO_free_all(source.getBioContext());
45 source = null
59 private final ByteBuffer source; field in class:OpenSSLBIOSource.ByteBufferInputStream
    [all...]
  /frameworks/base/core/java/android/text/
SpannedString.java 2 * Copyright (C) 2006 The Android Open Source Project
30 * @param source source object to copy from
31 * @param ignoreNoCopySpan whether to copy NoCopySpans in the {@code source}
34 public SpannedString(CharSequence source, boolean ignoreNoCopySpan) {
35 super(source, 0, source.length(), ignoreNoCopySpan);
41 * @param source source text
43 public SpannedString(CharSequence source) {
    [all...]
  /external/turbine/java/com/google/turbine/diag/
SourceFile.java 19 /** A source file. */
23 private final String source; field in class:SourceFile
25 public SourceFile(String path, String source) {
27 this.source = source;
35 /** The source. */
36 public String source() { method in class:SourceFile
37 return source;
  /libcore/ojluni/src/main/java/java/text/
CollationKey.java 30 * The original version of this source code and documentation is copyrighted
116 * @return the source string of this CollationKey
119 return source;
137 * @param source the source string
138 * @exception NullPointerException if {@code source} is null
141 protected CollationKey(String source) {
142 if (source==null){
145 this.source = source;
148 final private String source; field in class:CollationKey
    [all...]
  /external/libyuv/files/
linux.mk 13 source/compare.o \
14 source/compare_common.o \
15 source/compare_gcc.o \
16 source/compare_neon64.o \
17 source/compare_neon.o \
18 source/compare_win.o \
19 source/convert_argb.o \
20 source/convert.o \
21 source/convert_from_argb.o \
22 source/convert_from.o
    [all...]

Completed in 376 milliseconds

1 2 3 4 5 6 7 8 91011>>