/external/apache-http/src/org/apache/http/conn/routing/ |
D | RouteTracker.java | 407 StringBuilder cab = new StringBuilder(50 + getHopCount()*30); in toString() local 409 cab.append("RouteTracker["); in toString() 411 cab.append(this.localAddress); in toString() 412 cab.append("->"); in toString() 414 cab.append('{'); in toString() 416 cab.append('c'); in toString() 418 cab.append('t'); in toString() 420 cab.append('l'); in toString() 422 cab.append('s'); in toString() 423 cab.append("}->"); in toString() [all …]
|
D | HttpRoute.java | 413 StringBuilder cab = new StringBuilder(50 + getHopCount()*30); in toString() local 415 cab.append("HttpRoute["); in toString() 417 cab.append(this.localAddress); in toString() 418 cab.append("->"); in toString() 420 cab.append('{'); in toString() 422 cab.append('t'); in toString() 424 cab.append('l'); in toString() 426 cab.append('s'); in toString() 427 cab.append("}->"); in toString() 430 cab.append(aProxyChain); in toString() [all …]
|
/external/python/cpython2/Tools/msi/ |
D | msi.py | 947 cab = CAB("python") 950 root = PyDirectory(db, cab, None, srcdir, "TARGETDIR", "SourceDir") 964 dlldir = PyDirectory(db, cab, root, srcdir, "DLLDIR", ".") 978 DLLs = PyDirectory(db, cab, root, srcdir + "/" + PCBUILD, "DLLs", "DLLS|DLLs") 1029 lib = PyDirectory(db, cab, parent, dir, dir, "%s|%s" % (parent.make_short(dir), dir)) 1145 lib = PyDirectory(db, cab, root, "include", "include", "INCLUDE|include") 1149 lib = PyDirectory(db, cab, root, PCBUILD, "libs", "LIBS|libs") 1162 lib = PyDirectory(db, cab, parent, phys, dir, "%s|%s" % (parent.make_short(dir), dir)) 1172 tooldir = PyDirectory(db, cab, root, "Tools", "Tools", "TOOLS|Tools") 1174 lib = PyDirectory(db, cab, tooldir, f, f, "%s|%s" % (tooldir.make_short(f), f)) [all …]
|
D | msilib.py | 422 def __init__(self, db, cab, basedir, physical, _logical, default, componentflags=None): argument 439 self.cab = cab 474 keyid = self.cab.gen_id(self.absolute, keyfile) 530 sequence, logical = self.cab.append(absolute, file, logical)
|
/external/python/cpython3/Lib/test/ |
D | test_msilib.py | 102 cab = msilib.CAB('CAB') 103 dir = msilib.Directory(db, cab, None, TESTFN, 'TARGETDIR',
|
D | mime.types | 279 application/vnd.cab-jscript 548 application/vnd.ms-cab-compressed cab 657 application/vnd.oma.cab-address-book+xml 658 application/vnd.oma.cab-feature-handler+xml 659 application/vnd.oma.cab-pcc+xml 660 application/vnd.oma.cab-user-prefs+xml 868 # cab: application/vnd.ms-cab-compressed
|
/external/python/cpython2/Lib/msilib/ |
D | __init__.py | 227 def __init__(self, db, cab, basedir, physical, _logical, default, componentflags=None): argument 244 self.cab = cab 279 keyid = self.cab.gen_id(self.absolute, keyfile) 349 sequence, logical = self.cab.append(absolute, file, logical)
|
/external/python/cpython3/Lib/msilib/ |
D | __init__.py | 224 def __init__(self, db, cab, basedir, physical, _logical, default, componentflags=None): argument 241 self.cab = cab 276 keyid = self.cab.gen_id(keyfile) 346 sequence, logical = self.cab.append(absolute, file, logical)
|
/external/python/cpython3/Lib/distutils/command/ |
D | bdist_msi.py | 279 cab = msilib.CAB("distfiles") 282 root = Directory(db, cab, None, rootdir, "TARGETDIR", "SourceDir") 298 dir = Directory(db, cab, root, rootdir, target, default) 312 newdir = Directory(db, cab, dir, file, default, short) 329 cab.commit(db)
|
/external/python/cpython2/Lib/distutils/command/ |
D | bdist_msi.py | 273 cab = msilib.CAB("distfiles") 276 root = Directory(db, cab, None, rootdir, "TARGETDIR", "SourceDir") 292 dir = Directory(db, cab, root, rootdir, target, default) 306 newdir = Directory(db, cab, dir, file, default, short) 323 cab.commit(db)
|
/external/timezone-boundary-builder/ |
D | .gitignore | 79 *.cab
|
/external/python/cpython2/Doc/library/ |
D | msilib.rst | 16 Because these files often contain an embedded "cabinet" file (``.cab``), it also 17 exposes an API to create CAB files. Support for reading ``.cab`` files is 356 .. class:: Directory(database, cab, basedir, physical, logical, default, [componentflags]) 361 Files are added into the current component, and into the cab file. To create a
|
/external/python/cpython3/Doc/library/ |
D | msilib.rst | 18 Because these files often contain an embedded "cabinet" file (``.cab``), it also 19 exposes an API to create CAB files. Support for reading ``.cab`` files is 363 .. class:: Directory(database, cab, basedir, physical, logical, default, [componentflags]) 368 Files are added into the current component, and into the cab file. To create a
|
/external/llvm-project/llvm/test/Transforms/LICM/ |
D | hoist-bitcast-load.ll | 212 %cab = bitcast i16* %ca to %atype* 213 %c = bitcast %atype* %cab to i32*
|
/external/llvm/test/Transforms/LICM/ |
D | hoist-bitcast-load.ll | 210 %cab = bitcast i16* %ca to %atype* 211 %c = bitcast %atype* %cab to i32*
|
/external/lzma/DOC/ |
D | installer.txt | 138 bat, cmd, exe, inf, msi, cab (under Windows CE), html, htm
|
/external/clang/test/CXX/drs/ |
D | dr0xx.cpp | 601 A &cab = (A&)(b); variable
|
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/assets/ |
D | labels_mobilenet_quant_v1_224.txt | 470 cab
|
D | labels_imagenet_slim.txt | 470 cab
|
/external/tensorflow/tensorflow/lite/java/ovic/src/testdata/ |
D | labels.txt | 470 cab
|
/external/llvm-project/clang/test/CXX/drs/ |
D | dr0xx.cpp | 658 A &cab = (A&)(b); variable
|
/external/tensorflow/tensorflow/lite/examples/ios/camera/data/ |
D | labels.txt | 470 cab
|
/external/tensorflow/tensorflow/lite/examples/ios/simple/data/ |
D | labels.txt | 470 cab
|
/external/mime-support/ |
D | mime.types | 415 application/x-cab cab
|
/external/icu/icu4c/source/test/testdata/ |
D | re_tests.txt | 444 (a|x)*ab cab y y$1 y 445 (a)*ab cab y y$1 y
|