| /third_party/openssl/apps/ |
| H A D | x509.c | 183 static void warn_copying(ASN1_OBJECT *excluded, const char *names) in warn_copying() argument 193 static X509_REQ *x509_to_req(X509 *cert, int ext_copy, const char *names) in x509_to_req() argument 1179 static int parse_ext_names(char *names, const char **result) in parse_ext_names() argument 1213 const char *sn, **names = NULL; print_x509v3_exts() local [all...] |
| H A D | ocsp.c | 966 print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, STACK_OF(OPENSSL_STRING) *names, STACK_OF(OCSP_CERTID) *ids, long nsec, long maxage) print_ocsp_summary() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
| H A D | vktRobustBufferAccessWithVariablePointersTests.cpp | 744 std::stringstream names; member in vkt::robustness::__anon28603::ShaderStream
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
| H A D | esextcTessellationShaderInvariance.cpp | 260 static const char* names[] = { "result_uvw" }; in getXFBProperties() local
|
| /third_party/skia/third_party/externals/angle2/src/libEGL/ |
| H A D | libEGL_autogen.cpp | 412 eglGetCompositorTimingANDROID(EGLDisplay dpy, EGLSurface surface, EGLint numTimestamps, const EGLint *names, EGLnsecsANDROID *values) eglGetCompositorTimingANDROID() argument
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | timezone.cpp | 1084 UResourceBundle *names = ures_getByKey(rb, kNAMES, NULL, &ec); in findID() local 1103 UResourceBundle *names = ures_getByKey(rb, kNAMES, NULL, &ec); in dereferOlsonLink() local
|
| /third_party/python/Lib/test/ |
| H A D | test_csv.py | 1311 names = ["Martin von Löwis", variable in TestUnicode
|
| /third_party/python/Include/internal/ |
| H A D | pycore_ast_state.h | 219 PyObject *names; member
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | unames.cpp | 238 expandName(UCharNames *names, in expandName() argument 331 compareName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, const char *otherName) compareName() argument 483 getGroup(UCharNames *names, uint32_t code) getGroup() argument 567 expandGroupName(UCharNames *names, const uint16_t *group, uint16_t lineNumber, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) expandGroupName() argument 578 getName(UCharNames *names, uint32_t code, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) getName() argument 599 enumGroupNames(UCharNames *names, const uint16_t *group, UChar32 start, UChar32 end, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) enumGroupNames() argument 667 enumNames(UCharNames *names, UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) enumNames() argument [all...] |
| /third_party/toybox/lib/ |
| H A D | lib.c | 1085 void names_to_pid(char **names, int (*callback)(pid_t pid, char *name), in names_to_pid() argument
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | parser.cc | 777 std::unordered_set<std::string> names; in ParseMessageDefinition() local
|
| /third_party/python/Python/ |
| H A D | import.c | 1085 PyObject *names = PyList_New(0); in list_frozen_module_names() local
|
| H A D | marshal.c | 1362 PyObject *names = NULL; in r_object() local
|
| /third_party/python/Objects/ |
| H A D | codeobject.c | 168 get_localsplus_counts(PyObject *names, PyObject *kinds, in get_localsplus_counts() argument 210 PyObject *names = PyTuple_New(num); in get_localsplus_names() local 159 _Py_set_localsplus_info(int offset, PyObject *name, _PyLocals_Kind kind, PyObject *names, PyObject *kinds) _Py_set_localsplus_info() argument 498 PyCode_NewWithPosOnlyArgs(int argcount, int posonlyargcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *freevars, PyObject *cellvars, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable) PyCode_NewWithPosOnlyArgs() argument 622 PyCode_New(int argcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *freevars, PyObject *cellvars, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable) PyCode_New() argument 1522 code_new_impl(PyTypeObject *type, int argcount, int posonlyargcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable, PyObject *freevars, PyObject *cellvars) code_new_impl() argument [all...] |
| H A D | object.c | 1549 PyObject *names; in _dir_locals() local [all...] |
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | defs.c | 1807 VALUE names = rb_hash_new(); in MessageBuilderContext_add_synthetic_oneofs() local
|
| /third_party/python/Lib/urllib/ |
| H A D | request.py | 1486 names = None variable in FileHandler
|
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| H A D | item.rs | 907 let mut names: Vec<_> = ids in real_canonical_name() variables
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| H A D | btree_test.cc | 2550 const absl::string_view names[] = {"n1", "n2"}; in TEST() local 2614 const std::pair<absl::string_view, int> names[] = {{"n1", 1}, {"n2", 2}}; in TEST() local [all...] |
| /third_party/selinux/libsepol/src/ |
| H A D | kernel_to_cil.c | 182 char *names = NULL; in constraint_expr_to_str() local [all...] |
| H A D | kernel_to_conf.c | 179 char *names = NULL; in constraint_expr_to_str() local [all...] |
| /third_party/selinux/checkpolicy/ |
| H A D | policy_parse.y | 833 names : identifier global() label [all...] |
| /third_party/spirv-tools/source/opt/ |
| H A D | ir_context.h | 1276 auto names = GetNames(old_id); in CloneNames() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
| H A D | vktRobustBufferAccessWithVariablePointersTests.cpp | 748 std::stringstream names; member in vkt::robustness::__anon29782::ShaderStream
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| H A D | driver_wext.c | 906 struct dirent **names; in wext_add_hostap() local
|