Home
last modified time | relevance | path

Searched refs:BINARY (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/mesa3d/.gitlab-ci/container/
Dbuild-skqp.sh83 for BINARY in "${SKQP_BINARIES[@]}"
85 /usr/bin/ninja -C "${SKQP_OUT_DIR}" "${BINARY}"
87 ${STRIP_CMD:-strip} "${SKQP_OUT_DIR}/${BINARY}"
88 install -m 0755 "${SKQP_OUT_DIR}/${BINARY}" "${SKQP_INSTALL_DIR}"
/third_party/skia/third_party/externals/tint/tools/
Dtest-runner25 BINARY="${SCRIPT_DIR}/bin/test-runner"
30 go build -o "${BINARY}" main.go
33 "${BINARY}" "$@"
Dcheck-spec-examples25 BINARY="${SCRIPT_DIR}/bin/check-spec-examples"
30 go build -o "${BINARY}" main.go
33 "${BINARY}" "$@"
Dgerrit-stats25 BINARY="${SCRIPT_DIR}/bin/gerrit-stats"
30 go build -o "${BINARY}" main.go
33 "${BINARY}" "$@"
Dfix-tests27 BINARY="${SCRIPT_DIR}/bin/fix-tests"
32 go build -o "${BINARY}" main.go
35 "${BINARY}" "$@"
Droll-release25 BINARY="${SCRIPT_DIR}/bin/roll-release"
30 go build -o "${BINARY}" main.go
33 "${BINARY}" "$@"
Dget-test-plan25 BINARY="${SCRIPT_DIR}/bin/get-test-plan"
30 go build -o "${BINARY}" main.go
33 "${BINARY}" "$@"
Dintrinsic-gen25 BINARY="${SCRIPT_DIR}/bin/intrinsic-gen"
30 go build -o "${BINARY}" main.go
33 "${BINARY}" "$@"
Dtrim-includes25 BINARY="${SCRIPT_DIR}/bin/trim-includes"
30 go build -o "${BINARY}" main.go
33 "${BINARY}" "$@"
Dsnippets25 BINARY="${SCRIPT_DIR}/bin/snippets"
30 go build -o "${BINARY}" main.go
33 "${BINARY}" "$@"
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/
Drun-cts25 BINARY="${SCRIPT_DIR}/bin/run-cts"
30 go build -o "${BINARY}" main.go
33 "${BINARY}" "$@"
/third_party/ltp/tools/ltx/
DMakefile13 BINARY=ltx macro
15 MAKE_TARGETS := $(BINARY)
19 $(BINARY): $(wildcard $(abs_srcdir)/ltx-src/*.c $(abs_srcdir)/ltx-src/msgpack/*.c)
/third_party/icu/docs/userguide/usefrom/
Dcobol.md80 | short signed int | PIC S9-S9(4) COMP-5. Can beCOMP, COMP-4, or BINARY if you use the TR…
81 | short unsigned int | PIC 9-9(4) COMP-5. Can be COMP, COMP-4, or BINARY if you use the TRU…
82 | long int | PIC 9(5)-9(9) COMP-5. Can be COMP, COMP-4, or BINARY if you use the …
83 | long long int | PIC 9(10)-9(18) COMP-5. Can be COMP, COMP-4, or BINARY if you use th…
99 | int16_t | PIC S9(4) BINARY. Can beCOMP, COMP-4, or BINARY if you…
100 | uint16_t | PIC 9(4) BINARY. Can beCOMP, COMP-4, or BINARY if you …
101 | int32_t | PIC S9(9) COMP-5. Can be COMP, COMP-4, or BINARY if yo…
102 | uint32_t | PIC 9(9) COMP-5. Can be COMP, COMP-4, or BINARY if you…
103 | Uchar | PIC 9(4) BINARY. Can beCOMP, COMP-4, or BINARY if you …
104 | Uchar32 | PIC 9(9) COMP-5. Can be COMP, COMP-4, or BINARY if you…
[all …]
/third_party/protobuf/protoc-artifacts/
Dbuild-zip.sh96 BINARY="$TARGET.exe"
98 BINARY="$TARGET"
102 if ! wget ${BINARY_URL} -O ${DIR}/bin/$BINARY &> /dev/null; then
109 chmod +x bin/$BINARY
115 rm bin/$BINARY
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
Dpreprocessor2.c3 #define UNARY(x) BINARY(x)
4 #define BINARY(x, y) x + y macro
/third_party/gn/src/base/json/
Djson_writer.cc97 if (omit_binary_values_ && value.type() == Value::Type::BINARY) in BuildJSONString()
129 if (omit_binary_values_ && itr.value().type() == Value::Type::BINARY) { in BuildJSONString()
162 case Value::Type::BINARY: in BuildJSONString()
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
Dstream.py41 BINARY = 'binary' variable in StreamParams
60 if self.type not in (self.TEXT, self.BINARY, self.DATAGRAM):
464 type=StreamParams.BINARY,
/third_party/node/deps/undici/src/lib/websocket/
Dwebsocket.js313 const buffer = frame.createFrame(opcodes.BINARY)
335 const buffer = frame.createFrame(opcodes.BINARY)
358 const buffer = frame.createFrame(opcodes.BINARY)
Dconstants.js26 BINARY: 0x2, property
/third_party/gn/src/base/
Dvalues.cc116 case Type::BINARY: in Value()
148 : type_(Type::BINARY), binary_value_(in_blob) {} in Value()
151 : type_(Type::BINARY), binary_value_(std::move(in_blob)) {} in Value()
190 case Type::BINARY: in Clone()
526 case Value::Type::BINARY: in operator ==()
563 case Value::Type::BINARY: in operator <()
615 case Type::BINARY: in InternalMoveConstructFrom()
638 case Type::BINARY: in InternalCleanup()
/third_party/node/test/addons/parse-encoding/
Dbinding.cc16 static_assert(node::BINARY == node::LATIN1, "BINARY == LATIN1");
/third_party/vk-gl-cts/external/amber/src/tests/cases/
Dbuffer_load_binary.amber34 BUFFER buf0 DATA_TYPE vec4<float> SIZE 3 FILE BINARY vec4data.bin
/third_party/curl/tests/data/
Dtest84613 …1 I18NLEVEL=1 LITERAL+ IDLE UIDPLUS NAMESPACE CHILDREN MAILBOX-REFERRALS BINARY UNSELECT ESEARCH W…
/third_party/curl/tests/
Dnegtelnetserver.py211 if byte_int in [NegOptions.BINARY,
287 BINARY = 0 variable in NegOptions
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundleImpl.java41 case BINARY: in createBundleObject()
66 return BINARY; in getType()

1234