Home
last modified time | relevance | path

Searched defs:scope (Results 101 - 125 of 433) sorted by relevance

12345678910>>...18

/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
H A D_pthreadtypes.h72 unsigned int scope; member
/test/xts/acts/kernel_lite/sched_posix/src/
H A DPthreadSchedApiTest.cpp227 int scope = -1; in HWTEST_F() local
252 int scope = -1; in HWTEST_F() local
[all...]
/third_party/gn/src/gn/
H A Dc_tool.cc106 bool CTool::ReadPrecompiledHeaderType(Scope* scope, Err* err) { in ReadPrecompiledHeaderType() argument
128 bool CTool::ReadDepsFormat(Scope* scope, Err* err) { in ReadDepsFormat() argument
146 bool CTool::ReadOutputsPatternList(Scope* scope, in ReadOutputsPatternList() argument
183 bool CTool::InitTool(Scope* scope, Toolchain* toolchain, Err* err) { in InitTool() argument
[all...]
H A Dcreate_bundle_target_generator.cc25 const Value* GetValueFromScope(Scope* scope, in GetValueFromScope() argument
49 CreateBundleTargetGenerator( Target* target, Scope* scope, const FunctionCallNode* function_call, Err* err) CreateBundleTargetGenerator() argument
H A Dfunctions_target.cc196 Value RunAction(Scope* scope, in RunAction() argument
280 Value RunActionForEach(Scope* scope, in RunActionForEach() argument
38 ExecuteGenericTarget(const char* target_type, Scope* scope, const FunctionCallNode* function, const std::vector<Value>& args, BlockNode* block, Err* err) ExecuteGenericTarget() argument
352 RunBundleData(Scope* scope, const FunctionCallNode* function, const std::vector<Value>& args, BlockNode* block, Err* err) RunBundleData() argument
[all...]
H A Dinput_conversion.cc139 std::unique_ptr<Scope> scope = std::make_unique<Scope>(settings); in ParseJSONValue() local
[all...]
H A Dscope.h56 explicit ProgrammaticProvider(Scope* scope) : scope_(scope) { in ProgrammaticProvider() argument
[all...]
H A Dtool.cc89 bool Tool::ReadBool(Scope* scope, const char* var, bool* field, Err* err) { in ReadBool() argument
100 bool Tool::ReadString(Scope* scope, in ReadString() argument
114 bool Tool::ReadPattern(Scope* scope, in ReadPattern() argument
135 bool Tool::ReadPatternList(Scope* scope, in ReadPatternList() argument
158 bool Tool::ReadLabel(Scope* scope, in ReadLabel() argument
182 ReadOutputExtension(Scope* scope, Err* err) ReadOutputExtension() argument
202 InitTool(Scope* scope, Toolchain* toolchain, Err* err) InitTool() argument
228 CreateTool(const ParseNode* function, const std::string& name, Scope* scope, Toolchain* toolchain, Err* err) CreateTool() argument
[all...]
/third_party/jerryscript/jerry-ext/handle-scope/
H A Dhandle-scope.c38 jerryx_handle_scope_release_handles (jerryx_handle_scope scope) in jerryx_handle_scope_release_handles() argument
71 jerryx_close_handle_scope(jerryx_handle_scope scope) jerryx_close_handle_scope() argument
111 jerryx_close_escapable_handle_scope(jerryx_handle_scope scope) jerryx_close_escapable_handle_scope() argument
126 jerryx_hand_scope_escape_handle_from_prelist(jerryx_handle_scope scope, size_t idx) jerryx_hand_scope_escape_handle_from_prelist() argument
157 jerryx_escape_handle_internal(jerryx_escapable_handle_scope scope, jerry_value_t escapee, jerry_value_t *result, bool should_promote) jerryx_escape_handle_internal() argument
274 jerryx_escape_handle(jerryx_escapable_handle_scope scope, jerry_value_t escapee, jerry_value_t *result) jerryx_escape_handle() argument
291 jerryx_remove_handle(jerryx_escapable_handle_scope scope, jerry_value_t escapee, jerry_value_t *result) jerryx_remove_handle() argument
306 jerryx_handle_scope_add_handle_to(jerryx_handle_t *handle, jerryx_handle_scope scope) jerryx_handle_scope_add_handle_to() argument
331 jerryx_create_handle_in_scope(jerry_value_t jval, jerryx_handle_scope scope) jerryx_create_handle_in_scope() argument
[all...]
/third_party/node/src/permission/
H A Dfs_permission.cc118 void FSPermission::Apply(const std::string& allow, PermissionScope scope) { in Apply() argument
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A D_pthreadtypes.h62 unsigned int scope; member
/third_party/mesa3d/src/mesa/program/
H A Dsymbol_table.c89 struct scope_level *const scope = table->current_scope; in _mesa_symbol_table_pop_scope() local
121 struct scope_level *const scope = calloc(1, sizeof(*scope)); _mesa_symbol_table_push_scope() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dallocate.h89 DECLARE_ALLOCATOR(scope); variable
H A Dscope.c49 void bind_scope(struct symbol *sym, struct scope *scope) in bind_scope() argument
71 struct scope *scope = __alloc_scope(0); start_scope() local
78 struct scope *scope = __alloc_scope(0); start_file_scope() local
111 struct scope *scope = *s; end_scope() local
166 is_outer_scope(struct scope *scope) is_outer_scope() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dgc-tracer-inl.h32 GCTracer::Scope::Scope(GCTracer* tracer, ScopeId scope, ThreadKind thread_kind) in Scope() argument
/third_party/node/deps/v8/src/libplatform/tracing/
H A Dtrace-object.cc33 Initialize( char phase, const uint8_t* category_enabled_flag, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, std::unique_ptr<v8::ConvertableToTraceFormat>* arg_convertables, unsigned int flags, int64_t timestamp, int64_t cpu_timestamp) Initialize() argument
110 InitializeForTesting( char phase, const uint8_t* category_enabled_flag, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, std::unique_ptr<v8::ConvertableToTraceFormat>* arg_convertables, unsigned int flags, int pid, int tid, int64_t ts, int64_t tts, uint64_t duration, uint64_t cpu_duration) InitializeForTesting() argument
/third_party/node/deps/v8/src/torque/
H A Ddeclarable.cc133 ComputeConstraints( Scope* scope, const GenericParameters& parameters) ComputeConstraints() argument
/third_party/mesa3d/src/vulkan/util/
H A Dvk_alloc.h44 vk_alloc(const VkAllocationCallbacks *alloc, size_t size, size_t align, VkSystemAllocationScope scope) vk_alloc() argument
52 vk_zalloc(const VkAllocationCallbacks *alloc, size_t size, size_t align, VkSystemAllocationScope scope) vk_zalloc() argument
66 vk_realloc(const VkAllocationCallbacks *alloc, void *ptr, size_t size, size_t align, VkSystemAllocationScope scope) vk_realloc() argument
83 vk_strdup(const VkAllocationCallbacks *alloc, const char *s, VkSystemAllocationScope scope) vk_strdup() argument
100 vk_vasprintf(const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope, const char *fmt, va_list args) vk_vasprintf() argument
113 vk_asprintf(const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope, const char *fmt, ...) vk_asprintf() argument
126 vk_alloc2(const VkAllocationCallbacks *parent_alloc, const VkAllocationCallbacks *alloc, size_t size, size_t align, VkSystemAllocationScope scope) vk_alloc2() argument
138 vk_zalloc2(const VkAllocationCallbacks *parent_alloc, const VkAllocationCallbacks *alloc, size_t size, size_t align, VkSystemAllocationScope scope) vk_zalloc2() argument
230 vk_multialloc_alloc(struct vk_multialloc *ma, const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope) vk_multialloc_alloc() argument
269 vk_multialloc_alloc2(struct vk_multialloc *ma, const VkAllocationCallbacks *parent_alloc, const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope) vk_multialloc_alloc2() argument
278 vk_multialloc_zalloc(struct vk_multialloc *ma, const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope) vk_multialloc_zalloc() argument
293 vk_multialloc_zalloc2(struct vk_multialloc *ma, const VkAllocationCallbacks *parent_alloc, const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope) vk_multialloc_zalloc2() argument
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_attr_get.c29 int scope = 0; in pthread_attr_getscope_0100() local
/third_party/skia/src/gpu/glsl/
H A DGrGLSLVarying.h60 Scope scope() const { return fScope; } in scope() function in GrGLSLVarying
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderGroup.cpp85 auto scope = spv::Scope(GetConstScalarInt(insn.word(3))); in EmitGroupNonUniform() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactorDebugInfo.hpp123 llvm::DIScope *scope = nullptr; member
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DServer.cpp550 dap::Scope Server::Impl::scope(Context::Lock &lock, const char *type, Scope *s) in scope() function in vk::dbg::Server::Impl
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DPassResourceUsageTracker.cpp178 void ComputePassResourceUsageTracker::AddDispatch(SyncScopeResourceUsage scope) { in AddDispatch() argument
/third_party/vixl/test/
H A Dtest-donkey.cc232 ExactAssemblyScope scope(&masm, in main() variable

Completed in 12 milliseconds

12345678910>>...18