/external/icu/icu4c/source/tools/genren/ |
D | Makefile | 35 COM=$(ICUDIR)/lib/libicuuc.$(SO) macro 41 LIBS=$(COM) $(I18) $(LEX) $(UIO) 67 $(COM): $(DAT) $(ICUDIR)/config.status Makefile 70 $(I18): $(DAT) $(COM) $(ICUDIR)/config.status Makefile 73 $(LEX): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile 76 $(UIO): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/ |
D | drop-debug-info-nonzero-alloca.ll | 1 ; RUN: llvm-as < %s -o %t.bc -data-layout=A5 2>&1 | FileCheck -check-prefixes=COM,AS %s 2 ; RUN: llvm-dis < %t.bc | FileCheck -check-prefixes=COM,DIS %s 3 ; RUN: opt < %s -S -data-layout=A5 2>&1 | FileCheck -check-prefixes=COM,AS %s 4 ; RUN: opt < %t.bc -S | FileCheck -check-prefixes=COM,DIS %s 15 ; COM-NOT: Allocation instruction pointer not in the stack address space!
|
/external/curl/tests/data/ |
D | test805 | 30 From: Fred Foobar <foobar@example.COM> 33 Message-Id: <B27397-0100000@example.COM> 52 From: Fred Foobar <foobar@example.COM> 55 Message-Id: <B27397-0100000@example.COM>
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | COM.inc | 1 //===- llvm/Support/Unix/COM.inc - Unix COM Implementation -----*- C++ -*-===// 10 // This file implements the Unix portion of COM support.
|
/external/llvm/lib/Support/Unix/ |
D | COM.inc | 1 //===- llvm/Support/Unix/COM.inc - Unix COM Implementation -----*- C++ -*-===// 10 // This file implements the Unix portion of COM support.
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | COM.inc | 1 //===- llvm/Support/Unix/COM.inc - Unix COM Implementation -----*- C++ -*-===// 10 // This file implements the Unix portion of COM support.
|
/external/u-boot/board/advantech/ |
D | Kconfig | 10 Advantech SOM-DB5800 COM Express development board with SOM-6867 13 SOM-6867 is a COM Express Type 6 Compact Module with either an Intel 16 SOM-DB5800 is a COM Express Development board with:
|
/external/llvm/lib/Support/Windows/ |
D | COM.inc | 1 //==- llvm/Support/Windows/COM.inc - Windows COM Implementation -*- C++ -*-===// 10 // This file implements the Windows portion of COM support.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | COM.inc | 1 //==- llvm/Support/Windows/COM.inc - Windows COM Implementation -*- C++ -*-===// 10 // This file implements the Windows portion of COM support.
|
/external/curl/packages/vms/ |
D | pcsi_product_gnv_curl.com | 1 $! File: PCSI_PRODUCT_GNV_CURL.COM 62 $ @MAKE_PCSI_CURL_KIT_NAME.COM 92 $ @BUILD_GNV_CURL_RELEASE_NOTES.COM 103 $ @BUILD_GNV_CURL_PCSI_DESC.COM 107 $ @BUILD_GNV_CURL_PCSI_TEXT.COM
|
D | curl_release_note_start.txt | 33 The supplied CURL_STARTUP.COM procedure that is installed in 68 The CURL_DAILY_STARTUP.COM will be supplied instead of CURL_STARTUP.COM. 70 a preview of what the next CURL_STARTUP.COM will be for the next release.
|
/external/curl/packages/DOS/ |
D | common.dj | 18 ifneq ($(findstring COMMAND.COM,$(SHELL)),COMMAND.COM) 20 ifneq ($(findstring 4DOS.COM,$(SHELL)),4DOS.COM)
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | compare_folding.ll | 8 %COM = fcmp uno double %X, %Y ; <i1> [#uses=1] 9 ret i1 %COM
|
/external/llvm/test/CodeGen/X86/ |
D | compare_folding.ll | 8 %COM = fcmp uno double %X, %Y ; <i1> [#uses=1] 9 ret i1 %COM
|
/external/swiftshader/third_party/llvm-7.0/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 | 383 CheckOpcodeMatcher *COM = cast<CheckOpcodeMatcher>(NewOptionsToMatch[i]); in FactorNodes() local 384 assert(Opcodes.insert(COM->getOpcode().getEnumName()).second && in FactorNodes() 386 Cases.push_back(std::make_pair(&COM->getOpcode(), COM->takeNext())); in FactorNodes() 387 delete COM; in FactorNodes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | DAGISelMatcherOpt.cpp | 393 CheckOpcodeMatcher *COM = cast<CheckOpcodeMatcher>(NewOptionsToMatch[i]); in FactorNodes() local 394 assert(Opcodes.insert(COM->getOpcode().getEnumName()).second && in FactorNodes() 396 Cases.push_back(std::make_pair(&COM->getOpcode(), COM->takeNext())); in FactorNodes() 397 delete COM; in FactorNodes()
|
/external/libxml2/vms/ |
D | readme.vms | 37 BUILD_LIBXML.COM - a build command file, which I've radically re-worked 40 - Don't execute BUILD_LIBXML.COM until you've done all the following 43 - reviewed the configuration section of BUILD_LIBXML.COM, and in particular 64 - The command file BUILD_LIBXML.COM will do the following 103 that uses this functionality. BUILD_LIBXML.COM should do this for you.
|
/external/ImageMagick/ |
D | Install-vms.txt | 16 Note : the MAKE.COM files compile every thing with /name=(as_is,short). all 21 Edit the MAKE.COM in the top directory and [.MAGICK]CONFIG.H_VMS to
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | README | 45 Nine implements the full IDirect3DDevice9 COM interface and a custom COM 47 COM interface.
|
/external/swiftshader/third_party/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()
|
/external/python/cpython3/Tools/scripts/ |
D | dutree.doc | 2 From: tchrist@convex.COM (Tom Christiansen) 9 Reply-To: tchrist@convex.COM (Tom Christiansen)
|
/external/python/cpython2/Tools/scripts/ |
D | dutree.doc | 2 From: tchrist@convex.COM (Tom Christiansen) 9 Reply-To: tchrist@convex.COM (Tom Christiansen)
|
/external/androidplot/Examples/DemoApp/ |
D | project.properties | 14 # THIS SOFTWARE IS PROVIDED BY ANDROIDPLOT.COM ``AS IS'' AND ANY EXPRESS OR IMPLIED 16 # FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANDROIDPLOT.COM OR
|
/external/llvm/test/tools/llvm-objdump/ |
D | common-symbol-elf.test | 3 CHECK: 00000400 g *COM* 00000008 common_symbol
|