HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 426 - 450 of 4045) sorted by null

<<11121314151617181920>>

  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
ValidationTestBase.java 57 private Source source; field in class:ValidationTestBase
74 source = Source.getSourceFor(srcFolder, target);
102 fail("No source node found for " + srcName);
118 final int nr = source.getLineNumber(tag);
121 Integer.valueOf(nr), source.getLine(nr));
129 final int nr = source.getLineNumber(tag);
132 Integer.valueOf(nr), source.getLine(nr));
  /external/javassist/src/main/javassist/
Loader.java 138 private ClassPool source; field in class:Loader
165 * @param cp the source of class files.
176 * @param cp the source of class files.
186 source = cp;
221 source = cp;
235 source = cp;
325 * If the source throws an exception, this returns null.
338 if (source != null) {
340 translator.onLoad(source, name);
343 classfile = source.get(name).toBytecode()
    [all...]
  /external/kernel-headers/original/uapi/linux/
fsl_hypervisor.h 8 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions of source code must retain the above copyright
112 * @source: the partition ID of the source partition, or -1 for this
128 * the 'source' paritition' to the 'target' partition.
134 * partitions or within the same partition, so either 'source' or
137 * source == local and target == remote
139 * source == remote and target == local
143 __u32 source; member in struct:fsl_hv_ioctl_memcpy
  /external/kernel-headers/original/uapi/xen/
gntdev.h 16 * of this source file (the "Software"), to deal in the Software without
156 } source, dest; member in struct:gntdev_grant_copy_segment
186 * EINVAL: A segment has local buffers for both source and
  /external/libchrome/base/trace_event/
