Home
last modified time | relevance | path

Searched refs:set (Results 1826 - 1850 of 10745) sorted by relevance

1...<<71727374757677787980>>...430

/third_party/typescript/tests/baselines/reference/
H A DcomputedPropertyNames3_ES6.js7 set [[0, 1]](v) { }
9 static set [id.toString()](v) { }
18 set [[0, 1]](v) { }
20 static set [id.toString()](v) { }
H A DobjectSpreadSetonlyAccessor.js2 const o1: { foo: number, bar: undefined } = { foo: 1, ... { set bar(_v: number) { } } }
3 const o2: { foo: undefined } = { foo: 1, ... { set foo(_v: number) { } } }
8 const o1 = { foo: 1, ...{ set bar(_v) { } } };
9 const o2 = { foo: 1, ...{ set foo(_v) { } } };
H A DstrictPropertyInitialization.js170 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
180 _C1_f.set(this, void 0); //Error
181 _C1_g.set(this, void 0);
182 _C1_h.set(this, void 0); //Error
183 _C1_i.set(this, void 0);
196 _C4_d.set(this, 0);
197 _C4_e.set(this, 0);
198 _C4_f.set(this, "abc");
205 _C5_b.set(this, void 0);
214 _C6_b.set(thi
[all...]
/third_party/ninja/src/
H A Dsubprocess-posix.cc51 bool Subprocess::Start(SubprocessSet* set, const string& command) { in Start() argument
81 err = posix_spawnattr_setsigmask(&attr, &set->old_mask_); in Start()
84 // Signals which are set to be caught in the calling process image are set to in Start()
209 sigset_t set; in SubprocessSet() local
210 sigemptyset(&set); in SubprocessSet()
211 sigaddset(&set, SIGINT); in SubprocessSet()
212 sigaddset(&set, SIGTERM); in SubprocessSet()
213 sigaddset(&set, SIGHUP); in SubprocessSet()
214 if (sigprocmask(SIG_BLOCK, &set, in SubprocessSet()
303 fd_set set; DoWork() local
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dstruct_with_bitfields.rs75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
140 self._bitfield_1.set(0usize, 1u8, val as u64) in set_a()
153 self._bitfield_1.set(1usize, 1u8, val as u64) in set_b()
166 self._bitfield_1.set(2usize, 1u8, val as u64) in set_c()
179 self._bitfield_1.set(6usize, 2u8, val as u64) in set_d()
191 __bindgen_bitfield_unit.set(0usize, 1u8, {
195 __bindgen_bitfield_unit.set(1usize, 1u8, {
199 __bindgen_bitfield_unit.set(2usize, 1u8, {
203 __bindgen_bitfield_unit.set(6usize, 2u8, {
219 self._bitfield_2.set( in set_f()
[all...]
/third_party/skia/samplecode/
H A DSampleVertices.cpp28 size->set(2, 2); in make_shader0()
134 v[j].set(rand.nextUScalar1() * 250, rand.nextUScalar1() * 250); in make_tris()
152 v[0].set(0, 0); in make_fan()
153 t[0].set(0, 0); in make_fan()
158 v[i+1].set(cos, sin); in make_fan()
159 t[i+1].set(i*tx/n, ty); in make_fan()
162 t[n+1].set(tx, ty); in make_fan()
187 v[i*2 + 0].set(cos/2, sin/2); in make_strip()
188 v[i*2 + 1].set(cos, sin); in make_strip()
190 t[i*2 + 0].set(t in make_strip()
[all...]
/third_party/skia/tests/
H A DRefCntTest.cpp125 void set(sk_sp<Effect> value) { in set() function in Paint
158 paint.set(Create()); in DEF_TEST()
173 paint.set(nullptr); in DEF_TEST()
191 paint.set(e); in DEF_TEST()
196 paint2.set(paint.get()); in DEF_TEST()
208 paint.set(nullptr); in DEF_TEST()
210 paint2.set(nullptr); in DEF_TEST()
227 paint.set(EffectImpl::Create()); in DEF_TEST()
229 paint.set(nullptr); in DEF_TEST()
235 paint.set(st in DEF_TEST()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dconfig.h20 // This header file defines a set of macros for checking the presence of
189 #error ABSL_HAVE_TLS cannot be directly set
201 #error ABSL_HAVE_STD_IS_TRIVIALLY_DESTRUCTIBLE cannot be directly set
220 #error ABSL_HAVE_STD_IS_TRIVIALLY_CONSTRUCTIBLE cannot be directly set
222 #error ABSL_HAVE_STD_IS_TRIVIALLY_ASSIGNABLE cannot directly set
249 #error ABSL_HAVE_THREAD_LOCAL cannot be directly set
305 #error ABSL_HAVE_INTRINSIC_INT128 cannot be directly set
335 #error ABSL_HAVE_EXCEPTIONS cannot be directly set.
381 #error ABSL_HAVE_MMAP cannot be directly set
391 // Checks whether the platform implements the pthread_(get|set)schedpara
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/popup/interfaces/
H A Dpopup.js17 Reflect.set(ViewPU.prototype, "finalizeConstruction", () => { });
297 this.__icon.set({ image: '' });
300 this.__title.set({ text: '' });
303 this.__message.set({ text: '' });
306 this.__popupDirection.set(Direction.Auto);
309 this.__showClose.set(true);
312 this.__buttons.set([{ text: '' }, { text: '' }]);
410 set icon(h29) {
411 this.__icon.set(h29);
418 set titl
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js25 Reflect.set(ViewPU.prototype, 'finalizeConstruction', () => {
189 RESOURCE_CACHE_MAP.set('sys.float.padding_level0', { resourceId: 125830919, defaultValue: 0 });
190 RESOURCE_CACHE_MAP.set('sys.float.padding_level1', { resourceId: 125830920, defaultValue: 2 });
191 RESOURCE_CACHE_MAP.set('sys.float.padding_level2', { resourceId: 125830921, defaultValue: 4 });
192 RESOURCE_CACHE_MAP.set('sys.float.padding_level3', { resourceId: 125830922, defaultValue: 6 });
193 RESOURCE_CACHE_MAP.set('sys.float.padding_level4', { resourceId: 125830923, defaultValue: 8 });
194 RESOURCE_CACHE_MAP.set('sys.float.padding_level6', { resourceId: 125830925, defaultValue: 12 });
195 RESOURCE_CACHE_MAP.set('sys.float.padding_level8', { resourceId: 125830927, defaultValue: 16 });
196 RESOURCE_CACHE_MAP.set('sys.float.margin_left', { resourceId: 125830936, defaultValue: 16 });
197 RESOURCE_CACHE_MAP.set('sy
[all...]
/third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/windows/
H A Dbuild.bat19 set BUILD_ROOT=%cd%
20 set SRC=%cd%\github\SPIRV-Tools
21 set BUILD_TYPE=%1
22 set VS_VERSION=%2
25 set PATH=C:\python36;"C:\Program Files\CMake\bin";%PATH%
36 :: set up msvc build env
55 set BUILD_SHA=%KOKORO_GITHUB_PULL_REQUEST_COMMIT%
57 set BUILD_SHA=%KOKORO_GITHUB_COMMIT%
60 set CMAKE_FLAGS=-DCMAKE_INSTALL_PREFIX=%KOKORO_ARTIFACTS_DIR%\install -GNinja -DCMAKE_BUILD_TYPE=%BUILD_TYPE% -DRE2_BUILD_TESTING=OFF -DCMAKE_C_COMPILER=cl.exe -DCMAKE_CXX_COMPILER=cl.exe
63 set CMAKE_FLAG
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/windows/
H A Dbuild.bat19 set BUILD_ROOT=%cd%
20 set SRC=%cd%\github\SPIRV-Tools
21 set BUILD_TYPE=%1
22 set VS_VERSION=%2
25 set PATH=C:\python36;"C:\Program Files\CMake\bin";%PATH%
36 :: set up msvc build env
55 set BUILD_SHA=%KOKORO_GITHUB_PULL_REQUEST_COMMIT%
57 set BUILD_SHA=%KOKORO_GITHUB_COMMIT%
60 set CMAKE_FLAGS=-DCMAKE_INSTALL_PREFIX=%KOKORO_ARTIFACTS_DIR%\install -GNinja -DCMAKE_BUILD_TYPE=%BUILD_TYPE% -DRE2_BUILD_TESTING=OFF -DCMAKE_C_COMPILER=cl.exe -DCMAKE_CXX_COMPILER=cl.exe
63 set CMAKE_FLAG
[all...]
/third_party/skia/third_party/externals/dawn/generator/templates/
H A Dwebgpu_cpp.cpp27 {% set CppType = as_cppType(type.name) %}
28 {% set CType = as_cType(type.name) %}
41 {% set CppType = as_cppType(type.name) %}
42 {% set CType = as_cType(type.name) + "Flags" %}
65 {% set CppType = as_cppType(type.name) %}
66 {% set CType = as_cType(type.name) %}
78 {% set memberName = member.name.camelCase() %}
85 {% set CppType = as_cppType(type.name) %}
86 {% set CType = as_cType(type.name) %}
94 {% set CppTyp
[all...]
/third_party/rust/crates/regex/src/
H A Dpikevm.rs50 /// An ordered set of NFA states and their captures.
53 /// An ordered set of opcodes (each opcode is an NFA state).
54 set: SparseSet,
126 clist.set.clear(); in exec_()
127 nlist.set.clear(); in exec_()
129 if clist.set.is_empty() { in exec_()
130 // Three ways to bail out when our current set of threads is in exec_()
161 if clist.set.is_empty() in exec_()
171 for i in 0..clist.set.len() { in exec_()
172 let ip = clist.set[ in exec_()
[all...]
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc-darwin.S110 We have set up a nice stack frame, just load it into registers. */
287 .set L$set$0,LECIE1-LSCIE1
288 .long L$set$0 ; Length of Common Information Entry
306 .set L$set$1,LEFDE1-LASFDE1
307 .long L$set$1 ; FDE Length
312 .set L$set$3,LFE1-LFB0
313 .g_long L$set
[all...]
/third_party/python/Tools/unittestgui/
H A Dunittestgui.py122 "Override to set GUI in 'running' mode, enabling 'stop' button etc."
126 "Override to set GUI in 'stopped' mode, enabling 'run' button etc."
214 self.dirVar.set(top_level_dir)
218 self.testPatternVar.set(test_file_glob_pattern)
238 self.dirVar.set(dir_path)
254 self.statusVar.set("Idle")
278 self.runCountVar.set(0)
279 self.failCountVar.set(0)
280 self.errorCountVar.set(0)
281 self.remainingCountVar.set(discovere
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/effect/
H A Daudio_effect_manager.h47 std::set<std::pair<std::string, std::string>> &mergedSet);
49 std::set<std::pair<std::string, std::string>> &mergedSet);
59 std::unordered_map<std::string, std::set<std::pair<std::string, std::string>>> device2EffectPropertySet_;
60 std::unordered_map<std::string, std::set<std::pair<std::string, std::string>>> device2EnhancePropertySet_;
74 std::unordered_map<std::string, std::set<std::pair<std::string, std::string>>> &device2PropertySet);
79 std::set<std::pair<std::string, std::string>> &mergedSet,
80 const std::unordered_map<std::string, std::set<std::pair<std::string, std::string>>> &device2PropertySet);
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_descriptor_set.h29 * tu_pipeline_layout::set::dynamic_offset_start).
49 /* Descriptor set layouts can be destroyed at almost any time */
52 /* The create flags for this descriptor set layout */
55 /* Number of bindings in this descriptor set */
58 /* Total size of the descriptor set with room for all array entries */
61 /* Shader stages affected by this descriptor set */
64 /* Size of dynamic offset descriptors used by this descriptor set */
70 /* Bindings in this descriptor set */
86 } set[MAX_SETS]; member
120 struct tu_descriptor_set *set; member
232 tu_immutable_samplers(const struct tu_descriptor_set_layout *set, const struct tu_descriptor_set_binding_layout *binding) tu_immutable_samplers() argument
239 tu_immutable_ycbcr_samplers(const struct tu_descriptor_set_layout *set, const struct tu_descriptor_set_binding_layout *binding) tu_immutable_ycbcr_samplers() argument
[all...]
/third_party/node/lib/internal/process/
H A Dreport.js43 set directory(dir) {
50 set filename(name) {
57 set compact(b) {
64 set signal(sig) {
73 set reportOnFatalError(trigger) {
81 set reportOnSignal(trigger) {
91 set reportOnUncaughtException(trigger) {
/third_party/musl/scripts/
H A Drun_libcgtest_windows.bat2 set LOCAL_DYNLIB="your_local_dir"
5 set REMOTE_ROOT=/data/tmp/libcgtest
6 set REMOTE=/data/tmp/libcgtest/libs
7 set RPATH_TEST_DIR=%REMOTE%/rpath-test
8 set NS_LIB_ONE_DIR=%REMOTE%/namespace_one_libs
9 set NS_LIB_TWO_DIR=%REMOTE%/namespace_two_libs
10 set NS_LIB_TWO_IMPL_DIR=%REMOTE%/namespace_two_impl_libs
/third_party/vk-gl-cts/external/amber/src/kokoro/scripts/windows/
H A Dbuild.bat17 set BUILD_ROOT=%cd%
18 set SRC=%cd%\github\amber
19 set BUILD_TYPE=%1
25 set PATH=C:\python36;"C:\Program Files\CMake\bin";%PATH%
31 :: set up msvc build env
47 set BUILD_SHA=%KOKORO_GITHUB_PULL_REQUEST_COMMIT%
49 set BUILD_SHA=%KOKORO_GITHUB_COMMIT%
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_outline_function.h19 #include <set>
106 // Returns the set of blocks dominated by |entry_block| and post-dominated
108 static std::set<opt::BasicBlock*> GetRegionBlocks(
121 opt::IRContext* ir_context, const std::set<opt::BasicBlock*>& region_set,
131 opt::IRContext* ir_context, const std::set<opt::BasicBlock*>& region_set,
151 const std::set<opt::BasicBlock*>& region_blocks,
190 const std::set<opt::BasicBlock*>& region_blocks,
214 const std::set<opt::BasicBlock*>& region_blocks,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_outline_function.h19 #include <set>
106 // Returns the set of blocks dominated by |entry_block| and post-dominated
108 static std::set<opt::BasicBlock*> GetRegionBlocks(
121 opt::IRContext* ir_context, const std::set<opt::BasicBlock*>& region_set,
131 opt::IRContext* ir_context, const std::set<opt::BasicBlock*>& region_set,
151 const std::set<opt::BasicBlock*>& region_blocks,
190 const std::set<opt::BasicBlock*>& region_blocks,
214 const std::set<opt::BasicBlock*>& region_blocks,
/third_party/skia/src/sksl/lex/
H A DRegexParser.cpp46 case '[': this->set(); break; in term()
131 void RegexParser::set() { in set() function in RegexParser
134 RegexNode set(RegexNode::kCharset_Kind); in set()
137 set.fPayload.fBool = true; in set()
140 set.fPayload.fBool = false; in set()
147 set.fChildren.push_back(this->pop()); in set()
149 fStack.push(std::move(set)); in set()
152 printf("unterminated character set\n"); in set()
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_outline_function.h19 #include <set>
106 // Returns the set of blocks dominated by |entry_block| and post-dominated
108 static std::set<opt::BasicBlock*> GetRegionBlocks(
121 opt::IRContext* ir_context, const std::set<opt::BasicBlock*>& region_set,
131 opt::IRContext* ir_context, const std::set<opt::BasicBlock*>& region_set,
151 const std::set<opt::BasicBlock*>& region_blocks,
190 const std::set<opt::BasicBlock*>& region_blocks,
214 const std::set<opt::BasicBlock*>& region_blocks,

Completed in 15 milliseconds

1...<<71727374757677787980>>...430