/third_party/typescript/tests/baselines/reference/ |
H A D | computedPropertyNames11_ES5.js | 7 set [n](v) { }, 9 set [s + n](v) { }, 11 set [""](v) { }, 13 set [a](v) { }, 15 set [`hello bye`](v) { }, 31 set: function (v) { },
41 set: function (v) { },
51 set: function (v) { },
61 set: function (v) { },
71 set [all...] |
H A D | computedPropertyNames16_ES5.js | 7 set [n](v) { } 9 set [s + n](v) { } 11 static set [""](v) { } 13 set [a](v) { } 15 set [`hello bye`](v) { } 32 set: function (v) { },
42 set: function (v) { },
52 set: function (v) { },
62 set: function (v) { },
72 set [all...] |
H A D | gettersAndSetters.js | 9 public set Foo(foo:string) {this.fooBack = foo;} // ok 12 static set Bar(bar:string) {C.barBack = bar;} // ok 15 public set = function() {} // ok 30 var o : {Foo:number;} = {get Foo() {return 0;}, set Foo(val:number){val}}; // o 46 set prop(_: any) { x.toUpperCase(); }, 60 this.set = function () { }; // ok
function 63 set Foo(foo) { this.fooBack = foo; } // ok
65 static set Bar(bar) { C.barBack = bar; } // ok
76 var o = { get Foo() { return 0; }, set Foo(val) { val; } }; // o
84 set pro [all...] |
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
H A D | XLIFF2ICUConverter.java | 448 Resource[] set = new Resource[2]; in createRB() 449 set[0] = new ResourceTable(); in createRB() 450 set[1] = new ResourceTable(); in createRB() 454 set[0].name = ROOT; in createRB() 456 set[0].name = sourceLang.replace('-','_'); in createRB() 459 set[0].name = xmlSrcLang.replace('-','_'); in createRB() 468 set[1].name = targetLang.replace('-','_'); in createRB() 471 set[1].name = xmlTargetLang.replace('-','_'); in createRB() 489 parseTable(list.item(0), set); in createRB() 492 writeResource(set, xmlfileNam in createRB() 500 writeResource(Resource[] set, String xmlfileName) writeResource() argument 514 writeResource(Resource set, String sourceFilename, String targetFilename) writeResource() argument 820 parseResourceString(Node node, ResourceString[] set) parseResourceString() argument 855 parseResourceInt(Node node, ResourceInt[] set) parseResourceInt() argument 889 parseResourceAlias(Node node, ResourceAlias[] set) parseResourceAlias() argument 922 parseResourceBinary(Node node, ResourceBinary[] set) parseResourceBinary() argument 965 parseTransUnit(Node node, Resource[] set) parseTransUnit() argument 996 parseBinUnit(Node node, Resource[] set) parseBinUnit() argument 1033 parseArray(Node node, Resource[] set) parseArray() argument 1089 parseIntVector(Node node, Resource[] set) parseIntVector() argument 1131 parseTable(Node node, Resource[] set) parseTable() argument 1212 parseGroup(Node node, Resource[] set) parseGroup() argument [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | DangiTest.java | 83 grego.set(DATA[i++], DATA[i++] - 1, DATA[i++]); in TestMapping() 106 grego.set(DATA[i++], DATA[i++] - 1, DATA[i++]); in TestMapping() 113 cal.set(Calendar.EXTENDED_YEAR, cyear); in TestMapping() 114 cal.set(Calendar.MONTH, cmonth - 1); in TestMapping() 115 cal.set(Calendar.IS_LEAP_MONTH, cisleapmonth); in TestMapping() 116 cal.set(Calendar.DAY_OF_MONTH, cdayofmonth); in TestMapping() 167 tempcal.set(1989, Calendar.NOVEMBER, 1); in TestLimits() 192 // If we set DAY_OF_YEAR only, that should be used in TestResolution() 197 // If we set MONTH only, that should be used in TestResolution() 204 // If we set th in TestResolution() [all...] |
H A D | CompatibilityTest.java | 51 jdkCal.set(1582, Calendar.OCTOBER, 15); in TestGregorianChangeover() 201 cal.set(year, month, dom); in TestMapping() 222 cal.set(year, month, dom); in TestMapping() 240 tempcal.set(1582, Calendar.OCTOBER, 15); in TestMapping() 257 cal.set(y, m, d); in auxMapping() 274 tempcal.set(1990, Calendar.APRIL, 15); in TestGenericAPI() 329 if (cal.getFirstDayOfWeek() != i) errln("FAIL: set/getFirstDayOfWeek failed"); in TestGenericAPI() 334 if (cal.getMinimalDaysInFirstWeek() != i) errln("FAIL: set/getFirstDayOfWeek failed"); in TestGenericAPI() 348 cal.set(1984, 5, 24); in TestGenericAPI() 350 tempcal.set(198 in TestGenericAPI() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | DangiTest.java | 86 grego.set(DATA[i++], DATA[i++] - 1, DATA[i++]); in TestMapping() 109 grego.set(DATA[i++], DATA[i++] - 1, DATA[i++]); in TestMapping() 116 cal.set(Calendar.EXTENDED_YEAR, cyear); in TestMapping() 117 cal.set(Calendar.MONTH, cmonth - 1); in TestMapping() 118 cal.set(Calendar.IS_LEAP_MONTH, cisleapmonth); in TestMapping() 119 cal.set(Calendar.DAY_OF_MONTH, cdayofmonth); in TestMapping() 170 tempcal.set(1989, Calendar.NOVEMBER, 1); in TestLimits() 195 // If we set DAY_OF_YEAR only, that should be used in TestResolution() 200 // If we set MONTH only, that should be used in TestResolution() 207 // If we set th in TestResolution() [all...] |
H A D | CompatibilityTest.java | 54 jdkCal.set(1582, Calendar.OCTOBER, 15); in TestGregorianChangeover() 204 cal.set(year, month, dom); in TestMapping() 225 cal.set(year, month, dom); in TestMapping() 243 tempcal.set(1582, Calendar.OCTOBER, 15); in TestMapping() 260 cal.set(y, m, d); in auxMapping() 277 tempcal.set(1990, Calendar.APRIL, 15); in TestGenericAPI() 332 if (cal.getFirstDayOfWeek() != i) errln("FAIL: set/getFirstDayOfWeek failed"); in TestGenericAPI() 337 if (cal.getMinimalDaysInFirstWeek() != i) errln("FAIL: set/getFirstDayOfWeek failed"); in TestGenericAPI() 351 cal.set(1984, 5, 24); in TestGenericAPI() 353 tempcal.set(198 in TestGenericAPI() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | FilteredNormalizer2.java | 17 * Normalizes portions of the text contained in the filter set and leaves 18 * portions not contained in the filter set unchanged. 29 * and a filter set. 32 * The filter set should be frozen; otherwise the performance will suffer greatly. 39 set=filterSet; in FilteredNormalizer2() 91 return set.contains(c) ? norm2.getDecomposition(c) : null; in getDecomposition() 100 return set.contains(c) ? norm2.getRawDecomposition(c) : null; in getRawDecomposition() 109 return (set.contains(a) && set.contains(b)) ? norm2.composePair(a, b) : -1; in composePair() 118 return set in getCombiningClass() 303 private UnicodeSet set; global() field in FilteredNormalizer2 [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | FilteredNormalizer2.java | 18 * Normalizes portions of the text contained in the filter set and leaves 19 * portions not contained in the filter set unchanged. 30 * and a filter set. 33 * The filter set should be frozen; otherwise the performance will suffer greatly. 39 set=filterSet; in FilteredNormalizer2() 86 return set.contains(c) ? norm2.getDecomposition(c) : null; in getDecomposition() 94 return set.contains(c) ? norm2.getRawDecomposition(c) : null; in getRawDecomposition() 102 return (set.contains(a) && set.contains(b)) ? norm2.composePair(a, b) : -1; in composePair() 110 return set in getCombiningClass() 289 private UnicodeSet set; global() field in FilteredNormalizer2 [all...] |
/third_party/skia/third_party/externals/libwebp/ |
H A D | gradlew.bat | 27 set DIRNAME=%~dp0
28 if "%DIRNAME%" == "" set DIRNAME=.
29 set APP_BASE_NAME=%~n0
30 set APP_HOME=%DIRNAME%
33 set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
38 set JAVA_EXE=java.exe
43 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
45 echo Please set the JAVA_HOME variable in your environment to match the
51 set JAVA_HOME=%JAVA_HOME:"=%
52 set JAVA_EX [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UnicodeSetStringSpanTest.java | 38 UnicodeSet set = new UnicodeSet(pattern); in TestSimpleStringSpan() 39 set.complement(); in TestSimpleStringSpan() 40 int pos = set.spanBack(string, 3, SpanCondition.SIMPLE); in TestSimpleStringSpan() 43 set.toString(), string, pos)); in TestSimpleStringSpan() 45 pos = set.span(string, SpanCondition.SIMPLE); in TestSimpleStringSpan() 48 set.toString(), string, pos)); in TestSimpleStringSpan() 50 pos = set.span(string, 1, SpanCondition.SIMPLE); in TestSimpleStringSpan() 53 set.toString(), string, pos)); in TestSimpleStringSpan() 64 UnicodeSetWithStrings set = new UnicodeSetWithStrings(uset); in TestSimpleStringSpanSlow() 66 int length = containsSpanBackUTF16(set, strin in TestSimpleStringSpanSlow() 143 private UnicodeSet set; global() field in UnicodeSetStringSpanTest.UnicodeSetWithStrings 180 containsSpanUTF16(final UnicodeSetWithStrings set, final String s, SpanCondition spanCondition) containsSpanUTF16() argument 277 containsSpanBackUTF16(final UnicodeSetWithStrings set, final String s, int length, SpanCondition spanCondition) containsSpanBackUTF16() argument 404 getSpans(final UnicodeSetWithStrings set, boolean isComplement, final String s, int whichSpans, int type, String[] typeName, int limits[], int limitsCapacity, int expectCount) getSpans() argument [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UnicodeSetStringSpanTest.java | 35 UnicodeSet set = new UnicodeSet(pattern); in TestSimpleStringSpan() 36 set.complement(); in TestSimpleStringSpan() 37 int pos = set.spanBack(string, 3, SpanCondition.SIMPLE); in TestSimpleStringSpan() 40 set.toString(), string, pos)); in TestSimpleStringSpan() 42 pos = set.span(string, SpanCondition.SIMPLE); in TestSimpleStringSpan() 45 set.toString(), string, pos)); in TestSimpleStringSpan() 47 pos = set.span(string, 1, SpanCondition.SIMPLE); in TestSimpleStringSpan() 50 set.toString(), string, pos)); in TestSimpleStringSpan() 61 UnicodeSetWithStrings set = new UnicodeSetWithStrings(uset); in TestSimpleStringSpanSlow() 63 int length = containsSpanBackUTF16(set, strin in TestSimpleStringSpanSlow() 140 private UnicodeSet set; global() field in UnicodeSetStringSpanTest.UnicodeSetWithStrings 177 containsSpanUTF16(final UnicodeSetWithStrings set, final String s, SpanCondition spanCondition) containsSpanUTF16() argument 274 containsSpanBackUTF16(final UnicodeSetWithStrings set, final String s, int length, SpanCondition spanCondition) containsSpanBackUTF16() argument 401 getSpans(final UnicodeSetWithStrings set, boolean isComplement, final String s, int whichSpans, int type, String[] typeName, int limits[], int limitsCapacity, int expectCount) getSpans() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | GregorianCalendar.java | 72 * 1</code>) is the earliest set of at least 104 * // set up rules for daylight savings time 139 * calendar.set(Calendar.HOUR, 3); 191 * historical usage differs. For example, if the Gregorian change is set 399 * Constructs a GregorianCalendar with the given date set 401 * @param year the value used to set the YEAR time field in the calendar. 402 * @param month the value used to set the MONTH time field in the calendar. 404 * @param date the value used to set the DATE time field in the calendar. 410 set(ERA, AD); in GregorianCalendar() 411 set(YEA in GregorianCalendar() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | GregorianCalendar.java | 73 * 1</code>) is the earliest set of at least 105 * // set up rules for daylight savings time 140 * calendar.set(Calendar.HOUR, 3); 191 * historical usage differs. For example, if the Gregorian change is set 388 * Constructs a GregorianCalendar with the given date set 390 * @param year the value used to set the YEAR time field in the calendar. 391 * @param month the value used to set the MONTH time field in the calendar. 393 * @param date the value used to set the DATE time field in the calendar. 398 set(ERA, AD); in GregorianCalendar() 399 set(YEA in GregorianCalendar() [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_descriptor_set.c | 36 struct v3dv_descriptor_set *set, in descriptor_bo_map() 48 return set->pool->bo->map + in descriptor_bo_map() 49 set->base_offset + binding_layout->descriptor_offset + in descriptor_bo_map() 79 uint32_t set_number = map->set[index]; in v3dv_descriptor_map_get_descriptor() 82 struct v3dv_descriptor_set *set = in v3dv_descriptor_map_get_descriptor() local 84 assert(set); in v3dv_descriptor_map_get_descriptor() 87 assert(binding_number < set->layout->binding_count); in v3dv_descriptor_map_get_descriptor() 90 &set->layout->binding[binding_number]; in v3dv_descriptor_map_get_descriptor() 97 pipeline_layout->set[set_number].dynamic_offset_start + in v3dv_descriptor_map_get_descriptor() 103 return &set in v3dv_descriptor_map_get_descriptor() 35 descriptor_bo_map(struct v3dv_device *device, struct v3dv_descriptor_set *set, const struct v3dv_descriptor_set_binding_layout *binding_layout, uint32_t array_index) descriptor_bo_map() argument 125 struct v3dv_descriptor_set *set = v3dv_descriptor_map_get_descriptor_bo() local 169 struct v3dv_descriptor_set *set = v3dv_descriptor_map_get_sampler() local 519 descriptor_set_destroy(struct v3dv_device *device, struct v3dv_descriptor_pool *pool, struct v3dv_descriptor_set *set, bool free_bo) descriptor_set_destroy() argument 809 struct v3dv_descriptor_set *set; descriptor_set_create() local 928 struct v3dv_descriptor_set *set = NULL; v3dv_AllocateDescriptorSets() local 1012 write_image_descriptor(struct v3dv_device *device, struct v3dv_descriptor *descriptor, VkDescriptorType desc_type, struct v3dv_descriptor_set *set, const struct v3dv_descriptor_set_binding_layout *binding_layout, struct v3dv_image_view *iview, struct v3dv_sampler *sampler, uint32_t array_index) write_image_descriptor() argument 1050 write_buffer_view_descriptor(struct v3dv_device *device, struct v3dv_descriptor *descriptor, VkDescriptorType desc_type, struct v3dv_descriptor_set *set, const struct v3dv_descriptor_set_binding_layout *binding_layout, struct v3dv_buffer_view *bview, uint32_t array_index) write_buffer_view_descriptor() argument 1070 write_inline_uniform_descriptor(struct v3dv_device *device, struct v3dv_descriptor *descriptor, struct v3dv_descriptor_set *set, const struct v3dv_descriptor_set_binding_layout *binding_layout, const void *data, size_t offset, size_t size) write_inline_uniform_descriptor() argument [all...] |
/applications/standard/app_samples/code/BasicFeature/ApplicationModels/AbilityStartMode/ |
H A D | hvigorw.bat | 25 set DIRNAME=%~dp0 26 if "%DIRNAME%" == "" set DIRNAME=. 27 set APP_BASE_NAME=%~n0 28 set APP_HOME=%DIRNAME% 31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 33 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 34 set NODE_EXE=node.exe 46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 48 echo Please set the NODE_HOME variable in your environment to match the 54 set NODE_HOM [all...] |
/applications/standard/app_samples/code/BasicFeature/Connectivity/RPC/ |
H A D | hvigorw.bat | 25 set DIRNAME=%~dp0 26 if "%DIRNAME%" == "" set DIRNAME=. 27 set APP_BASE_NAME=%~n0 28 set APP_HOME=%DIRNAME% 31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 33 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 34 set NODE_EXE=node.exe 46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 48 echo Please set the NODE_HOME variable in your environment to match the 54 set NODE_HOM [all...] |
/applications/standard/app_samples/code/BasicFeature/Connectivity/Socket/ |
H A D | hvigorw.bat | 25 set DIRNAME=%~dp0 26 if "%DIRNAME%" == "" set DIRNAME=. 27 set APP_BASE_NAME=%~n0 28 set APP_HOME=%DIRNAME% 31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 33 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 34 set NODE_EXE=node.exe 46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 48 echo Please set the NODE_HOME variable in your environment to match the 54 set NODE_HOM [all...] |
/applications/standard/app_samples/code/BasicFeature/DFX/DotTest/ |
H A D | hvigorw.bat | 25 set DIRNAME=%~dp0 26 if "%DIRNAME%" == "" set DIRNAME=. 27 set APP_BASE_NAME=%~n0 28 set APP_HOME=%DIRNAME% 31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 33 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 34 set NODE_EXE=node.exe 46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 48 echo Please set the NODE_HOME variable in your environment to match the 54 set NODE_HOM [all...] |
/applications/standard/app_samples/code/BasicFeature/DFX/FaultLogger/ |
H A D | hvigorw.bat | 25 set DIRNAME=%~dp0 26 if "%DIRNAME%" == "" set DIRNAME=. 27 set APP_BASE_NAME=%~n0 28 set APP_HOME=%DIRNAME% 31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 33 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 34 set NODE_EXE=node.exe 46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 48 echo Please set the NODE_HOME variable in your environment to match the 54 set NODE_HOM [all...] |
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Location/ |
H A D | hvigorw.bat | 25 set DIRNAME=%~dp0 26 if "%DIRNAME%" == "" set DIRNAME=. 27 set APP_BASE_NAME=%~n0 28 set APP_HOME=%DIRNAME% 31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 33 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 34 set NODE_EXE=node.exe 46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 48 echo Please set the NODE_HOME variable in your environment to match the 54 set NODE_HOM [all...] |
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/ScreenDetector/ |
H A D | hvigorw.bat | 25 set DIRNAME=%~dp0 26 if "%DIRNAME%" == "" set DIRNAME=. 27 set APP_BASE_NAME=%~n0 28 set APP_HOME=%DIRNAME% 31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 33 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 34 set NODE_EXE=node.exe 46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 48 echo Please set the NODE_HOME variable in your environment to match the 54 set NODE_HOM [all...] |
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Vibrator/BasicVibration/ |
H A D | hvigorw.bat | 25 set DIRNAME=%~dp0 26 if "%DIRNAME%" == "" set DIRNAME=. 27 set APP_BASE_NAME=%~n0 28 set APP_HOME=%DIRNAME% 31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 33 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 34 set NODE_EXE=node.exe 46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 48 echo Please set the NODE_HOME variable in your environment to match the 54 set NODE_HOM [all...] |
/applications/standard/app_samples/code/BasicFeature/FileManagement/FileBackupExtension/ |
H A D | hvigorw.bat | 26 set DIRNAME=%~dp0 27 if "%DIRNAME%" == "" set DIRNAME=. 28 set APP_BASE_NAME=%~n0 29 set APP_HOME=%DIRNAME% 32 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 34 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 35 set NODE_EXE=node.exe 47 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 49 echo Please set the NODE_HOME variable in your environment to match the 55 set NODE_HOM [all...] |