| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
| TestUtility.java | 1 /* GENERATED SOURCE. DO NOT MODIFY. */ 43 public static String replace(String source, String toBeReplaced, String replacement) { 46 for (int i = 0; i < source.length(); ++i) { 47 if (source.regionMatches(false, i, toBeReplaced, 0, len)) { 51 results.append(source.charAt(i)); 57 public static String replaceAll(String source, UnicodeSet set, String replacement) { 60 for (int i = 0; i < source.length(); i += UTF16.getCharCount(cp)) { 61 cp = UTF16.charAt(source,i);
|
| /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
| TestUtility.java | 40 public static String replace(String source, String toBeReplaced, String replacement) { 43 for (int i = 0; i < source.length(); ++i) { 44 if (source.regionMatches(false, i, toBeReplaced, 0, len)) { 48 results.append(source.charAt(i)); 54 public static String replaceAll(String source, UnicodeSet set, String replacement) { 57 for (int i = 0; i < source.length(); i += UTF16.getCharCount(cp)) { 58 cp = UTF16.charAt(source,i);
|
| /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/ |
| InstrumentMojo.java | 75 final File source = new File(classesDir, fileName); local 80 FileUtils.copyFile(source, backup); 82 output = new FileOutputStream(source); 83 instrumenter.instrument(input, output, source.getPath());
|
| /external/jarjar/src/main/com/tonicsystems/jarjar/ |
| DepFindVisitor.java | 30 public DepFindVisitor(Map<String, String> classes, String source, DepHandler handler) throws IOException { 31 super(null, new DepFindRemapper(classes, source, handler)); 42 private final String source; field in class:DepFindVisitor.DepFindRemapper 46 public DepFindRemapper(Map<String, String> classes, String source, DepHandler handler) throws IOException { 48 this.source = source; 53 curPathClass = new PathClass(source, name); 60 if (!source.equals(otherSource)) {
|
| /external/kernel-headers/original/uapi/linux/ |
| udp.h | 24 __be16 source; member in struct:udphdr
|
| /external/libaom/libaom/aom_dsp/x86/ |
| variance_impl_ssse3.c | 4 * This source code is subject to the terms of the BSD 2 Clause License and 6 * was not distributed with this source code in the LICENSE file, you can 8 * Media Patent License 1.0 was not distributed with this source code in the 38 // load source 45 __m128i source = _mm_unpacklo_epi8(source_low, source_hi); local 48 __m128i res = _mm_maddubs_epi16(source, filters); 65 // load source, only first 5 values are meaningful: 67 __m128i source = xx_loadl_64(a); local 72 __m128i source_shuffle = _mm_shuffle_epi8(source, shuffle_mask); 102 // load source as 106 __m128i source = _mm_unpacklo_epi64(source1, source2); local [all...] |
| /external/libchrome/mojo/core/ |
| request_context.h | 2 // Use of this source code is governed by a BSD-style license that can be 34 // Identifies the source of the current stack frame's RequestContext. 35 enum class Source { 40 // Constructs a RequestContext with a LOCAL_API_CALL Source. 43 explicit RequestContext(Source source); 49 Source source() const { return source_; } function in class:mojo::core::RequestContext 92 const Source source_;
|
| /external/libdrm/nouveau/nvif/ |
| if0002.h | 34 __u32 source; member in struct:nvif_perfmon_query_source_v0
|
| if0003.h | 11 __u64 source[4][8]; member in struct:nvif_perfdom_v0::__anon28114
|
| /external/libxcam/plugins/smart/dvs/libdvs/ |
| test-image-stabilization.cpp | 115 Ptr<VideoFileSource> source = makePtr<VideoFileSource>(inputPath); local 116 stabilizer->setFrameSource(source); 118 int outputFps = source->fps(); 119 Size frameSize = Size(source->width(), source->height()); 120 cout << "frame count (rough): " << source->count() << endl; 122 cout << "frame size: " << source->width() << "x" << source->height() << endl;
|
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
| ResponseBody.java | 43 return source().inputStream(); 46 public abstract BufferedSource source() throws IOException; method in class:ResponseBody 54 BufferedSource source = source(); local 57 bytes = source.readByteArray(); 59 Util.closeQuietly(source); 92 source().close(); 121 if (content == null) throw new NullPointerException("source == null"); 131 @Override public BufferedSource source() { method in class:ResponseBody
|
| /external/okhttp/okio/okio/src/test/java/okio/ |
| GzipSinkTest.java | 55 GzipSource source = new GzipSource(gzipped); local 56 while (source.read(result, Integer.MAX_VALUE) != -1) {
|
| /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
| ResponseBody.java | 1 /* GENERATED SOURCE. DO NOT MODIFY. */ 47 return source().inputStream(); 50 public abstract BufferedSource source() throws IOException; method in class:ResponseBody 58 BufferedSource source = source(); local 61 bytes = source.readByteArray(); 63 Util.closeQuietly(source); 96 source().close(); 125 if (content == null) throw new NullPointerException("source == null"); 135 @Override public BufferedSource source() { method in class:ResponseBody [all...] |
| /external/pdfium/core/fxge/dib/ |
| cfx_imagestretcher.h | 2 // Use of this source code is governed by a BSD-style license that can be 35 RetainPtr<CFX_DIBSource> source() { return m_pSource; } function in class:CFX_ImageStretcher
|
| /external/skia/src/compute/hs/gen/ |
| target_cuda.c | 4 * Use of this source code is governed by a BSD-style license that can 83 "// Use of this source code is governed by a BSD-style \n" 96 FILE * source; member in struct:hsg_target_state 113 fprintf(target->state->source, 118 fprintf(target->state->source, 123 fprintf(target->state->source, 145 target->state->source = fopen((config->type.words == 1) ? 232 hsg_copyright(target->state->source); 234 fprintf(target->state->source, 264 fprintf(target->state->source, [all...] |
| target_glsl.c | 4 * Use of this source code is governed by a BSD-style license that can 83 "// Use of this source code is governed by a BSD-style \n" 117 FILE * source; member in struct:hsg_target_state 134 fprintf(target->state->source, 138 fclose(target->state->source); 139 target->state->source = NULL; 144 fprintf(target->state->source, 149 fprintf(target->state->source, 270 target->state->source = fopen("hs_transpose.comp","w+"); 272 hsg_copyright(target->state->source); [all...] |
| target_opencl.c | 4 * Use of this source code is governed by a BSD-style license that can 83 "// Use of this source code is governed by a BSD-style \n" 112 FILE * source; member in struct:hsg_target_state 129 fprintf(target->state->source, 134 fprintf(target->state->source, 139 fprintf(target->state->source, 150 target->state->source = fopen("hs_kernels.cl","wb"); 233 hsg_copyright(target->state->source); 235 hsg_macros(target->state->source); 248 fprintf(target->state->source, [all...] |
| /external/skia/tools/fiddle/ |
| fiddle_main.h | 4 * Use of this source code is governed by a BSD-style license that can be 29 extern SkBitmap source; 54 , source(s) 71 const char* source; member in struct:DrawOptions
|
| /external/skqp/src/compute/hs/gen/ |
| target_cuda.c | 4 * Use of this source code is governed by a BSD-style license that can 83 "// Use of this source code is governed by a BSD-style \n" 96 FILE * source; member in struct:hsg_target_state 113 fprintf(target->state->source, 118 fprintf(target->state->source, 123 fprintf(target->state->source, 145 target->state->source = fopen((config->type.words == 1) ? 232 hsg_copyright(target->state->source); 234 fprintf(target->state->source, 264 fprintf(target->state->source, [all...] |
| target_glsl.c | 4 * Use of this source code is governed by a BSD-style license that can 83 "// Use of this source code is governed by a BSD-style \n" 117 FILE * source; member in struct:hsg_target_state 134 fprintf(target->state->source, 138 fclose(target->state->source); 139 target->state->source = NULL; 144 fprintf(target->state->source, 149 fprintf(target->state->source, 270 target->state->source = fopen("hs_transpose.comp","w+"); 272 hsg_copyright(target->state->source); [all...] |
| target_opencl.c | 4 * Use of this source code is governed by a BSD-style license that can 83 "// Use of this source code is governed by a BSD-style \n" 112 FILE * source; member in struct:hsg_target_state 129 fprintf(target->state->source, 134 fprintf(target->state->source, 139 fprintf(target->state->source, 150 target->state->source = fopen("hs_kernels.cl","wb"); 233 hsg_copyright(target->state->source); 235 hsg_macros(target->state->source); 248 fprintf(target->state->source, [all...] |
| /external/skqp/src/gpu/ |
| GrTextureMaker.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 63 sk_sp<GrTextureProxy> source; local 65 source = std::move(original); 67 source = cachedProxy; 70 source = this->refOriginalTextureProxy(false, AllowedTexGenType::kAny); 73 if (!source) { 77 sk_sp<GrTextureProxy> result = CopyOnGpu(fContext, source, copyParams, willBeMipped); 81 // the source texture here and require that the GPU backend is able to fall back to using 84 return source;
|
| /external/skqp/tools/fiddle/ |
| fiddle_main.h | 4 * Use of this source code is governed by a BSD-style license that can be 29 extern SkBitmap source; 54 , source(s) 71 const char* source; member in struct:DrawOptions
|
| /external/smali/baksmali/src/test/java/org/jf/baksmali/ |
| ImplicitReferenceTest.java | 5 * Redistribution and use in source and binary forms, with or without 9 * * Redistributions of source code must retain the above copyright 42 String source = "" + local 68 BaksmaliTestUtils.assertSmaliCompiledEquals(source, expected, options); 73 String source = "" + local 99 BaksmaliTestUtils.assertSmaliCompiledEquals(source, expected, options); 104 String source = "" + local 124 BaksmaliTestUtils.assertSmaliCompiledEquals(source, expected, options); 129 String source = "" + local 149 BaksmaliTestUtils.assertSmaliCompiledEquals(source, expected, options) 154 String source = "" + local 185 String source = "" + local 216 String source = "" + local 239 String source = "" + local [all...] |
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
| YamlDocument.java | 28 private String source; field in class:YamlDocument 45 source = Util.getLocalResource(ROOT + sourceName); 50 // is identical to the source 66 return source;
|