Home
last modified time | relevance | path

Searched refs:opa (Results 1 – 22 of 22) sorted by relevance

/third_party/libxml2/xstc/
Dxstc.py12 opa = optparse.OptionParser() variable
14 opa.add_option("-b", "--base", action="store", type="string", dest="baseDir",
19 opa.add_option("-o", "--out", action="store", type="string", dest="logFile",
23 opa.add_option("--log", action="store_true", dest="enableLog",
27 opa.add_option("--no-test-out", action="store_true", dest="disableTestStdOut",
31 opa.add_option("-s", "--silent", action="store_true", dest="silent", default=False,
34 opa.add_option("-v", "--verbose", action="store_true", dest="verbose",
38 opa.add_option("-x", "--max", type="int", dest="maxTestCount",
42 opa.add_option("-t", "--test", type="string", dest="singleTest",
46 opa.add_option("--tsw", "--test-starts-with", type="string", dest="testStartsWith",
[all …]
/third_party/python/Lib/
D_pydecimal.py3367 def _fill_logical(self, context, opa, opb): argument
3368 dif = context.prec - len(opa)
3370 opa = '0'*dif + opa
3372 opa = opa[-context.prec:]
3378 return opa, opb
3391 (opa, opb) = self._fill_logical(context, self._int, other._int)
3394 result = "".join([str(int(a)&int(b)) for a,b in zip(opa,opb)])
3415 (opa, opb) = self._fill_logical(context, self._int, other._int)
3418 result = "".join([str(int(a)|int(b)) for a,b in zip(opa,opb)])
3432 (opa, opb) = self._fill_logical(context, self._int, other._int)
[all …]
/third_party/ffmpeg/libavcodec/
Dvp9dsp_template.c2029 #define filter_8tap_1d_fn(opn, opa, dir, ds) \ argument
2034 do_8tap_1d_c(dst, dst_stride, src, src_stride, w, h, ds, filter, opa); \
2083 #define filter_8tap_2d_fn(opn, opa) \ argument
2089 do_8tap_2d_c(dst, dst_stride, src, src_stride, w, h, filterx, filtery, opa); \
2145 #define bilin_1d_fn(opn, opa, dir, ds) \ argument
2150 do_bilin_1d_c(dst, dst_stride, src, src_stride, w, h, ds, mxy, opa); \
2197 #define bilin_2d_fn(opn, opa) \ argument
2202 do_bilin_2d_c(dst, dst_stride, src, src_stride, w, h, mx, my, opa); \
2379 #define scaled_filter_8tap_fn(opn, opa) \ argument
2386 opa, filters); \
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/
Dsk.txt649 yes{"Radiť akcenty opačne"}
Dcs.txt842 yes{"Řadit akcenty opačně"}
/third_party/skia/third_party/externals/icu/source/data/lang/
Dsk.txt662 yes{"Radiť akcenty opačne"}
Dcs.txt852 yes{"Řadit akcenty opačně"}
/third_party/icu/icu4c/source/data/lang/
Dsk.txt662 yes{"Radiť akcenty opačne"}
Dcs.txt852 yes{"Řadit akcenty opačně"}
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DlocaleCanonicalization.txt177 ibi ; opa
/third_party/icu/icu4c/source/test/testdata/
DlocaleCanonicalization.txt177 ibi ; opa
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/
Dwindow.dart300 return 'opa'; // Ibilo; deprecated 2012-08-12
/third_party/icu/icu4c/source/data/misc/
DlangInfo.txt90 "ibi","opa",
Dmetadata.txt681 replacement{"opa"}
DsupplementalData.txt6428 "opa",
/third_party/skia/third_party/externals/icu/source/data/misc/
DlangInfo.txt90 "ibi","opa",
Dmetadata.txt681 replacement{"opa"}
DsupplementalData.txt6428 "opa",
/third_party/flutter/engine/flutter/lib/ui/
Dwindow.dart366 'ibi': 'opa', // Ibilo; deprecated 2012-08-12
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/
DsupplementalData.txt6185 "opa",
/third_party/rust/crates/regex/bench/src/data/
D1MB.txt29242 opa
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h80404 struct opa_ah_attr opa; member