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

<<31323334353637383940>>

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
FramedConnection.java 2 * Copyright (C) 2011 The Android Open Source Project
173 readerRunnable = new Reader(variant.newReader(builder.source, client));
538 private BufferedSource source; field in class:FramedConnection.Builder
555 Okio.buffer(Okio.source(socket)), Okio.buffer(Okio.sink(socket)));
559 Socket socket, String hostName, BufferedSource source, BufferedSink sink) {
562 this.source = source;
622 @Override public void data(boolean inFinished, int streamId, BufferedSource source, int length)
625 pushDataLater(streamId, source, length, inFinished);
631 source.skip(length)
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DiskLruCacheTest.java 2 * Copyright (C) 2011 The Android Open Source Project
32 import okio.Source;
1267 BufferedSource source = Okio.buffer(fileSystem.source(journalFile)); local
1284 BufferedSource source = Okio.buffer(fileSystem.source(file)); local
1390 Source source = fileSystem.source(from); local
    [all...]
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
FramedConnection.java 1 /* GENERATED SOURCE. DO NOT MODIFY. */
3 * Copyright (C) 2011 The Android Open Source Project
175 readerRunnable = new Reader(variant.newReader(builder.source, client));
543 private BufferedSource source; field in class:FramedConnection.Builder
560 Okio.buffer(Okio.source(socket)), Okio.buffer(Okio.sink(socket)));
564 Socket socket, String hostName, BufferedSource source, BufferedSink sink) {
567 this.source = source;
627 @Override public void data(boolean inFinished, int streamId, BufferedSource source, int length)
630 pushDataLater(streamId, source, length, inFinished)
    [all...]
  /external/cldr/tools/java/libs/
utilities.jar 
  /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestCharset.java 447 CharBuffer source = CharBuffer.wrap(input[index]); local
448 cr = encoder.encode(source, bs, true);
462 source = CharBuffer.wrap(input[index].toCharArray());
463 cr = encoder.encode(source, bs, true);
740 ByteBuffer source = ByteBuffer.wrap(in[i]); local
742 smBufDecode(decoder, converter, source, expected, true, false,
744 smBufDecode(decoder, converter, source, expected, true, false,
752 ByteBuffer source = ByteBuffer.wrap(in2[i]); local
755 smBufDecode(decoder, converter, source, expected, true, false,
757 smBufDecode(decoder, converter, source, expected, true, false
822 CharBuffer source = CharBuffer.wrap(input); local
    [all...]
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.text_3.6.300.v20180430-1330.jar 
  /external/guice/lib/build/
spring-beans.jar 
  /art/compiler/optimizing/
code_generator_mips64.cc 2 * Copyright (C) 2015 The Android Open Source Project
213 Location source = instruction_->IsLoadClass() ? out : locations->InAt(0); variable
215 source, variable
    [all...]
  /bionic/libc/kernel/uapi/linux/
media.h 11 *** source file (e.g. under external/kernel-headers/original/) then
120 struct media_pad_desc source; member in struct:media_link_desc
  /cts/tests/providerui/src/android/providerui/cts/
MediaStoreUiTest.java 2 * Copyright (C) 2016 The Android Open Source Project
491 final File source = ParcelFileDescriptor.getFile(afd.getFileDescriptor()); local
496 source.getAbsolutePath(), skip, count, file.getAbsolutePath()));
508 try (InputStream source = context.getResources().openRawResource(resId);
510 FileUtils.copy(source, target);
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorSpaceTest.java 2 * Copyright (C) 2016 The Android Open Source Project
412 float[] source = { 0.75f, 0.5f, 0.25f }; local
415 float[] r1 = cs.toXyz(source[0], source[1], source[2]);
418 assertArrayNotEquals(source, r1, 1e-5f);
421 float[] r3 = { source[0], source[1], source[2] };
431 float[] source = { 0.3012f, 0.2679f, 0.0840f } local
477 float[] source = { 1.0f, 0.5f, 0.0f }; local
518 float[] source = new float[] { 1.0f, 0.0f, 0.0f }; local
536 float[] source = { 0.9f, 0.9f, 0.9f }; local
566 float[] source = new float[] { 0.11112f, 0.22227f, 0.444448f }; local
580 float[] source = { 1.0f, 0.0f, 0.0f }; local
626 float[] source = { 0.6f, 0.9f, 0.7f }; local
637 float[] source = { 100.0f, 0.0f, 0.0f }; local
677 float[] source = { 0.32f, 0.43f, 0.54f }; local
712 float[] source = { 0.0f, 0.5f, 1.0f }; local
730 float[] source = { 0.0f, 0.5f, 1.0f }; local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java 2 * Copyright (C) 2007 The Android Open Source Project
447 * two register sources, and have a source equal to the result,
448 * place that source first.
460 * two register sources, and have a source equal to the result,
461 * place that source first.
477 * if the second source is the same register as the result,
601 RegisterSpec source = local
605 RegisterSpecList.make(dest, source));
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 2 * Copyright (C) 2010 The Android Open Source Project
569 RegisterSpec source, result; local
580 source = newRegs.get(index);
581 result = source.withReg(next.getResult().getReg());
582 insertPlainInsnBefore(next, RegisterSpecList.make(source),
597 source = sources.get(0);
598 result = source.withReg(newRegs.get(index).getReg());
599 insertPlainInsnBefore(use, RegisterSpecList.make(source),
642 * source of the move to any users of the result.
655 final RegisterSpec source = insn.getSources().get(0) local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 2 * Copyright (C) 2007 The Android Open Source Project
531 * Handles check cast results to reuse the same source register.
593 * If source and result have a different mapping, insert a move so
795 * Maps the source registers of the specified instruction such that they
809 RegisterSpec source = sources.get(i); local
810 int sourceReg = source.getReg();
811 int category = source.getCategory();
820 addMapping(source, curRopReg);
837 // Don't map anything that's also a source.
862 // the category for each source inde
1157 RegisterSpec source = sources.get(i); local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
syn.h 10 * company may do whatever they wish with source code distributed with
16 * we mean that if you incorporate our source code into one of your
21 * addition, we ask that this header remain intact in our source code.
115 ActionNode *source; /* where did this predicate come from? */ member in struct:_Predicate
117 struct _anode *source; /* where did this predicate come from? */ member in struct:_Predicate
  /external/ImageMagick/MagickWand/
operation.c 4259 *source; local
    [all...]
  /external/ImageMagick/coders/
jpeg.c 264 *source;
266 source=(SourceManager *) cinfo->src;
267 source->manager.bytes_in_buffer=(size_t) ReadBlob(source->image,
268 MaxBufferExtent,source->buffer);
269 if (source->manager.bytes_in_buffer == 0)
271 if (source->start_of_blob != FALSE)
274 source->buffer[0]=(JOCTET) 0xff;
275 source->buffer[1]=(JOCTET) JPEG_EOI;
276 source->manager.bytes_in_buffer=2
258 *source; local
288 *source; local
826 *source; local
848 *source; local
    [all...]
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
JavaClass.java 67 private byte source = HEAP; // Generated in memory field in class:JavaClass
117 * @param source Read from file or generated in memory?
121 Field[] fields, Method[] methods, Attribute[] attributes, final byte source) {
145 this.source = source;
146 // Get source file name if available
744 return source;
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestCLDRFile.java 574 Output<Map<String, Multimap<LdmlDir, Source>>> localeToDirToSource = new Output<>();
575 Map<LdmlDir, Multimap<String, Source>> dirToLocaleToSource = getFiles(localeToDirToSource);
577 for (Entry<String, Multimap<LdmlDir, Source>> e : localeToDirToSource.value.entrySet()) {
582 Map<LdmlDir, Collection<Source>> value = e.getValue().asMap();
583 for (Entry<LdmlDir, Collection<Source>> e2 : value.entrySet()) {
585 Collection<Source> sources = e2.getValue();
594 for (Entry<LdmlDir, Multimap<String, Source>> dirAndLocaleToSource : dirToLocaleToSource.entrySet()) {
596 Multimap<String, Source> localesToDirs = dirAndLocaleToSource.getValue();
597 for (Entry<String, Source> localeAndDir : localesToDirs.entries()) {
602 Source source = localeAndDir.getValue() local
650 Source source; local
718 String source = af.getSourceLocaleID(xpath, status); local
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/draft/
XLikelySubtags.java 283 * @param source
286 public LSR maximize(String source) {
287 return maximize(ULocale.forLanguageTag(source));
290 public LSR maximize(ULocale source) {
291 return maximize(source.getLanguage(), source.getScript(), source.getCountry());
294 public LSR maximize(LSR source) {
295 return maximize(source.language, source.script, source.region)
467 final String source = sourceTarget.getKey(); local
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
MakeTransliterator.java 31 * Takes a list of mappings (tab delimited) from source to target and produces a
142 String source = pieces[0]; local
143 if (TEST_STRING != null && source.equals(TEST_STRING)) {
147 // Fix Source
148 source = source.replace("'", "?");
149 source = UCharacter.toLowerCase(ULocale.ENGLISH, source);
150 if (source.endsWith(".")) {
151 source = source.substring(0, source.length() - 1)
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
CollationMapMaker.java 298 String source = (String) chars.next(); local
299 mapping.put(source, target);
301 System.out.println("\tSource: <" + source + ">\t " + Utility.hex(source) + "\t"
302 + equivalenceClassCollator.getRawCollationKey(source, null));
318 // String source = (String) it.next();
319 // folder.put(UTF16.charAt(source, 0), (String) mapping.get(source));
325 // String source = (String) it.next();
326 // String target = folder.fold((String) mapping.get(source));
410 String source = UTF16.valueOf(i); local
441 String source = usi.getString(); local
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcRobustBufferAccessBehaviorTests.cpp 315 * @param compute_shader Compute shader source code
316 * @param fragment_shader Fragment shader source code
317 * @param geometry_shader Geometry shader source code
318 * @param tesselation_control_shader Tesselation control shader source code
319 * @param tesselation_evaluation_shader Tesselation evaluation shader source code
320 * @param vertex_shader Vertex shader source code
485 * @param source Source code
487 void Shader::Init(glw::GLenum stage, const std::string& source)
489 if (true == source.empty()
1206 const char* source = "${VERSION}\\n" local
1221 const char* source = "${VERSION}\\n" local
1549 const GLchar* source = "${VERSION}\\n" local
1602 static const GLchar* source = "${VERSION}\\n" local
1636 static const GLchar* source = "${VERSION}\\n" local
1804 static const GLchar* source = local
2028 static const GLchar* source = local
2273 static const GLchar* source = local
2552 static const GLchar* source = local
3297 static const GLchar* source = "${VERSION}\\n" local
3568 static const GLchar* source = "${VERSION}\\n" local
    [all...]
glcShaderLibrary.cpp 254 static string removeExtraIndentation(const string& source)
258 for (int ndx = 0; isWhitespace(source[ndx]) && ndx < (int)source.length(); ndx++)
259 numIndentChars += source[ndx] == '\t' ? 4 : 1;
267 for (int pos = 0; pos < (int)source.length(); pos++)
269 char c = source[pos];
277 if (source[pos] == '\r' && source[pos + 1] == '\n')
621 return "source";
969 string source = parseShaderSource(m_curTokenStr.c_str()) local
    [all...]

Completed in 1799 milliseconds

<<31323334353637383940>>