/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonCFGOptimizer.cpp | 194 bool case1 = LayoutSucc->isLayoutSuccessor(JumpAroundTarget); in runOnMachineFunction() local 201 if (case1 || case2) { in runOnMachineFunction() 211 if (case2 && !case1) { in runOnMachineFunction()
|
/third_party/jerryscript/tests/jerry/ |
H A D | string-prototype-replace.js | 83 function case1() function 96 assert ("x".replace("x", case1) === "y");
|
/third_party/ltp/testcases/kernel/syscalls/waitpid/ |
H A D | waitpid09.c | 69 static void case1(void) in case1() function 148 static void (*tests[])(void) = { case0, case1, case2, case3 };
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationFastLatinBuilder.java | 651 int case1 = (int)second & Collation.CASE_MASK; in encodeTwoCEs() 657 if(sec1 >= CollationFastLatin.MIN_SEC_HIGH && case1 == 0 && in encodeTwoCEs() 666 case1 = (case1 >> (14 - 3)) + CollationFastLatin.LOWER_CASE; in encodeTwoCEs() 667 miniCE1 |= case1; in encodeTwoCEs()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationFastLatinBuilder.java | 652 int case1 = (int)second & Collation.CASE_MASK; in encodeTwoCEs() 658 if(sec1 >= CollationFastLatin.MIN_SEC_HIGH && case1 == 0 && in encodeTwoCEs() 667 case1 = (case1 >> (14 - 3)) + CollationFastLatin.LOWER_CASE; in encodeTwoCEs() 668 miniCE1 |= case1; in encodeTwoCEs()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationfastlatinbuilder.cpp | 694 uint32_t case1 = (uint32_t)second & Collation::CASE_MASK; in encodeTwoCEs() local 700 if(sec1 >= CollationFastLatin::MIN_SEC_HIGH && case1 == 0 && in encodeTwoCEs() 709 case1 = (case1 >> (14 - 3)) + CollationFastLatin::LOWER_CASE; in encodeTwoCEs() 710 miniCE1 |= case1; in encodeTwoCEs()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationfastlatinbuilder.cpp | 694 uint32_t case1 = (uint32_t)second & Collation::CASE_MASK; in encodeTwoCEs() local 700 if(sec1 >= CollationFastLatin::MIN_SEC_HIGH && case1 == 0 && in encodeTwoCEs() 709 case1 = (case1 >> (14 - 3)) + CollationFastLatin::LOWER_CASE; in encodeTwoCEs() 710 miniCE1 |= case1; in encodeTwoCEs()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationfastlatinbuilder.cpp | 694 uint32_t case1 = (uint32_t)second & Collation::CASE_MASK; in encodeTwoCEs() local 700 if(sec1 >= CollationFastLatin::MIN_SEC_HIGH && case1 == 0 && in encodeTwoCEs() 709 case1 = (case1 >> (14 - 3)) + CollationFastLatin::LOWER_CASE; in encodeTwoCEs() 710 miniCE1 |= case1; in encodeTwoCEs()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | indexSignatures1.js | 255 let case1 = foo({ 459 let case1 = foo({
635 declare let case1: void;
|
/third_party/ltp/testcases/kernel/controllers/pids/ |
H A D | pids.sh | 87 case1() function
|
/third_party/ltp/testcases/kernel/controllers/cpuctl_fj/ |
H A D | run_cpuctl_test_fj.sh | 118 case1 () function
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_cfg_test.cpp | 1613 Block case1("case1"); in TEST_F() 1644 str += entry >> std::vector<Block>({def, case0, case1, case2}); in TEST_F() 1645 str += case1 >> phi; in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_cfg_test.cpp | 1613 Block case1("case1"); in TEST_F() 1644 str += entry >> std::vector<Block>({def, case0, case1, case2}); in TEST_F() 1645 str += case1 >> phi; in TEST_F()
|
/third_party/spirv-tools/test/val/ |
H A D | val_cfg_test.cpp | 1580 Block case1("case1"); in TEST_F() 1611 str += entry >> std::vector<Block>({def, case0, case1, case2}); in TEST_F() 1612 str += case1 >> phi; in TEST_F()
|