Home
last modified time | relevance | path

Searched refs:BINARY (Results 1 - 25 of 39) sorted by relevance

12

/third_party/mesa3d/.gitlab-ci/container/
H A 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/ltp/tools/ltx/
H A DMakefile13 BINARY=ltx macro
15 MAKE_TARGETS := $(BINARY)
19 $(BINARY): $(wildcard $(abs_srcdir)/ltx-src/*.c $(abs_srcdir)/ltx-src/msgpack/*.c)
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
H A Dpreprocessor2.c3 #define UNARY(x) BINARY(x)
4 #define BINARY(x, y) x + y macro
/third_party/gn/src/base/json/
H A 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/node/deps/undici/src/lib/websocket/
H A Dconstants.js26 BINARY: 0x2,
H A Dwebsocket.js313 const buffer = frame.createFrame(opcodes.BINARY)
335 const buffer = frame.createFrame(opcodes.BINARY)
358 const buffer = frame.createFrame(opcodes.BINARY)
H A Dutil.js82 } else if (type === opcodes.BINARY) {
/third_party/node/test/addons/parse-encoding/
H A Dbinding.cc16 static_assert(node::BINARY == node::LATIN1, "BINARY == LATIN1");
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
H A Dstream.py41 BINARY = 'binary' variable in StreamParams
60 if self.type not in (self.TEXT, self.BINARY, self.DATAGRAM):
426 """Context manager to create, use, and teardown a BINARY stream.
428 This context manager creates a new butler BINARY stream with the specified
450 This creates a new butler BINARY stream with the specified parameters.
464 type=StreamParams.BINARY,
/third_party/curl/tests/
H A 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/
H A DICUResourceBundleImpl.java41 case BINARY: in createBundleObject()
66 return BINARY; in getType()
H A DUResource.java442 case UResourceBundle.BINARY: in toString()
H A DICUResourceBundleReader.java647 if(RES_GET_TYPE(res)==UResourceBundle.BINARY) { in getBinary()
681 if(RES_GET_TYPE(res)==UResourceBundle.BINARY) { in getBinary()
782 UResourceBundle.BINARY,
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUResourceBundleImpl.java42 case BINARY: in createBundleObject()
67 return BINARY; in getType()
H A DUResource.java448 case UResourceBundle.BINARY: in toString()
H A DICUResourceBundleReader.java649 if(RES_GET_TYPE(res)==UResourceBundle.BINARY) { in getBinary()
683 if(RES_GET_TYPE(res)==UResourceBundle.BINARY) { in getBinary()
784 UResourceBundle.BINARY,
/third_party/gn/src/base/
H A 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 move()
190 case Type::BINARY: in Clone()
526 case Value::Type::BINARY: in operator ==()
563 case Value::Type::BINARY: in operator <()
615 case Type::BINARY:
638 case Type::BINARY:
H A Dvalues.h88 BINARY, member in base::Value::Type
151 bool is_blob() const { return type() == Type::BINARY; } in is_blob()
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dcbor.h168 BINARY, member in v8_crdtp::cbor::CBORTokenTag
242 // To be called only if ::TokenTag() == CBORTokenTag::BINARY.
H A Dcbor.cc559 assert(token_tag_ == CBORTokenTag::BINARY); in GetBinary()
635 case kExpectedConversionToBase64Tag: { // BINARY in ReadNextToken()
651 SetToken(CBORTokenTag::BINARY, static_cast<size_t>(token_byte_length)); in ReadNextToken()
900 case CBORTokenTag::BINARY: { in ParseValue()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dcms.rs33 const BINARY = ffi::CMS_BINARY; consts
387 (CMSOptions::DETACHED | CMSOptions::BINARY, Some(data)) in cms_sign_verify_generic_helper()
/third_party/node/deps/v8/src/parsing/
H A Dscanner.h460 BINARY, enumerator
468 return base::IsInRange(kind, BINARY, DECIMAL); in IsValidBigIntKind()
/third_party/vk-gl-cts/external/amber/src/tools/
H A Damber-syntax.vim51 syn keyword amberBlockCmd TEXT BINARY PNG DRAW_GRID CELLS INSTANCE_COUNT
/third_party/gn/src/gn/
H A Dinput_conversion.cc135 case base::Value::Type::BINARY: in ParseJSONValue()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DUResourceBundle.java704 * {@link #BINARY BINARY}, {@link #INT_VECTOR INT_VECTOR},
760 public static final int BINARY = 1; field in UResourceBundle

Completed in 22 milliseconds

12