/third_party/mesa3d/.gitlab-ci/container/ |
D | build-skqp.sh | 83 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/ |
D | test-runner | 25 BINARY="${SCRIPT_DIR}/bin/test-runner" 30 go build -o "${BINARY}" main.go 33 "${BINARY}" "$@"
|
D | check-spec-examples | 25 BINARY="${SCRIPT_DIR}/bin/check-spec-examples" 30 go build -o "${BINARY}" main.go 33 "${BINARY}" "$@"
|
D | gerrit-stats | 25 BINARY="${SCRIPT_DIR}/bin/gerrit-stats" 30 go build -o "${BINARY}" main.go 33 "${BINARY}" "$@"
|
D | fix-tests | 27 BINARY="${SCRIPT_DIR}/bin/fix-tests" 32 go build -o "${BINARY}" main.go 35 "${BINARY}" "$@"
|
D | roll-release | 25 BINARY="${SCRIPT_DIR}/bin/roll-release" 30 go build -o "${BINARY}" main.go 33 "${BINARY}" "$@"
|
D | get-test-plan | 25 BINARY="${SCRIPT_DIR}/bin/get-test-plan" 30 go build -o "${BINARY}" main.go 33 "${BINARY}" "$@"
|
D | intrinsic-gen | 25 BINARY="${SCRIPT_DIR}/bin/intrinsic-gen" 30 go build -o "${BINARY}" main.go 33 "${BINARY}" "$@"
|
D | trim-includes | 25 BINARY="${SCRIPT_DIR}/bin/trim-includes" 30 go build -o "${BINARY}" main.go 33 "${BINARY}" "$@"
|
D | snippets | 25 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/ |
D | run-cts | 25 BINARY="${SCRIPT_DIR}/bin/run-cts" 30 go build -o "${BINARY}" main.go 33 "${BINARY}" "$@"
|
/third_party/ltp/tools/ltx/ |
D | Makefile | 13 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/ |
D | cobol.md | 80 | 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/ |
D | build-zip.sh | 96 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/ |
D | preprocessor2.c | 3 #define UNARY(x) BINARY(x) 4 #define BINARY(x, y) x + y macro
|
/third_party/gn/src/base/json/ |
D | json_writer.cc | 97 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/ |
D | stream.py | 41 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/ |
D | websocket.js | 313 const buffer = frame.createFrame(opcodes.BINARY) 335 const buffer = frame.createFrame(opcodes.BINARY) 358 const buffer = frame.createFrame(opcodes.BINARY)
|
D | constants.js | 26 BINARY: 0x2, property
|
/third_party/gn/src/base/ |
D | values.cc | 116 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/ |
D | binding.cc | 16 static_assert(node::BINARY == node::LATIN1, "BINARY == LATIN1");
|
/third_party/vk-gl-cts/external/amber/src/tests/cases/ |
D | buffer_load_binary.amber | 34 BUFFER buf0 DATA_TYPE vec4<float> SIZE 3 FILE BINARY vec4data.bin
|
/third_party/curl/tests/data/ |
D | test846 | 13 …1 I18NLEVEL=1 LITERAL+ IDLE UIDPLUS NAMESPACE CHILDREN MAILBOX-REFERRALS BINARY UNSELECT ESEARCH W…
|
/third_party/curl/tests/ |
D | negtelnetserver.py | 211 if byte_int in [NegOptions.BINARY, 287 BINARY = 0 variable in NegOptions
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUResourceBundleImpl.java | 41 case BINARY: in createBundleObject() 66 return BINARY; in getType()
|