Home
last modified time | relevance | path

Searched defs:BINARY (Results 1 – 15 of 15) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
Dpreprocessor2.c4 #define BINARY(x, y) x + y macro
/third_party/cef/tests/ceftests/
Dresource.h9 #define BINARY 256 macro
/third_party/openh264/build/
Dmktargets.py17 BINARY=None variable
/third_party/gn/src/base/
Dvalues.h88 BINARY, enumerator
/third_party/cef/tests/cefclient/browser/
Dresource.h9 #define BINARY 256 macro
/third_party/node/tools/inspector_protocol/encoding/
Dencoding.h312 BINARY, enumerator
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DUResourceBundle.java760 public static final int BINARY = 1; field in UResourceBundle
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DUResourceBundle.java726 public static final int BINARY = 1; field in UResourceBundle
/third_party/rust/crates/rust-openssl/openssl/src/
Dcms.rs33 const BINARY = ffi::CMS_BINARY; constant
Dpkcs7.rs39 const BINARY = ffi::PKCS7_BINARY; constant
/third_party/python/Lib/
Dtelnetlib.py72 BINARY = bytes([0]) # 8-bit data path variable
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
Dstream.py41 BINARY = 'binary' variable in StreamParams
/third_party/node/src/
Dnode.h683 BINARY, enumerator
/third_party/flutter/skia/src/sksl/
DSkSLJIT.cpp509 #define BINARY(SFunc, UFunc, FFunc) { \ in compileBinary() macro
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc2564 enum Type { TEXT, BINARY }; enumerator