/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | parser.h | 38 enum class LengthMod : std::uint8_t { h, hh, l, ll, L, j, z, t, q, none }; 80 LengthMod length_mod = LengthMod::none;
|
/third_party/rust/crates/proc-macro-error/test-crate/ |
H A D | lib.rs | 149 let none: Option<Diagnostic> = None; in option_ext() 150 none.expect_or_abort("Option::expect_or_abort() test"); in option_ext()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFboUtil.hpp | 105 static ImageFormat none (void) in none() function 210 : internalFormat (ImageFormat::none()) in Image()
|
/vendor/ohemu/qemu_small_system_demo/ |
H A D | qemu_run.sh | 156 -drive if=none,file=${flash_name},format=raw,id=mmc -device virtio-blk-device,drive=mmc \ 162 -drive if=none,file=${flash_name},format=raw,id=mmc -device virtio-blk-device,drive=mmc \
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | asn1t.h | 423 # define ASN1_ADB_END(name, flags, field, adb_cb, def, none) \ 432 none\ 437 # define ASN1_ADB_END(name, flags, field, adb_cb, def, none) \ 449 none\
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | tarith.c | 281 static const char none[] = ""; variable 293 /* fraction: */ { none, "eE", "+-.E#0147" }, 294 /* exponent: */ { "+-", none, "+-.eE^0258" }
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-number-format.cc | 260 // Need to skip none/percent in CreateUnitMap() 262 strcmp("none", it->getType()) != 0) { in CreateUnitMap() 300 icu::MeasureUnit none = icu::MeasureUnit(); in IsWellFormedUnitIdentifier() local 303 if (result != none) { in IsWellFormedUnitIdentifier() 305 std::pair<icu::MeasureUnit, icu::MeasureUnit> pair(result, none); in IsWellFormedUnitIdentifier() 322 if (result == none) { in IsWellFormedUnitIdentifier() 332 if (den_result == none) { in IsWellFormedUnitIdentifier() 1369 icu::MeasureUnit none = icu::MeasureUnit(); in New() local 1371 if (unit_pair.first != none) { in New() 1374 if (unit_pair.second != none) { in New() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
H A D | Scale.java | 73 public static Scale none() { in none() method in Scale
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
H A D | Scale.java | 73 public static Scale none() { in none() method in Scale
|
/third_party/icu/icu4c/source/i18n/ |
H A D | number_padding.cpp | 39 Padder Padder::none() { in none() function in Padder
|
/third_party/ltp/testcases/kernel/controllers/cpuacct/ |
H A D | cpuacct.sh | 108 ROD mount -t cgroup -o cpuacct none $mount_point
|
/third_party/ltp/testcases/kernel/device-drivers/zram/ |
H A D | zram01.sh | 138 oflag=append count=1 bs=1024 status=none \
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_padding.cpp | 39 Padder Padder::none() { in none() function in Padder
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | random_offline | 14 #mount -t debugfs none /debug 45 [ ! -d $DEBUG/hwpoison ] && mount -t debugfs none $DEBUG
|
/third_party/ltp/testcases/kernel/kvm/ |
H A D | Makefile | 12 GUEST_LDFLAGS = -nostdlib -Wl,--build-id=none -z noexecstack
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | random_offline | 14 #mount -t debugfs none /debug 45 [ ! -d $DEBUG/hwpoison ] && mount -t debugfs none $DEBUG
|
/third_party/rust/crates/bindgen/ci/ |
H A D | test.bat | 20 echo Found none. OK!
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | basic_block.h | 72 if (type == kBlockTypeUndefined) return type_.none(); in is_type()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | basic_block.h | 72 if (type == kBlockTypeUndefined) return type_.none(); in is_type()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_padding.cpp | 39 Padder Padder::none() { in none() function in Padder
|
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/server/ |
H A D | ServerDoers.cpp | 23 {% set is_method = method is not none %}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LowerConstantIntrinsics.cpp | 139 return PreservedAnalyses::none(); in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | AddDiscriminators.cpp | 276 return PreservedAnalyses::none(); in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Utils/ |
H A D | RISCVBaseInfo.h | 177 if (FeaturesRequired.none()) in haveRequiredFeatures()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | AlwaysInliner.cpp | 93 return Changed ? PreservedAnalyses::none() : PreservedAnalyses::all(); in run()
|