HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 601 - 625 of 1682) sorted by null

<<21222324252627282930>>

  /external/javapoet/src/test/java/com/squareup/javapoet/
FileWritingTest.java 183 String source = new String(Files.readAllBytes(fooPath)); local
185 assertThat(source).isEqualTo(""
JavaFileTest.java 102 JavaFile source = JavaFile.builder("com.squareup.tacos", local
118 assertThat(source.toString()).isEqualTo(""
141 JavaFile source = JavaFile.builder("com.squareup.tacos", local
149 assertThat(source.toString()).isEqualTo(""
246 String source = JavaFile.builder("com.squareup.tacos", local
250 assertThat(source).isEqualTo(""
258 String source = JavaFile.builder("com.squareup.tacos", local
264 assertThat(source).isEqualTo(""
275 String source = JavaFile.builder("com.squareup.tacos", local
282 assertThat(source).isEqualTo("
295 String source = JavaFile.builder("com.squareup.tacos", local
317 String source = JavaFile.builder("com.squareup.tacos", local
337 String source = JavaFile.builder("com.squareup.tacos", local
358 String source = JavaFile.builder("com.squareup.tacos", local
394 String source = JavaFile.builder("com.squareup.tacos", local
430 String source = JavaFile.builder("com.squareup.tacos", local
470 String source = JavaFile.builder("com.squareup.tacos", local
491 String source = JavaFile.builder("com.squareup.tacos", local
505 String source = JavaFile.builder("com.squareup.tacos", local
520 String source = JavaFile.builder("com.squareup.tacos", local
537 String source = JavaFile.builder("com.squareup.tacos", local
552 String source = JavaFile.builder("com.squareup.tacos", local
570 String source = JavaFile.builder("com.squareup.tacos", local
593 String source = JavaFile.builder("", local
615 String source = JavaFile.builder("hello", local
627 String source = JavaFile.builder("com.squareup.tacos", local
641 String source = JavaFile.builder("com.squareup.tacos", local
659 String source = JavaFile.builder("com.squareup.tacos", local
678 String source = JavaFile.builder("com.squareup.tacos", local
    [all...]
  /external/kernel-headers/original/uapi/linux/
dns_resolver.h 43 * Source of record included in DNS resolver payload.
46 DNS_RECORD_UNAVAILABLE = 0, /* No source available (empty record) */
86 __u8 source; /* enum dns_record_source */ member in struct:dns_server_list_v1_header
102 __u8 source; /* enum dns_record_source */ member in struct:dns_server_list_v1_server
if_arcnet.h 106 __u8 source; /* source ARCnet - filled in automagically */ member in struct:arc_hardware
  /external/kernel-headers/original/uapi/xen/
gntdev.h 17 * of this source file (the "Software"), to deal in the Software without
157 } source, dest; member in struct:gntdev_grant_copy_segment
187 * EINVAL: A segment has local buffers for both source and
  /external/libchrome/base/containers/
circular_deque_unittest.cc 2 // Use of this source code is governed by a BSD-style license that can be
760 circular_deque<int> source; local
763 q.insert(q.begin(), source.begin(), source.end());
766 source.push_back(1);
767 source.push_back(2);
769 q.insert(q.begin(), source.begin(), source.end());
784 q.insert(q.begin(), source.begin(), source.end())
    [all...]
  /external/libchrome/base/
pickle_unittest.cc 2 // Use of this source code is governed by a BSD-style license that can be
142 // Tests that reading/writing a long works correctly when the source process
449 Pickle source; local
450 source.WriteInt(1);
452 Pickle copy_refs_source_buffer(static_cast<const char*>(source.data()),
453 source.size());
456 ASSERT_EQ(source.size(), copy.size());
460 Pickle source; local
462 source.WriteData(str.c_str(), 100000);
465 PickleIterator iter(source);
    [all...]
  /external/libchrome/mojo/core/
data_pipe_producer_dispatcher.cc 2 // Use of this source code is governed by a BSD-style license that can be
135 const uint8_t* source = static_cast<const uint8_t*>(elements); local
136 CHECK(source);
144 memcpy(data + write_offset_, source, tail_bytes_to_write);
146 memcpy(data, source + tail_bytes_to_write, head_bytes_to_write);
  /external/libjpeg-turbo/
rdbmp.c 59 /* Private version of data source object */
71 JDIMENSION source_row; /* Current source row number */
157 bmp_source_ptr source = (bmp_source_ptr)sinfo; local
158 register JSAMPARRAY colormap = source->colormap;
159 int cmaplen = source->cmap_length;
165 if (source->use_inversion_array) {
167 source->source_row--;
169 ((j_common_ptr)cinfo, source->whole_image,
170 source->source_row, (JDIMENSION)1, FALSE);
173 if (!ReadOK(source->pub.input_file, source->iobuffer, source->row_width)
235 bmp_source_ptr source = (bmp_source_ptr)sinfo; local
299 bmp_source_ptr source = (bmp_source_ptr)sinfo; local
371 bmp_source_ptr source = (bmp_source_ptr)sinfo; local
426 bmp_source_ptr source = (bmp_source_ptr)sinfo; local
673 bmp_source_ptr source; local
    [all...]
rdppm.c 68 /* Private version of data source object */
149 ppm_source_ptr source = (ppm_source_ptr)sinfo; local
150 FILE *infile = source->pub.input_file;
152 register JSAMPLE *rescale = source->rescale;
154 unsigned int maxval = source->maxval;
156 ptr = source->pub.buffer[0];
177 ppm_source_ptr source = (ppm_source_ptr)sinfo; local
178 FILE *infile = source->pub.input_file;
180 register JSAMPLE *rescale = source->rescale;
182 unsigned int maxval = source->maxval
212 ppm_source_ptr source = (ppm_source_ptr)sinfo; local
251 ppm_source_ptr source = (ppm_source_ptr)sinfo; local
286 ppm_source_ptr source = (ppm_source_ptr)sinfo; local
319 ppm_source_ptr source = (ppm_source_ptr)sinfo; local
341 ppm_source_ptr source = (ppm_source_ptr)sinfo; local
377 ppm_source_ptr source = (ppm_source_ptr)sinfo; local
409 ppm_source_ptr source = (ppm_source_ptr)sinfo; local
445 ppm_source_ptr source = (ppm_source_ptr)sinfo; local
484 ppm_source_ptr source = (ppm_source_ptr)sinfo; local
496 ppm_source_ptr source = (ppm_source_ptr)sinfo; local
523 ppm_source_ptr source = (ppm_source_ptr)sinfo; local
563 ppm_source_ptr source = (ppm_source_ptr)sinfo; local
753 ppm_source_ptr source; local
    [all...]
rdtarga.c 49 /* Private version of data source object */
180 tga_source_ptr source = (tga_source_ptr)sinfo; local
184 ptr = source->pub.buffer[0];
186 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */
187 *ptr++ = (JSAMPLE)UCH(source->tga_pixel[0]);
196 tga_source_ptr source = (tga_source_ptr)sinfo; local
200 register JSAMPARRAY colormap = source->colormap;
201 int cmaplen = source->cmap_length;
203 ptr = source->pub.buffer[0]
220 tga_source_ptr source = (tga_source_ptr)sinfo; local
248 tga_source_ptr source = (tga_source_ptr)sinfo; local
281 tga_source_ptr source = (tga_source_ptr)sinfo; local
308 tga_source_ptr source = (tga_source_ptr)sinfo; local
341 tga_source_ptr source = (tga_source_ptr)sinfo; local
495 tga_source_ptr source; local
    [all...]
  /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.
348 const uint8_t *source = *psource; local
405 vp9_decode_frame(pbi, source, source + size, psource);
  /external/llvm/lib/Support/
ConvertUTF.c 5 * This file is distributed under the University of Illinois Open Source
14 * This source code is provided as is by Unicode, Inc. No claims are
33 Conversions between UTF32, UTF-16, and UTF-8. Source code file.
39 source sequences, enhanced error detection, added casts
122 const UTF32* source = *sourceStart; local
124 while (source < sourceEnd) {
129 ch = *source++;
134 --source; /* return to the illegal value itself */
152 --source; /* Back up source pointer! *
171 const UTF16* source = *sourceStart; local
225 const UTF16* source = *sourceStart; local
295 const UTF32* source = *sourceStart; local
519 const UTF8* source = *sourceStart; local
593 const UTF8* source = *sourceStart; local
    [all...]
  /external/lua/src/
llex.h 70 TString *source; /* current source name */ member in struct:LexState
77 TString *source, int firstchar);
  /external/mesa3d/src/compiler/glsl/
opt_copy_propagation_elements.cpp 267 ir_variable *source[4] = {NULL, NULL, NULL, NULL}; local
304 * the same source variable.
312 source[c] = entry->rhs;
322 /* Make sure all channels are copying from the same source variable. */
323 if (!source[0])
326 if (source[c] != source[0])
336 if (source[0] == var && noop_swizzle)
344 deref_var = new(shader_mem_ctx) ir_dereference_variable(source[0]);
586 * instruction in the set of new source channels to b
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_frag.c 43 #define RC_IN_SOURCE(source) \
44 ((uint64_t)NV10_3D_RC_IN_RGB_D_INPUT_##source)
70 GLenum *source; member in struct:combiner_state
88 (rc)->source = c->Source##chan; \
94 /* Get the RC input source for the specified EXT_texture_env_combine
95 * source. */
97 get_input_source(struct combiner_state *rc, int source)
99 switch (source) {
165 int source = rc->source[arg] local
    [all...]
nv10_state_tnl.c 83 get_fog_source(unsigned source, unsigned distance_mode)
85 switch (source) {
138 unsigned source = nctx->fallback == HWTNL ? local
146 PUSH_DATA (push, get_fog_source(source, f->FogDistanceMode));
  /external/mesa3d/src/mesa/math/
m_debug_clip.c 232 GLvector4f source[1], dest[1], ref[1]; local
255 source->data = (GLfloat(*)[4])s;
256 source->start = (GLfloat *)s;
257 source->count = TEST_COUNT;
258 source->stride = sizeof(s[0]);
259 source->size = 4;
260 source->flags = 0;
279 ref_cliptest[psize]( source, ref, rm, &rco, &rca, viewport_z_clip );
283 func( source, dest, dm, &dco, &dca, viewport_z_clip );
287 func( source, dest, dm, &dco, &dca, viewport_z_clip )
    [all...]
  /external/mesa3d/src/mesa/program/
prog_execute.c 76 * source register.
79 get_src_register_pointer(const struct prog_src_register *source,
83 GLint reg = source->Index;
85 if (source->RelAddr) {
93 switch (source->File) {
132 source->File);
179 * Fetch a 4-element float vector from the given source register.
183 fetch_vector4(const struct prog_src_register *source,
186 const GLfloat *src = get_src_register_pointer(source, machine);
188 if (source->Swizzle == SWIZZLE_NOOP)
1042 const struct prog_src_register *source = &inst->SrcReg[0]; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_drawpix.c 279 const GLvoid *source = _mesa_image_address2d(unpack, pixels, local
284 type, source, unpack,
505 const GLubyte *source local
516 (void*)source, srcMesaFormat, srcStride,
536 source += srcStride;
713 * comes from a non-standard source, and it may therefore not rely on
  /external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
InlineByteBuddyMockMaker.java 112 String source = "org/mockito/internal/creation/bytebuddy/MockMethodDispatcher"; external variable declarations
113 InputStream inputStream = InlineByteBuddyMockMaker.class.getClassLoader().getResourceAsStream(source + ".raw");
116 "The MockMethodDispatcher class file is not locatable: " + source + ".raw",
121 outputStream.putNextEntry(new JarEntry(source + ".class"));
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
ChangeTimeScaleTrack.java 36 Track source; field in class:ChangeTimeScaleTrack
42 * Changes the time scale of the source track to the target time scale and makes sure
45 * @param source the source track
49 public ChangeTimeScaleTrack(Track source, long targetTimeScale, long[] syncSamples) {
50 this.source = source;
52 double timeScaleFactor = (double) targetTimeScale / source.getTrackMetaData().getTimescale();
53 ctts = adjustCtts(source.getCompositionTimeEntries(), timeScaleFactor);
54 tts = adjustTts(source.getDecodingTimeEntries(), timeScaleFactor, syncSamples, getTimes(source, syncSamples, targetTimeSc (…)
    [all...]
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/framed/
FramedServer.java 2 * Copyright (C) 2011 The Android Open Source Project
36 import okio.Source;
157 Source source = Okio.source(file); local
160 out.writeAll(source);
163 Util.closeQuietly(source);
  /external/okhttp/okio/okio/src/main/java/okio/
RealBufferedSource.java 27 public final Source source; field in class:RealBufferedSource
30 public RealBufferedSource(Source source, Buffer buffer) {
31 if (source == null) throw new IllegalArgumentException("source == null");
33 this.source = source;
36 public RealBufferedSource(Source source) {
    [all...]
  /external/okhttp/okio/okio/src/test/java/okio/
AsyncTimeoutTest.java 184 @Override public void write(Buffer source, long byteCount) throws IOException {
203 Source source = new ForwardingSource(new Buffer()) { local
215 Source timeoutSource = timeout.source(source);
225 @Override public void write(Buffer source, long byteCount) throws IOException {
248 @Override public void write(Buffer source, long byteCount) throws IOException {

Completed in 1737 milliseconds

<<21222324252627282930>>