| /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
| AnyTransliterator.java | 33 * instantiating a transliterator from the source script to the 167 * Returns a transliterator from the given source to our target or 168 * target/variant. Returns NULL if the source is the same as our 169 * target script, or if the source is USCRIPT_INVALID_CODE. 174 private Transliterator getTransliterator(int source) { 175 if (source == targetScript || source == UScript.INVALID_CODE) { 183 Integer key = Integer.valueOf(source); 186 String sourceName = UScript.getName(source); 238 String source = s.nextElement() local [all...] |
| /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
| CollationFrozenMonkeyTest.java | 12 * Source File: $ICU4CRoot/source/test/intltest/mnkytst.cpp 36 private String source = "-abcdefghijklmnopqrstuvwxyz#&^$@"; field in class:CollationFrozenMonkeyTest 40 if(source.length() == 0) { 41 errln("CollationMonkeyTest.TestCollationKey(): source is empty - ICU_DATA not set or data missing?"); 68 int s = rand.nextInt(0x7fff) % source.length(); 69 int t = rand.nextInt(0x7fff) % source.length(); 70 int slen = Math.abs(rand.nextInt(0x7fff) % source.length() - source.length()) % source.length() [all...] |
| CollationMonkeyTest.java | 12 * Source File: $ICU4CRoot/source/test/intltest/mnkytst.cpp 36 private String source = "-abcdefghijklmnopqrstuvwxyz#&^$@"; field in class:CollationMonkeyTest 40 if(source.length() == 0) { 41 errln("CollationMonkeyTest.TestCollationKey(): source is empty - ICU_DATA not set or data missing?"); 53 int s = rand.nextInt(0x7fff) % source.length(); 54 int t = rand.nextInt(0x7fff) % source.length(); 55 int slen = Math.abs(rand.nextInt(0x7fff) % source.length() - source.length()) % source.length() [all...] |
| /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
| CompoundTransliteratorTest.java | 216 private void expect(Transliterator t, String source, String expectedResult) { 217 String result = t.transliterate(source); 218 expectAux(t.getID() + ":String", source, result, expectedResult); local 220 ReplaceableString rsource = new ReplaceableString(source); 223 expectAux(t.getID() + ":Replaceable", source, result, expectedResult); local 231 for (int i=0; i<source.length(); ++i) { 235 log.append(source.charAt(i)).append(" -> "); 237 String.valueOf(source.charAt(i))); 257 private void expectAux(String tag, String source, 259 expectAux(tag, source + " -> " + result [all...] |
| /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
| UnicodeSetClosure.java | 200 String source = UTF16.valueOf(cp); local 201 String result = source; 205 if (result.equals(source)) return null; [all...] |
| /external/ipsec-tools/ |
| setup.c | 2 * Copyright (C) 2011 The Android Open Source Project 63 static struct sockaddr *source; variable in typeref:struct:sockaddr 131 source = getlocaladdr(targets[0]); 132 if (!source) { 137 set_port(source, 0); 139 myaddrs[0].addr = dupsaddr(source); 271 /* Also use the source address to filter policies. */ 467 spdadd(source, targets[0], IPPROTO_UDP, NULL, NULL); 473 spdadd(source, targets[0], IPPROTO_UDP, NULL, NULL); 548 isakmp_ph1begin_i(remoteconf, remoteconf->remote, source); [all...] |
| /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/ |
| prettify.js | 23 * file that came with this source. At a minimum, the lexer should work on a 30 * <li> include this source file in an html page via 33 * <li> mark the {@code <pre>} and {@code <code>} tags in your source with 164 /** token style for embedded source. */ 363 } else if (/[a-z]/i.test(regex.source.replace( 478 var parts = regex.source.match( 672 * @return {Object} source code and extracted tags. 734 return { source: sourceBuf.join(''), tags: extractedTags }; 750 * @param {number} basePos the index of sourceCode within the chunk of source 756 source: sourceCode 755 var job = { property in class:appendDecorations.job [all...] |
| /external/javassist/src/main/javassist/bytecode/analysis/ |
| MultiType.java | 149 MultiType source = mergeSource; local 150 while (source != null) { 151 source.interfaces = interfaces; 152 source.potentialClass = potentialClass; 153 source = source.mergeSource; 158 MultiType source = mergeSource; local 159 while (source != null) { 160 source.resolved = resolved; 161 source = source.mergeSource [all...] |
| /external/kernel-headers/original/uapi/linux/ |
| if_arcnet.h | 105 __u8 source; /* source ARCnet - filled in automagically */ member in struct:arc_hardware
|
| /external/libjpeg-turbo/ |
| rdbmp.c | 53 /* Private version of data source object */ 65 JDIMENSION source_row; /* Current source row number */ 127 bmp_source_ptr source = (bmp_source_ptr) sinfo; local 128 register JSAMPARRAY colormap = source->colormap; 135 source->source_row--; 137 ((j_common_ptr) cinfo, source->whole_image, 138 source->source_row, (JDIMENSION) 1, FALSE); 142 outptr = source->pub.buffer[0]; 158 bmp_source_ptr source = (bmp_source_ptr) sinfo; local 164 source->source_row-- 189 bmp_source_ptr source = (bmp_source_ptr) sinfo; local 225 bmp_source_ptr source = (bmp_source_ptr) sinfo; local 281 bmp_source_ptr source = (bmp_source_ptr) sinfo; local 469 bmp_source_ptr source; local [all...] |
| rdtarga.c | 47 /* Private version of data source object */ 179 tga_source_ptr source = (tga_source_ptr) sinfo; local 183 ptr = source->pub.buffer[0]; 185 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */ 186 *ptr++ = (JSAMPLE) UCH(source->tga_pixel[0]); 195 tga_source_ptr source = (tga_source_ptr) sinfo; local 199 register JSAMPARRAY colormap = source->colormap; 201 ptr = source->pub.buffer[0]; 203 (*source->read_pixel) (source); /* Load next pixel into tga_pixel * 216 tga_source_ptr source = (tga_source_ptr) sinfo; local 244 tga_source_ptr source = (tga_source_ptr) sinfo; local 277 tga_source_ptr source = (tga_source_ptr) sinfo; local 304 tga_source_ptr source = (tga_source_ptr) sinfo; local 337 tga_source_ptr source = (tga_source_ptr) sinfo; local 489 tga_source_ptr source; local [all...] |
| /external/libmojo/mojo/edk/system/ |
| data_pipe_producer_dispatcher.cc | 2 // Use of this source code is governed by a BSD-style license that can be 161 const uint8_t* source = static_cast<const uint8_t*>(elements); local 162 CHECK(source); 171 memcpy(data + write_offset_, source, tail_bytes_to_write); 173 memcpy(data, source + tail_bytes_to_write, head_bytes_to_write);
|
| /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/mesa3d/src/glsl/ |
| opt_copy_propagation_elements.cpp | 209 ir_variable *source[4] = {NULL, NULL, NULL, NULL}; local 245 * the same source variable. 253 source[c] = entry->rhs; 260 /* Make sure all channels are copying from the same source variable. */ 261 if (!source[0]) 264 if (source[c] != source[0]) 276 deref_var = new(shader_mem_ctx) ir_dereference_variable(source[0]); 473 * instruction in the set of new source channels to be
|
| /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 | 82 get_fog_source(unsigned source, unsigned distance_mode) 84 switch (source) { 137 unsigned source = nctx->fallback == HWTNL ? local 145 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/swrast/ |
| s_drawpix.c | 277 const GLvoid *source = _mesa_image_address2d(unpack, pixels, local 282 type, source, unpack, 459 const GLubyte *source local 468 format, type, source, unpack, 486 source += srcStride; 665 * 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 | 113 String source = "org/mockito/internal/creation/bytebuddy/MockMethodDispatcher"; external variable declarations 114 InputStream inputStream = InlineByteBuddyMockMaker.class.getClassLoader().getResourceAsStream(source + ".raw"); 117 "The MockMethodDispatcher class file is not locatable: " + source + ".raw", 122 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 {
|
| RealBufferedSinkTest.java | 230 Buffer source = new Buffer().writeUtf8("" local 237 assertEquals(Segment.SIZE * 3, bufferedSink.writeAll(source));
|
| /external/okhttp/samples/static-server/src/main/java/com/squareup/okhttp/sample/ |
| SampleServer.java | 89 result.writeAll(Okio.source(file));
|