Home
last modified time | relevance | path

Searched full:cab (Results 1 – 25 of 183) sorted by relevance

12345678

/external/python/cpython2/Doc/library/
Dmsilib.rst6 :synopsis: Creation of Microsoft Installer files, and CAB files.
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
26 The package contents can be roughly split into four parts: low-level CAB
33 Create a new CAB file named *cabname*. *files* must be a list of tuples, each
34 containing the name of the file on disk, and the name of the file inside the CAB
37 The files are added to the CAB file in the order they appear in the list. All
38 files are added into a single CAB file, using the MSZIP compression algorithm.
320 CAB Objects
324 .. class:: CAB(name)
[all …]
/external/python/cpython3/Doc/library/
Dmsilib.rst6 :synopsis: Creation of Microsoft Installer files, and CAB files.
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
28 The package contents can be roughly split into four parts: low-level CAB
35 Create a new CAB file named *cabname*. *files* must be a list of tuples, each
36 containing the name of the file on disk, and the name of the file inside the CAB
39 The files are added to the CAB file in the order they appear in the list. All
40 files are added into a single CAB file, using the MSZIP compression algorithm.
327 CAB Objects
331 .. class:: CAB(name)
[all …]
/external/apache-http/src/org/apache/http/conn/routing/
DRouteTracker.java407 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 …]
DHttpRoute.java413 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/libopus/silk/float/
Dburg_modified_FLP.c52 double CAf[ SILK_MAX_ORDER_LPC + 1 ], CAb[ SILK_MAX_ORDER_LPC + 1 ]; in silk_burg_modified_FLP() local
69 CAb[ 0 ] = CAf[ 0 ] = C0 + FIND_LPC_COND_FAC * C0 + 1e-9f; in silk_burg_modified_FLP()
90 CAb[ k ] -= tmp2 * x_ptr[ subfr_length - n + k - 1 ]; in silk_burg_modified_FLP()
101 CAb[ n + 1 ] = tmp2; in silk_burg_modified_FLP()
104 num = CAb[ n + 1 ]; in silk_burg_modified_FLP()
105 nrg_b = CAb[ 0 ]; in silk_burg_modified_FLP()
109 num += CAb[ n - k ] * Atmp; in silk_burg_modified_FLP()
110 nrg_b += CAb[ k + 1 ] * Atmp; in silk_burg_modified_FLP()
155 CAf[ k ] += rc * CAb[ n - k + 1 ]; in silk_burg_modified_FLP()
156 CAb[ n - k + 1 ] += rc * tmp1; in silk_burg_modified_FLP()
/external/libxml2/test/threads/
Dcab.xml1 <!DOCTYPE cab SYSTEM "http://example.org/cab.dtd">
2 <cab>
6 </cab>
Dcab.dtd7 <!ELEMENT cab (c, a, b)>
/external/libopus/silk/fixed/x86/
Dburg_modified_FIX_sse4_1.c69 opus_int32 CAb[ SILK_MAX_ORDER_LPC + 1 ]; in silk_burg_modified_sse4_1() local
95CAb[ 0 ] = CAf[ 0 ] = C0 + silk_SMMUL( SILK_FIX_CONST( FIND_LPC_COND_FAC, 32 ), C0 ) + 1; … in silk_burg_modified_sse4_1()
124CAb[ 0 ] = CAf[ 0 ] = C0 + silk_SMMUL( SILK_FIX_CONST( FIND_LPC_COND_FAC, 32 ), C0 ) + 1; … in silk_burg_modified_sse4_1()
151CAb[ k ] = silk_SMLAWB( CAb[ k ], tmp2, x_ptr[ subfr_length - n + k - 1 ] ); /* Q( -rshift … in silk_burg_modified_sse4_1()
248 PTR_3210 = _mm_loadu_si128( (__m128i *)&CAb[ k ] ); in silk_burg_modified_sse4_1()
254 _mm_storeu_si128( (__m128i *)&CAb[ k ], PTR_3210 ); in silk_burg_modified_sse4_1()
260 CAb[ k ] = silk_SMLAWW( CAb[ k ], tmp2, in silk_burg_modified_sse4_1()
271 …nrg = silk_ADD32( CAb[ 0 ], CAf[ 0 ] ); /*… in silk_burg_modified_sse4_1()
280 …num = silk_ADD_LSHIFT32( num, silk_SMMUL( CAb[ n - k ], Atmp1 ), 32 - QA - lz ); /*… in silk_burg_modified_sse4_1()
281 nrg = silk_ADD_LSHIFT32( nrg, silk_SMMUL( silk_ADD32( CAb[ k + 1 ], CAf[ k + 1 ] ), in silk_burg_modified_sse4_1()
[all …]
/external/libopus/silk/fixed/
Dburg_modified_FIX.c64 opus_int32 CAb[ SILK_MAX_ORDER_LPC + 1 ]; in silk_burg_modified_c() local
83CAb[ 0 ] = CAf[ 0 ] = C0 + silk_SMMUL( SILK_FIX_CONST( FIND_LPC_COND_FAC, 32 ), C0 ) + 1; … in silk_burg_modified_c()
112CAb[ 0 ] = CAf[ 0 ] = C0 + silk_SMMUL( SILK_FIX_CONST( FIND_LPC_COND_FAC, 32 ), C0 ) + 1; … in silk_burg_modified_c()
139CAb[ k ] = silk_SMLAWB( CAb[ k ], tmp2, x_ptr[ subfr_length - n + k - 1 ] ); /* Q( -rshift … in silk_burg_modified_c()
164 CAb[ k ] = silk_SMLAWW( CAb[ k ], tmp2, in silk_burg_modified_c()
174 …nrg = silk_ADD32( CAb[ 0 ], CAf[ 0 ] ); /*… in silk_burg_modified_c()
183 …num = silk_ADD_LSHIFT32( num, silk_SMMUL( CAb[ n - k ], Atmp1 ), 32 - QA - lz ); /*… in silk_burg_modified_c()
184 nrg = silk_ADD_LSHIFT32( nrg, silk_SMMUL( silk_ADD32( CAb[ k + 1 ], CAf[ k + 1 ] ), in silk_burg_modified_c()
188CAb[ n + 1 ] = tmp2; /*… in silk_burg_modified_c()
241 …tmp2 = CAb[ n - k + 1 ]; /* Q( -rshifts… in silk_burg_modified_c()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dpossible_match_test.cc44 { "ab(cab|cat)", 10, "abcab", "abcat" },
45 { "ab(cab|ca)x", 10, "abcabx", "abcax" },
61 { "(?i)ab(cab|cat)", 10, "ABCAB", "abcat" },
62 { "(?i)ab(cab|ca)x", 10, "ABCABX", "abcax" },
79 { "\\Aab(cab|cat)", 10, "abcab", "abcat" },
80 { "\\Aab(cab|ca)x", 10, "abcabx", "abcax" },
96 { "(?i)\\Aab(cab|cat)", 10, "ABCAB", "abcat" },
97 { "(?i)\\Aab(cab|ca)x", 10, "ABCABX", "abcax" },
/external/python/cpython3/Lib/test/
Dtest_msilib.py103 cab = msilib.CAB('CAB')
104 dir = msilib.Directory(db, cab, None, TESTFN, 'TARGETDIR',
118 cabpath = TESTFN + '.cab'
Dmime.types279 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/Tools/msi/
Dmsilib.py350 class CAB: class
381 os.unlink(self.name+".cab")
402 cmd = r'"%s" -m lzx:21 n %s.cab @%s.txt' % (cabarc, self.name, self.name)
411 if not os.path.exists(self.name+".cab"):
415 add_stream(db, self.name, self.name+".cab")
417 os.unlink(self.name+".cab")
422 def __init__(self, db, cab, basedir, physical, _logical, default, componentflags=None): argument
426 time. Files are added into the current component, and into the cab file.
439 self.cab = cab
474 keyid = self.cab.gen_id(self.absolute, keyfile)
[all …]
Dmsi.py5 from msilib import Feature, CAB, Directory, Dialog, Binary, add_data
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")
[all …]
/external/python/cpython3/Lib/msilib/
D__init__.py187 class CAB: class
224 def __init__(self, db, cab, basedir, physical, _logical, default, componentflags=None): argument
228 time. Files are added into the current component, and into the cab file.
241 self.cab = cab
276 keyid = self.cab.gen_id(keyfile)
346 sequence, logical = self.cab.append(absolute, file, logical)
/external/python/cpython2/Lib/msilib/
D__init__.py190 class CAB: class
227 def __init__(self, db, cab, basedir, physical, _logical, default, componentflags=None): argument
231 time. Files are added into the current component, and into the cab file.
244 self.cab = cab
279 keyid = self.cab.gen_id(self.absolute, keyfile)
349 sequence, logical = self.cab.append(absolute, file, logical)
/external/harfbuzz_ng/test/shape/data/text-rendering-tests/tests/
DSHKNDA-2.tests8 … --ned --remove-default-ignorables --font-funcs=ft;U+0C87,U+0CA8,U+0CCD,U+0CAB,U+0CCD,U+0CB2,U+0CC…
9 … --ned --remove-default-ignorables --font-funcs=ft;U+0C87,U+0CA8,U+0CCD,U+0CAB,U+0CCD,U+0CB2,U+0CC…
15 …ze=1000 --ned --remove-default-ignorables --font-funcs=ft;U+0CB8,U+0CBE,U+0CAB,U+0CCD,U+0C9F,U+0CC…
/external/python/cpython3/.azure-pipelines/windows-release/
Dmsi-steps.yml118 *.cab
128 *.cab
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/text/
DStringContainsInOrderTest.java21 assertDoesNotMatch("substrings out of order", m, "cab"); in testMatchesOnlyIfStringContainsGivenSubstringsInTheSameOrder()
/external/compiler-rt/test/asan/TestCases/
Dstrcspn-1.c14 char s1[4] = "caB"; in main()
Dstrpbrk-1.c14 char s1[4] = "cab"; in main()
/external/lzma/CPP/7zip/
D7zip.mak81 $(CAB_OBJS): ../../Archive/Cab/$(*B).cpp
210 {../../Archive/Cab}.cpp{$O}.obj::
/external/python/cpython3/Lib/distutils/command/
Dbdist_msi.py277 cab = msilib.CAB("distfiles")
280 root = Directory(db, cab, None, rootdir, "TARGETDIR", "SourceDir")
296 dir = Directory(db, cab, root, rootdir, target, default)
310 newdir = Directory(db, cab, dir, file, default, short)
327 cab.commit(db)
/external/python/cpython2/Lib/distutils/command/
Dbdist_msi.py273 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/python/setuptools/setuptools/_distutils/command/
Dbdist_msi.py279 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)

12345678