/external/icu4c/tools/genren/ |
D | Makefile | 33 COM=$(ICUDIR)/lib/libicuuc.$(SO) macro 40 LIBS=$(COM) $(I18) $(LAY) $(LEX) $(UIO) 66 $(COM): $(DAT) $(ICUDIR)/config.status Makefile 69 $(I18): $(DAT) $(COM) $(ICUDIR)/config.status Makefile 72 $(LAY): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile 75 $(LEX): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile 78 $(UIO): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile
|
/external/chromium_org/third_party/icu/source/tools/genren/ |
D | Makefile | 18 COM=$(ICUDIR)/lib/libicuuc.$(SO) macro 25 LIBS=$(COM) $(I18) $(LAY) $(LEX) $(UIO) 54 $(COM): $(DAT) $(ICUDIR)/config.status Makefile 57 $(I18): $(DAT) $(COM) $(ICUDIR)/config.status Makefile 60 $(LAY): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile 63 $(LEX): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile 66 $(UIO): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile
|
/external/chromium_org/third_party/iaccessible2/ |
D | README.chromium | 1 Name: IAccessible2 COM interfaces for accessibility 8 This directory contains the IAccessible2 API, a set of COM interfaces 12 a module definition file is included for linking the COM proxy stub DLL. 19 Contains the IAccessible2 COM interfaces
|
/external/qemu/ |
D | ppc-dis.c | 1970 #define COM PPC_OPCODE_POWER | PPC_OPCODE_PPC | PPC_OPCODE_COMMON macro 2643 { "bdz", BBO(16,BODZ,0,0), BBOATBI_MASK, COM, { BD } }, 2646 { "bdzl", BBO(16,BODZ,0,1), BBOATBI_MASK, COM, { BD } }, 2649 { "bdza", BBO(16,BODZ,1,0), BBOATBI_MASK, COM, { BDA } }, 2652 { "bdzla", BBO(16,BODZ,1,1), BBOATBI_MASK, COM, { BDA } }, 2655 { "blt", BBOCB(16,BOT,CBLT,0,0), BBOATCB_MASK, COM, { CR, BD } }, 2658 { "bltl", BBOCB(16,BOT,CBLT,0,1), BBOATCB_MASK, COM, { CR, BD } }, 2661 { "blta", BBOCB(16,BOT,CBLT,1,0), BBOATCB_MASK, COM, { CR, BDA } }, 2664 { "bltla", BBOCB(16,BOT,CBLT,1,1), BBOATCB_MASK, COM, { CR, BDA } }, 2667 { "bgt", BBOCB(16,BOT,CBGT,0,0), BBOATCB_MASK, COM, { CR, BD } }, [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | compare_folding.ll | 8 %COM = fcmp uno double %X, %Y ; <i1> [#uses=1] 9 ret i1 %COM
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcherOpt.cpp | 448 CheckOpcodeMatcher *COM = cast<CheckOpcodeMatcher>(NewOptionsToMatch[i]); in FactorNodes() local 449 assert(Opcodes.insert(COM->getOpcode().getEnumName()) && in FactorNodes() 451 Cases.push_back(std::make_pair(&COM->getOpcode(), COM->getNext())); in FactorNodes()
|
D | DAGISelMatcher.cpp | 363 if (const CheckOpcodeMatcher *COM = dyn_cast<CheckOpcodeMatcher>(M)) { in isContradictoryImpl() local 367 return COM->getOpcode().getEnumName() != getOpcode().getEnumName(); in isContradictoryImpl()
|
/external/chromium/net/data/ftp/ |
D | dir-listing-vms-4 | 9 LOGIN.COM;1 2 4-NOV-2009 05:58 [JOHNDOE] (RWED,RWED,,)
|
D | dir-listing-vms-2 | 16 LOGIN.COM;2 1/16 28-SEP-2006 09:20:32 [SYSTEM] (RWED,RWED,RE,RE)
|
/external/chromium_org/net/data/ftp/ |
D | dir-listing-vms-4 | 9 LOGIN.COM;1 2 4-NOV-2009 05:58 [JOHNDOE] (RWED,RWED,,)
|
D | dir-listing-vms-6 | 10 LOGIN.COM;1 8 25-NOV-2003 20:01 [ANONY,ANONYMOUS] (RWED,RE,RE,RE)
|
D | dir-listing-vms-2 | 16 LOGIN.COM;2 1/16 28-SEP-2006 09:20:32 [SYSTEM] (RWED,RWED,RE,RE)
|
D | dir-listing-vms-8 | 22 RESET_BACKUP_SAVESET_ATTRIBUTES.COM;1
|
/external/chromium_org/third_party/isimpledom/ |
D | README.chromium | 1 Name: ISimpleDOM COM interfaces for accessibility
|
/external/jpeg/ |
D | usage.doc | 505 The JPEG standard allows "comment" (COM) blocks to occur within a JPEG file. 506 Although the standard doesn't actually define what COM blocks are for, they 509 them as text. COM blocks do not interfere with the image stored in the JPEG 510 file. The maximum size of a COM block is 64K, but you can have as many of 513 We provide two utility programs to display COM block contents and add COM 516 rdjpgcom searches a JPEG file and prints the contents of any COM blocks on 524 wrjpgcom adds a COM block, containing text you provide, to a JPEG file. 525 Ordinarily, the COM block is added after any existing COM blocks, but you 526 can delete the old COM blocks if you wish. wrjpgcom produces a new JPEG 542 -replace Delete any existing COM blocks from the file. [all …]
|
/external/qemu/distrib/jpeg-6b/ |
D | usage.doc | 505 The JPEG standard allows "comment" (COM) blocks to occur within a JPEG file. 506 Although the standard doesn't actually define what COM blocks are for, they 509 them as text. COM blocks do not interfere with the image stored in the JPEG 510 file. The maximum size of a COM block is 64K, but you can have as many of 513 We provide two utility programs to display COM block contents and add COM 516 rdjpgcom searches a JPEG file and prints the contents of any COM blocks on 524 wrjpgcom adds a COM block, containing text you provide, to a JPEG file. 525 Ordinarily, the COM block is added after any existing COM blocks, but you 526 can delete the old COM blocks if you wish. wrjpgcom produces a new JPEG 542 -replace Delete any existing COM blocks from the file. [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/ |
D | multisect1.asm | 4 ; This file is loaded as a DOS .COM file.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/ |
D | bintest.asm | 5 ; When run (as a DOS .COM file), this program should print
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/docs/ |
D | source_layout.txt | 5 gd3dapi contains the Gallium COM state tracker API and extensions to the DXGI and Direct3D APIs, bo…
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/docs/ |
D | source_layout.txt | 5 gd3dapi contains the Gallium COM state tracker API and extensions to the DXGI and Direct3D APIs, bo…
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
D | regextst.txt | 1080 "(AUX|PRN|NUL|COM\d|LPT\d)+\s*$" G "<0>COM1</0>" 1081 "(AUX|PRN|NUL|COM\d|LPT\d)+\s*$" G "<0>AUX</0>" 1082 "(AUX|PRN|NUL|COM\d|LPT\d)+\s*$" G "<0>LPT1</0>" 1083 "(AUX|PRN|NUL|COM\d|LPT\d)+\s*$" "image.jpg" 1084 "(AUX|PRN|NUL|COM\d|LPT\d)+\s*$" "index.html" 1085 "(AUX|PRN|NUL|COM\d|LPT\d)+\s*$" "readme.txt" 1508 '^(?!^(PRN|AUX|CLOCK\$|NUL|CON|COM\d|LPT\d|\..*)(\..+)?$)[^\x00-\x1f\\?*:\";|/]+$' G "<0>test.txt… 1509 '^(?!^(PRN|AUX|CLOCK\$|NUL|CON|COM\d|LPT\d|\..*)(\..+)?$)[^\x00-\x1f\\?*:\";|/]+$' G "<0>test.jpg… 1510 '^(?!^(PRN|AUX|CLOCK\$|NUL|CON|COM\d|LPT\d|\..*)(\..+)?$)[^\x00-\x1f\\?*:\";|/]+$' G "<0>a&b c.bm… 1511 '^(?!^(PRN|AUX|CLOCK\$|NUL|CON|COM\d|LPT\d|\..*)(\..+)?$)[^\x00-\x1f\\?*:\";|/]+$' "CON" [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3dapi/ |
D | galliumcom.idl | 27 /* Header for all COM-based Gallium APIs and state trackers */
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/ |
D | galliumcom.idl | 27 /* Header for all COM-based Gallium APIs and state trackers */
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
D | VERSION | 24 Gigi Ankeny <Gigi.Ankeny@Eng.Sun.COM> for pointing this one out. 188 Many thanks to Bill Wade <wade@Stoner.COM> for pointing out 341 called spr.h). Thanks to Richard Outerbridge <71755.204@CompuServe.COM> 347 Added SVR4 mods suggested by witr@rwwa.COM 363 Many thanks to Keith Reynolds (keithr@sco.COM) for pointing this
|
/external/openssl/crypto/des/ |
D | VERSION | 24 Gigi Ankeny <Gigi.Ankeny@Eng.Sun.COM> for pointing this one out. 188 Many thanks to Bill Wade <wade@Stoner.COM> for pointing out 341 called spr.h). Thanks to Richard Outerbridge <71755.204@CompuServe.COM> 347 Added SVR4 mods suggested by witr@rwwa.COM 363 Many thanks to Keith Reynolds (keithr@sco.COM) for pointing this
|