Searched refs:source (Results 251 - 275 of 2856) sorted by relevance

<<11121314151617181920>>

/external/icu/icu4c/source/common/unicode/
H A Ducnv_cb.h58 * it would call FromUWriteBytes with an offset of 1 (and advance the source
78 * @param source source bytes to write
89 const char* source,
100 * @param offsetIndex the relative offset index from the current source pointer to be used
117 * @param source pointer to pointer to first UChar to write [on exit: 1 after last UChar processed]
125 const UChar** source,
136 * @param source source string to write
137 * @param length the length of source strin
[all...]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationCurrencyTest.java12 * Source File: $ICU4CRoot/source/test/intltest/currcoll.cpp
69 String source;
74 source = new String(currency[i]);
85 int compareResult = c.compare(source, target);
88 sourceKey = c.getCollationKey(source);
91 errln("Couldn't get collationKey for source");
98 errln("Couldn't get collationKey for source");
104 reportCResult( source, target, sourceKey, targetKey, compareResult, keyResult, compareResult, expectedResult );
109 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, argument
133 logln(msg1 + source
[all...]
/external/libavc/common/arm/
H A Dih264_default_weighted_pred_a9q.s124 vld1.32 d0[0], [r0], r3 @load row 1 in source 1
125 vld1.32 d0[1], [r0], r3 @load row 2 in source 1
126 vld1.32 d2[0], [r1], r4 @load row 1 in source 2
127 vld1.32 d2[1], [r1], r4 @load row 2 in source 2
129 vld1.32 d1[0], [r0], r3 @load row 3 in source 1
130 vld1.32 d1[1], [r0], r3 @load row 4 in source 1
132 vld1.32 d3[0], [r1], r4 @load row 3 in source 2
133 vld1.32 d3[1], [r1], r4 @load row 4 in source 2
148 vld1.8 d0, [r0], r3 @load row 1 in source 1
149 vld1.8 d4, [r1], r4 @load row 1 in source
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Dssim.h4 * 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.
25 // source sum ( over 8x8 region )
31 // source sum squared ( over 8x8 region )
37 // sum of source times reference (over 8x8 region)
40 // calculated ssim score between source and reference
69 double vpx_calc_ssim(const YV12_BUFFER_CONFIG *source,
72 double vpx_calc_fastssim(const YV12_BUFFER_CONFIG *source,
78 double vpx_highbd_calc_ssim(const YV12_BUFFER_CONFIG *source,
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DFaultHidingSink.java16 @Override public void write(Buffer source, long byteCount) throws IOException { argument
18 source.skip(byteCount);
22 super.write(source, byteCount);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DPushObserver.java66 * @param source location of data corresponding with this stream ID.
67 * @param byteCount number of bytes to read or skip from the source.
70 boolean onData(int streamId, BufferedSource source, int byteCount, boolean last) argument
86 @Override public boolean onData(int streamId, BufferedSource source, int byteCount,
88 source.skip(byteCount);
/external/skia/tools/fiddle/
H A Dfiddle_main.h4 * Use of this source code is governed by a BSD-style license that can be
23 extern SkBitmap source;
36 , source(s)
49 const char* source; member in struct:DrawOptions
/external/swiftshader/src/Main/
H A DFrameBufferX11.hpp38 void flip(void *source, Format sourceFormat, size_t sourceStride) override {blit(source, 0, 0, sourceFormat, sourceStride);};
39 void blit(void *source, const Rect *sourceRect, const Rect *destRect, Format sourceFormat, size_t sourceStride) override;
/external/syslinux/com32/lib/zlib/
H A Duncompr.c12 Decompresses the source buffer into the destination buffer. sourceLen is
13 the byte length of the source buffer. Upon entry, destLen is the total
24 int ZEXPORT uncompress (dest, destLen, source, sourceLen)
27 const Bytef *source;
33 stream.next_in = (Bytef*)source;
35 /* Check for source > 64K on 16-bit machine: */
/external/v8/src/
H A Dcompilation-cache.h2 // Use of this source code is governed by a BSD-style license that can be
17 // for each generation of the sub-cache. Since the same source code string has
79 Handle<SharedFunctionInfo> Lookup(Handle<String> source, Handle<Object> name,
84 void Put(Handle<String> source,
102 // 1. The source string.
104 // 3. Whether the source should be compiled as strict code or as sloppy code.
115 MaybeHandle<SharedFunctionInfo> Lookup(Handle<String> source,
120 void Put(Handle<String> source, Handle<SharedFunctionInfo> outer_info,
134 MaybeHandle<FixedArray> Lookup(Handle<String> source, JSRegExp::Flags flags);
136 void Put(Handle<String> source,
[all...]
H A Dbackground-parsing-task.cc2 // Use of this source code is governed by a BSD-style license that can be
20 StreamedSource* source, ScriptCompiler::CompileOptions options,
22 : source_(source), stack_size_(stack_size), script_data_(nullptr) {
35 source->zone.reset(zone);
36 source->info.reset(info);
38 info->set_source_stream(source->source_stream.get());
39 info->set_source_stream_encoding(source->encoding);
19 BackgroundParsingTask( StreamedSource* source, ScriptCompiler::CompileOptions options, int stack_size, Isolate* isolate) argument
/external/xmlrpcpp/src/
H A DXmlRpcDispatch.h17 // An RPC source represents a file descriptor to monitor
28 //! Values indicating the type of events a source is interested in
35 //! Monitor this source for the event types specified by the event mask
37 //! @param source The source to monitor
39 void addSource(XmlRpcSource* source, unsigned eventMask);
41 //! Stop monitoring this source.
42 //! @param source The source to stop monitoring
43 void removeSource(XmlRpcSource* source);
[all...]
/external/zlib/src/
H A Duncompr.c12 Decompresses the source buffer into the destination buffer. sourceLen is
13 the byte length of the source buffer. Upon entry, destLen is the total
24 int ZEXPORT uncompress (dest, destLen, source, sourceLen)
27 const Bytef *source;
33 stream.next_in = (z_const Bytef *)source;
35 /* Check for source > 64K on 16-bit machine: */
/external/doclava/src/com/google/doclava/
H A DSourcePositionInfo.java85 * Build a SourcePositionInfo from the XML source= notation
87 public static SourcePositionInfo fromXml(String source) { argument
88 if (source != null) {
89 for (int i = 0; i < source.length(); i++) {
90 if (source.charAt(i) == ':') {
91 return new SourcePositionInfo(source.substring(0, i), Integer.parseInt(source
/external/guice/core/test/com/google/inject/
H A DReflectionTest.java46 ElementSource source = (ElementSource) fooBinding.getSource();
47 assertNotNull(source.getDeclaringSource());
60 ElementSource source = (ElementSource) i.getSource();
61 assertNotNull(source.getDeclaringSource());
77 ElementSource source = (ElementSource) fooBinding.getSource();
78 assertNotNull(source.getDeclaringSource());
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetHZ.java68 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { argument
74 if (!source.hasRemaining())
79 while (source.hasRemaining()) {
84 mySourceChar = source.get() & 0xff;
95 offsets.put(source.position() - 2);
128 source.position(source.position() - 1);
173 source.position(source.position() - 1);
197 offsets.put(source
245 encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) argument
365 concatEscape(CharBuffer source, ByteBuffer target, IntBuffer offsets, byte[] strToAppend) argument
[all...]
/external/jsoncpp/scons-tools/
H A Dsubstinfile.py11 from the source to the target.
16 If there's more than one source and more than one target, each target gets
17 substituted from the corresponding source.
29 raise SCons.Errors.UserError("Can't read source file %s"%sourcefile)
40 def subst_in_file(target, source, env):
51 for (t,s) in zip(target, source):
54 def subst_in_file_string(target, source, env):
57 for (t,s) in zip(target, source)])
59 def subst_emitter(target, source, env):
61 Returns original target, source tupl
[all...]
/external/deqp/scripts/khr_util/
H A Dregistry_cache.py98 def getRegistry (source):
101 if source in g_registryCache:
102 return g_registryCache[source]
105 cachePath = os.path.join(cacheDir, source.getCacheFilename())
107 if not checkFile(cachePath, source.checksum):
108 fetchFile(cachePath, source.getSourceUrl(), source.getChecksum())
112 g_registryCache[source] = parsedReg
/external/gemmlowp/meta/generators/
H A Dneon_emitter.py242 def EmitAdd(self, destination, source, param):
243 self.EmitOp3('add', destination, source, param)
245 def EmitSubs(self, destination, source, param):
246 self.EmitOp3('subs', destination, source, param)
248 def EmitSub(self, destination, source, param):
249 self.EmitOp3('sub', destination, source, param)
251 def EmitMul(self, destination, source, param):
252 self.EmitOp3('mul', destination, source, param)
278 def EmitVCvt(self, cvt_to, cvt_from, destination, source):
279 self.EmitOp2('vcvt.%s.%s' % (cvt_to, cvt_from), destination, source)
[all...]
/external/guice/core/test/com/google/inject/internal/
H A DWeakKeySetUtils.java61 for (Object source : sources) {
62 assertTrue("didn't contain source: " + source, set.getSources(key).contains(source));
66 public static void assertSourceNotInSet(WeakKeySet set, Key<?> key, Object source) { argument
67 // if we're expecting it to not be a source, loop around and wait for threads to run.
70 assertNotNull("expected at least one source", source);
71 if (!sources.contains(source)) {
77 assertNotNull("expected at least one source", sourc
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
H A DUnicodeNormalizer.java54 * @param source the original text, unnormalized
57 public StringBuffer normalize(String source, StringBuffer target) { argument
59 // First decompose the source into target,
62 if (source.length() != 0) {
63 internalDecompose(source, target);
73 * @param source the original text, unnormalized
76 public String normalize(String source) { argument
77 return normalize(source, new StringBuffer()).toString();
96 * @param source the original text, unnormalized
99 private void internalDecompose(String source, StringBuffe argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dncnvfbts.h25 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
27 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DUnicodeNormalizer.java53 * @param source the original text, unnormalized
56 public StringBuffer normalize(String source, StringBuffer target) { argument
58 // First decompose the source into target,
61 if (source.length() != 0) {
62 internalDecompose(source, target);
72 * @param source the original text, unnormalized
75 public String normalize(String source) { argument
76 return normalize(source, new StringBuffer()).toString();
95 * @param source the original text, unnormalized
98 private void internalDecompose(String source, StringBuffe argument
[all...]
/external/junit-params/src/main/java/junitparams/internal/parameters/
H A DParametersFromExternalClassMethod.java17 Class<?> sourceClass = annotation.source();
24 && !annotation.source().isAssignableFrom(Void.class)
/external/libchrome/base/
H A Dbit_cast.h2 // Use of this source code is governed by a BSD-style license that can be
15 // of "*reinterpret_cast<Dest*>(&source)". We need this in very low-level
63 inline Dest bit_cast(const Source& source) { argument
65 "bit_cast requires source and destination to be the same size");
96 memcpy(&dest, &source, sizeof(dest));

Completed in 552 milliseconds

<<11121314151617181920>>