Home
last modified time | relevance | path

Searched full:cd (Results 1 – 25 of 3086) sorted by relevance

12345678910>>...124

/third_party/skia/third_party/externals/harfbuzz/test/shape/data/in-house/tests/
Dligature-id.tests1 …4c1b2aa173262734c1f616148f1648cfd6.ttf;;U+0995,U+09CD,U+0995,U+0020,U+0995,U+09CD,U+09B0,U+0995,U+…
2 …62734c1f616148f1648cfd6.ttf;;U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0020,U+0995,U+09CD,U+09B0…
3 …6148f1648cfd6.ttf;;U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0020,U+0995,U+…
4 …d6.ttf;;U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0020…
5 …0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+…
6CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+09…
7CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+09…
8CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+09…
9CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+09…
10CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+09…
[all …]
/third_party/vk-gl-cts/
Dhistory.log14 1023 cd test/
16 1025 cd plugins/
18 1027 cd ..
20 1029 cd ..
22 1031 cd blueman/
24 1033 cd bluez/
28 1037 cd ..
38 1047 cd ..
40 1049 cd apps/
63 1072 cd bluez-5.50/test
[all …]
/third_party/rust/crates/serde/.github/workflows/
Dci.yml23 - run: cd test_suite && cargo test --features unstable
32 - run: cd test_suite && cargo test --features unstable -- --skip ui --exact
47 - run: cd serde && cargo build --features rc
48 - run: cd serde && cargo build --no-default-features
61 - run: cd serde && cargo build
62 - run: cd serde && cargo build --no-default-features
63 - run: cd serde && cargo build --no-default-features --features alloc
64 - run: cd serde && cargo build --no-default-features --features rc,alloc
65 - run: cd serde && cargo build --no-default-features --features unstable
66 - run: cd serde && cargo test --features derive,rc,unstable
[all …]
/third_party/protobuf/
Dtests.sh29 cd conformance && make test_cpp && cd ..
35 cd benchmarks && make cpp-benchmark && cd ..
48 cd src
71 cd ${DIST//.tar.gz}
80 cd ..
141 (cd dotnettmp; dotnet new > /dev/null)
149 cd conformance && make test_csharp && cd ..
171 …(cd $GOPATH/src/github.com/golang && git clone https://github.com/golang/protobuf.git && cd protob…
174 cd examples && PROTO_PATH="-I../src -I." make gotest && cd ..
211 cd $dir && $MVN clean && $MVN test
[all …]
/third_party/ffmpeg/libavutil/
Dtx.c260 static av_cold int ff_tx_null_init(AVTXContext *s, const FFTXCodelet *cd, in ff_tx_null_init() argument
336 static void print_cd_info(const FFTXCodelet *cd, int prio, int print_prio) in print_cd_info() argument
341 av_bprintf(&bp, "%s - type: ", cd->name); in print_cd_info()
343 print_type(&bp, cd->type); in print_cd_info()
346 if (cd->min_len != cd->max_len) in print_cd_info()
347 av_bprintf(&bp, "[%i, ", cd->min_len); in print_cd_info()
349 if (cd->max_len == TX_LEN_UNLIMITED) in print_cd_info()
352 av_bprintf(&bp, "%i", cd->max_len); in print_cd_info()
354 av_bprintf(&bp, "%s, factors: [", cd->min_len != cd->max_len ? "]" : ""); in print_cd_info()
356 if (i && cd->factors[i]) in print_cd_info()
[all …]
/third_party/icu/tools/unicodetools/com/ibm/rbm/
Dinstall.bat13 cd zip
16 cd docs
18 cd Images
20 cd ..
23 cd ..
25 cd ..
39 cd docs
41 cd Images
44 cd Screenshots
47 cd ..\..\Tutorial
[all …]
/third_party/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp42 /* f(Cs,Cd) = Cs*Cd */ in blend_multiply()
49 /* f(Cs,Cd) = Cs+Cd-Cs*Cd */ in blend_screen()
58 /* f(Cs,Cd) = 2*Cs*Cd, if Cd <= 0.5 in blend_overlay()
59 * 1-2*(1-Cs)*(1-Cd), otherwise in blend_overlay()
70 /* f(Cs,Cd) = min(Cs,Cd) */ in blend_darken()
77 /* f(Cs,Cd) = max(Cs,Cd) */ in blend_lighten()
86 /* f(Cs,Cd) = in blend_colordodge()
87 * 0, if Cd <= 0 in blend_colordodge()
88 * min(1,Cd/(1-Cs)), if Cd > 0 and Cs < 1 in blend_colordodge()
89 * 1, if Cd > 0 and Cs >= 1 in blend_colordodge()
[all …]
/third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/
DDockerfile42 RUN cd /var/local \
44 && cd /var/local/bison-2.6.4 \
57 RUN cd php-src \
60 RUN cd php-src \
69 RUN cd php-src \
85 RUN cd php-src \
88 RUN cd php-src \
97 RUN cd php-src \
113 RUN cd php-src \
116 RUN cd php-src \
[all …]
/third_party/curl/docs/
DHTTP3.md51 % cd openssl
58 % cd ..
60 % cd nghttp3
68 % cd ..
70 % cd ngtcp2
78 % cd ..
80 % cd curl
93 % cd gnutls
101 % cd ..
103 % cd nghttp3
[all …]
/third_party/skia/third_party/externals/spirv-cross/
Dcheckout_glslang_spirv_tools.sh17 cd external/glslang
23 cd external
25 cd glslang
28 cd ../..
32 cd external/spirv-tools
38 cd external
40 cd spirv-tools
45 cd external/spirv-headers
48 cd ../..
51 cd external/spirv-headers
[all …]
/third_party/protobuf/kokoro/linux/dockerfile/test/php/
DDockerfile44 RUN cd /var/local \
46 && cd /var/local/bison-2.6.4 \
59 RUN cd php-src \
62 RUN cd php-src \
72 RUN cd php-src \
89 RUN cd php-src \
92 RUN cd php-src \
102 RUN cd php-src \
119 RUN cd php-src \
122 RUN cd php-src \
[all …]
/third_party/libfuse/lib/
Dcuse_lowlevel.c118 struct cuse_data *cd; in cuse_prep_data() local
130 cd = calloc(1, sizeof(*cd) + dev_info_len); in cuse_prep_data()
131 if (!cd) { in cuse_prep_data()
136 memcpy(&cd->clop, clop, sizeof(cd->clop)); in cuse_prep_data()
137 cd->max_read = 131072; in cuse_prep_data()
138 cd->dev_major = ci->dev_major; in cuse_prep_data()
139 cd->dev_minor = ci->dev_minor; in cuse_prep_data()
140 cd->dev_info_len = dev_info_len; in cuse_prep_data()
141 cd->flags = ci->flags; in cuse_prep_data()
142 cuse_pack_info(ci->dev_info_argc, ci->dev_info_argv, cd->dev_info); in cuse_prep_data()
[all …]
/third_party/typescript/tests/baselines/reference/
DstringIncludes.types5 includes = "abcde".includes("cd");
6 >includes = "abcde".includes("cd") : boolean
8 >"abcde".includes("cd") : boolean
12 >"cd" : "cd"
14 includes = "abcde".includes("cd", 2);
15 >includes = "abcde".includes("cd", 2) : boolean
17 >"abcde".includes("cd", 2) : boolean
21 >"cd" : "cd"
DforOfStringConstituents.types6 interface B { x: 1; y: CD[]; }
8 >y : CD[]
19 type CD = C | D;
20 >CD : C | D
22 declare let x: AB, y: CD;
24 >y : CD
27 >y : CD
28 >x.y : C[] | CD[]
30 >y : C[] | CD[]
/third_party/pcre2/pcre2/
DRunGrepTest137 (cd $srcdir; $valgrind $vjs $pcre2grep PATTERN ./testdata/grepinput) >>testtrygrep
141 (cd $srcdir; $valgrind $vjs $pcre2grep '^PATTERN' ./testdata/grepinput) >>testtrygrep
145 (cd $srcdir; $valgrind $vjs $pcre2grep -in PATTERN ./testdata/grepinput) >>testtrygrep
149 (cd $srcdir; $valgrind $vjs $pcre2grep -ic PATTERN ./testdata/grepinput) >>testtrygrep
153 (cd $srcdir; $valgrind $vjs $pcre2grep -in PATTERN ./testdata/grepinput ./testdata/grepinputx) >>te…
157 (cd $srcdir; $valgrind $vjs $pcre2grep -inh PATTERN ./testdata/grepinput ./testdata/grepinputx) >>t…
161 (cd $srcdir; $valgrind $vjs $pcre2grep -il PATTERN ./testdata/grepinput ./testdata/grepinputx) >>te…
165 (cd $srcdir; $valgrind $vjs $pcre2grep -l PATTERN ./testdata/grepinput ./testdata/grepinputx) >>tes…
169 (cd $srcdir; $valgrind $vjs $pcre2grep -q PATTERN ./testdata/grepinput ./testdata/grepinputx) >>tes…
173 (cd $srcdir; $valgrind $vjs $pcre2grep -q NEVER-PATTERN ./testdata/grepinput ./testdata/grepinputx)…
[all …]
/third_party/protobuf/benchmarks/
DMakefile.am29 # We have to cd to $(srcdir) before executing protoc because $(protoc_inputs) is
33 …oldpwd=`pwd` && ( cd $(srcdir) && $$oldpwd/../src/protoc$(EXEEXT) -I. -I$(top_srcdir)/src --cpp_ou…
37 …oldpwd=`pwd` && ( cd $(srcdir) && $$oldpwd/../src/protoc$(EXEEXT) -I. -I$(top_srcdir)/src --cpp_ou…
40 all_data = $$(find $$(cd $(srcdir) && pwd) -type f -name "dataset.*.pb" -not -path "$$(cd $(srcdir)…
94 cd $(top_srcdir) && git submodule update --init -r third_party/benchmark && \
95 cd third_party/benchmark && cmake -DCMAKE_BUILD_TYPE=Release && make
96 cd $$oldpwd
133 cd tmp/java && mvn clean compile assembly:single -Dprotobuf.version=$(PACKAGE_VERSION) && cd ../..
249 …oldpwd=`pwd` && ( cd $(srcdir) && $$oldpwd/../src/protoc$(EXEEXT) -I. -I$(top_srcdir)/src --go_out…
250 …oldpwd=`pwd` && ( cd $(srcdir) && $$oldpwd/../src/protoc$(EXEEXT) -I. -I$(top_srcdir)/src --go_out…
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_blend_equation_advanced.txt355 f(Cs,Cd) = 0
358 f(Cs,Cd) = Cs
361 f(Cs,Cd) = Cd
364 f(Cs,Cd) = Cs
367 f(Cs,Cd) = Cd
370 f(Cs,Cd) = Cs
373 f(Cs,Cd) = Cd
376 f(Cs,Cd) = 0
379 f(Cs,Cd) = 0
382 f(Cs,Cd) = Cs
[all …]
/third_party/openGLES/extensions/NV/
DNV_blend_equation_advanced.txt355 f(Cs,Cd) = 0
358 f(Cs,Cd) = Cs
361 f(Cs,Cd) = Cd
364 f(Cs,Cd) = Cs
367 f(Cs,Cd) = Cd
370 f(Cs,Cd) = Cs
373 f(Cs,Cd) = Cd
376 f(Cs,Cd) = 0
379 f(Cs,Cd) = 0
382 f(Cs,Cd) = Cs
[all …]
/third_party/alsa-utils/.github/workflows/
Dbuild.yml24 cd alsa-lib
36 cd alsa-lib
40 cd alsa-lib
49 cd alsa-utils
54 cd alsa-utils
65 cd alsa-utils
79 cd alsa-utils
83 cd alsa-utils
87 cd alsa-utils
92 cd alsa-utils
[all …]
/third_party/ltp/testcases/network/nfs/nfs_stress/
Dnfs03.sh27 cd dir$j
31 cd ..
38 cd dir$j
42 cd ..
52 cd dir1
56 cd ..
60 cd dir2
65 tst_res TINFO "cd dir1 & removing files"
66 cd ../dir1
71 tst_res TINFO "cd dir2 & removing files"
[all …]
/third_party/ffmpeg/libavfilter/
Daf_acrossover.c50 double cd[5]; member
256 b->cd[B0] = b0 / a0; in set_lp()
257 b->cd[B1] = b1 / a0; in set_lp()
258 b->cd[B2] = b2 / a0; in set_lp()
259 b->cd[A1] = -a1 / a0; in set_lp()
260 b->cd[A2] = -a2 / a0; in set_lp()
262 b->cf[B0] = b->cd[B0]; in set_lp()
263 b->cf[B1] = b->cd[B1]; in set_lp()
264 b->cf[B2] = b->cd[B2]; in set_lp()
265 b->cf[A1] = b->cd[A1]; in set_lp()
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/
DKHR_blend_equation_advanced.txt260 f(Cs,Cd) = Cs*Cd
263 f(Cs,Cd) = Cs+Cd-Cs*Cd
266 f(Cs,Cd) = 2*Cs*Cd, if Cd <= 0.5
267 1-2*(1-Cs)*(1-Cd), otherwise
270 f(Cs,Cd) = min(Cs,Cd)
273 f(Cs,Cd) = max(Cs,Cd)
276 f(Cs,Cd) =
277 0, if Cd <= 0
278 min(1,Cd/(1-Cs)), if Cd > 0 and Cs < 1
279 1, if Cd > 0 and Cs >= 1
[all …]
/third_party/openGLES/extensions/KHR/
DKHR_blend_equation_advanced.txt270 f(Cs,Cd) = Cs*Cd
273 f(Cs,Cd) = Cs+Cd-Cs*Cd
276 f(Cs,Cd) = 2*Cs*Cd, if Cd <= 0.5
277 1-2*(1-Cs)*(1-Cd), otherwise
280 f(Cs,Cd) = min(Cs,Cd)
283 f(Cs,Cd) = max(Cs,Cd)
286 f(Cs,Cd) =
287 0, if Cd <= 0
288 min(1,Cd/(1-Cs)), if Cd > 0 and Cs < 1
289 1, if Cd > 0 and Cs >= 1
[all …]
/third_party/protobuf/kokoro/linux/benchmark/
Drun.sh4 cd $(dirname $0)/../../..
12 cd gperftools
16 cd ..
20 cd benchmarks
24 cd $oldpwd
30 cd python
36 cd ../benchmarks
50 cd $oldpwd
57 cd java
59 cd ..
[all …]
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
DRegexFormatterTest.java43 assertThat(RegexFormatter.format("ab(cd|ef)gh", PRESERVE_CAPTURING_GROUPS)).isEqualTo(lines( in testNested()
45 " cd|", in testNested()
49 assertThat(RegexFormatter.format("ab(?:cd|ef)gh", PRESERVE_CAPTURING_GROUPS)).isEqualTo(lines( in testNested()
51 " cd|", in testNested()
58 assertThat(RegexFormatter.format("ab(cd(ef|gh)|ij)", PRESERVE_CAPTURING_GROUPS)) in testDoubleNested()
61 " cd(", in testDoubleNested()
68 assertThat(RegexFormatter.format("ab(cd(?:ef|gh)|ij)", PRESERVE_CAPTURING_GROUPS)) in testDoubleNested()
71 " cd(?:", in testDoubleNested()
81 assertThat(RegexFormatter.format("ab(?:cd(ef|gh)|ij)", FORCE_NON_CAPTURING_GROUPS)) in testForceNonCapturingGroups()
84 " cd(?:", in testForceNonCapturingGroups()
[all …]

12345678910>>...124