Home
last modified time | relevance | path

Searched refs:none (Results 126 - 150 of 456) sorted by relevance

12345678910>>...19

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dparser.h38 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 Dlib.rs149 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 DglsFboUtil.hpp105 static ImageFormat none (void) in none() function
210 : internalFormat (ImageFormat::none()) in Image()
/vendor/ohemu/qemu_small_system_demo/
H A Dqemu_run.sh156 -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 Dasn1t.h423 # 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 Dtarith.c281 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 Djs-number-format.cc260 // 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 DScale.java73 public static Scale none() { in none() method in Scale
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DScale.java73 public static Scale none() { in none() method in Scale
/third_party/icu/icu4c/source/i18n/
H A Dnumber_padding.cpp39 Padder Padder::none() { in none() function in Padder
/third_party/ltp/testcases/kernel/controllers/cpuacct/
H A Dcpuacct.sh108 ROD mount -t cgroup -o cpuacct none $mount_point
/third_party/ltp/testcases/kernel/device-drivers/zram/
H A Dzram01.sh138 oflag=append count=1 bs=1024 status=none \
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_padding.cpp39 Padder Padder::none() { in none() function in Padder
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Drandom_offline14 #mount -t debugfs none /debug
45 [ ! -d $DEBUG/hwpoison ] && mount -t debugfs none $DEBUG
/third_party/ltp/testcases/kernel/kvm/
H A DMakefile12 GUEST_LDFLAGS = -nostdlib -Wl,--build-id=none -z noexecstack
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Drandom_offline14 #mount -t debugfs none /debug
45 [ ! -d $DEBUG/hwpoison ] && mount -t debugfs none $DEBUG
/third_party/rust/crates/bindgen/ci/
H A Dtest.bat20 echo Found none. OK!
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dbasic_block.h72 if (type == kBlockTypeUndefined) return type_.none(); in is_type()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dbasic_block.h72 if (type == kBlockTypeUndefined) return type_.none(); in is_type()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_padding.cpp39 Padder Padder::none() { in none() function in Padder
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/server/
H A DServerDoers.cpp23 {% 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 DLowerConstantIntrinsics.cpp139 return PreservedAnalyses::none(); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp276 return PreservedAnalyses::none(); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Utils/
H A DRISCVBaseInfo.h177 if (FeaturesRequired.none()) in haveRequiredFeatures()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp93 return Changed ? PreservedAnalyses::none() : PreservedAnalyses::all(); in run()

Completed in 15 milliseconds

12345678910>>...19