HomeSort by relevance Sort by last modified time
    Searched defs:SOURCE (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /external/one-true-awk/
makefile 41 SOURCE = awk.h ytab.c ytab.h proto.h awkgram.y lex.c b.c main.c \
47 SHIP = README FIXES $(SOURCE) ytab[ch].bak makefile \
  /libcore/ojluni/src/main/java/java/lang/annotation/
RetentionPolicy.java 41 SOURCE,
  /external/python/cpython2/PC/VC6/
_ssl.mak 18 SOURCE=../../Modules/_ssl.c $(SSL_LIB_DIR)/libeay32.lib $(SSL_LIB_DIR)/ssleay32.lib
20 $(MODULE): $(SOURCE) ../*.h ../../Include/*.h
22 cl /nologo $(SOURCE) $(CFLAGS) /Fo$(TEMP_DIR)\$*.obj $(INCLUDES) /link /out:$(MODULE) $(LIBS) $(LFLAGS)
  /external/clang/test/PCH/
cxx-member-init.cpp 27 #ifdef SOURCE
39 #define SOURCE
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DiskCacheStrategy.java 7 /** Caches with both {@link #SOURCE} and {@link #RESULT}. */
12 SOURCE(true, false),
EngineRunnable.java 15 * from cache, first using transformed data and then using source data. If no resource can be decoded from cache,
17 * {@link com.bumptech.glide.load.engine.DecodeJob} to decode data directly from the original source.
21 * Using two stages with a re-post in between allows us to run fast disk cache decodes on one thread and slow source
90 stage = Stage.SOURCE;
133 /** Attempting to decode resource from source data. */
134 SOURCE
  /frameworks/ex/common/java/com/android/common/
Search.java 2 * Copyright (C) 2010 The Android Open Source Project
34 * Key for the source identifier set by the application that launched a search intent.
35 * The identifier is search-source specific string. It can be used
38 * The source identifier is stored in the {@link android.app.SearchManager#APP_DATA}
42 public final static String SOURCE = "source";
  /external/libpcap/msdos/
makefile 24 SOURCE = grammar.c scanner.c bpf_filt.c bpf_imag.c bpf_dump.c \
29 BORLAND_OBJ = $(SOURCE:.c=.obj) msdos\pkt_rx0.obj msdos\ndis_0.obj
31 HIGHC_OBJ = $(SOURCE:.c=.o32) msdos\pkt_rx0.o32
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pipes.py 75 SOURCE = '.-' # Must be first, writes stdout
79 SOURCE, SINK]
118 if kind == SOURCE:
120 'Template.append: SOURCE can only be prepended'
143 if self.steps and self.steps[0][1] == SOURCE:
145 'Template.prepend: already begins with SOURCE'
178 if self.steps[0][1] == SOURCE:
180 'Template.open_w: pipeline begins with SOURCE'
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
MultiFileMetadataSourceImplTest.java 26 private static final MultiFileMetadataSourceImpl SOURCE =
33 PhoneMetadata uaeMetadata = SOURCE.getMetadataForRegion("AE");
49 PhoneMetadata intlMetadata = SOURCE.getMetadataForNonGeographicalRegion(800);
  /external/python/cpython2/Lib/
pipes.py 73 SOURCE = '.-' # Must be first, writes stdout
77 SOURCE, SINK]
116 if kind == SOURCE:
118 'Template.append: SOURCE can only be prepended'
141 if self.steps and self.steps[0][1] == SOURCE:
143 'Template.prepend: already begins with SOURCE'
176 if self.steps[0][1] == SOURCE:
178 'Template.open_w: pipeline begins with SOURCE'
  /external/python/cpython3/Lib/
pipes.py 75 SOURCE = '.-' # Must be first, writes stdout
79 SOURCE, SINK]
116 if kind == SOURCE:
117 raise ValueError('Template.append: SOURCE can only be prepended')
134 if self.steps and self.steps[0][1] == SOURCE:
135 raise ValueError('Template.prepend: already begins with SOURCE')
165 if self.steps[0][1] == SOURCE:
166 raise ValueError('Template.open_w: pipeline begins with SOURCE')
  /packages/apps/Dialer/java/com/android/dialer/database/
FilteredNumberContract.java 2 * Copyright (C) 2015 The Android Open Source Project
41 /** The original source of the filtered number, e.g. the user manually added it. */
98 * Integer representing the original source of the filtered number.
102 String SOURCE = "source";
112 * <dd>Required fields: NUMBER, NORMALIZED_NUMBER, TYPE, SOURCE. A default value will be used for
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pipes.py 73 SOURCE = '.-' # Must be first, writes stdout
77 SOURCE, SINK]
116 if kind == SOURCE:
118 'Template.append: SOURCE can only be prepended'
141 if self.steps and self.steps[0][1] == SOURCE:
143 'Template.prepend: already begins with SOURCE'
176 if self.steps[0][1] == SOURCE:
178 'Template.open_w: pipeline begins with SOURCE'
  /prebuilts/gdb/linux-x86/lib/python2.7/
