Home
last modified time | relevance | path

Searched +defs:attr +defs:obj (Results 1 – 25 of 1149) sorted by relevance

12345678910>>...46

/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/x509/
Dx509_att.c77 const ASN1_OBJECT *obj = OBJ_nid2obj(nid); in X509at_get_attr_by_NID() local
85 const ASN1_OBJECT *obj, int lastpos) in X509at_get_attr_by_OBJ()
162 X509_ATTRIBUTE *attr; in STACK_OF() local
177 X509_ATTRIBUTE *attr; in STACK_OF() local
193 X509_ATTRIBUTE *attr; in STACK_OF() local
203 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_NID(X509_ATTRIBUTE **attr, int nid, in X509_ATTRIBUTE_create_by_NID()
207 const ASN1_OBJECT *obj; in X509_ATTRIBUTE_create_by_NID() local
217 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_OBJ(X509_ATTRIBUTE **attr, in X509_ATTRIBUTE_create_by_OBJ()
218 const ASN1_OBJECT *obj, in X509_ATTRIBUTE_create_by_OBJ()
246 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_txt(X509_ATTRIBUTE **attr, in X509_ATTRIBUTE_create_by_txt()
[all …]
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/
Dx509_att.c77 const ASN1_OBJECT *obj = OBJ_nid2obj(nid); in X509at_get_attr_by_NID() local
85 const ASN1_OBJECT *obj, int lastpos) in X509at_get_attr_by_OBJ()
162 X509_ATTRIBUTE *attr; in STACK_OF() local
177 X509_ATTRIBUTE *attr; in STACK_OF() local
193 X509_ATTRIBUTE *attr; in STACK_OF() local
203 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_NID(X509_ATTRIBUTE **attr, int nid, in X509_ATTRIBUTE_create_by_NID()
207 const ASN1_OBJECT *obj; in X509_ATTRIBUTE_create_by_NID() local
217 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_OBJ(X509_ATTRIBUTE **attr, in X509_ATTRIBUTE_create_by_OBJ()
218 const ASN1_OBJECT *obj, in X509_ATTRIBUTE_create_by_OBJ()
246 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_txt(X509_ATTRIBUTE **attr, in X509_ATTRIBUTE_create_by_txt()
[all …]
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/
H A DscaleUpem.py93 def visit(visitor, obj, attr, value): argument
100 def visit(visitor, obj, attr, metrics): argument
107 def visit(visitor, obj, attr, VOriginRecords): argument
113 def visit(visitor, obj, attr, glyphs): argument
140 def visit(visitor, obj, attr, variations): argument
195 def visit(visitor, obj, attr, kernTables): argument
216 def visit(visitor, obj, attr, cff): argument
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/x509/
H A Dx509_att.c66 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_NID(X509_ATTRIBUTE **attr, int nid, in X509_ATTRIBUTE_create_by_NID()
69 const ASN1_OBJECT *obj; in X509_ATTRIBUTE_create_by_NID() local
79 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_OBJ(X509_ATTRIBUTE **attr, in X509_ATTRIBUTE_create_by_OBJ()
80 const ASN1_OBJECT *obj, in X509_ATTRIBUTE_create_by_OBJ()
111 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_txt(X509_ATTRIBUTE **attr, in X509_ATTRIBUTE_create_by_txt()
115 ASN1_OBJECT *obj; in X509_ATTRIBUTE_create_by_txt() local
129 int X509_ATTRIBUTE_set1_object(X509_ATTRIBUTE *attr, const ASN1_OBJECT *obj) { in X509_ATTRIBUTE_set1_object()
138 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, in X509_ATTRIBUTE_set1_data()
194 int X509_ATTRIBUTE_count(const X509_ATTRIBUTE *attr) { in X509_ATTRIBUTE_count()
198 ASN1_OBJECT *X509_ATTRIBUTE_get0_object(X509_ATTRIBUTE *attr) { in X509_ATTRIBUTE_get0_object()
[all …]
H A Dx509_req.c140 const X509_ATTRIBUTE *attr = X509_REQ_get_attr(req, idx); in STACK_OF() local
180 const ASN1_OBJECT *obj = OBJ_nid2obj(nid); in X509_REQ_get_attr_by_NID() local
187 int X509_REQ_get_attr_by_OBJ(const X509_REQ *req, const ASN1_OBJECT *obj, in X509_REQ_get_attr_by_OBJ()
198 const X509_ATTRIBUTE *attr = in X509_REQ_get_attr_by_OBJ() local
223 static int X509_REQ_add0_attr(X509_REQ *req, X509_ATTRIBUTE *attr) { in X509_REQ_add0_attr()
235 int X509_REQ_add1_attr(X509_REQ *req, const X509_ATTRIBUTE *attr) { in X509_REQ_add1_attr()
245 int X509_REQ_add1_attr_by_OBJ(X509_REQ *req, const ASN1_OBJECT *obj, in X509_REQ_add1_attr_by_OBJ()
248 X509_ATTRIBUTE *attr = in X509_REQ_add1_attr_by_OBJ() local
260 X509_ATTRIBUTE *attr = in X509_REQ_add1_attr_by_NID() local
272 X509_ATTRIBUTE *attr = in X509_REQ_add1_attr_by_txt() local
/aosp_15_r20/external/boringssl/src/crypto/x509/
H A Dx509_att.c66 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_NID(X509_ATTRIBUTE **attr, int nid, in X509_ATTRIBUTE_create_by_NID()
69 const ASN1_OBJECT *obj; in X509_ATTRIBUTE_create_by_NID() local
79 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_OBJ(X509_ATTRIBUTE **attr, in X509_ATTRIBUTE_create_by_OBJ()
80 const ASN1_OBJECT *obj, in X509_ATTRIBUTE_create_by_OBJ()
111 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_txt(X509_ATTRIBUTE **attr, in X509_ATTRIBUTE_create_by_txt()
115 ASN1_OBJECT *obj; in X509_ATTRIBUTE_create_by_txt() local
129 int X509_ATTRIBUTE_set1_object(X509_ATTRIBUTE *attr, const ASN1_OBJECT *obj) { in X509_ATTRIBUTE_set1_object()
138 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, in X509_ATTRIBUTE_set1_data()
194 int X509_ATTRIBUTE_count(const X509_ATTRIBUTE *attr) { in X509_ATTRIBUTE_count()
198 ASN1_OBJECT *X509_ATTRIBUTE_get0_object(X509_ATTRIBUTE *attr) { in X509_ATTRIBUTE_get0_object()
[all …]
H A Dx509_req.c140 const X509_ATTRIBUTE *attr = X509_REQ_get_attr(req, idx); in STACK_OF() local
180 const ASN1_OBJECT *obj = OBJ_nid2obj(nid); in X509_REQ_get_attr_by_NID() local
187 int X509_REQ_get_attr_by_OBJ(const X509_REQ *req, const ASN1_OBJECT *obj, in X509_REQ_get_attr_by_OBJ()
198 const X509_ATTRIBUTE *attr = in X509_REQ_get_attr_by_OBJ() local
223 static int X509_REQ_add0_attr(X509_REQ *req, X509_ATTRIBUTE *attr) { in X509_REQ_add0_attr()
235 int X509_REQ_add1_attr(X509_REQ *req, const X509_ATTRIBUTE *attr) { in X509_REQ_add1_attr()
245 int X509_REQ_add1_attr_by_OBJ(X509_REQ *req, const ASN1_OBJECT *obj, in X509_REQ_add1_attr_by_OBJ()
248 X509_ATTRIBUTE *attr = in X509_REQ_add1_attr_by_OBJ() local
260 X509_ATTRIBUTE *attr = in X509_REQ_add1_attr_by_NID() local
272 X509_ATTRIBUTE *attr = in X509_REQ_add1_attr_by_txt() local
/aosp_15_r20/external/python/jinja/src/jinja2/
Dsandbox.py116 def is_internal_attribute(obj, attr): argument
153 def modifies_known_mutable(obj, attr): argument
263 def is_safe_attribute(self, obj, attr, value): argument
272 def is_safe_callable(self, obj): argument
300 def getitem(self, obj, argument): argument
321 def getattr(self, obj, attribute): argument
338 def unsafe_undefined(self, obj, attribute): argument
389 def is_safe_attribute(self, obj, attr, value): argument
/aosp_15_r20/external/libchrome/third_party/jinja2/
H A Dsandbox.py171 def is_internal_attribute(obj, attr): argument
207 def modifies_known_mutable(obj, attr): argument
323 def is_safe_attribute(self, obj, attr, value): argument
332 def is_safe_callable(self, obj): argument
359 def getitem(self, obj, argument): argument
380 def getattr(self, obj, attribute): argument
397 def unsafe_undefined(self, obj, attribute): argument
436 def is_safe_attribute(self, obj, attr, value): argument
/aosp_15_r20/external/pytorch/torch/jit/
H A D_script.py340 def __get__(self, obj, cls): argument
372 def __getattr__(self, attr): argument
459 def __getattr__(self, attr): argument
468 def __setattr__(self, attr, value): argument
531 def __getattr__(self, attr): argument
536 def __setattr__(self, attr, value): argument
804 def __getattr__(self, attr): argument
828 def __setattr__(self, attr, value): argument
1012 def call_prepare_scriptable_func_impl(obj, memo): argument
1048 def call_prepare_scriptable_func(obj): argument
[all …]
H A D_recursive.py55 def _compile_and_register_class(obj, rcb, qualified_name): argument
136 def _get_valid_constant(attr, v, owner_type): argument
160 def get_annotations(obj): argument
514 def create_script_class(obj): argument
723 def script_model_defines_attr(script_model, attr): argument
733 def add_python_attr_to_scripted_model(script_model, orig, attr): argument
/aosp_15_r20/external/javassist/src/test/javassist/
H A DJvstTest5.java31 Object obj = make(cc.getName()); in testDollarClassInStaticMethod() local
45 Object obj = make(cc.getName()); in testSuperDefaultMethodCall() local
55 Object obj = make(cc.getName()); in testTypeAnno() local
66 Object obj = make(cc.getName()); in testJIRA241() local
104 Object obj = make(cc.getName()); in testJIRA242() local
113 Object obj = make(cc.getName()); in testJIRA249() local
135 Object obj = make(cc.getName()); in testInnerClassAttributeRemove() local
145 Object obj = make(cc.getName()); in testJIRA248() local
163 … AnnotationsAttribute attr = new AnnotationsAttribute(constpool, AnnotationsAttribute.visibleTag); in testJIRA256() local
188 Object obj = make(cc.getName()); in testJIRA250() local
[all …]
/aosp_15_r20/external/fonttools/Snippets/
H A Dprint-json.py23 def visitObject(self, obj): argument
35 def visitAttr(self, obj, attr, value): argument
42 def visitList(self, obj, *args, **kwargs): argument
54 def visitDict(self, obj, *args, **kwargs): argument
66 def visitLeaf(self, obj): argument
107 def visit(self, obj): argument
113 def visit(visitor, obj, attr, value): argument
118 def visit(self, obj): argument
124 def visit(self, obj): argument
130 def visit(self, obj): argument
[all …]
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_sugared_value.cpp27 std::optional<StrongFunctionPtr> as_function(const py::object& obj) { in as_function()
180 std::shared_ptr<SugaredValue> PythonValue::attr( in attr() function in torch::jit::PythonValue
208 std::shared_ptr<SugaredValue> PythonModuleValue::attr( in attr() function in torch::jit::PythonModuleValue
219 std::shared_ptr<SugaredValue> CUDAPythonModuleValue::attr( in attr() function in torch::jit::CUDAPythonModuleValue
549 std::shared_ptr<SugaredValue> SugaredDict::attr( in attr() function in torch::jit::SugaredDict
586 const py::object& obj, in createSugaredEnumClassFromObj()
835 std::shared_ptr<SugaredValue> ModuleValue::attr( in attr() function in torch::jit::ModuleValue
839 if (auto attr = tryGetAttr(loc, m, field)) { in attr() local
890 std::shared_ptr<SugaredValue> PythonClassValue::attr( in attr() function in torch::jit::PythonClassValue
1004 bool isNamedTupleClass(const py::object& obj) { in isNamedTupleClass()
[all …]
/aosp_15_r20/external/fonttools/Tests/misc/
H A Dvisitor_test.py34 def visitLeaf(self, obj): argument
40 def visit(self, obj): argument
45 def visit(self, obj, attr, value): argument
52 def visit(self, obj): argument
59 def visit(self, obj, attr, value): argument
/aosp_15_r20/packages/modules/Connectivity/staticlibs/native/tcutils/
Dtcutils.cpp76 nlattr attr; member
80 nlattr attr; member
82 nlattr attr; member
84 nlattr attr; member
86 nlattr attr; member
90 nlattr attr; member
92 nlattr attr; member
93 struct tc_police obj; member
96 nlattr attr; member
100 nlattr attr; member
[all …]
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Darrayobj.c310 struct gl_vertex_array_object *obj) in _mesa_unbind_array_object_vbos()
325 struct gl_vertex_array_object *obj = MALLOC_STRUCT(gl_vertex_array_object); in _mesa_new_vao() local
336 _mesa_delete_vao(struct gl_context *ctx, struct gl_vertex_array_object *obj) in _mesa_delete_vao()
765 for (gl_vert_attrib attr = 0; attr < VERT_ATTRIB_MAX; ++attr) { in _mesa_update_vao_derived_arrays() local
804 const gl_vert_attrib attr = ffs(mask) - 1; in _mesa_vao_map_arrays() local
846 const gl_vert_attrib attr = ffs(mask) - 1; in _mesa_vao_unmap_arrays() local
961 struct gl_vertex_array_object *obj = _mesa_lookup_vao(ctx, ids[i]); in delete_vertex_arrays() local
1036 struct gl_vertex_array_object *obj; in gen_vertex_arrays() local
1112 struct gl_vertex_array_object * obj; in _mesa_IsVertexArray() local
/aosp_15_r20/external/python/cpython2/Modules/
Doperator.c511 PyObject *obj, *result; in itemgetter_call() local
597 PyObject *attr; member
606 PyObject *attr; in attrgetter_new() local
648 dotted_getattr(PyObject *obj, PyObject *attr) in dotted_getattr()
693 PyObject *obj, *result; in attrgetter_call() local
711 PyObject *attr, *val; in attrgetter_call() local
842 PyObject *method, *obj, *result; in methodcaller_call() local
/aosp_15_r20/external/python/cpython3/Modules/
D_cursesmodule.c236 PyCurses_ConvertToChtype(PyCursesWindowObject *win, PyObject *obj, chtype *ch) in PyCurses_ConvertToChtype()
305 PyCurses_ConvertToCchar_t(PyCursesWindowObject *win, PyObject *obj, in PyCurses_ConvertToCchar_t()
367 PyCurses_ConvertToString(PyCursesWindowObject *win, PyObject *obj, in PyCurses_ConvertToString()
747 long attr) in _curses_window_addch_impl()
820 long attr) in _curses_window_addstr_impl()
903 int group_right_1, long attr) in _curses_window_addnstr_impl()
966 _curses_window_bkgd_impl(PyCursesWindowObject *self, PyObject *ch, long attr) in _curses_window_bkgd_impl()
987 _curses_window_attroff_impl(PyCursesWindowObject *self, long attr) in _curses_window_attroff_impl()
1003 _curses_window_attron_impl(PyCursesWindowObject *self, long attr) in _curses_window_attron_impl()
1019 _curses_window_attrset_impl(PyCursesWindowObject *self, long attr) in _curses_window_attrset_impl()
[all …]
D_operator.c794 _operator_length_hint_impl(PyObject *module, PyObject *obj, in _operator_length_hint_impl()
1088 itemgetter_call_impl(itemgetterobject *ig, PyObject *obj) in itemgetter_call_impl()
1199 PyObject *attr; member
1214 PyObject *attr; in attrgetter_new() local
1350 dotted_getattr(PyObject *obj, PyObject *attr) in dotted_getattr()
1406 attrgetter_call_impl(attrgetterobject *ag, PyObject *obj) in attrgetter_call_impl()
1424 PyObject *attr, *val; in attrgetter_call_impl() local
1437 dotjoinattr(PyObject *attr, PyObject **attrsep) in dotjoinattr()
1462 PyObject *attr = PyTuple_GET_ITEM(ag->attr, i); in attrgetter_args() local
1488 PyObject *attr = dotjoinattr(PyTuple_GET_ITEM(ag->attr, 0), &attrsep); in attrgetter_repr() local
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/16/libcore/ojluni/src/main/java/java/text/
DFormat.java158 public final String format (Object obj) { in format()
180 public abstract StringBuffer format(Object obj, in format()
207 public AttributedCharacterIterator formatToCharacterIterator(Object obj) { in formatToCharacterIterator()
393 public void formatted(Format.Field attr, Object value, int start, in formatted()
407 public void formatted(int fieldID, Format.Field attr, Object value, in formatted()
/aosp_15_r20/libcore/ojluni/src/main/java/java/text/
H A DFormat.java158 public final String format (Object obj) { in format()
180 public abstract StringBuffer format(Object obj, in format()
207 public AttributedCharacterIterator formatToCharacterIterator(Object obj) { in formatToCharacterIterator()
393 public void formatted(Format.Field attr, Object value, int start, in formatted()
407 public void formatted(int fieldID, Format.Field attr, Object value, in formatted()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/text/
DFormat.java158 public final String format (Object obj) { in format()
180 public abstract StringBuffer format(Object obj, in format()
207 public AttributedCharacterIterator formatToCharacterIterator(Object obj) { in formatToCharacterIterator()
393 public void formatted(Format.Field attr, Object value, int start, in formatted()
407 public void formatted(int fieldID, Format.Field attr, Object value, in formatted()
/aosp_15_r20/external/emboss/compiler/util/
H A Dattribute_util.py33 def _attribute_name_for_errors(attr): argument
41 def _is_constant_boolean(attr, module_source_file): argument
52 def _is_boolean(attr, module_source_file): argument
63 def _is_constant_integer(attr, module_source_file): argument
80 def _is_string(attr, module_source_file): argument
101 def _string_from_list(attr, module_source_file): argument
292 def gather_default_attributes(obj, defaults): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dpython_tensor_converter_wrapper.cc42 static PyObject* attr = PY_STRING_INTERN_FROM_STRING("_thread_local_data"); in GetAttr_ThreadLocalData() local
47 static PyObject* attr = PY_STRING_INTERN_FROM_STRING("_context_handle"); in GetAttr_ContextHandle() local
52 static PyObject* attr = PY_STRING_INTERN_FROM_STRING("is_eager"); in GetAttr_IsEager() local
57 static PyObject* attr = PY_STRING_INTERN_FROM_STRING("device_name"); in GetAttr_DeviceName() local
62 static PyObject* attr = PY_STRING_INTERN_FROM_STRING("_type_enum"); in GetAttr_TypeEnum() local
96 py::handle Convert(tensorflow::PythonTensorConverter* self, py::handle obj, in Convert()

12345678910>>...46