Home
last modified time | relevance | path

Searched refs:NORMAL (Results 1 - 25 of 80) sorted by relevance

1234

/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cNumberParsingTests.cpp83 NORMAL = 0, member
103 TestType::NORMAL, // TestType testType
112 TestType::NORMAL, // TestType testType
121 TestType::NORMAL, // TestType testType
130 TestType::NORMAL, // TestType testType
139 TestType::NORMAL, // TestType testType
148 TestType::NORMAL, // TestType testType
157 TestType::NORMAL, // TestType testType
166 TestType::NORMAL, // TestType testType
175 TestType::NORMAL, // TestTyp
[all...]
/third_party/python/Lib/test/test_zoneinfo/
H A Dtest_zoneinfo.py907 NORMAL = 0 variable in TZStrTest
1061 NORMAL = cls.NORMAL
1077 (datetime(2019, 3, 9), EST, NORMAL),
1078 (datetime(2019, 3, 10, 3, 59), EST, NORMAL),
1083 (datetime(2019, 11, 2), EDT, NORMAL),
1084 (datetime(2019, 11, 3, 1, 59, fold=1), EDT, NORMAL),
1087 (datetime(2020, 3, 8, 3, 59), EST, NORMAL),
1090 (datetime(2020, 11, 1, 1, 59, fold=1), EDT, NORMAL),
1105 (datetime(2019, 3, 30), GMT, NORMAL),
[all...]
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DCommon.cpp61 case CONSOLE_COLOR::NORMAL: in SetConsoleColor()
80 if(color != CONSOLE_COLOR::NORMAL) in PrintMessage()
85 if (color != CONSOLE_COLOR::NORMAL) in PrintMessage()
86 SetConsoleColor(CONSOLE_COLOR::NORMAL); in PrintMessage()
91 if(color != CONSOLE_COLOR::NORMAL) in PrintMessage()
96 if (color != CONSOLE_COLOR::NORMAL) in PrintMessage()
97 SetConsoleColor(CONSOLE_COLOR::NORMAL); in PrintMessage()
/third_party/node/src/
H A Dbase64.h16 NORMAL, member in node::Base64Mode
22 Base64Mode mode = Base64Mode::NORMAL) { in base64_encoded_size()
23 return mode == Base64Mode::NORMAL ? ((size + 2) / 3 * 4) in base64_encoded_size()
47 Base64Mode mode = Base64Mode::NORMAL);
/third_party/python/Lib/turtledemo/
H A D__main__.py108 menufont = ("Arial", 12, NORMAL)
287 bg="#d00" if start == NORMAL else "#fca")
289 bg="#d00" if stop == NORMAL else "#fca")
291 bg="#d00" if clear == NORMAL else "#fca")
344 self.configGUI(NORMAL, DISABLED, DISABLED,
352 self.configGUI(DISABLED, NORMAL, DISABLED,
370 self.configGUI(NORMAL, DISABLED, NORMAL,
374 self.configGUI(DISABLED, NORMAL, DISABLED,
381 self.configGUI(NORMAL, DISABLE
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_rand.c20 NORMAL, TESTING, PRIVATE enumerator
50 b = flag == NORMAL ? RAND_bytes_ex(libctx, buf, bytes, strength) in bnrand()
105 return bnrand(NORMAL, rnd, bits, top, bottom, strength, ctx); in BN_rand_ex()
110 return bnrand(NORMAL, rnd, bits, top, bottom, 0, NULL); in BN_rand()
208 return bnrand_range(NORMAL, r, range, strength, ctx); in BN_rand_range_ex()
214 return bnrand_range(NORMAL, r, range, 0, NULL); in BN_rand_range()
/third_party/openssl/crypto/bn/
H A Dbn_rand.c20 NORMAL, TESTING, PRIVATE enumerator
50 b = flag == NORMAL ? RAND_bytes_ex(libctx, buf, bytes, strength) in bnrand()
105 return bnrand(NORMAL, rnd, bits, top, bottom, strength, ctx); in BN_rand_ex()
110 return bnrand(NORMAL, rnd, bits, top, bottom, 0, NULL); in BN_rand()
208 return bnrand_range(NORMAL, r, range, strength, ctx); in BN_rand_range_ex()
214 return bnrand_range(NORMAL, r, range, 0, NULL); in BN_rand_range()
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/
H A Dclock_nanosleep01.c30 NORMAL = 1, enumerator
53 TYPE_NAME(NORMAL),
62 TYPE_NAME(NORMAL),
71 TYPE_NAME(NORMAL),
/third_party/ltp/testcases/kernel/mem/oom/
H A Doom01.c41 oom(NORMAL, 0, ENOMEM, 0); in verify_oom()
46 oom(NORMAL, 0, ENOMEM, 1); in verify_oom()
/third_party/ltp/testcases/kernel/syscalls/pivot_root/
H A Dpivot_root01.c32 * which is run when param is NORMAL. All other values tweak one of the
35 NORMAL, enumerator
68 {NORMAL, 0},
152 if (test_cases[test_case].test_case == NORMAL) { in run()
/third_party/libinput/tools/
H A Dlibinput-measure-fuzz.py53 NORMAL = "\033[0m" variable in tcolors
57 print(tcolors.BOLD + msg + tcolors.NORMAL, **kwargs)
61 print(tcolors.BOLD + tcolors.GREEN + msg + tcolors.NORMAL, **kwargs)
65 print(tcolors.BOLD + tcolors.YELLOW + msg + tcolors.NORMAL, **kwargs)
69 print(tcolors.BOLD + tcolors.RED + msg + tcolors.NORMAL, **kwargs)
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCodePointMap.java20 * Most users should use NORMAL.
32 NORMAL, enum constant
40 * <p>Most users should use NORMAL instead.
57 * <p>Most users should use NORMAL instead.
369 * or as having the surrogateValue; usually {@link RangeOption#NORMAL}
370 * @param surrogateValue value for surrogates; ignored if option=={@link RangeOption#NORMAL}
383 if (option == RangeOption.NORMAL) { in getRange()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCodePointMap.java21 * Most users should use NORMAL.
31 NORMAL, enum constant
39 * <p>Most users should use NORMAL instead.
54 * <p>Most users should use NORMAL instead.
347 * or as having the surrogateValue; usually {@link RangeOption#NORMAL}
348 * @param surrogateValue value for surrogates; ignored if option=={@link RangeOption#NORMAL}
360 if (option == RangeOption.NORMAL) { in getRange()
/third_party/ninja/src/
H A Dbuild.h160 BuildConfig() : verbosity(NORMAL), dry_run(false), parallelism(1), in BuildConfig()
166 NORMAL, // regular output and status update enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp911 NORMAL = 0, member in vkt::sr::__anon28721::LevelMode
1046 , levelMode (LevelMode::NORMAL) in GatherCaseBaseParams()
1204 if (m_baseParams.levelMode != LevelMode::NORMAL) in init()
1225 if (m_baseParams.levelMode != LevelMode::NORMAL) in init()
1284 if (m_baseParams.levelMode == LevelMode::NORMAL) in init()
1584 if (levelMode != LevelMode::NORMAL) in genFragmentShaderSource()
1650 if (levelMode != LevelMode::NORMAL) in genGatherFuncCall()
1657 if (levelMode == LevelMode::NORMAL || levelMode == LevelMode::AMD_BIAS) in genGatherFuncCall()
1696 if (levelMode == LevelMode::NORMAL || levelMode == LevelMode::AMD_BIAS) in genGatherFuncCall()
1818 if (baseParams.levelMode != LevelMode::NORMAL) in genGatherPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp923 NORMAL = 0, member in vkt::sr::__anon29870::LevelMode
1058 , levelMode (LevelMode::NORMAL) in GatherCaseBaseParams()
1216 if (m_baseParams.levelMode != LevelMode::NORMAL) in init()
1237 if (m_baseParams.levelMode != LevelMode::NORMAL) in init()
1296 if (m_baseParams.levelMode == LevelMode::NORMAL) in init()
1596 if (levelMode != LevelMode::NORMAL) in genFragmentShaderSource()
1662 if (levelMode != LevelMode::NORMAL) in genGatherFuncCall()
1669 if (levelMode == LevelMode::NORMAL || levelMode == LevelMode::AMD_BIAS) in genGatherFuncCall()
1708 if (levelMode == LevelMode::NORMAL || levelMode == LevelMode::AMD_BIAS) in genGatherFuncCall()
1830 if (baseParams.levelMode != LevelMode::NORMAL) in genGatherPrograms()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralRulesFactory.java22 static final PluralRulesFactory NORMAL = new PluralRulesFactoryVanilla(); field in PluralRulesFactory
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralRulesFactory.java21 static final PluralRulesFactory NORMAL = new PluralRulesFactoryVanilla(); field in PluralRulesFactory
/third_party/python/Lib/tkinter/
H A Dfont.py10 __all__ = ["NORMAL", "ROMAN", "BOLD", "ITALIC",
14 NORMAL = "normal" variable
41 weight -- font thickness: NORMAL, BOLD
209 f = Font(family="times", size=30, weight=NORMAL)
H A Dconstants.py70 NORMAL='normal' variable
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DAlphabeticIndex.java913 NORMAL, enum constant
1054 Bucket<V> bucket = new Bucket<V>(fixLabel(current), current, LabelType.NORMAL); in createBucketList()
1072 if (singleBucket.labelType != LabelType.NORMAL) { in createBucketList()
1083 bucket = new Bucket<V>("", current + "\uFFFF", LabelType.NORMAL); in createBucketList()
1126 if (nextBucket.labelType != LabelType.NORMAL) { in createBucketList()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DAlphabeticIndex.java876 NORMAL, enum constant
1008 Bucket<V> bucket = new Bucket<V>(fixLabel(current), current, LabelType.NORMAL); in createBucketList()
1026 if (singleBucket.labelType != LabelType.NORMAL) { in createBucketList()
1037 bucket = new Bucket<V>("", current + "\uFFFF", LabelType.NORMAL); in createBucketList()
1080 if (nextBucket.labelType != LabelType.NORMAL) { in createBucketList()
/third_party/ltp/testcases/kernel/mem/include/
H A Dmem.h41 #define NORMAL 1 macro
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderInOutTestsEXT.cpp106 NORMAL = 0, member in vkt::MeshShader::__anon28098::Interpolation
131 DE_ASSERT(!(dataType == DataType::INTEGER && interpolation == Interpolation::NORMAL)); in IfaceVar()
132 DE_ASSERT(!(owner == Owner::PRIMITIVE && interpolation == Interpolation::NORMAL)); in IfaceVar()
133 DE_ASSERT(!(dataType == DataType::FLOAT && bitWidth == BitWidth::B64 && interpolation == Interpolation::NORMAL)); in IfaceVar()
144 , interpolation (Interpolation::NORMAL)
166 << ((interpolation == Interpolation::NORMAL) ? "inter" : "flat") << "_"
1647 Interpolation interpolationCases[] = { Interpolation::NORMAL, Interpolation::FLAT };
1678 if (dataTypeCase == DataType::INTEGER && interpolationCase == Interpolation::NORMAL)
1681 if (ownerCase == Owner::PRIMITIVE && interpolationCase == Interpolation::NORMAL)
1684 if (dataTypeCase == DataType::FLOAT && bitWidthCase == BitWidth::B64 && interpolationCase == Interpolation::NORMAL)
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderInOutTestsEXT.cpp106 NORMAL = 0, member in vkt::MeshShader::__anon29329::Interpolation
131 DE_ASSERT(!(dataType == DataType::INTEGER && interpolation == Interpolation::NORMAL)); in IfaceVar()
132 DE_ASSERT(!(owner == Owner::PRIMITIVE && interpolation == Interpolation::NORMAL)); in IfaceVar()
133 DE_ASSERT(!(dataType == DataType::FLOAT && bitWidth == BitWidth::B64 && interpolation == Interpolation::NORMAL)); in IfaceVar()
144 , interpolation (Interpolation::NORMAL)
166 << ((interpolation == Interpolation::NORMAL) ? "inter" : "flat") << "_"
1647 Interpolation interpolationCases[] = { Interpolation::NORMAL, Interpolation::FLAT };
1678 if (dataTypeCase == DataType::INTEGER && interpolationCase == Interpolation::NORMAL)
1681 if (ownerCase == Owner::PRIMITIVE && interpolationCase == Interpolation::NORMAL)
1684 if (dataTypeCase == DataType::FLOAT && bitWidthCase == BitWidth::B64 && interpolationCase == Interpolation::NORMAL)
[all...]

Completed in 24 milliseconds

1234