/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/ |
liblog.so | |
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/ |
liblog.so | |
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/ |
liblog.so | |
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/ |
liblog.so | |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractIncludeRefactoringTest.java | 104 // Create the duplicate files
|
/system/core/libpixelflinger/ |
col32cb16blend_neon.S | 53 // split and duplicate them, such that
|
/system/core/sh/ |
nodetypes | 130 dupfd int # file descriptor to duplicate
|
/external/icu4c/tools/makeconv/ |
genmbcs.cpp | 431 fprintf(stderr, "error: duplicate codepage byte sequence at U+%04x<->0x%s see U+%04x\n", 435 fprintf(stderr, "duplicate codepage byte sequence at U+%04x<->0x%s see U+%04x\n", 461 fprintf(stderr, "error: duplicate codepage byte sequence at U+%04x<->0x%s see U+%04x\n", 465 fprintf(stderr, "duplicate codepage byte sequence at U+%04x<->0x%s see U+%04x\n", 499 fprintf(stderr, "error: duplicate codepage byte sequence at U+%04x<->0x%s see U+%04x\n", 503 fprintf(stderr, "duplicate codepage byte sequence at U+%04x<->0x%s see U+%04x\n", 661 fprintf(stderr, "error: duplicate Unicode code point at U+%04x<->0x%02x see 0x%02x\n", 665 fprintf(stderr, "duplicate Unicode code point at U+%04x<->0x%02x see 0x%02x\n", 871 fprintf(stderr, "error: duplicate Unicode code point at U+%04x<->0x%s see 0x%02x\n", 875 fprintf(stderr, "duplicate Unicode code point at U+%04x<->0x%s see 0x%02x\n" [all...] |
/external/libxml2/ |
hash.c | 374 * by using the @name. Duplicate names generate errors. 391 * by using the (@name, @name2) tuple. Duplicate tuples generate errors. 515 * by using the tuple (@name, @name2, @name3). Duplicate entries generate 553 * Check for duplicate and insertion location. 669 * Check for duplicate and insertion location.
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/ |
SDL_sysjoystick.c | 416 int n, duplicate; local 459 duplicate = 0; 460 for (n=0; (n<numjoysticks) && !duplicate; ++n) { 462 duplicate = 1; 465 if (duplicate) {
|
/external/libpng/ |
pngrutil.c | 552 png_error(png_ptr, "Duplicate PLTE chunk"); 723 png_warning(png_ptr, "Duplicate gAMA chunk"); 800 png_warning(png_ptr, "Duplicate sBIT chunk"); 873 png_warning(png_ptr, "Duplicate cHRM chunk"); 989 png_warning(png_ptr, "Duplicate sRGB chunk"); 1092 png_warning(png_ptr, "Duplicate iCCP chunk"); [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngrutil.c | 438 png_error(png_ptr, "Duplicate PLTE chunk"); 607 png_warning(png_ptr, "Duplicate gAMA chunk"); 684 png_warning(png_ptr, "Duplicate sBIT chunk"); 757 png_warning(png_ptr, "Duplicate cHRM chunk"); 911 png_warning(png_ptr, "Duplicate sRGB chunk"); 1014 png_warning(png_ptr, "Duplicate iCCP chunk"); [all...] |
/external/proguard/docs/manual/ |
troubleshooting.html | 22 <li><a href="#duplicateclass">Note: duplicate definition of program/library class</a></li> 23 <li><a href="#duplicatezipentry">Warning: can't write resource ... Duplicate zip entry</a></li> 69 <li><a href="#compilererror">CompilerError: duplicate addition</a></li> 121 <dt><a name="duplicateclass"><b>Note: duplicate definition of program/library class</b></a></dt> 131 <dt><a name="duplicatezipentry"><b>Warning: can't write resource ... Duplicate zip entry</b></a></dt> 542 <dt><a name="compilererror"><b>CompilerError: duplicate addition</b></a></dt>
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
troubleshooting.html | 34 <li><a href="#duplicateclass">Note: duplicate definition of program/library class</a></li> 35 <li><a href="#duplicatezipentry">Warning: can't write resource ... Duplicate zip entry</a></li> 94 <li><a href="#compilererror">CompilerError: duplicate addition</a></li> 157 <dt><a name="duplicateclass"><b>Note: duplicate definition of program/library class</b></a></dt> 167 <dt><a name="duplicatezipentry"><b>Warning: can't write resource ... Duplicate zip entry</b></a></dt> [all...] |
/cts/tools/dasm/src/java_cup/ |
non_terminal.java | 36 // throw new internal_error("Duplicate non-terminal ("+nm+") created"); 37 (new internal_error("Duplicate non-terminal ("+nm+") created")).crash();
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
TreeAdaptor.as | 52 /** Duplicate a single tree node. 57 /** Duplicate tree recursively, using dupNode() for each node */
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
ITreeAdaptor.cs | 63 /** <summary>Duplicate a single tree node.</summary> 68 /** <summary>Duplicate tree recursively, using dupNode() for each node</summary> */
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
ITreeAdaptor.cs | 113 /** <summary>Duplicate a single tree node.</summary> 124 /** <summary>Duplicate tree recursively, using dupNode() for each node</summary> */
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeAdaptor.java | 54 /** Duplicate a single tree node. 59 /** Duplicate tree recursively, using dupNode() for each node */
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarAST.java | 474 /**Duplicate a tree, assuming this is a root node of a tree-- 475 * duplicate that node and what's below; ignore siblings of root node.
|
/external/apache-http/src/org/apache/http/conn/routing/ |
HttpRoute.java | 231 * Helper to duplicate and check a proxy chain. 234 * @param proxies the proxy chain to duplicate, or <code>null</code>
|
/external/bluetooth/bluedroid/stack/hcic/ |
hciblecmds.c | 329 BOOLEAN btsnd_hcic_ble_set_scan_enable (UINT8 scan_enable, UINT8 duplicate) 346 UINT8_TO_STREAM (pp, duplicate);
|
/external/chromium/chrome/browser/tab_contents/ |
thumbnail_generator.cc | 214 // Duplicate the handle to the DIB here because the renderer process does not 222 LOG(WARNING) << "Could not duplicate dib handle for renderer";
|
/external/chromium/net/spdy/ |
spdy_stream.cc | 270 // Disallow duplicate headers. This is just to be conservative. 272 LOG(WARNING) << "HEADERS duplicate header";
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
LLVMConventionsChecker.cpp | 280 // duplicate HTML reports. In the future we need a unified way of merging 281 // duplicate reports across translation units. For C++ classes we cannot
|