HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 676 - 700 of 4117) sorted by null

<<21222324252627282930>>

  /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 7 * Redistribution and use in source and binary forms, with or without
9 * * Redistributions of source code must retain the above copyright
111 * @source: the partition ID of the source partition, or -1 for this
127 * the 'source' paritition' to the 'target' partition.
133 * partitions or within the same partition, so either 'source' or
136 * source == local and target == remote
138 * source == remote and target == local
142 __u32 source; member in struct:fsl_hv_ioctl_memcpy
  /external/kernel-headers/original/uapi/xen/
gntdev.h 15 * of this source file (the "Software"), to deal in the Software without
155 } source, dest; member in struct:gntdev_grant_copy_segment
185 * 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
43 MemoryAllocatorDumpGuid source; member in struct:base::trace_event::ProcessMemoryDump::MemoryAllocatorDumpEdge
129 // semantics: |source| owns |target|, and has the effect of attributing
130 // the memory usage of |target| to |source|. |importance| is optional and
133 void AddOwnershipEdge(const MemoryAllocatorDumpGuid& source,
136 void AddOwnershipEdge(const MemoryAllocatorDumpGuid& source,
144 // semantics: |source| is suballocated from |target_node_name|.
146 // between |source| and the new child node. As a result, the UI will not
147 // account the memory of |source| in the target node.
148 void AddSuballocation(const MemoryAllocatorDumpGuid& source,
    [all...]
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
fill_n.pass.cpp 6 // Source Licenses. See LICENSE.TXT for details.
63 struct source { struct
64 source() : i(0) { } function in struct:source
75 assert(std::fill_n(ia, UDI(n), source()) == std::next(ia, n));
  /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
80 foo.source = new HandleMock();
184 assertNotNull(foo.source);
185 assertFalse(foo.source.isValid());
186 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.
273 const uint8_t *source = *psource; local
371 vp9_decode_frame(pbi, source, source + size, psource);
  /external/mesa3d/src/glsl/
main.cpp 146 const char *source = shader->Source; local
147 state->error = glcpp_preprocess(state, &source, &state->info_log,
151 _mesa_glsl_lexer_ctor(state, source);
259 shader->Source = load_text_file(whole_program, argv[optind]);
260 if (shader->Source == NULL) {
  /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 129 get_fog_source(unsigned source, unsigned distance_mode)
131 switch (source) {
156 unsigned source = nctx->fallback == HWTNL ? local
163 PUSH_DATA (push, ((source == GL_FRAGMENT_DEPTH_EXT &&
167 PUSH_DATA (push, get_fog_source(source, f->FogDistanceMode));
  /external/mesa3d/src/mesa/math/
m_debug_norm.c 198 GLvector4f source[1], dest[1], dest2[1], ref[1], ref2[1]; local
247 source->data = (GLfloat(*)[4]) s;
248 source->start = (GLfloat *) s;
249 source->count = TEST_COUNT;
250 source->stride = sizeof(s[0]);
251 source->flags = 0;
278 ref_norm_transform_rescale( mat, scale, source, NULL, ref );
280 ref_norm_transform_normalize( mat, scale, source, NULL, ref );
281 ref_norm_transform_normalize( mat, scale, source, length, ref2 );
286 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());
  /external/pdfium/fpdfsdk/javascript/
event.cpp 2 // Use of this source code is governed by a BSD-style license that can be
33 {"source", get_source_static, set_source_static},
225 bool event::source(CJS_Runtime* pRuntime, function in class:event
234 vp << pEvent->Source()->GetJSObject();
  /external/protobuf/src/google/protobuf/
message_unittest.cc 5 // Redistribution and use in source and binary forms, with or without
9 // * Redistributions of source code must retain the above copyright
395 unittest::TestAllTypes source; local
399 source.set_optional_int32(1); // only source
400 source.set_optional_int64(2); // both source and dest
405 source.set_default_int32(13); // only source
406 source.set_default_int64(14); // both source and des
    [all...]
  /external/selinux/prebuilts/bin/
sesearch.py 84 expr.add_argument("-s", "--source",
85 help="Source type/role of the TE/RBAC rule.")
108 help="Match source attributes directly instead of matching member types/roles.")
112 help="Use regular expression matching for the source type/role.")
147 source=args.source, variable
198 source=args.source, variable
222 source=args.source, variable
    [all...]

Completed in 1257 milliseconds

<<21222324252627282930>>