Home
last modified time | relevance | path

Searched refs:scope (Results 176 - 200 of 897) sorted by relevance

12345678910>>...36

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-reflect.cc21 HandleScope scope(isolate); in BUILTIN()
51 HandleScope scope(isolate); in BUILTIN()
77 HandleScope scope(isolate); in BUILTIN()
99 HandleScope scope(isolate); in BUILTIN()
H A Dsetup-builtins-internal.cc63 HandleScope scope(isolate); in BuildPlaceholder()
81 return scope.CloseAndEscape(code); in BuildPlaceholder()
87 HandleScope scope(isolate); in BuildWithMacroAssembler()
129 HandleScope scope(isolate); in BuildAdaptor()
153 HandleScope scope(isolate); in BuildWithCodeStubAssemblerJS()
173 HandleScope scope(isolate); in BuildWithCodeStubAssemblerCS()
207 HandleScope scope(isolate); in PopulateWithPlaceholders()
283 // Create a scope for the handles in the builtins. in SetupBuiltinsInternal()
284 HandleScope scope(isolate); in SetupBuiltinsInternal()
H A Dbuiltins-collections.cc15 HandleScope scope(isolate); in BUILTIN()
23 HandleScope scope(isolate); in BUILTIN()
H A Dbuiltins-internal.cc21 HandleScope scope(isolate); in BUILTIN()
27 HandleScope scope(isolate); in BUILTIN()
H A Dbuiltins-typed-array.cc21 HandleScope scope(isolate); in BUILTIN()
47 HandleScope scope(isolate); in BUILTIN()
140 HandleScope scope(isolate); in BUILTIN()
209 HandleScope scope(isolate); in BUILTIN()
239 HandleScope scope(isolate); in BUILTIN()
273 HandleScope scope(isolate); in BUILTIN()
310 HandleScope scope(isolate); in BUILTIN()
/third_party/node/deps/v8/src/snapshot/
H A Dobject-deserializer.cc40 HandleScope scope(isolate()); in Deserialize()
53 return scope.CloseAndEscape(result); in Deserialize()
122 LocalHandleScope scope(isolate()); in Deserialize()
146 return scope.CloseAndEscape(result); in Deserialize()
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_attr_setscope.c3 int pthread_attr_setscope(pthread_attr_t *a, int scope) in pthread_attr_setscope() argument
5 switch (scope) { in pthread_attr_setscope()
/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_attr_setscope.c4 _LIBC_TEXT_SECTION int pthread_attr_setscope(pthread_attr_t *a, int scope) in pthread_attr_setscope() argument
6 switch (scope) { in pthread_attr_setscope()
/third_party/node/deps/v8/src/execution/
H A Dtiering-manager.cc120 CodeTracer::Scope scope(isolate->GetCodeTracer()); in TraceRecompile()
121 PrintF(scope.file(), "[marking "); in TraceRecompile()
122 function.ShortPrint(scope.file()); in TraceRecompile()
123 PrintF(scope.file(), " for optimization to %s, %s, reason: %s", in TraceRecompile()
126 PrintF(scope.file(), "]\n"); in TraceRecompile()
228 CodeTracer::Scope scope(isolate->GetCodeTracer()); in TrySetOsrUrgency()
229 PrintF(scope.file(), in TrySetOsrUrgency()
435 OnInterruptTickScope scope(this); in OnInterruptTick()
/third_party/rust/crates/rustix/src/thread/
H A Dprctl.rs911 pub fn core_scheduling_cookie(pid: Pid, scope: CoreSchedulingScope) -> io::Result<u64> { in core_scheduling_cookie()
918 scope as usize as *mut _, in core_scheduling_cookie()
934 pub fn create_core_scheduling_cookie(pid: Pid, scope: CoreSchedulingScope) -> io::Result<()> { in create_core_scheduling_cookie()
940 scope as usize as *mut _, in create_core_scheduling_cookie()
956 pub fn push_core_scheduling_cookie(pid: Pid, scope: CoreSchedulingScope) -> io::Result<()> { in push_core_scheduling_cookie()
962 scope as usize as *mut _, in push_core_scheduling_cookie()
978 pub fn pull_core_scheduling_cookie(pid: Pid, scope: CoreSchedulingScope) -> io::Result<()> { in pull_core_scheduling_cookie()
984 scope as usize as *mut _, in pull_core_scheduling_cookie()
/third_party/musl/src/thread/
H A Dpthread_attr_setscope.c3 int pthread_attr_setscope(pthread_attr_t *a, int scope) in pthread_attr_setscope() argument
5 switch (scope) { in pthread_attr_setscope()
/third_party/gn/src/gn/
H A Dgroup_target_generator.cc12 Scope* scope, in GroupTargetGenerator()
15 : TargetGenerator(target, scope, function_call, err) {} in GroupTargetGenerator()
10 GroupTargetGenerator( Target* target, Scope* scope, const FunctionCallNode* function_call, Err* err) GroupTargetGenerator() argument
H A Dfunction_template_unittest.cc20 input.parsed()->Execute(setup.scope(), &err); in TEST()
27 setup.scope()->CheckForUnusedVars(&err); in TEST()
H A Doperators.h15 Value ExecuteUnaryOperator(Scope* scope,
19 Value ExecuteBinaryOperator(Scope* scope,
/third_party/selinux/libsepol/src/
H A Dmodule_to_cil.c166 int scope; member
325 // array of lists, where each list contains all the aliases defined in the scope at index i
334 struct scope_datum *scope; in typealiases_gather_map() local
339 scope = hashtab_search(pdb->scope[SYM_TYPES].table, key); in typealiases_gather_map()
340 if (scope == NULL) { in typealiases_gather_map()
344 len = scope->decl_ids_len; in typealiases_gather_map()
346 scope_id = scope->decl_ids[len-1]; in typealiases_gather_map()
498 struct scope_datum *scope; in is_id_in_scope_with_start() local
500 scope in is_id_in_scope_with_start()
1975 class_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *UNUSED(decl_stack), char *key, void *datum, int scope) class_to_cil() argument
2106 role_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *decl_stack, char *key, void *datum, int scope) role_to_cil() argument
2238 type_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *decl_stack, char *key, void *datum, int scope) type_to_cil() argument
2311 user_to_cil(int indent, struct policydb *pdb, struct avrule_block *block, struct stack *UNUSED(decl_stack), char *key, void *datum, int scope) user_to_cil() argument
2362 boolean_to_cil(int indent, struct policydb *UNUSED(pdb), struct avrule_block *UNUSED(block), struct stack *UNUSED(decl_stack), char *key, void *datum, int scope) boolean_to_cil() argument
2380 sens_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *UNUSED(decl_stack), char *key, void *datum, int scope) sens_to_cil() argument
2424 cat_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *UNUSED(decl_stack), char *key, void *datum, int scope) cat_to_cil() argument
3435 struct scope_datum *scope; declared_scopes_to_cil() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc544 FrameScope scope(tasm(), StackFrame::MANUAL); \
550 FrameScope scope(tasm(), StackFrame::MANUAL); \
775 UseScratchRegisterScope scope(tasm()); in AssembleArchInstruction()
776 Register temp = scope.AcquireX(); in AssembleArchInstruction()
885 FrameScope scope(tasm(), StackFrame::NO_FRAME_TYPE); in AssembleArchInstruction()
1333 UseScratchRegisterScope scope(tasm()); in AssembleArchInstruction()
1334 Register temp = scope.AcquireX(); in AssembleArchInstruction()
1340 UseScratchRegisterScope scope(tasm()); in AssembleArchInstruction()
1341 Register temp = scope.AcquireW(); in AssembleArchInstruction()
1348 UseScratchRegisterScope scope(tas in AssembleArchInstruction()
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_attr_setguardsize.c29 int scope = 0; in pthread_attr_setguardsize_0100() local
44 int scope = 0; in pthread_attr_setguardsize_0200() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_update_scope_test.cc35 CordzUpdateScope scope(nullptr, kTrackCordMethod); in TEST()
41 CordzUpdateScope scope(cord.data.cordz_info(), kTrackCordMethod); in TEST()
/third_party/node/src/tracing/
H A Dtrace_event_common.h38 // Events can be INSTANT, or can be pairs of BEGIN and END in the same scope:
43 // these are used in the same scope. Use ASYNC_BEGIN/ASYNC_END macros if you
208 // scope, with 0, 1 or 2 associated arguments. If the category is not
238 #define TRACE_EVENT_INSTANT0(category_group, name, scope) \
240 TRACE_EVENT_FLAG_NONE | scope)
241 #define TRACE_EVENT_INSTANT1(category_group, name, scope, arg1_name, arg1_val) \
243 TRACE_EVENT_FLAG_NONE | scope, arg1_name, arg1_val)
244 #define TRACE_EVENT_INSTANT2(category_group, name, scope, arg1_name, arg1_val, \
247 TRACE_EVENT_FLAG_NONE | scope, arg1_name, arg1_val, \
249 #define TRACE_EVENT_COPY_INSTANT0(category_group, name, scope) \
[all...]
/third_party/node/deps/v8/base/trace_event/common/
H A Dtrace_event_common.h28 // Events can be INSTANT, or can be pairs of BEGIN and END in the same scope:
33 // these are used in the same scope. Use ASYNC_BEGIN/ASYNC_END macros if you
297 // scope, with 0, 1 or 2 associated arguments. If the category is not
327 #define TRACE_EVENT_INSTANT0(category_group, name, scope) \
329 TRACE_EVENT_FLAG_NONE | scope)
330 #define TRACE_EVENT_INSTANT1(category_group, name, scope, arg1_name, arg1_val) \
332 TRACE_EVENT_FLAG_NONE | scope, arg1_name, arg1_val)
333 #define TRACE_EVENT_INSTANT2(category_group, name, scope, arg1_name, arg1_val, \
336 TRACE_EVENT_FLAG_NONE | scope, arg1_name, arg1_val, \
338 #define TRACE_EVENT_COPY_INSTANT0(category_group, name, scope) \
[all...]
/third_party/eudev/src/shared/
H A Dutil.h156 #define _DEFINE_STRING_TABLE_LOOKUP_TO_STRING(name,type,scope) \
157 scope const char *name##_to_string(type i) { \
163 #define _DEFINE_STRING_TABLE_LOOKUP_FROM_STRING(name,type,scope) \
164 scope type name##_from_string(const char *s) { \
175 #define _DEFINE_STRING_TABLE_LOOKUP(name,type,scope) \
176 _DEFINE_STRING_TABLE_LOOKUP_TO_STRING(name,type,scope) \
177 _DEFINE_STRING_TABLE_LOOKUP_FROM_STRING(name,type,scope) \
/third_party/curl/scripts/
H A Dchecksrc.pl327 my ($warn, $scope)=($1, $2);
329 ($warn, $scope)=($1, $2);
333 $scope = 1;
335 # print "IGNORE $warn for SCOPE $scope\n";
336 if($scope eq "all") {
337 $scope=999999;
341 # covers the case where $scope contains the ending '*' from the
344 if($scope eq "0") {
355 $ignore{$warn}=$scope;
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DComputePassEncoder.cpp188 // Record the synchronization scope for Dispatch, which is just the current in APIDispatch()
314 SyncScopeUsageTracker scope; in APIDispatchIndirect()
315 scope.BufferUsedAs(indirectBuffer, wgpu::BufferUsage::Indirect); in APIDispatchIndirect()
344 // synchronization scope. in APIDispatchIndirect()
345 scope.BufferUsedAs(indirectBufferRef.Get(), wgpu::BufferUsage::Indirect); in APIDispatchIndirect()
349 AddDispatchSyncScope(std::move(scope)); in APIDispatchIndirect()
426 void ComputePassEncoder::AddDispatchSyncScope(SyncScopeUsageTracker scope) { in AddDispatchSyncScope() argument
429 scope.AddBindGroup(mCommandBufferState.GetBindGroup(i)); in AddDispatchSyncScope()
431 mUsageTracker.AddDispatch(scope.AcquireSyncScopeUsage()); in AddDispatchSyncScope()
H A DCommandValidation.cpp31 // Performs validation of the "synchronization scope" rules of WebGPU.
32 MaybeError ValidateSyncScopeResourceUsage(const SyncScopeResourceUsage& scope) { in ValidateSyncScopeResourceUsage() argument
34 for (size_t i = 0; i < scope.bufferUsages.size(); ++i) { in ValidateSyncScopeResourceUsage()
35 const wgpu::BufferUsage usage = scope.bufferUsages[i]; in ValidateSyncScopeResourceUsage()
41 "synchronization scope.", in ValidateSyncScopeResourceUsage()
42 scope.buffers[i], usage); in ValidateSyncScopeResourceUsage()
47 for (size_t i = 0; i < scope.textureUsages.size(); ++i) { in ValidateSyncScopeResourceUsage()
48 const TextureSubresourceUsage& textureUsage = scope.textureUsages[i]; in ValidateSyncScopeResourceUsage()
56 "synchronization scope.", in ValidateSyncScopeResourceUsage()
57 scope in ValidateSyncScopeResourceUsage()
[all...]
/third_party/node/test/node-api/test_uv_loop/
H A Dtest_uv_loop.cc64 napi_handle_scope scope; in SetImmediateBinding()
65 NODE_API_CALL(env, napi_open_handle_scope(env, &scope)); in SetImmediateBinding()
71 NODE_API_CALL(env, napi_close_handle_scope(env, scope)); in SetImmediateBinding()

Completed in 17 milliseconds

12345678910>>...36