Home
last modified time | relevance | path

Searched refs:set (Results 176 - 200 of 5829) sorted by relevance

12345678910>>...234

/third_party/gn/src/gn/
H A Danalyzer.h8 #include <set>
38 // Returns the set of all items that might be affected, directly or
40 std::set<const Item*> GetAllAffectedItems(
41 const std::set<const SourceFile*>& source_files) const;
43 // Returns the set of labels that do not refer to objects in the graph.
44 std::set<Label> InvalidLabels(const std::set<Label>& labels) const;
46 // Returns the set of all targets that have a label in the given set.
48 TargetSet TargetsFor(const std::set<Labe
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorPool.hpp19 #include <set>
43 Node(uint8_t *set, size_t size) in Node()
44 : set(set) in Node()
47 bool operator<(const Node &node) const { return set < node.set; } in operator <()
48 bool operator==(const uint8_t *other) const { return set == other; } in operator ==()
50 uint8_t *set = nullptr; member
53 std::set<Node> nodes;
/third_party/python/PCbuild/
H A Didle.bat7 set PCBUILD=%~dp0
8 set exedir=%PCBUILD%\amd64
9 set exe=python
13 if "%1"=="-d" (set exe=%exe%_d) & shift & goto :CheckOpts
16 set cmd=%exedir%\%exe% %PCBUILD%\..\Lib\idlelib\idle.py %1 %2 %3 %4 %5 %6 %7 %8 %9
23 if /I %1 EQU Win32 (set exedir=%PCBUILD%\win32)
24 if /I %1 EQU x64 (set exedir=%PCBUILD%\amd64)
25 if /I %1 EQU ARM (set exedir=%PCBUILD%\arm32)
26 if /I %1 EQU ARM64 (set exedir=%PCBUILD%\arm64)
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DLigatureTreeWalker.java87 for (int set = 0; set < ligatureSetCount; set += 1) { in writeCoverageTable()
88 writer.writeData(firstComponentChar(set)); in writeCoverageTable()
108 for (int set = 0; set < ligatureSetCount; set += 1) { in writeLookupSubtable()
112 for (int set = 0; set < ligatureSetCount; set in writeLookupSubtable()
[all...]
/third_party/musl/libc-test/src/functional/
H A Dsearch_tsearch.c66 struct e *set(char *k, int v) in set() function
95 set("f", 6); in main()
96 set("b", 2); in main()
97 set("c", 3); in main()
98 set("e", 5); in main()
99 set("h", 8); in main()
100 set("g", 7); in main()
101 set("a", 1); in main()
102 set("d", 4); in main()
109 e = set(" in main()
[all...]
/third_party/python/Tools/buildbot/
H A DremotePythonInfo.bat5 set PATH=%PATH%;%SystemRoot%\SysNative\OpenSSH;%SystemRoot%\System32\OpenSSH
6 set here=%~dp0
7 set arm32_ssh=
8 set suffix=_d
9 if "%REMOTE_PYTHON_DIR%"=="" (set REMOTE_PYTHON_DIR=C:\python\)
10 if NOT "%REMOTE_PYTHON_DIR:~-1,1%"=="\" (set REMOTE_PYTHON_DIR=%REMOTE_PYTHON_DIR%\)
13 if "%1"=="-arm32" (set arm32_ssh=true) & (set prefix=%REMOTE_PYTHON_DIR%pcbuild\arm32) & shift & goto CheckOpts
14 if "%1"=="-d" (set suffix=_d) & shift & goto CheckOpts
15 if "%1"=="+d" (set suffi
[all...]
/third_party/typescript/tests/baselines/reference/
H A DprivateNameStaticFieldDestructuredBinding(target=es2015).js32 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
46 ({ x: ({ set value(_b) { __classPrivateFieldSet(A, _b, _b, "f", _A_field); } }).value, y } = this.testObject());
47 ([({ set value(_b) { __classPrivateFieldSet(A, _b, _b, "f", _A_field); } }).value, y] = this.testArray());
48 ({ a: ({ set value(_b) { __classPrivateFieldSet(A, _b, _b, "f", _A_field); } }).value, b: [({ set value(_b) { __classPrivateFieldSet(A, _b, _b, "f", _A_field); } }).value] } = { a: 1, b: [2] });
49 [({ set value(_b) { __classPrivateFieldSet(A, _b, _b, "f", _A_field); } }).value, [({ set value(_b) { __classPrivateFieldSet(A, _b, _b, "f", _A_field); } }).value]] = [1, [2]];
50 ({ a: ({ set value(_b) { __classPrivateFieldSet(A, _b, _b, "f", _A_field); } }).value = 1, b: [({ set value(_b) { __classPrivateFieldSet(A, _b, _b, "f", _A_field); } }).value = 1] } = { b: [] });
51 [({ set valu
[all...]
H A DthisTypeInAccessors.js10 set x(this: Foo, n: number) { this.n = n; }
15 set x(n) { this.n = n; }
20 set x(this: Foo, n: number) { this.n = n; }
25 set x(this, n) { this.n = n; }
31 set x(this: Foo, n: number) { this.n = n; }
43 set x(n) { this.n = n; }
48 set x(n) { this.n = n; }
53 set x(n) { this.n = n; }
58 set x(n) { this.n = n; }
66 set
[all...]
H A DcomputedPropertyNames11_ES5.js7 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 DcomputedPropertyNames16_ES5.js7 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 DgettersAndSetters.js9 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/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeSetIterator.java23 * for (UnicodeSetIterator it = new UnicodeSetIterator(set); it.next();) {
30 * for (UnicodeSetIterator it = new UnicodeSetIterator(set); it.nextRange();) {
75 * Create an iterator over the given set.
76 * @param set set to iterate over
78 public UnicodeSetIterator(UnicodeSet set) { in UnicodeSetIterator() argument
79 reset(set); in UnicodeSetIterator()
85 * constructor allowing the target to be set later.
92 * Returns the next element in the set, either a single code point
93 * or a string. If there are no more elements in the set, retur
222 private UnicodeSet set; global() field in UnicodeSetIterator
[all...]
H A DFilteredNormalizer2.java18 * 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/libuv/tools/
H A Dvswhere_usability_wrapper.cmd9 if "%~1"=="prerelease" set VSWHERE_WITH_PRERELEASE=1
10 set "InstallerPath=%ProgramFiles(x86)%\Microsoft Visual Studio\Installer"
11 if not exist "%InstallerPath%" set "InstallerPath=%ProgramFiles%\Microsoft Visual Studio\Installer"
14 set "Path=%Path%;%InstallerPath%"
17 set VSWHERE_REQ=-requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64
18 set VSWHERE_PRP=-property installationPath
19 set VSWHERE_LMT=-version "[15.0,16.0)"
21 if not errorlevel 1 if "%VSWHERE_WITH_PRERELEASE%"=="1" set "VSWHERE_LMT=%VSWHERE_LMT% -prerelease"
25 set "VCINSTALLDIR=%%i\VC\"
26 set "VS150COMNTOOL
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dtypedarray-prototype-tolocalestring.js32 e.set([3, 3, 6, 1, 2, 9]);
34 e.set([32, 12, 2, 8, 32, 1]);
37 e.set([12, undefined, 0, undefined, 3, 5]);
40 e.set([null, 3, 3, 3, null, 10]);
42 e.set([12, null, 21, null, null, null]);
49 e.set([3, 3, 6, 1, 2, 9]);
51 e.set([32, 12, 2, 8, 32, 1]);
54 e.set([12, undefined, 0, undefined, 3, 5]);
57 e.set([null, 3, 3, 3, null, 10]);
59 e.set([1
[all...]
/third_party/musl/Benchmark/musl/
H A Dlibc_signal.cpp35 sigset_t set; in Bm_function_Sigemptyset() local
36 benchmark::DoNotOptimize(sigemptyset(&set)); in Bm_function_Sigemptyset()
68 sigset_t set; in Bm_function_Sigdelset() local
70 sigaddset(&set, SIGINT); in Bm_function_Sigdelset()
71 sigdelset(&set, SIGINT); in Bm_function_Sigdelset()
77 sigset_t set; in Bm_function_Sigtimedwait() local
78 sigemptyset(&set); in Bm_function_Sigtimedwait()
79 sigaddset(&set, SIGUSR1); in Bm_function_Sigtimedwait()
80 sigaddset(&set, SIGTERM); in Bm_function_Sigtimedwait()
86 benchmark::DoNotOptimize(sigtimedwait(&set, in Bm_function_Sigtimedwait()
[all...]
/third_party/node/deps/uv/tools/
H A Dvswhere_usability_wrapper.cmd9 if "%~1"=="prerelease" set VSWHERE_WITH_PRERELEASE=1
10 set "InstallerPath=%ProgramFiles(x86)%\Microsoft Visual Studio\Installer"
11 if not exist "%InstallerPath%" set "InstallerPath=%ProgramFiles%\Microsoft Visual Studio\Installer"
14 set "Path=%Path%;%InstallerPath%"
17 set VSWHERE_REQ=-requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64
18 set VSWHERE_PRP=-property installationPath
19 set VSWHERE_LMT=-version "[15.0,16.0)"
21 if not errorlevel 1 if "%VSWHERE_WITH_PRERELEASE%"=="1" set "VSWHERE_LMT=%VSWHERE_LMT% -prerelease"
25 set "VCINSTALLDIR=%%i\VC\"
26 set "VS150COMNTOOL
[all...]
/third_party/rust/crates/bindgen/bindgen/
H A Dregex_set.rs1 //! A type that represents the union of a set of regular expressions.
6 /// A dynamic set of regular expressions.
10 /// Whether any of the items in the set was ever matched. The length of this
13 set: Option<RxSet>,
26 /// Is this set empty?
31 /// Insert a new regex into this set.
42 self.set = None; in insert()
50 /// Returns an iterator over regexes in the set which didn't match any
62 /// Construct a RegexSet from the set of entries we've accumulated.
69 self.set in build()
[all...]
/third_party/skia/tests/
H A DSizeTest.cpp15 a.set(0, 0); in DEF_TEST()
17 a.set(5, -5); in DEF_TEST()
21 b.set(5, 0); in DEF_TEST()
24 a.set(3, 5); in DEF_TEST()
41 a.set(0, 0); in DEF_TEST()
43 a.set(x, -x); in DEF_TEST()
47 b.set(x, 0); in DEF_TEST()
50 a.set(y, x); in DEF_TEST()
60 ia.set(ix, iy); in DEF_TEST()
61 a.set( in DEF_TEST()
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java448 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 DDangiTest.java83 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...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DDangiTest.java86 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...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DFilteredNormalizer2.java17 * 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/skia/third_party/externals/libwebp/
H A Dgradlew.bat27 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 DUnicodeSetStringSpanTest.java38 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...]

Completed in 13 milliseconds

12345678910>>...234