Home
last modified time | relevance | path

Searched full:buck (Results 1 – 25 of 71) sorted by relevance

123

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/
DBuckManifestFactoryTest.java33 configBuilder = Config.Builder.defaults().setPackageName("com.robolectric.buck"); in setUp()
34 System.setProperty("buck.robolectric_manifest", "buck/AndroidManifest.xml"); in setUp()
40 System.clearProperty("buck.robolectric_manifest"); in tearDown()
41 System.clearProperty("buck.robolectric_res_directories"); in tearDown()
42 System.clearProperty("buck.robolectric_assets_directories"); in tearDown()
48 .isEqualTo(FileFsFile.from("buck/AndroidManifest.xml")); in identify()
50 .isEqualTo("com.robolectric.buck"); in identify()
54 System.setProperty("buck.robolectric_res_directories", "buck/res1:buck/res2"); in multiple_res_dirs()
55 System.setProperty("buck.robolectric_assets_directories", "buck/assets1:buck/assets2"); in multiple_res_dirs()
60 .isEqualTo(FileFsFile.from("buck/res2")); in multiple_res_dirs()
[all …]
/external/rust/cxx/.github/workflows/
Dci.yml54 buck:
55 name: Buck
64 - name: Install Buck
67 …wget -q -O bin/buck https://jitpack.io/com/github/facebook/buck/a5f0342ae3/buck-a5f0342ae3-java11.…
68 chmod +x bin/buck
76 - run: buck build :cxx#check --verbose=0
77 - run: buck run demo --verbose=0
78 - run: buck test ... --verbose=0
/external/rust/cxx/.devcontainer/
Dbuild.Dockerfile9 …&& wget -q -O bin/buck https://jitpack.io/com/github/facebook/buck/a5f0342ae3/buck-a5f0342ae3-java…
12 && chmod +x bin/install-bazel bin/buck bin/buildifier \
/external/rust/cxx/tools/buck/
Dgenrule.bzl2 # Resolve a distracting inconsistency between Buck and Bazel.
3 # Bazel creates the directory for your output file, while Buck expects the
6 # TODO: send this as a PR to Buck, because Bazel's behavior here is better.
Drust_cxx_bridge.bzl1 load("//tools/buck:genrule.bzl", "genrule")
/external/rust/cxx/book/src/build/
Dbazel.md1 {{#title Bazel, Buck — Rust ♡ C++}}
2 ## Bazel, Buck, potentially other similar environments
18 The CXX repo maintains working Bazel `BUILD` and Buck `BUCK` targets for the
/external/rust/cxx/
D.buckconfig7 # Hide BUCK files under target/package/ from `buck build ...`. Otherwise:
8 # $ buck build ...
D.gitignore6 /buck-out
/external/protobuf/examples/
Dlist_people_test.go56 Name: "Jack Buck",
58 Email: "buck@example.com",
86 Name: Jack Buck
87 E-mail address: buck@example.com
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
DBuckManifestFactory.java20 private static final String BUCK_ROBOLECTRIC_RES_DIRECTORIES = "buck.robolectric_res_directories";
21 …private static final String BUCK_ROBOLECTRIC_ASSETS_DIRECTORIES = "buck.robolectric_assets_directo…
22 private static final String BUCK_ROBOLECTRIC_MANIFEST = "buck.robolectric_manifest";
DManifestFactory.java13 * * Buck
/external/rust/cxx/.vscode/
Dtasks.json18 "label": "Buck test",
20 "command": "buck test ...",
/external/zstd/
DREADME.md174 ### Buck subsection
176 You can build the zstd binary via buck by executing: `buck build programs:zstd` from the root of th…
177 The output binary will be in `buck-out/gen/programs/`.
D.gitignore35 buck-out/
/external/arm-trusted-firmware/drivers/st/pmic/
Dstpmic1.c612 /* Voltage can be set for buck<N> or ldo<N> (except ldo4) regulators */ in stpmic1_regulator_voltage_set()
613 if (strncmp(name, "buck", 4) == 0) { in stpmic1_regulator_voltage_set()
657 /* Voltage can be set for buck<N> or ldo<N> (except ldo4) regulators */ in stpmic1_regulator_voltage_get()
658 if (strncmp(name, "buck", 4) == 0) { in stpmic1_regulator_voltage_get()
/external/rust/cxx/demo/
DBUCK1 load("//tools/buck:rust_cxx_bridge.bzl", "rust_cxx_bridge")
/external/rust/cxx/tests/
DBUCK1 load("//tools/buck:rust_cxx_bridge.bzl", "rust_cxx_bridge")
/external/exoplayer/tree/demos/main/src/main/assets/
Dmedia.exolist.json426 "name": "Big Buck Bunny video (FLV)",
430 "name": "Big Buck Bunny 480p video (MP4,AV1)",
624 "name": "Big Buck Bunny (DASH,H264,1080p,Clear)",
628 "name": "Big Buck Bunny (DASH,H264,4K,Clear)",
632 "name": "Big Buck Bunny (DASH,H264,1080p,Widevine)",
638 "name": "Big Buck Bunny (DASH,H264,4K,Widevine)",
/external/python/cpython2/PC/os2emx/
DMakefile163 # Test for this behaviour and set $(BUCK) variable correspondigly ...
166 BUCK= $$ macro
170 BUCK= \$$ macro
532 makedep -f $(OUTBASE)python.dep -o $(BUCK)O -p $(BUCK)\(OUT\) \
/external/zstd/lib/
DREADME.md203 - `BUCK` : support for `buck` build system (https://buckbuild.com/)
/external/arm-trusted-firmware/include/drivers/st/
Dstpmic1.h106 /* Buck Mask reset register */
/external/antlr/runtime/ObjC/Framework/
DIntStream.h92 * pass the buck all the way to the lexer who can ask its input stream
/external/jsoncpp/
DAUTHORS75 Martin Buck <buckmartin@buckmartin.de>
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DIntStream.java118 * pass the buck all the way to the lexer who can ask its input stream
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
Dx7561.htm102 >The Teletext API was designed by Martin Buck. It is defined in

123