| /arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/shaders/ |
| D | shader_fast.js | 84 else if(tex_point<1.5)gl_FragColor = texture2D(tex1, TexCoord); 85 else if(tex_point<2.5)gl_FragColor = texture2D(tex2, TexCoord); 86 else if(tex_point<3.5)gl_FragColor = texture2D(tex3, TexCoord); 87 else if(tex_point<4.5)gl_FragColor = texture2D(tex4, TexCoord); 88 else if(tex_point<5.5)gl_FragColor = texture2D(tex5, TexCoord); 89 else if(tex_point<6.5)gl_FragColor = texture2D(tex6, TexCoord); 90 else if(tex_point<7.5)gl_FragColor = texture2D(tex7, TexCoord); 91 else if(tex_point<8.5)gl_FragColor = texture2D(tex8, TexCoord); 92 else if(tex_point<9.5)gl_FragColor = texture2D(tex9, TexCoord); 93 else if(tex_point<10.5)gl_FragColor = texture2D(tex10, TexCoord); [all …]
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_params.cpp | 29 } else if (ret == Result::TYPE_ERROR) { // optional value in Create() 51 } else { in Create() 58 } else { in Create() 65 } else if (ret == Result::TYPE_ERROR) { // optional value in Create() 72 } else if (ret == Result::TYPE_ERROR) { // optional value in Create() 79 } else if (ret == Result::TYPE_ERROR) { // optional value in Create() 86 } else if (ret == Result::TYPE_ERROR) { // optional value in Create() 93 } else if (ret == Result::TYPE_ERROR) { // optional value in Create() 100 } else if (ret == Result::TYPE_ERROR) { // optional value in Create() 123 } else { in Create() [all …]
|
| D | pt_types.cpp | 238 } else if (tagged->IsBoolean()) { in PrimitiveRemoteObject() 244 } else if (tagged->IsUndefined()) { in PrimitiveRemoteObject() 246 } else if (tagged->IsNumber()) { in PrimitiveRemoteObject() 252 } else if (tagged->IsBigInt()) { in PrimitiveRemoteObject() 511 } else if (jsVKey->IsString()) { in DescriptionForMap() 513 } else { in DescriptionForMap() 521 } else if (jsVValue->IsString()) { in DescriptionForMap() 523 } else { in DescriptionForMap() 555 } else if (jsVKey->IsString()) { in DescriptionForWeakMap() 557 } else { in DescriptionForWeakMap() [all …]
|
| /arkcompiler/toolchain/websocket/ |
| D | BUILD.gn | 43 } else if (is_mingw) { 45 } else if (is_mac) { 50 } else if (target_os == "android") { 56 } else { 59 } else if (target_os == "ios") { 64 } else { 74 } else if (current_cpu == "arm64") { 81 } else if (current_cpu == "x86") { 83 } else if (current_cpu == "amd64" || current_cpu == "x64" || 124 } else if (is_mingw) { [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-if.js | 22 if(0) alma = 0; else fa = 1 26 else fa = 1 28 if(0) {alma = 0} else fa = 1 30 if (0);else 34 if(0); else if(0) ;else if(1) alma = 'fa'; else;
|
| /arkcompiler/toolchain/build/config/ |
| D | arm.gni | 60 } else { 80 } else if (arm_version == 7) { 91 } else if (current_os == "linux") { 93 } else { 101 } else { 105 } else if (arm_version == 8) { 116 } else { 124 } else { 129 } else if (current_cpu == "arm64") { 132 } else { [all …]
|
| D | BUILDCONFIG.gn | 24 } else { 64 } else if (is_clang) { 66 } else { 69 } else { 79 } else if (target_os == "linux" && target_cpu == "x64") { 81 } else if (target_os == "linux" && target_cpu == "x86") { 83 } else if (target_os == "mingw" && target_cpu == "x86_64") { 85 } else if (target_os == "android" && target_cpu == "arm64") { 90 } else if (_default_toolchain != "") { 115 } else if (current_os == "linux") { [all …]
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | vixl_exec_module.h | 93 } else if constexpr (std::is_same_v<T, uint8_t>) { in GetType() 95 } else if constexpr (std::is_same_v<T, int8_t>) { in GetType() 97 } else if constexpr (std::is_same_v<T, uint16_t>) { in GetType() 99 } else if constexpr (std::is_same_v<T, int16_t>) { in GetType() 101 } else if constexpr (std::is_same_v<T, uint32_t>) { in GetType() 103 } else if constexpr (std::is_same_v<T, int32_t>) { in GetType() 105 } else if constexpr (std::is_same_v<T, uint64_t>) { in GetType() 107 } else if constexpr (std::is_same_v<T, int64_t>) { in GetType() 109 } else if constexpr (std::is_same_v<T, float>) { in GetType() 111 } else if constexpr (std::is_same_v<T, double>) { in GetType() [all …]
|
| D | constructor_test.cpp | 83 #else in TEST_F() 88 #else in TEST_F() 96 #else in TEST_F() 113 #else in TEST_F() 123 #else in TEST_F() 133 #else in TEST_F() 143 #else in TEST_F() 159 #else in TEST_F() 167 #else in TEST_F() 174 #else in TEST_F() [all …]
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | typeGuardTypeOfUndefined.ts | 38 else { 43 else { 65 else { 70 else { 91 else { 112 else { 134 else { 139 else { 161 else { 166 else { [all …]
|
| D | narrowingUnionToUnion.ts | 120 else { 166 …else { value; // string } if (isMaybeEmptyString(value)) { va… 169 … } else { value; // string } if (isMaybeEmptyString(value)) { … 180 else { 192 else { 198 …mptyString(value)) { value; // "" | undefined } else { value;… 209 else { 215 … } else { value; // number } if (isMaybeZero(value)) { … 226 else { 238 else { [all …]
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_runtime_options.cpp | 87 …"--force-full-gc: If true trigger full gc, else trigger semi and old gc. Defa… 260 } else { in ParseCommand() 274 } else { in ParseCommand() 285 } else { in ParseCommand() 296 } else { in ParseCommand() 307 } else { in ParseCommand() 318 } else { in ParseCommand() 326 } else { in ParseCommand() 334 } else { in ParseCommand() 342 } else { in ParseCommand() [all …]
|
| D | date_parse.cpp | 32 } else { in ParseDateString() 38 } else { in ParseDateString() 58 } else if (proxy->GetDate().IsFourDecimalDigit()) { in IsIsoDateTime() 61 } else { in IsIsoDateTime() 136 } else if (proxy->GetDate().IsSign()) { in ParseIsoDateTime() 139 } else { in ParseIsoDateTime() 160 } else { in ParseIsoDateTime() 192 } else if (proxy->GetDate().IsSymbol('.') && timeValue->IsValidSecond(num)) { in ParseLegacyDates() 207 } else if (timeValue->IsValid(num)) { in ParseLegacyDates() 212 } else { in ParseLegacyDates() [all …]
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-ins.cpp | 27 } else { in RegsToString() 33 } else { in RegsToString() 46 } else { in ImmsToString() 53 } else { in ImmsToString() 67 } else { in IdsToString() 97 } else { in RegToString() 103 } else { in RegToString() 121 } else { in ImmToString() 127 } else { in ImmToString() 144 } else { in IdToString()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | binary_section.h | 74 } else if (str.compare(".rodata.cst4") == 0) { in ElfSection() 76 } else if (str.compare(".rodata.cst8") == 0) { in ElfSection() 78 } else if (str.compare(".rodata.cst16") == 0) { in ElfSection() 80 } else if (str.compare(".rodata.cst32") == 0) { in ElfSection() 82 } else if (str.compare(".text") == 0) { in ElfSection() 84 } else if (str.compare(".data") == 0) { in ElfSection() 86 } else if (str.compare(".got") == 0) { in ElfSection() 88 } else if (str.compare(".rela.text") == 0) { in ElfSection() 90 } else if (str.compare(".strtab") == 0) { in ElfSection() 92 } else if (str.compare(".symtab") == 0) { in ElfSection() [all …]
|
| D | BUILD.gn | 22 } else { 28 } else if (is_mac) { 34 } else { 40 } else { 46 } else { 148 } else if (is_mingw) { 150 } else { 162 } else { 168 } else if (is_mac) { 171 } else { [all …]
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 60 #else in DumpHeapSnapshot() 76 #else in DumpHeapSnapshot() 107 } else { in DumpHeapSnapshot() 120 #else in DumpHeapSnapshot() 129 #else in DestroyHeapProfiler() 174 #else in StartHeapTracking() 187 #else in UpdateHeapTracking() 199 #else in StopHeapTracking() 216 #else in StopHeapTracking() 293 #else in StopCpuProfilerForColdStart() [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/runner/ |
| D | single_test_runner.rb | 41 else 49 else 57 else 67 else 84 else 154 else 158 else 175 else 181 else 185 else [all …]
|
| /arkcompiler/ets_frontend/es2panda/scripts/ |
| D | ts2abc.js | 28 } else if (fs.existsSync(path.join(arkDir, 'build-mac'))) { 30 } else if (!fs.existsSync(path.join(arkDir, 'build'))) { 37 } else if (isMac) { 39 } else { 66 } else if (args[1] == "9") { 68 } else if (args[1] == "10") { 70 } else {
|
| /arkcompiler/ets_frontend/ts2panda/scripts/ |
| D | ts2abc.js | 28 } else if (fs.existsSync(path.join(arkDir, 'build-mac'))) { 30 } else if (!fs.existsSync(path.join(arkDir, 'build'))) { 37 } else if (isMac) { 39 } else { 66 } else if (args[1] == "9") { 68 } else if (args[1] == "10") { 70 } else {
|
| /arkcompiler/toolchain/build/config/ohos/ |
| D | config.gni | 20 } else if (current_cpu == "x86") { 22 } else if (current_cpu == "arm64") { 24 } else if (current_cpu == "x86_64" || current_cpu == "x64") { 26 } else if (current_cpu == "mipsel") { 28 } else {
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_parser.h | 159 } else if (*current_ >= '1' && *current_ <= '9') { in ParseNumber() 163 } else { in ParseNumber() 253 } else if (UNLIKELY(*current_ > ASCII_END)) { in SlowParseString() 260 } else { in SlowParseString() 265 } else { in SlowParseString() 300 } else { in ParseString() 347 } else if (*current_ == ']') { in ParseArray() 350 } else { in ParseArray() 379 } else { in ParseObject() 388 } else { in ParseObject() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | assembler_x64.cpp | 32 } else { in Pushq() 66 } else if (dst == rax) { in Addq() 70 } else { in Addq() 96 } else if (dst == rax) { in Addl() 100 } else { in Addl() 118 } else if (dst == rax) { in Subq() 122 } else { in Subq() 148 } else if (dst == rax) { in Subl() 152 } else { in Subl() 170 } else if (dst == rax) { in Cmpq() [all …]
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | addVariable2Scope.ts | 65 } else { 78 } else { 102 } else if (scope.getUseArgs()){ 125 } else if (hoistDecl instanceof FuncDecl) { 127 } else { 151 } else if (decl instanceof ConstDecl) { 153 } else if (decl instanceof FuncDecl) { 157 } else if (ts.isFunctionExpression(funcNode)) { 161 } else if (decl instanceof CatchParameter) { 163 } else if (decl instanceof ClassDecl) { [all …]
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | gcc_toolchain.gni | 36 } else { 64 } else { 80 } else { 86 } else { 93 } else { 99 } else { 105 } else { 111 } else { 117 } else { 123 } else { [all …]
|