/third_party/libevdev/build-aux/ |
H A D | ltmain.sh | 162 # value) or when 'set -e' is active (causing even a spurious abort of 447 # is ksh but when the shell is invoked as "sh" and the current value of 740 # value returned in "$func_dirname_result" 742 # value retuned in "$func_basename_result" 1682 # If the *_result variable of FUNC_NAME_A _is set_, assign its value to 3134 # func_to_host_file_result to a simplistic fallback value (see below). 3333 # where, for any given $build/$host combination the 'X_to_Y' value is the 3341 # appropriate value, based on the value of $to_host_file_cmd. 3517 srcfile=$nonopt # always keep a non-empty value i [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES.cpp | 623 void SetRobustLengthParam(const GLsizei *length, GLsizei value) in SetRobustLengthParam() argument 630 *const_cast<GLsizei *>(length) = value; in SetRobustLengthParam() 1271 // vertexAttribPointer will generate an INVALID_VALUE error if the value for the stride in ValidateWebGLVertexAttribPointer() 1457 if (id.value == 0) in ValidateRenderbufferStorageParametersBase() 1805 if (renderbuffer.value != 0) in ValidateFramebufferRenderbufferBase() 1835 if (texture.value != 0) in ValidateFramebufferTextureBase() 1857 // greater than or equal to zero and smaller than the value of TEXTURE_IMMUTABLE_LEVELS for in ValidateFramebufferTextureBase() 2141 if (id.value == 0) in ValidateBeginQueryBase() 2310 // All queries return only one value in ValidateGetQueryivBase() 2382 // value i in ValidateGetQueryObjectValueBase() 2689 ValidateUniform1ivValue(const Context *context, angle::EntryPoint entryPoint, GLenum uniformType, GLsizei count, const GLint *value) ValidateUniform1ivValue() argument 2751 ValidateUniform1iv(const Context *context, angle::EntryPoint entryPoint, UniformLocation location, GLsizei count, const GLint *value) ValidateUniform1iv() argument [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | ltmain.sh | 404 # is ksh but when the shell is invoked as "sh" and the current value of 697 # value returned in "$func_dirname_result" 699 # value retuned in "$func_basename_result" 2888 # func_to_host_file_result to a simplistic fallback value (see below). 3087 # where, for any given $build/$host combination the 'X_to_Y' value is the 3095 # appropriate value, based on the value of $to_host_file_cmd. 3271 srcfile=$nonopt # always keep a non-empty value in "srcfile" 5206 # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR 5285 # script's $0 value, followe [all...] |
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_funcs.hpp | 135 typename std::enable_if<std::is_same<typename B::value_type, PhysicalDevice>::value, int>::type> 309 typename std::enable_if<std::is_same<typename B::value_type, QueueFamilyProperties>::value, int>::type> 510 typename std::enable_if<std::is_same<typename B::value_type, ExtensionProperties>::value, int>::type> 593 typename std::enable_if<std::is_same<typename B::value_type, ExtensionProperties>::value, int>::type> 670 typename std::enable_if<std::is_same<typename B::value_type, LayerProperties>::value, int>::type> 741 typename std::enable_if<std::is_same<typename B::value_type, LayerProperties>::value, int>::type> 1228 typename std::enable_if<std::is_same<typename B::value_type, SparseImageMemoryRequirements>::value, int>::type> 1315 typename std::enable_if<std::is_same<typename B::value_type, SparseImageFormatProperties>::value, int>::type> 2739 typename std::enable_if<std::is_same<typename B::value_type, uint8_t>::value, int>::type> 2850 typename std::enable_if<std::is_same<typename B::value_type, Pipeline>::value, in 6785 uint64_t value; getSemaphoreCounterValue() local 15805 uint64_t value; getSemaphoreCounterValueKHR() local 16097 VULKAN_HPP_NAMESPACE::PerformanceValueINTEL value; getPerformanceParameterINTEL() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_pattern.cpp | 144 auto fadingEdgeLength = paintProperty->GetFadingEdgeLength().value(); in UpdateFadeInfo() 1032 auto borderRadius = renderContext->GetBorderRadius().value(); in UpdateBorderRadius() 1051 scrollBar_->SetInactiveWidth(barWidth.value()); in SetScrollBar() 1052 scrollBar_->SetNormalWidth(barWidth.value()); in SetScrollBar() 1053 scrollBar_->SetActiveWidth(barWidth.value()); in SetScrollBar() 1054 scrollBar_->SetTouchWidth(barWidth.value()); in SetScrollBar() 1061 scrollBar_->SetForegroundColor(barColor.value()); in SetScrollBar() 1932 void ScrollablePattern::NotifyMoved(bool value) in NotifyMoved() argument 1937 scroll->SetMoved(value); in NotifyMoved() 2023 sourceType = scrollSourceMap[idx].value; in ConvertScrollSource() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_main_thread.cpp | 297 void OnConfigChanged(const CONFIG_ID id, const ConfigValue &value) override 302 static_cast<int>(value.daltonizationColorFilter)); 303 switch (value.daltonizationColorFilter) { 321 RS_LOGI("RSAccessibility INVERT_COLOR: %{public}d", static_cast<int>(value.invertColor)); 322 mode = value.invertColor ? ColorFilterMode::INVERT_COLOR_ENABLE_MODE : 326 RS_LOGI("RSAccessibility HIGH_CONTRAST: %{public}d", static_cast<int>(value.highContrastText)); 327 RSBaseRenderEngine::SetHighContrast(value.highContrastText); 720 // default Threshold value of Timeout Event: 100ms in InitRSEventDetector() 1829 void RSMainThread::OnHideNotchStatusCallback(const char *key, const char *value, void *context) in OnHideNotchStatusCallback() argument 1837 void RSMainThread::OnDrawingCacheDfxSwitchCallback(const char *key, const char *value, voi argument [all...] |
/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/ |
H A D | drm_framework_unittest.cpp | 2311 char value[32]; in HWTEST_F() local 2313 errNo = OH_MediaKeySystem_GetConfigurationString(mediaKeySystem, "version", value, valueLen); in HWTEST_F() 2319 errNo = OH_MediaKeySystem_GetConfigurationString(mediaKeySystem, "testConfigurationString", value, 10); in HWTEST_F() 2367 char value[32]; in HWTEST_F() local 2369 errNo = OH_MediaKeySystem_GetConfigurationString(nullptr, "testConfigurationString", value, valueLen); in HWTEST_F() 2371 errNo = OH_MediaKeySystem_GetConfigurationString(mediaKeySystem, "", value, valueLen); in HWTEST_F() 2373 errNo = OH_MediaKeySystem_GetConfigurationString(mediaKeySystem, nullptr, value, valueLen); in HWTEST_F() 2377 errNo = OH_MediaKeySystem_GetConfigurationString(mediaKeySystem, "testConfigurationString", value, 0); in HWTEST_F() 3186 char value[32]; in HWTEST_F() local 3187 errNo = OH_MediaKeySystem_GetConfigurationString(mediaKeySystem, "testConfigurationString", value, 3 in HWTEST_F() 3681 char value[32]; killclearplay2() local [all...] |
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_opt.c | 264 av_dict_set(&ret, e->key, e->value, 0); in strip_specifiers() 279 av_log(NULL, AV_LOG_FATAL, "Invalid value %s specified for fps_mode of #%d:%d.\n", arg, file_idx, st_idx); in parse_and_set_vsync() 1131 filename = e->value; in dump_attachment() 1174 av_log(NULL, AV_LOG_ERROR, "-to value smaller than -ss; aborting.\n"); in open_input_file() 1311 av_log(NULL, AV_LOG_ERROR, "-sseof value must be negative; aborting\n"); in open_input_file() 1317 av_log(NULL, AV_LOG_WARNING, "-sseof value seeks to before start of file %s; ignored\n", filename); in open_input_file() 1812 av_log(NULL, AV_LOG_FATAL, "Invalid framerate value: %s\n", frame_rate); in new_video_stream() 1818 av_log(NULL, AV_LOG_FATAL, "Invalid maximum framerate value: %s\n", max_frame_rate); in new_video_stream() 2196 /* arg format is "output-stream-index:streamid-value". */ 2208 "Invalid value ' in opt_streamid() 3279 char *key = tmp_line, *value, *endptr; opt_preset() local [all...] |
/third_party/backends/backend/ |
H A D | nec.c | 1318 an invalid value to the nearest allowed one. 1321 clip_value (const SANE_Option_Descriptor * opt, void * value) in clip_value() argument 1333 w = *(SANE_Word *) value; in clip_value() 1345 *(SANE_Word*) value = w; in clip_value() 1350 w = *(SANE_Word *) value; in clip_value() 1354 /* somewhat arbitrary... Would be better to have a default value in clip_value() 1357 *(SANE_Word*) value = word_list[1]; in clip_value() 1365 len = strlen (value); in clip_value() 1371 if (strncasecmp (value, string_list[i], len) == 0 in clip_value() 1378 if (strcmp (value, string_lis in clip_value() [all...] |
H A D | sharp.c | 1261 value for tl_y in FSU mode is 13199, while the max value for in get_max_scan_size() 1264 decrement that value and store it as max(tl_y). in get_max_scan_size() 1679 an invalid value to the nearest allowed one. 1682 clip_value (const SANE_Option_Descriptor * opt, void * value) in clip_value() argument 1694 w = *(SANE_Word *) value; in clip_value() 1706 *(SANE_Word*) value = w; in clip_value() 1711 w = *(SANE_Word *) value; in clip_value() 1715 /* somewhat arbitrary... Would be better to have a default value in clip_value() 1718 *(SANE_Word*) value in clip_value() [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_compiler_nir.c | 481 * nir_intrinsic_load_ssbo, where any non-zero value is true. in emit_alu() 492 * - nir_intrinsic_load_shared of a 32-bit 0/~0 value. in emit_alu() 493 * - nir_intrinsic_load_constant of a 32-bit 0/~0 value in emit_alu() 1101 /* src[] = { value, offset }. const_index[] = { base, write_mask } */ 1107 struct ir3_instruction *const *value; in emit_intrinsic_store_shared() local 1110 value = ir3_get_src(ctx, &intr->src[0]); in emit_intrinsic_store_shared() 1119 stl = ir3_STL(b, offset, 0, ir3_create_collect(b, value, ncomp), 0, in emit_intrinsic_store_shared() 1158 /* src[] = { value, offset }. const_index[] = { base } */ 1165 struct ir3_instruction *const *value; in emit_intrinsic_store_shared_ir3() local 1167 value in emit_intrinsic_store_shared_ir3() 1315 struct ir3_instruction *const *value; emit_intrinsic_store_scratch() local [all...] |
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_32.c | 340 sljit_s32 value; member 345 sljit_u32 value; in resolve_const_pool_index() local 352 value = cpool_start_address[cpool_current_index]; in resolve_const_pool_index() 358 value = cpool_start_address[cpool_current_index]; in resolve_const_pool_index() 362 value = (sljit_uw)curr_patch->value; in resolve_const_pool_index() 375 if ((sljit_sw)value >= 0) { in resolve_const_pool_index() 376 if (value > cpool_current_index) { in resolve_const_pool_index() 387 curr_patch->index = (sljit_sw)value; in resolve_const_pool_index() 388 curr_patch->value in resolve_const_pool_index() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | libGLESv2.cpp | 2791 // ES 2.0.25 spec pg 127 states that if the value of FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE in GetFramebufferAttachmentParameteriv() 4244 void GL_APIENTRY SampleCoverage(GLclampf value, GLboolean invert) in SampleCoverage() argument 4246 TRACE("(GLclampf value = %f, GLboolean invert = %d)", value, invert); in SampleCoverage() 4252 context->setSampleCoverageParams(es2::clamp01(value), invert != GL_FALSE); in SampleCoverage() 5261 void GL_APIENTRY UniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) in UniformMatrix2fv() argument 5263 TRACE("(GLint location = %d, GLsizei count = %d, GLboolean transpose = %d, const GLfloat* value = %p)", in UniformMatrix2fv() 5264 location, count, transpose, value); in UniformMatrix2fv() 5287 if(!program->setUniformMatrix2fv(location, count, transpose, value)) in UniformMatrix2fv() 5294 void GL_APIENTRY UniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) in UniformMatrix3fv() argument 5327 UniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) UniformMatrix4fv() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_dataclasses.py | 586 # If init=False and no default value, then the field won't be 612 # the_fields is a tuple of 3 items, each value 674 # We only have a class attribute if a default value is 696 # Can't use a zero-length value. 705 # Nor a non-zero-length value 745 # These 2 instances will share this value of x. 1136 # If a ClassVar has no default value, it should not be set on the class. 1155 # If a ClassVar has a default value, it should be set on the class. 1194 # If an InitVar has no default value, it should not be set on the class. 1213 # If an InitVar has a default value, i [all...] |
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/ |
H A D | multiple-emitHelpers-in-different-projects.js | 332 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
396 >>> while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
778 {"bundle":{"commonSourceDirectory":"../second","sourceFiles":["../second/second_part1.ts","../second/second_part2.ts"],"js":{"sections":[{"pos":0,"end":504,"kind":"emitHelpers","data":"typescript:read"},{"pos":506,"end":894,"kind":"emitHelpers","data":"typescript:spreadArray"},{"pos":896,"end":1471,"kind":"text"}],"sources":{"helpers":["typescript:read","typescript:spreadArray"]},"mapHash":"-34534977022-{\"version\":3,\"file\":\"second-output.js\",\"sourceRoot\":\"\",\"sources\":[\"../second/second_part1.ts\",\"../second/second_part2.ts\"],\"names\":[],\"mappings\":\";;;;;;;;;;;;;;;;;;;;;;;;;AAIA,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED,SAAS,wBAAwB;IAAC,WAAc;SAAd,UAAc,EAAd,qBAAc,EAAd,IAAc;QAAd,sBAAc;;AAAI,CAAC;AACrD,IAAM,qBAAqB,GAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;AACvC,wBAAwB,8BAAC,EAAE,UAAK,qBAAqB,WAAE;ACdvD;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC\"}","hash":"53236375969-var __read = (this && this.__read) || function (o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n};\r\nvar __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n};\r\nvar N;\r\n(function (N) {\r\n function f() {\r\n console.log('testing');\r\n }\r\n f();\r\n})(N || (N = {}));\r\nfunction secondsecond_part1Spread() {\r\n var b = [];\r\n for (var _i = 0; _i < arguments.length; _i++) {\r\n b[_i] = arguments[_i];\r\n }\r\n}\r\nvar secondsecond_part1_ar = [20, 30];\r\nsecondsecond_part1Spread.apply(void 0, __spreadArray([10], __read(secondsecond_part1_ar), false));\r\nvar C = (function () {\r\n function C() {\r\n }\r\n C.prototype.doSomething = function () {\r\n console.log(\"something got done\");\r\n };\r\n return C;\r\n}());\r\n//# sourceMappingURL=second-output.js.map"},"dts":{"sections":[{"pos":0,"end":214,"kind":"text"}],"mapHash":"14094696036-{\"version\":3,\"file\":\"second-output.d.ts\",\"sourceRoot\":\"\",\"sources\":[\"../second/second_part1.ts\",\"../second/second_part2.ts\"],\"names\":[],\"mappings\":\"AAAA,kBAAU,CAAC,CAAC;CAEX;AAED,kBAAU,CAAC,CAAC;CAMX;AAED,iBAAS,wBAAwB,CAAC,GAAG,GAAG,MAAM,EAAE,QAAK;AACrD,QAAA,MAAM,qBAAqB,UAAW,CAAC;ACbvC,cAAM,CAAC;IACH,WAAW;CAGd\"}","hash":"-14757968608-declare namespace N {\r\n}\r\ndeclare namespace N {\r\n}\r\ndeclare function secondsecond_part1Spread(...b: number[]): void;\r\ndeclare const secondsecond_part1_ar: number[];\r\ndeclare class C {\r\n doSomething(): void;\r\n}\r\n//# sourceMappingURL=second-output.d.ts.map"}},"program":{"fileNames":["../second/second_part1.ts","../second/second_part2.ts"],"fileInfos":["-24334061923-namespace N {\r\n // Comment text\r\n}\r\n\r\nnamespace N {\r\n function f() {\r\n console.log('testing');\r\n }\r\n\r\n f();\r\n}\r\n\nfunction secondsecond_part1Spread(...b: number[]) { }\nconst secondsecond_part1_ar = [20, 30];\nsecondsecond_part1Spread(10, ...secondsecond_part1_ar);","9339262372-class C {\r\n doSomething() {\r\n console.log(\"something got done\");\r\n }\r\n}\r\n"],"options":{"composite":true,"outFile":"./second-output.js"},"outSignature":"-22039916699-declare namespace N {\r\n}\r\ndeclare namespace N {\r\n}\r\ndeclare function secondsecond_part1Spread(...b: number[]): void;\r\ndeclare const secondsecond_part1_ar: number[];\r\ndeclare class C {\r\n doSomething(): void;\r\n}\r\n","latestChangedDtsFile":"./second-output.d.ts"},"version":"FakeTSVersion"}
790 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
883 "hash": "53236375969-var __read = (this && this.__read) || function (o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n};\r\nvar __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n};\r\nvar N;\r\n(function (N) {\r\n function f() {\r\n console.log('testing');\r\n }\r\n f();\r\n})(N || (N = {}));\r\nfunction secondsecond_part1Spread() {\r\n var b = [];\r\n for (var _i = 0; _i < arguments.length; _i++) {\r\n b[_i] = arguments[_i];\r\n }\r\n}\r\nvar secondsecond_part1_ar = [20, 30];\r\nsecondsecond_part1Spread.apply(void 0, __spreadArray([10], __read(secondsecond_part1_ar), false));\r\nvar C = (function () {\r\n function C() {\r\n }\r\n C.prototype.doSomething = function () {\r\n console.log(\"something got done\");\r\n };\r\n return C;\r\n}());\r\n//# sourceMappingURL=second-output.js.map", 1857 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
1946 >>> while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
2718 {"bundle":{"commonSourceDirectory":"../..","sourceFiles":["../../third_part1.ts"],"js":{"sections":[{"pos":0,"end":500,"kind":"emitHelpers","data":"typescript:rest"},{"pos":502,"end":1006,"kind":"emitHelpers","data":"typescript:read"},{"pos":1008,"end":1396,"kind":"emitHelpers","data":"typescript:spreadArray"},{"pos":1398,"end":1625,"kind":"prepend","data":"../../../first/bin/first-output.js","texts":[{"pos":1398,"end":1625,"kind":"text"}]},{"pos":1625,"end":2200,"kind":"prepend","data":"../../../2/second-output.js","texts":[{"pos":1625,"end":2200,"kind":"text"}]},{"pos":2200,"end":2353,"kind":"text"}],"sources":{"helpers":["typescript:rest"]},"mapHash":"-13780861725-{\"version\":3,\"file\":\"third-output.js\",\"sourceRoot\":\"\",\"sources\":[\"../../../first/first_PART1.ts\",\"../../../first/first_part2.ts\",\"../../../first/first_part3.ts\",\"../../../second/second_part1.ts\",\"../../../second/second_part2.ts\",\"../../third_part1.ts\"],\"names\":[],\"mappings\":\";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,IAAM,CAAC,GAAG,cAAc,CAAC;AAMzB,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;AACf,SAAS,uBAAuB;IAChC,IAAM,KAAiB,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAvC,CAAC,OAAA,EAAK,IAAI,cAAZ,KAAc,CAA2B,CAAC;AAChD,CAAC;ACbD,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;ACAjB,SAAS,CAAC;IACN,OAAO,gBAAgB,CAAC;AAC5B,CAAC;ACED,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED,SAAS,wBAAwB;IAAC,WAAc;SAAd,UAAc,EAAd,qBAAc,EAAd,IAAc;QAAd,sBAAc;;AAAI,CAAC;AACrD,IAAM,qBAAqB,GAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;AACvC,wBAAwB,8BAAC,EAAE,UAAK,qBAAqB,WAAE;ACdvD;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC;ACJD,IAAI,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC;AAChB,CAAC,CAAC,WAAW,EAAE,CAAC;AAChB,SAAS,uBAAuB;IAChC,IAAM,KAAiB,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAvC,CAAC,OAAA,EAAK,IAAI,cAAZ,KAAc,CAA2B,CAAC;AAChD,CAAC\"}","hash":"-46955292405-var __rest = (this && this.__rest) || function (s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n};\r\nvar __read = (this && this.__read) || function (o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n};\r\nvar __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n};\r\nvar s = \"Hello, world\";\r\nconsole.log(s);\r\nfunction forfirstfirst_PART1Rest() {\r\n var _a = { a: 10, b: 30, yy: 30 }, b = _a.b, rest = __rest(_a, [\"b\"]);\r\n}\r\nconsole.log(f());\r\nfunction f() {\r\n return \"JS does hoists\";\r\n}\r\nvar N;\r\n(function (N) {\r\n function f() {\r\n console.log('testing');\r\n }\r\n f();\r\n})(N || (N = {}));\r\nfunction secondsecond_part1Spread() {\r\n var b = [];\r\n for (var _i = 0; _i < arguments.length; _i++) {\r\n b[_i] = arguments[_i];\r\n }\r\n}\r\nvar secondsecond_part1_ar = [20, 30];\r\nsecondsecond_part1Spread.apply(void 0, __spreadArray([10], __read(secondsecond_part1_ar), false));\r\nvar C = (function () {\r\n function C() {\r\n }\r\n C.prototype.doSomething = function () {\r\n console.log(\"something got done\");\r\n };\r\n return C;\r\n}());\r\nvar c = new C();\r\nc.doSomething();\r\nfunction forthirdthird_part1Rest() {\r\n var _a = { a: 10, b: 30, yy: 30 }, b = _a.b, rest = __rest(_a, [\"b\"]);\r\n}\r\n//# sourceMappingURL=third-output.js.map"},"dts":{"sections":[{"pos":0,"end":208,"kind":"prepend","data":"../../../first/bin/first-output.d.ts","texts":[{"pos":0,"end":208,"kind":"text"}]},{"pos":208,"end":422,"kind":"prepend","data":"../../../2/second-output.d.ts","texts":[{"pos":208,"end":422,"kind":"text"}]},{"pos":422,"end":492,"kind":"text"}],"mapHash":"27738518528-{\"version\":3,\"file\":\"third-output.d.ts\",\"sourceRoot\":\"\",\"sources\":[\"../../../first/first_PART1.ts\",\"../../../first/first_part3.ts\",\"../../../second/second_part1.ts\",\"../../../second/second_part2.ts\",\"../../third_part1.ts\"],\"names\":[],\"mappings\":\"AAAA,UAAU,QAAQ;IACd,IAAI,EAAE,GAAG,CAAC;CACb;AAED,QAAA,MAAM,CAAC,iBAAiB,CAAC;AAEzB,UAAU,iBAAiB;IACvB,IAAI,EAAE,GAAG,CAAC;CACb;AAGD,iBAAS,uBAAuB,SAE/B;ACbD,iBAAS,CAAC,WAET;ACFD,kBAAU,CAAC,CAAC;CAEX;AAED,kBAAU,CAAC,CAAC;CAMX;AAED,iBAAS,wBAAwB,CAAC,GAAG,GAAG,MAAM,EAAE,QAAK;AACrD,QAAA,MAAM,qBAAqB,UAAW,CAAC;ACbvC,cAAM,CAAC;IACH,WAAW;CAGd;ACJD,QAAA,IAAI,CAAC,GAAU,CAAC;AAEhB,iBAAS,uBAAuB,SAE/B\"}","hash":"2435669836-interface TheFirst {\r\n none: any;\r\n}\r\ndeclare const s = \"Hello, world\";\r\ninterface NoJsForHereEither {\r\n none: any;\r\n}\r\ndeclare function forfirstfirst_PART1Rest(): void;\r\ndeclare function f(): string;\r\ndeclare namespace N {\r\n}\r\ndeclare namespace N {\r\n}\r\ndeclare function secondsecond_part1Spread(...b: number[]): void;\r\ndeclare const secondsecond_part1_ar: number[];\r\ndeclare class C {\r\n doSomething(): void;\r\n}\r\ndeclare var c: C;\r\ndeclare function forthirdthird_part1Rest(): void;\r\n//# sourceMappingURL=third-output.d.ts.map"}},"program":{"fileNames":["../../third_part1.ts"],"fileInfos":["-362916705-var c = new C();\r\nc.doSomething();\r\nfunction forthirdthird_part1Rest() {\nconst { b, ...rest } = { a: 10, b: 30, yy: 30 };\n}"],"options":{"composite":true,"outFile":"./third-output.js"},"outSignature":"-10517557870-interface TheFirst {\r\n none: any;\r\n}\r\ndeclare const s = \"Hello, world\";\r\ninterface NoJsForHereEither {\r\n none: any;\r\n}\r\ndeclare function forfirstfirst_PART1Rest(): void;\r\ndeclare function f(): string;\r\ndeclare namespace N {\r\n}\r\ndeclare namespace N {\r\n}\r\ndeclare function secondsecond_part1Spread(...b: number[]): void;\r\ndeclare const secondsecond_part1_ar: number[];\r\ndeclare class C {\r\n doSomething(): void;\r\n}\r\ndeclare var c: C;\r\ndeclare function forthirdthird_part1Rest(): void;\r\n","latestChangedDtsFile":"./third-output.d.ts"},"version":"FakeTSVersion"}
2743 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
2912 "hash": "-46955292405-var __rest = (this && this.__rest) || function (s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n};\r\nvar __read = (this && this.__read) || function (o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\ [all...] |
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.cc | 126 // Set the sp to a known value. in TEST() 771 // test infrastructure requires that sp be restored to its original value. in TEST() 2073 // same page so that they return the same value. 2250 // Every adrp instruction on this page should return the same value. 3465 // This value won't fit in the immediate offset field of ldr/str instructions. 6547 uint64_t value = 0x0123456789abcdef; 6551 __ Mov(x0, value); 6583 ASSERT_EQUAL_64(value, x0); 6584 ASSERT_EQUAL_64(value << (shift[0] & 63), x16); 6585 ASSERT_EQUAL_64(value << (shif [all...] |
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/DistributeCalc/entry/src/main/js/MainAbility/common/ |
H A D | RemoteDeviceModel.js | 40 logger.info(TAG, `createDeviceManager callback returned, value=${JSON.stringify(this.deviceManager)}`)
|
/applications/standard/contacts_data/contacts/include/ |
H A D | contacts_api.h | 103 int GetType(napi_env env, napi_value value);
|
/applications/standard/settings/napi/settings/open_network_settings/ |
H A D | napi_open_network_settings.cpp | 233 .value = "", in opne_manager_settings()
|
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/ |
H A D | panic_report_recovery.cpp | 128 entry.path().c_str(), errorCode.value()); in ClearFilesInDir()
|
/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | native_text_changed_listener.cpp | 242 command[index]->value = item.second; in ReceivePrivateCommand()
|
/base/hiviewdfx/hiview/base/include/ |
H A D | plugin.h | 255 virtual bool SetHiviewProperty(const std::string& key __UNUSED, const std::string& value __UNUSED,
in SetHiviewProperty()
|
/base/hiviewdfx/hiview/core/include/ |
H A D | hiview_platform.h | 56 bool SetHiviewProperty(const std::string& key, const std::string& value, bool forceUpdate) override;
|
/base/global/resource_management/interfaces/js/innerkits/core/include/ |
H A D | resource_manager_napi_sync_impl.h | 121 static bool InitParamsFromParamArray(napi_env env, napi_value value,
|
/base/request/request/frameworks/js/napi/include/ |
H A D | js_common.h | 106 std::string value;
member
|