| /dalvik/dexgen/src/com/android/dexgen/dex/code/ |
| RopTranslator.java | 2 * Copyright (C) 2007 The Android Open Source Project 440 * two register sources, and have a source equal to the result, 441 * place that source first. 453 * two register sources, and have a source equal to the result, 454 * place that source first. 470 * if the second source is the same register as the result, 592 RegisterSpec source = local 596 RegisterSpecList.make(dest, source));
|
| /dalvik/dx/src/com/android/dx/cf/code/ |
| RopperMachine.java | 2 * Copyright (C) 2007 The Android Open Source Project 115 * {@code null-ok;} the source position for the return block or {@code null} 318 * What we do is first move all the source registers into 583 RegisterSpec source = sources.get(0); local 584 TypeBearer type = source.getTypeBearer(); 585 if (source.getReg() != 0) { 588 source)); [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, 599 RegisterSpec source = local 603 RegisterSpecList.make(dest, source));
|
| /development/ndk/platforms/android-3/include/linux/ |
| tcp.h | 19 __u16 source; member in struct:tcphdr
|
| /development/ndk/platforms/android-9/samples/native-plasma/jni/ |
| plasma.c | 2 * Copyright (C) 2010 The Android Open Source Project 473 struct android_poll_source* source; local 479 (void**)&source)) >= 0) { 482 if (source != NULL) { 483 source->process(state, source);
|
| /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
| OutputStreamWriterTest.java | 45 static private final String source = "This is a test message with Unicode character. \u4e2d\u56fd is China's name in Chinese"; field in class:OutputStreamWriterTest 102 writer.write(source); 105 assertEquals(source, result); 112 char[] chars = source.toCharArray(); 165 assertEquals("hi" + source, out.toString("utf-8")); 264 writer.write(source, 0, source.length()); 266 assertEquals("bc" + source, out.toString("utf-8"));
|
| /external/bison/src/ |
| ielr.c | 121 symbol's goto will be the source of the edge after the 130 redundancy is that source and destination might be the same 138 goto_number source = local 141 if (i != source && !bitset_test (sources, source)) 143 bitset_set (sources, source); 145 ++(*edge_countsp)[source]; 157 bitset_bindex source; local 159 BITSET_FOR_EACH (biter_source, sources, source, 0) 160 (*edgesp)[i][j++] = source; [all...] |
| /external/chromium/chrome/browser/instant/ |
| instant_loader.cc | 2 // Use of this source code is governed by a BSD-style license that can be 76 Source<TabContents>(tab_contents_)); 87 const NotificationSource& source, 113 const NotificationSource& source, 171 const NotificationSource& source, 175 virtual void OpenURLFromTab(TabContents* source, 179 virtual void NavigationStateChanged(const TabContents* source, 182 virtual void AddNewContents(TabContents* source, 189 virtual void LoadingStateChanged(TabContents* source) OVERRIDE; 190 virtual void CloseContents(TabContents* source) OVERRIDE 353 Source<RenderWidgetHost> source = local 363 Source<RenderWidgetHost> source = local 564 TabContentsWrapper* source = loader_->preview_contents(); local 578 TabContents* source = loader_->preview_contents()->tab_contents(); local [all...] |
| /external/dexmaker/src/dx/java/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, 599 RegisterSpec source = local 603 RegisterSpecList.make(dest, source));
|
| /external/dnsmasq/src/ |
| cache.c | 1239 char *source, *dest = addrbuff; local [all...] |
| /external/freetype/src/base/ |
| ftdbgmem.c | 96 FT_MemSource source; member in struct:FT_MemNodeRec_ 373 FT_FILENAME( node->source->file_name ), 374 node->source->line_no ); 400 FT_MemSource source, next; local 403 for ( source = table->sources[i]; source != NULL; source = next ) 405 next = source->link; 406 ft_mem_table_free( table, source ); 519 FT_MemSource source; local 621 FT_MemSource source; local 940 FT_MemSource source = *bucket; local 953 FT_MemSource source = *bucket; local 974 FT_MemSource source = sources[nn]; local [all...] |
| /external/guava/guava-testlib/src/com/google/common/collect/testing/ |
| AbstractIteratorTester.java | 285 private E transferElement(Stack<E> source, Stack<E> destination) { 286 if (source.isEmpty()) { 290 destination.push(source.pop()); 350 * is not enough to simply pull multiple iterators from the same source 423 private static List<Object> subListCopy(Object[] source, int size) { 425 Platform.unsafeArrayCopy(source, 0, copy, 0, size);
|
| /external/icu4c/common/ |
| ucnv_bld.cpp | 249 const UConverterStaticData *source = (const UConverterStaticData *) raw; local 251 UConverterType type = (UConverterType)source->conversionType; 259 source->structSize != sizeof(UConverterStaticData)) 294 data->staticData = source; 302 data->impl->load(data, pArgs, raw + source->structSize, status); [all...] |
| ucnv_ct.c | 181 static int32_t findNextEsc(const char *source, const char *sourceLimit) { 182 int32_t length = sourceLimit - source; 185 if (*(source + i) == 0x1B) { 225 static COMPOUND_TEXT_CONVERTERS findStateFromEscSeq(const char* source, const char* sourceLimit, const uint8_t* toUBytesBuffer, int32_t toUBytesBufferLength, UErrorCode *err) { 238 } else if ((source + (n - offset)) >= sourceLimit) { 242 } else if (*(source + (n - offset)) != escSeqCompoundText[i][n]) { 334 const UChar* source = args->source; local 355 while( source < sourceLimit){ 358 sourceChar = *(source++) [all...] |
| ucnvscsu.c | 234 const uint8_t *source, *sourceLimit; local 250 source=(const uint8_t *)pArgs->source; 290 while(source<sourceLimit && target<targetLimit && (b=*source)>=0x20) { 291 ++source; 334 while(source<sourceLimit) { 340 b=*source++; 478 while(source+1<sourceLimit && target<targetLimit && (uint8_t)((b=*source)-UC0)>(Urs-UC0)) 588 const uint8_t *source, *sourceLimit; local 1013 const UChar *source, *sourceLimit; local 1506 const UChar *source, *sourceLimit; local [all...] |
| /external/icu4c/i18n/ |
| ucol_tok.h | 76 uint32_t source; member in struct:UColToken 109 UChar *source; member in struct:__anon8694
|
| /external/icu4c/test/intltest/ |
| convtest.cpp | 788 const char *source, *sourceLimit, *bytesLimit; local 792 source=(const char *)cc.bytes; 794 bytesLimit=source+cc.bytesLength; 810 sourceLimit=source; 825 &source, sourceLimit, 830 if(source>sourceLimit || target>targetLimit) { 850 if(source!=sourceLimit) { 862 sourceLimit=(bytesLimit-source)>=step ? source+step : bytesLimit; 882 sourceLimit=source; // use sourceLimit not as a real limi 1189 const char *source, *sourceLimit, *utf8Limit; local 1295 const UChar *source, *sourceLimit, *unicodeLimit; local [all...] |
| testidna.cpp | 470 // test null-terminated source and return value of number of UChars required 479 errln("Did not get the expected result for "+UnicodeString(testName) +" null terminated source. Expected : " 485 errln( "%s null terminated source failed. Requires destCapacity > 300\n",testName); 492 " null terminated source. Expected: " +UnicodeString(u_errorName(expectedStatus)) 494 + " Source: " + prettify(UnicodeString(src)) 509 //errln("Did not get the expected result for %s null terminated source with both options set.\n",testName); 511 " null terminated source "+ prettify(src) + 519 errln( "%s null terminated source failed. Requires destCapacity > 300\n",testName); 526 " null terminated source with options set. Expected: " +UnicodeString(u_errorName(expectedStatus)) 528 + " Source: " + prettify(UnicodeString(src) 1471 UnicodeString source; local [all...] |
| /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
| TextureAtlas.java | 5 * Redistribution and use in source and binary forms, with or without 9 * * Redistributions of source code must retain the above copyright 271 private void drawImage(Image source, int x, int y, String mapName) { 281 ByteBuffer sourceData = source.getData(0); 282 int height = source.getHeight(); 283 int width = source.getWidth(); 288 if (source.getFormat() == Format.ABGR8) { 294 } else if (source.getFormat() == Format.BGR8) { 300 } else if (source.getFormat() == Format.RGB8) { 306 } else if (source.getFormat() == Format.RGBA8) 355 clazz.getMethod("convert", Image.class, Image.class).invoke(clazz.newInstance(), source, newImage); local [all...] |
| /external/kernel-headers/original/linux/ |
| timex.h | 276 u16 source; /* time source flags */ member in struct:time_interpolator
|
| /external/oprofile/pp/ |
| opannotate.cpp | 51 /// string used as start / end comment to annotate source 101 << "Output annotated source file with samples" << '\n'; 280 /// here to avoid any interpretation of a source line as a symbol line 314 // source contain line of this form an ambiguity occur and we rely on 403 if (source) 617 // source is not available but we can at least output all the 634 string const & source) 641 string const out_file = op_realpath(output_dir + source); 647 * source, then "source" should be canonical already, an 743 string const & source = locate_source_file(filenames[i]); local [all...] |
| /external/ping/ |
| ping.c | 8 * Redistribution and use in source and binary forms, with or without 11 * 1. Redistributions of source code must retain the above copyright 108 struct sockaddr_in source; variable in typeref:struct:sockaddr_in 141 source.sin_family = AF_INET; 190 ptr = (__u8*)&source.sin_addr; 268 if (source.sin_addr.s_addr == 0) { 326 alen = sizeof(source); 327 if (getsockname(probe_fd, (struct sockaddr*)&source, &alen) == -1) { 331 source.sin_port = 0; 336 whereto.sin_addr.s_addr = source.sin_addr.s_addr [all...] |
| /external/protobuf/java/src/test/java/com/google/protobuf/ |
| UnknownFieldSetTest.java | 5 // Redistribution and use in source and binary forms, with or without 9 // * Redistributions of source code must retain the above copyright 162 TestEmptyMessage source = local 185 .mergeFrom(source)
|
| /external/protobuf/src/google/protobuf/compiler/cpp/ |
| cpp_unittest.cc | 5 // Redistribution and use in source and binary forms, with or without 9 // * Redistributions of source code must retain the above copyright 390 const Message* source = implicit_cast<const Message*>(&message1); local 391 message2.CopyFrom(*source); [all...] |
| /external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
| SDL_gemvideo.c | 874 void *source,*destination; local 883 source = surface->pixels; 884 source += surface->pitch * rects[i].y; 885 source += x1; 892 source, destination, 1244 /* Calculate icon source image pos relative to window */
|