/kernel/liteos_m/kal/libc/newlib/porting/include/sys/ |
H A D | _pthreadtypes.h | 72 unsigned int scope; member
|
/test/xts/acts/kernel_lite/sched_posix/src/ |
H A D | PthreadSchedApiTest.cpp | 227 int scope = -1;
in HWTEST_F() local 252 int scope = -1;
in HWTEST_F() local [all...] |
/third_party/gn/src/gn/ |
H A D | c_tool.cc | 106 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 D | create_bundle_target_generator.cc | 25 const Value* GetValueFromScope(Scope* scope, in GetValueFromScope() argument 49 CreateBundleTargetGenerator( Target* target, Scope* scope, const FunctionCallNode* function_call, Err* err) CreateBundleTargetGenerator() argument
|
H A D | functions_target.cc | 196 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 D | input_conversion.cc | 139 std::unique_ptr<Scope> scope = std::make_unique<Scope>(settings); in ParseJSONValue() local [all...] |
H A D | scope.h | 56 explicit ProgrammaticProvider(Scope* scope) : scope_(scope) { in ProgrammaticProvider() argument [all...] |
H A D | tool.cc | 89 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 D | handle-scope.c | 38 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 D | fs_permission.cc | 118 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.h | 62 unsigned int scope; member
|
/third_party/mesa3d/src/mesa/program/ |
H A D | symbol_table.c | 89 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 D | allocate.h | 89 DECLARE_ALLOCATOR(scope); variable
|
H A D | scope.c | 49 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 D | gc-tracer-inl.h | 32 GCTracer::Scope::Scope(GCTracer* tracer, ScopeId scope, ThreadKind thread_kind) in Scope() argument
|
/third_party/node/deps/v8/src/libplatform/tracing/ |
H A D | trace-object.cc | 33 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 D | declarable.cc | 133 ComputeConstraints( Scope* scope, const GenericParameters& parameters) ComputeConstraints() argument
|
/third_party/mesa3d/src/vulkan/util/ |
H A D | vk_alloc.h | 44 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 D | pthread_attr_get.c | 29 int scope = 0; in pthread_attr_getscope_0100() local
|
/third_party/skia/src/gpu/glsl/ |
H A D | GrGLSLVarying.h | 60 Scope scope() const { return fScope; } in scope() function in GrGLSLVarying
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderGroup.cpp | 85 auto scope = spv::Scope(GetConstScalarInt(insn.word(3))); in EmitGroupNonUniform() local
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactorDebugInfo.hpp | 123 llvm::DIScope *scope = nullptr; member
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
H A D | Server.cpp | 550 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 D | PassResourceUsageTracker.cpp | 178 void ComputePassResourceUsageTracker::AddDispatch(SyncScopeResourceUsage scope) { in AddDispatch() argument
|
/third_party/vixl/test/ |
H A D | test-donkey.cc | 232 ExactAssemblyScope scope(&masm, in main() variable
|