Searched refs:COM (Results 1 – 25 of 118) sorted by relevance
12345
42 COM=$(ICUDIR)/$(installdir)/libicuuc.$(SO) macro48 LIBS=$(COM) $(I18) $(LEX) $(UIO)74 $(COM): $(DAT) $(ICUDIR)/config.status Makefile77 $(I18): $(DAT) $(COM) $(ICUDIR)/config.status Makefile80 $(LEX): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile83 $(UIO): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile
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>
34 From: Fred Foobar <foobar@example.COM>37 Message-Id: <B27397-0100000@example.COM>
36 From: Fred Foobar <foobar@example.COM>39 Message-Id: <B27397-0100000@example.COM>
1 //===- llvm/Support/Unix/COM.inc - Unix COM Implementation -----*- C++ -*-===//10 // This file implements the Unix portion of COM support.
1 //===- llvm/Support/Unix/COM.inc - Unix COM Implementation -----*- C++ -*-===//9 // This file implements the Unix portion of COM support.
1 //==- llvm/Support/Windows/COM.inc - Windows COM Implementation -*- C++ -*-===//9 // This file implements the Windows portion of COM support.
1 $! File: PCSI_PRODUCT_GNV_CURL.COM60 $ @MAKE_PCSI_CURL_KIT_NAME.COM90 $ @BUILD_GNV_CURL_RELEASE_NOTES.COM101 $ @BUILD_GNV_CURL_PCSI_DESC.COM105 $ @BUILD_GNV_CURL_PCSI_TEXT.COM
33 The supplied CURL_STARTUP.COM procedure that is installed in68 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.
162 BUILD_VMS.COM and the "REALCLEAN" option for clean_gnv_curl.com.192 LDAP and Kerberos installed, you can use the GNV_LINK_CURL.COM file.194 The GNV_LINK_CURL.COM contains information on how to link and run with a newer
4 $! VMS SYSTARTUP*.COM procedure.
6 …l IDirect3DDevice9 COM interface and a custom COM interface called ID3DAdapter9, which is used to …
62 # Boost stacktrace uses COM on Windows.63 # On Windows, cache COM instances in TLS for performance.
5 is implemented. The implementation works very much like COM.8 addRef() and release() just like IUnknown in COM (but no97 > The implementation of COM-like ref-counting and smart pointer remedies
2 From: tchrist@convex.COM (Tom Christiansen)9 Reply-To: tchrist@convex.COM (Tom Christiansen)
623 The JPEG standard allows "comment" (COM) blocks to occur within a JPEG file.624 Although the standard doesn't actually define what COM blocks are for, they627 them as text. COM blocks do not interfere with the image stored in the JPEG628 file. The maximum size of a COM block is 64K, but you can have as many of631 We provide two utility programs to display COM block contents and add COM634 rdjpgcom searches a JPEG file and prints the contents of any COM blocks on645 wrjpgcom adds a COM block, containing text you provide, to a JPEG file.646 Ordinarily, the COM block is added after any existing COM blocks, but you647 can delete the old COM blocks if you wish. wrjpgcom produces a new JPEG663 -replace Delete any existing COM blocks from the file.[all …]
55 [DbgEng] APIs. It uses the [WRL COM] APIs due to limitations in Clang's support56 for [C++/WinRT COM].150 [C++/WinRT COM]: https://docs.microsoft.com/en-us/windows/uwp/cpp-and-winrt-apis/consume-com151 [WRL COM]: https://docs.microsoft.com/en-us/cpp/cppcx/wrl/windows-runtime-cpp-template-library-wrl?…
191 (SOS <= marker && marker <= COM) ) { in mxg_read_packet()228 } else if (marker == COM && size >= 18 && in mxg_read_packet()
1 From: Ron Bielaski <Ron.Bielaski 'at' Eng.Sun.COM>
29 'HTTPS://EXAMPLE.COM/TEST.MD',
111 COM = 0xfe, /* comment */ enumerator
1184 "description": "<?COM--MENT?>",1185 "input": "<?COM--MENT?>",1189 "?COM--MENT?"1195 "description": "<!COM--MENT>",1196 "input": "<!COM--MENT>",1200 "COM--MENT"1206 "description": "</ COM--MENT >",1207 "input": "</ COM--MENT >",1211 " COM--MENT "
312 C++ LZMA code use COM-like interfaces. So if you want to use it, 313 you can study basics of COM/OLE.339 So you don't need to catch CNewException, if you call COM interfaces of 7-Zip.