pipes.py 73 SOURCE = '.-' # Must be first, writes stdout
77 SOURCE, SINK]
116 if kind == SOURCE:
118 'Template.append: SOURCE can only be prepended'
141 if self.steps and self.steps[0][1] == SOURCE:
143 'Template.prepend: already begins with SOURCE'
176 if self.steps[0][1] == SOURCE:
178 'Template.open_w: pipeline begins with SOURCE'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pipes.py 73 SOURCE = '.-' # Must be first, writes stdout
77 SOURCE, SINK]
116 if kind == SOURCE:
118 'Template.append: SOURCE can only be prepended'
141 if self.steps and self.steps[0][1] == SOURCE:
143 'Template.prepend: already begins with SOURCE'
176 if self.steps[0][1] == SOURCE:
178 'Template.open_w: pipeline begins with SOURCE'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pipes.py 73 SOURCE = '.-' # Must be first, writes stdout
77 SOURCE, SINK]
116 if kind == SOURCE:
118 'Template.append: SOURCE can only be prepended'
141 if self.steps and self.steps[0][1] == SOURCE:
143 'Template.prepend: already begins with SOURCE'
176 if self.steps[0][1] == SOURCE:
178 'Template.open_w: pipeline begins with SOURCE'
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
Styles.java 46 /** Source file element */
76 /** Block of source code */
77 public static final String SOURCE = "source";
79 /** Line number before each source line */
82 /** Part of source code where instructions are not covered */
85 /** Part of source code where instructions are partly covered */
88 /** Part of source code where instructions are is fully covered */
91 /** Part of source code where branches are not covered */
94 /** Part of source code where branches are partly covered *
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioRecordHelper.java 18 private static final int[] SOURCE = {
29 private final int source; field in class:AudioRecordHelper
39 for (int source : SOURCE) {
42 AudioRecord testAudioRecord = new AudioRecord(source, rate, CHANNEL, ENCODING,
47 tmpSource = source;
57 source = tmpSource;
58 Log.d(TAG, "Sample rate = " + sampleRate + "Hz, Source = "
59 + source + " (VOICE_RECOGNITION = 6 , MIC = 1)");
76 audioRecord = new AudioRecord(source, sampleRate, CHANNEL, ENCODING, bufferSize)
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorMatrixTest.java 2 * Copyright (C) 2008 The Android Open Source Project
35 private static final float[] SOURCE = new float[] {
46 mColorMatrix = new ColorMatrix(SOURCE);
53 ColorMatrix cM1 = new ColorMatrix(SOURCE);
55 assertArrayEquals(SOURCE, fA1, 0.0f);
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
PolicyEntryOperation.h 49 #define SOURCE BIT(30)
  /external/fio/
Makefile 39 SOURCE := $(patsubst $(SRCDIR)/%,%,$(wildcard $(SRCDIR)/crc/*.c)) \
56 SOURCE += engines/libhdfs.c
69 SOURCE += engines/libaio.c
72 SOURCE += engines/rdma.c
75 SOURCE += engines/posixaio.c
78 SOURCE += engines/falloc.c
81 SOURCE += engines/e4defrag.c
84 SOURCE += engines/splice.c
87 SOURCE += engines/guasi.c
90 SOURCE += engines/fusion-aw.
    [all...]
  /test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
ReportLogTest.java 2 * Copyright (C) 2015 The Android Open Source Project
30 private static final String SOURCE = "Source";
38 " <Metric source=\"com.android.compatibility.common.util.ReportLogTest#%s\" "
110 // Should pass with a short source.
111 Metric metric = new Metric(SOURCE, MESSAGE, 1.0, ResultType.HIGHER_BETTER, ResultUnit.BYTE);
112 assertEquals("Expected message to be ok", SOURCE, metric.getSource());
113 // Make a long source.
115 // 40 x "Source" = 240 character string
116 for (int i = 0; i < 40; i++) sb.append(SOURCE);
117 String source = sb.toString(); local
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
SV.py 42 SOURCE = (_NAME_BASE + 0)
  /external/python/cpython2/Lib/plat-irix6/
SV.py 42 SOURCE = (_NAME_BASE + 0)

Completed in 1465 milliseconds

1 2 3 4 5 6 7