process_memory_dump.h 2 // Use of this source code is governed by a BSD-style license that can be
42 MemoryAllocatorDumpGuid source; member in struct:base::trace_event::ProcessMemoryDump::MemoryAllocatorDumpEdge
128 // semantics: |source| owns |target|, and has the effect of attributing
129 // the memory usage of |target| to |source|. |importance| is optional and
132 void AddOwnershipEdge(const MemoryAllocatorDumpGuid& source,
135 void AddOwnershipEdge(const MemoryAllocatorDumpGuid& source,
143 // semantics: |source| is suballocated from |target_node_name|.
145 // between |source| and the new child node. As a result, the UI will not
146 // account the memory of |source| in the target node.
147 void AddSuballocation(const MemoryAllocatorDumpGuid& source,
    [all...]
  /external/libjpeg-turbo/
rdppm.c 62 /* Private version of data source object */
143 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
144 FILE *infile = source->pub.input_file;
146 register JSAMPLE *rescale = source->rescale;
148 unsigned int maxval = source->maxval;
150 ptr = source->pub.buffer[0];
162 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
163 FILE *infile = source->pub.input_file;
165 register JSAMPLE *rescale = source->rescale;
167 unsigned int maxval = source->maxval
183 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
204 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
230 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
242 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
269 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
309 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
458 ppm_source_ptr source; local
    [all...]
rdrle.c 86 rle_source_ptr source = (rle_source_ptr) sinfo; local
93 source->header = *rle_hdr_init(NULL);
94 source->header.rle_file = source->pub.input_file;
95 switch (rle_get_setup(&(source->header))) {
118 width = source->header.xmax - source->header.xmin + 1;
119 height = source->header.ymax - source->header.ymin + 1;
120 source->header.xmin = 0; /* realign horizontally *
192 rle_source_ptr source = (rle_source_ptr) sinfo; local
210 rle_source_ptr source = (rle_source_ptr) sinfo; local
246 rle_source_ptr source = (rle_source_ptr) sinfo; local
375 rle_source_ptr source; local
    [all...]
  /external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
BindingsTest.java 2 // Use of this source code is governed by a BSD-style license that can be
83 foo.source = new HandleMock();
196 assertNotNull(foo.source);
197 assertFalse(foo.source.isValid());
198 checkField(Foo.class.getField("source"), MessagePipeHandle.class, foo, foo.source);
  /external/libphonenumber/geocoder/src/com/google/i18n/phonenumbers/
PhoneNumberToTimeZonesMapper.java 64 InputStream source = PhoneNumberToTimeZonesMapper.class.getResourceAsStream(path); local
68 in = new ObjectInputStream(source);
  /external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
PrefixFileReader.java 52 InputStream source = local
56 in = new ObjectInputStream(source);
78 InputStream source = local
82 in = new ObjectInputStream(source);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
268 const uint8_t *source = *psource; local
355 vp9_decode_frame(pbi, source, source + size, psource);
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_rs.h 43 struct etna_bo *source; member in struct:rs_state
51 uint16_t width; /* source width */
52 uint16_t height; /* source height */
73 struct etna_reloc source[2]; member in struct:compiled_rs_state
  /external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
amdgcn_glslc.c 26 * This program reads and compiles multiple GLSL shaders from one source file.
213 /* Read the source. */
260 const char *source = s; local
262 /* Cut the shader source at the end. */
273 GLuint prog = glCreateShaderProgramv(type, 1, &source);
285 source, log);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
template.py 26 template source (via the :attr:`.source` attribute)
27 as well as the source code of the
33 path to a source file.
35 :param text: textual template source. This argument is mutually
38 :param filename: filename of the source template. This argument is
131 :param input_encoding: Encoding of the template's source code. Can
134 details on source encoding.
149 encoded source content of the module and the destination
161 def module_writer(source, outputpath)
406 def source(self): member in class:Template
626 def source(self): member in class:ModuleInfo
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_frag.c 52 GLenum *source; member in struct:combiner_state
73 (rc)->source = c->Source##chan; \
79 /* Get the combiner source for the specified EXT_texture_env_combine
80 * source. */
82 get_input_source(struct combiner_state *rc, int source)
84 switch (source) {
134 int source = rc->source[arg]; local
138 if (is_texture_source(source)) {
    [all...]
nv20_state_tnl.c 130 get_fog_source(unsigned source, unsigned distance_mode)
132 switch (source) {
157 unsigned source = nctx->fallback == HWTNL ? local
164 PUSH_DATA (push, ((source == GL_FRAGMENT_DEPTH_EXT &&
168 PUSH_DATA (push, get_fog_source(source, f->FogDistanceMode));
  /external/mesa3d/src/mesa/main/
errors.c 222 enum mesa_debug_source source,
235 _mesa_log_msg(ctx, source, type, *id, severity, len, s);
242 enum mesa_debug_source source,
249 _mesa_gl_vdebug(ctx, id, source, type, severity, fmtString, args);
387 enum mesa_debug_source source = MESA_DEBUG_SOURCE_SHADER_COMPILER; local
399 _mesa_log_msg(ctx, source, type, *id, severity, len, msg);
  /external/mesa3d/src/mesa/math/
m_debug_norm.c 199 GLvector4f source[1], dest[1], dest2[1], ref[1], ref2[1]; local
248 source->data = (GLfloat(*)[4]) s;
249 source->start = (GLfloat *) s;
250 source->count = TEST_COUNT;
251 source->stride = sizeof(s[0]);
252 source->flags = 0;
279 ref_norm_transform_rescale( mat, scale, source, NULL, ref );
281 ref_norm_transform_normalize( mat, scale, source, NULL, ref );
282 ref_norm_transform_normalize( mat, scale, source, length, ref2 );
287 func( mat, scale, source, NULL, dest )
    [all...]
m_debug_xform.c 171 GLvector4f source[1], dest[1], ref[1]; local
222 source->data = (GLfloat(*)[4])s;
223 source->start = (GLfloat *)s;
224 source->count = TEST_COUNT;
225 source->stride = sizeof(s[0]);
226 source->size = 4;
227 source->flags = 0;
243 ref_transform( ref, mat, source );
247 func( dest, mat->m, source );
251 func( dest, mat->m, source );
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DivideTimeScaleTrack.java 31 Track source; field in class:DivideTimeScaleTrack
34 public DivideTimeScaleTrack(Track source, int timeScaleDivisor) {
35 this.source = source;
40 return source.getSampleDescriptionBox();
52 return source.getSyncSamples();
56 return source.getSampleDependencies();
60 TrackMetaData trackMetaData = (TrackMetaData) source.getTrackMetaData().clone();
61 trackMetaData.setTimescale(source.getTrackMetaData().getTimescale() / this.timeScaleDivisor);
66 return source.getHandler()
    [all...]
MultiplyTimeScaleTrack.java 37 Track source; field in class:MultiplyTimeScaleTrack
40 public MultiplyTimeScaleTrack(Track source, int timeScaleFactor) {
41 this.source = source;
46 return source.getSampleDescriptionBox();
50 return adjustTts(source.getDecodingTimeEntries(), timeScaleFactor);
54 return adjustCtts(source.getCompositionTimeEntries(), timeScaleFactor);
58 return source.getSyncSamples();
62 return source.getSampleDependencies();
66 TrackMetaData trackMetaData = (TrackMetaData) source.getTrackMetaData().clone()
    [all...]
  /external/okhttp/okhttp-logging-interceptor/src/main/java/com/squareup/okhttp/logging/
HttpLoggingInterceptor.java 223 BufferedSource source = responseBody.source(); local
224 source.request(Long.MAX_VALUE); // Buffer the entire body.
225 Buffer buffer = source.buffer();
  /external/okhttp/okio/okio/src/test/java/okio/
RealBufferedSourceTest.java 34 Buffer source = new Buffer(); local
35 source.writeUtf8("a");
36 source.writeUtf8(repeat('b', Segment.SIZE));
37 source.writeUtf8("c");
39 InputStream in = new RealBufferedSource(source).inputStream();
41 assertEquals(Segment.SIZE + 2, source.size());
46 assertEquals(2, source.size());
52 assertEquals(2, source.size());
57 assertEquals(0, source.size());
62 assertEquals(0, source.size())
70 RealBufferedSource source = new RealBufferedSource(new Buffer()); local
82 Buffer source = new Buffer(); local
94 Buffer source = new Buffer(); local
105 Buffer source = new Buffer(); local
118 Buffer source = new Buffer(); local
130 Buffer source = new Buffer(); local
140 Buffer source = new Buffer(); local
152 Buffer source = new Buffer(); local
205 Buffer source = new Buffer().writeUtf8("" local
    [all...]
SocketTimeoutTest.java 40 BufferedSource source = Okio.buffer(Okio.source(socket)); local
41 source.timeout().timeout(5000, TimeUnit.MILLISECONDS);
42 source.require(ONE_MB);
48 BufferedSource source = Okio.buffer(Okio.source(socket)); local
49 source.timeout().timeout(250, TimeUnit.MILLISECONDS);
51 source.require(ONE_MB);
  /external/parameter-framework/upstream/parameter/
DomainConfiguration.cpp 5 * Redistribution and use in source and binary forms, with or without modification,
8 * 1. Redistributions of source code must retain the above copyright notice, this
193 const CConfigurableElement *source = areaConfiguration->getConfigurableElement(); local
198 source->getXmlElementName());

Completed in 1022 milliseconds

<<11121314151617181920>>