Home
last modified time | relevance | path

Searched refs:class_id (Results 1 - 25 of 56) sorted by relevance

123

/third_party/alsa-utils/topology/
H A Dpre-process-class.c134 const char *class_id; in tplg_class_find_attribute_by_name() local
138 if (snd_config_get_id(class, &class_id) < 0) in tplg_class_find_attribute_by_name()
148 name, class_id); in tplg_class_find_attribute_by_name()
159 const char *unique_name, *class_id; in tplg_class_get_unique_attribute_name() local
162 if (snd_config_get_id(class, &class_id) < 0) in tplg_class_get_unique_attribute_name()
167 SNDERR("No unique attribute in class '%s'\n", class_id); in tplg_class_get_unique_attribute_name()
172 SNDERR("Invalid name for unique attribute in class '%s'\n", class_id); in tplg_class_get_unique_attribute_name()
H A Dpre-process-object.c1372 const char *id, *class_id, *obj_id, *s; in tplg_construct_object_name() local
1384 if (snd_config_get_id(class_cfg, &class_id) < 0) in tplg_construct_object_name()
1386 new_name = strdup(class_id); in tplg_construct_object_name()
1412 SNDERR("Argument %s not set for object '%s.%s'\n", s, class_id, obj_id); in tplg_construct_object_name()
1448 s, class_id, obj_id); in tplg_construct_object_name()
1518 const char *unique_name, *class_id; in tplg_object_set_unique_attribute() local
1521 if (snd_config_get_id(class_cfg, &class_id) < 0) in tplg_object_set_unique_attribute()
1824 const char *id, *class_id; in tplg_build_object() local
1838 if (snd_config_get_id(class_cfg, &class_id) < 0) in tplg_build_object()
1844 SNDERR("error setting unique attribute value for '%s.%s'\n", class_id, i in tplg_build_object()
[all...]
/third_party/selinux/libsepol/src/
H A Davrule_block.c195 int is_perm_enabled(char *class_id, char *perm_id, policydb_t * p) in is_perm_enabled() argument
199 if (!is_id_enabled(class_id, p, SYM_CLASSES)) { in is_perm_enabled()
203 (class_datum_t *) hashtab_search(p->p_classes.table, class_id); in is_perm_enabled()
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-symbol-object.c93 ext_object_p->u.class_prop.class_id = LIT_MAGIC_STRING_SYMBOL_UL; in ecma_op_create_symbol_object()
165 if (ext_object_p->u.class_prop.class_id == LIT_MAGIC_STRING_SYMBOL_UL) in ecma_symbol_to_string_helper()
H A Decma-string-object.c74 ext_object_p->u.class_prop.class_id = LIT_MAGIC_STRING_STRING_UL; in ecma_op_create_string_object()
101 JERRY_ASSERT (ext_object_p->u.class_prop.class_id == LIT_MAGIC_STRING_STRING_UL); in ecma_op_string_list_lazy_property_names()
H A Decma-dataview-object.c138 dataview_obj_p->header.u.class_prop.class_id = LIT_MAGIC_STRING_DATAVIEW_UL; in ecma_op_dataview_create()
164 && dataview_object_p->header.u.class_prop.class_id == LIT_MAGIC_STRING_DATAVIEW_UL) in ecma_op_dataview_get_object()
349 && dataview_object_p->header.u.class_prop.class_id == LIT_MAGIC_STRING_DATAVIEW_UL); in ecma_is_dataview()
H A Decma-arraybuffer-object.c56 ext_object_p->u.class_prop.class_id = LIT_MAGIC_STRING_ARRAY_BUFFER_UL; in ecma_arraybuffer_new_object()
87 array_object_p->extended_object.u.class_prop.class_id = LIT_MAGIC_STRING_ARRAY_BUFFER_UL; in ecma_arraybuffer_new_object_external()
H A Decma-container-object.c321 switch (map_object_p->u.class_prop.class_id) in ecma_op_container_free_entries()
392 map_obj_p->u.class_prop.class_id = (uint16_t) lit_id; in ecma_op_container_create()
569 && map_object_p->u.class_prop.class_id == lit_id) in ecma_op_container_get_object()
1010 ecma_value_t *entry_p = ecma_op_internal_buffer_find (container_p, key_arg, map_object_p->u.class_prop.class_id); in ecma_op_container_remove_weak_entry()
1014 ecma_op_internal_buffer_delete (container_p, (ecma_container_pair_t *) entry_p, map_object_p->u.class_prop.class_id); in ecma_op_container_remove_weak_entry()
1146 lit_magic_string_id_t lit_id = map_object_p->u.class_prop.class_id; in ecma_op_container_iterator_next()
H A Decma-number-object.c62 ext_object_p->u.class_prop.class_id = LIT_MAGIC_STRING_NUMBER_UL; in ecma_op_create_number_object()
H A Decma-boolean-object.c57 ext_object_p->u.class_prop.class_id = LIT_MAGIC_STRING_BOOLEAN_UL; in ecma_op_create_boolean_object()
/third_party/mesa3d/include/android_stub/system/
H A Dradio.h135 radio_class_t class_id; /* Class of this module. E.g RADIO_CLASS_AM_FM */ member
151 radio_class_t class_id; member
/third_party/selinux/checkpolicy/
H A Dmodule_compiler.c784 char *class_id = queue_remove(id_queue); in require_class() local
791 free(class_id); in require_class()
798 if (class_id == NULL) { in require_class()
810 require_symbol(SYM_CLASSES, class_id, datum, &datum->s.value, in require_class()
814 free(class_id); in require_class()
827 datum = hashtab_search(policydbp->p_classes.table, class_id); in require_class()
829 free(class_id); in require_class()
1185 int is_perm_in_scope(const_hashtab_key_t perm_id, const_hashtab_key_t class_id) in is_perm_in_scope() argument
1189 class_id); in is_perm_in_scope()
H A Dmodule_compiler.h73 int is_perm_in_scope(const_hashtab_key_t perm_id, const_hashtab_key_t class_id);
/third_party/selinux/libsepol/include/sepol/policydb/
H A Davrule_block.h39 extern int is_perm_enabled(char *class_id, char *perm_id, policydb_t * p);
/third_party/node/deps/v8/include/v8-include/
H A Dv8-persistent-handle.h181 V8_INLINE void SetWrapperClassId(uint16_t class_id);
437 uint16_t class_id) {} in VisitPersistentHandle()
533 void PersistentBase<T>::SetWrapperClassId(uint16_t class_id) { in SetWrapperClassId() argument
537 *reinterpret_cast<uint16_t*>(addr) = class_id; in SetWrapperClassId()
436 VisitPersistentHandle(Persistent<Value>* value, uint16_t class_id) VisitPersistentHandle() argument
H A Dv8-traced-handle.h77 V8_INLINE void SetWrapperClassId(uint16_t class_id);
379 void TracedReferenceBase::SetWrapperClassId(uint16_t class_id) { in SetWrapperClassId() argument
384 *reinterpret_cast<uint16_t*>(addr) = class_id; in SetWrapperClassId()
/third_party/node/deps/v8/include/
H A Dv8-persistent-handle.h197 V8_INLINE void SetWrapperClassId(uint16_t class_id);
444 uint16_t class_id) {} in VisitPersistentHandle()
544 void PersistentBase<T>::SetWrapperClassId(uint16_t class_id) { in SetWrapperClassId() argument
549 *reinterpret_cast<uint16_t*>(addr) = class_id; in SetWrapperClassId()
443 VisitPersistentHandle(Persistent<Value>* value, uint16_t class_id) VisitPersistentHandle() argument
H A Dv8-traced-handle.h79 V8_INLINE void SetWrapperClassId(uint16_t class_id);
402 void TracedReferenceBase::SetWrapperClassId(uint16_t class_id) { in SetWrapperClassId() argument
407 *reinterpret_cast<uint16_t*>(addr) = class_id; in SetWrapperClassId()
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-gc.c564 switch (ext_object_p->u.class_prop.class_id) in ecma_gc_mark()
1097 switch (ext_object_p->u.class_prop.class_id) in ecma_gc_free_object()
1203 JERRY_ASSERT (ext_object_p->u.class_prop.class_id == LIT_MAGIC_STRING_UNDEFINED in ecma_gc_free_object()
1204 || ext_object_p->u.class_prop.class_id == LIT_MAGIC_STRING_ARGUMENTS_UL in ecma_gc_free_object()
1205 || ext_object_p->u.class_prop.class_id == LIT_MAGIC_STRING_BOOLEAN_UL in ecma_gc_free_object()
1206 || ext_object_p->u.class_prop.class_id == LIT_MAGIC_STRING_ERROR_UL in ecma_gc_free_object()
1207 || ext_object_p->u.class_prop.class_id == LIT_INTERNAL_MAGIC_STRING_INTERNAL_OBJECT); in ecma_gc_free_object()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtins.c455 ext_object_p->u.class_prop.class_id = LIT_MAGIC_STRING_STRING_UL; in ecma_instantiate_builtin()
467 ext_object_p->u.class_prop.class_id = LIT_MAGIC_STRING_NUMBER_UL; in ecma_instantiate_builtin()
479 ext_object_p->u.class_prop.class_id = LIT_MAGIC_STRING_BOOLEAN_UL; in ecma_instantiate_builtin()
491 ext_object_p->u.class_prop.class_id = LIT_MAGIC_STRING_DATE_UL; in ecma_instantiate_builtin()
506 ext_object_p->u.class_prop.class_id = LIT_MAGIC_STRING_REGEXP_UL; in ecma_instantiate_builtin()
/third_party/lame/libmp3lame/
H A Dlame_global_flags.h28 unsigned int class_id; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h199 unsigned int class_id; member
/third_party/mesa3d/include/android_stub/hardware/
H A Dhardware.h228 * Get the module info associated with a module instance by class 'class_id'
239 int hw_get_module_by_class(const char *class_id, const char *inst,
/third_party/node/deps/v8/third_party/ittapi/include/
H A Djitprofiling.h326 unsigned int class_id; /**<\brief This field is obsolete. */ member
/third_party/node/deps/v8/src/profiler/
H A Dheap-profiler.cc74 const v8::Local<v8::Value> v8_value, uint16_t class_id) { in GetDetachedness()
77 reinterpret_cast<v8::Isolate*>(heap()->isolate()), v8_value, class_id, in GetDetachedness()
73 GetDetachedness( const v8::Local<v8::Value> v8_value, uint16_t class_id) GetDetachedness() argument

Completed in 20 milliseconds

123