Home
last modified time | relevance | path

Searched refs:COM (Results 1 – 25 of 210) sorted by relevance

123456789

/external/icu/icu4c/source/tools/genren/
DMakefile42 COM=$(ICUDIR)/$(installdir)/libicuuc.$(SO) macro
48 LIBS=$(COM) $(I18) $(LEX) $(UIO)
74 $(COM): $(DAT) $(ICUDIR)/config.status Makefile
77 $(I18): $(DAT) $(COM) $(ICUDIR)/config.status Makefile
80 $(LEX): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile
83 $(UIO): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/
DREADME.md8 DbgEng is available as a collection of unregistered COM-"like" objects that
10 means normal COM tooling can't access them; as a result, this backend uses
11 ctypes to describe the COM objects and call their methods.
13 This is obviously not a huge amount of fun; on the other hand, COM has
28 Each segment of debugger responsibility has its own COM object: Client,
30 wrapper, each COM object gets a python object wrapping it. COM methods
31 that are relevant to our interests have a python method that wraps the COM
/external/curl/tests/data/
Dtest80530 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-subzero/lib/Support/Unix/
DCOM.inc1 //===- llvm/Support/Unix/COM.inc - Unix COM Implementation -----*- C++ -*-===//
10 // This file implements the Unix portion of COM support.
/external/llvm/lib/Support/Unix/
DCOM.inc1 //===- llvm/Support/Unix/COM.inc - Unix COM Implementation -----*- C++ -*-===//
10 // This file implements the Unix portion of COM support.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DCOM.inc1 //===- llvm/Support/Unix/COM.inc - Unix COM Implementation -----*- C++ -*-===//
9 // This file implements the Unix portion of COM support.
/external/llvm-project/llvm/lib/Support/Unix/
DCOM.inc1 //===- llvm/Support/Unix/COM.inc - Unix COM Implementation -----*- C++ -*-===//
9 // This file implements the Unix portion of COM support.
/external/llvm/lib/Support/Windows/
DCOM.inc1 //==- llvm/Support/Windows/COM.inc - Windows COM Implementation -*- C++ -*-===//
10 // This file implements the Windows portion of COM support.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DCOM.inc1 //==- llvm/Support/Windows/COM.inc - Windows COM Implementation -*- C++ -*-===//
9 // This file implements the Windows portion of COM support.
/external/llvm-project/llvm/lib/Support/Windows/
DCOM.inc1 //==- llvm/Support/Windows/COM.inc - Windows COM Implementation -*- C++ -*-===//
9 // This file implements the Windows portion of COM support.
/external/curl/packages/vms/
Dpcsi_product_gnv_curl.com1 $! 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
Dcurl_release_note_start.txt33 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/llvm/test/CodeGen/X86/
Dcompare_folding.ll8 %COM = fcmp uno double %X, %Y ; <i1> [#uses=1]
9 ret i1 %COM
/external/llvm-project/llvm/test/FileCheck/comment/
Dblank-comments.txt4 RUN: echo 'COM:' > %t.chk
6 RUN: echo ' COM: ' >> %t.chk
Dbad-comment-prefix.txt36 RUN: -check-prefixes=FOO,COM | \
37 RUN: FileCheck -check-prefix=CHECK-PREFIX-DUP-COM %s
41 CHECK-PREFIX-DUP-COM: error: supplied check prefix must be unique among check and comment prefixes:…
Dsuffixes.txt6 RUN: echo 'COM-NEXT: CHECK: foo' > %t.chk
18 RUN: FileCheck -dump-input=never -vv -comment-prefixes=COM,RUN,RUN-NOT %t.chk < %t.in 2>&1 | \
/external/llvm-project/llvm/test/CodeGen/X86/
Dcompare_folding.ll12 %COM = fcmp uno double %X, %Y ; <i1> [#uses=1]
13 ret i1 %COM
/external/curl/packages/DOS/
Dcommon.dj39 ifneq ($(findstring COMMAND.COM,$(SHELL)),COMMAND.COM)
41 ifneq ($(findstring 4DOS.COM,$(SHELL)),4DOS.COM)
/external/llvm/utils/TableGen/
DDAGISelMatcherOpt.cpp383 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/llvm-project/llvm/test/tools/llvm-size/
Dcommon.test2 ## output) or shown as *COM* (sysv output). Otherwise their size is ignored.
13 # SYSV-NEXT: *COM* 8 0
/external/llvm-project/llvm/utils/TableGen/
DDAGISelMatcherOpt.cpp396 CheckOpcodeMatcher *COM = cast<CheckOpcodeMatcher>(NewOptionsToMatch[i]); in FactorNodes() local
397 assert(Opcodes.insert(COM->getOpcode().getEnumName()).second && in FactorNodes()
399 Cases.push_back(std::make_pair(&COM->getOpcode(), COM->takeNext())); in FactorNodes()
400 delete COM; in FactorNodes()
/external/ImageMagick/
DInstall-vms.txt16 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/llvm-project/clang/test/CodeGenOpenCL/
Dopencl_types.cl1 …ple "spir-unknown-unknown" -emit-llvm -o - -O0 | FileCheck %s --check-prefixes=CHECK-COM,CHECK-SPIR
2 …-triple "amdgcn--amdhsa" -emit-llvm -o - -O0 | FileCheck %s --check-prefixes=CHECK-COM,CHECK-AMDGCN
10 // CHECK-COM-NOT: constant i32
/external/libxml2/vms/
Dreadme.vms37 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/mesa3d/src/gallium/frontends/nine/
DREADME45 Nine implements the full IDirect3DDevice9 COM interface and a custom COM
47 COM interface.

123456789