/third_party/curl/lib/ |
H A D | curl_gssapi.c | 50 Curl_gss_init_sec_context( struct Curl_easy *data, OM_uint32 *minor_status, gss_ctx_id_t *context, gss_name_t target_name, gss_OID mech_type, gss_channel_bindings_t input_chan_bindings, gss_buffer_t input_token, gss_buffer_t output_token, const bool mutual_auth, OM_uint32 *ret_flags) Curl_gss_init_sec_context() argument
|
/third_party/ninja/misc/ |
H A D | write_fake_manifests.py | 70 def target_name(self): member in GenRandom
|
/third_party/gn/src/gn/ |
H A D | scope.h | 110 std::string target_name; member
|
H A D | innerapis_publicinfo_generator.cc | 46 static std::string GetOutName(const Scope *scope, const std::string &target_name, const std::string &type)
in GetOutName() argument 492 std::string target_name = label_string.substr(pos + 1, label_string.length() - 1);
in GeneratedInnerapiPublicInfo() local
|
H A D | scope.cc | 576 SetTemplateInvocationEntry(std::string template_name, std::string target_name, Location location) SetTemplateInvocationEntry() argument
|
H A D | xcode_writer.cc | 84 std::string GetBuildScript(const std::string& target_name, in GetBuildScript() argument 116 buffer << " '" << target_name << "'"; in GetBuildScript() local 125 std::string target_name = target_label.GetUserVisibleName(false); in GetBuildScript() local 168 FindApplicationTargetByName( const ParseNode* node, const std::string& target_name, const std::map<const Target*, PBXNativeTarget*>& targets, Err* err) FindApplicationTargetByName() argument 1024 std::string target_name = target->label().name(); AddBundleTarget() local [all...] |
/third_party/ninja/src/ |
H A D | clean.cc | 201 string target_name = targets[i]; in CleanTargets() local
|
/third_party/skia/tools/skp/ |
H A D | webpages_playback.py | 485 def target_name(self): member in DataStore 501 def target_name(self): member in GoogleStorageDataStore 532 def target_name(self): member in LocalFileSystemDataStore
|
/third_party/curl/tests/libtest/ |
H A D | stub_gssapi.c | 79 gss_init_sec_context(OM_uint32 *min, gss_const_cred_id_t initiator_cred_handle, gss_ctx_id_t *context_handle, gss_const_name_t target_name, const gss_OID mech_type, OM_uint32 req_flags, OM_uint32 time_req, const gss_channel_bindings_t input_chan_bindings, const gss_buffer_t input_token, gss_OID *actual_mech_type, gss_buffer_t output_token, OM_uint32 *ret_flags, OM_uint32 *time_rec) gss_init_sec_context() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGetTextureSubImageTests.cpp | 511 const glw::GLchar* target_name; in testTwoDimmensionalTextureErrors() member 548 const glw::GLchar* target_name; in testTwoDimmensionalTextureErrors() member
|
H A D | gl3cTextureSizePromotion.cpp | 856 checkDestinationTexture(TextureInternalFormatDescriptor descriptor, ColorChannelSelector channel, glw::GLenum target, const glw::GLchar* target_name) checkDestinationTexture() argument
|
H A D | gl4cDirectStateAccessQueriesTests.cpp | 309 testQueryParameter(const glw::GLenum pname, const glw::GLuint expected_value, const glw::GLchar* target_name) testQueryParameter() argument
|
H A D | gl4cMultiBindTests.cpp | 1398 void checkBinding(deqp::Context& context, GLenum pname, GLuint index, const std::string& target_name, in checkBinding() argument 1431 const GLchar* target_name = s_texture_infos[i].m_name; in checkTextureBinding() local 1653 const std::string& target_name = glu::getBufferTargetStr(target).toString(); in iterate() local 2397 const std::string& target_name = glu::getBufferTargetStr(target).toString(); iterate() local 2563 const std::string& target_name = glu::getBufferTargetStr(target).toString(); iterate() local [all...] |
/third_party/curl/packages/OS400/ |
H A D | os400sys.c | 429 Curl_gss_init_sec_context_a(OM_uint32 *minor_status, gss_cred_id_t cred_handle, gss_ctx_id_t *context_handle, gss_name_t target_name, gss_OID mech_type, gss_flags_t req_flags, OM_uint32 time_req, gss_channel_bindings_t input_chan_bindings, gss_buffer_t input_token, gss_OID *actual_mech_type, gss_buffer_t output_token, gss_flags_t *ret_flags, OM_uint32 *time_rec) Curl_gss_init_sec_context_a() argument
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | sparse-llvm.c | 537 char target_name[64]; in output_op_binary() local 622 char target_name[64]; output_op_compare() local 845 char target_name[64]; output_op_ptrcast() local 882 char target_name[64]; output_op_cast() local 1053 char target_name[64]; output_insn() local 1067 char target_name[64]; output_insn() local [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | js-function.cc | 273 Handle<Object> target_name; in CopyNameAndLength() local 308 Handle<String> target_name = prefix; in GetName() local 384 Handle<String> target_name = factory->empty_string(); GetName() local [all...] |
/third_party/python/Python/ |
H A D | symtable.c | 1481 PyObject *target_name = e->v.Name.id; in symtable_extend_namedexpr_scope() local [all...] |
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 6520 __aligned_u64 target_name; /* in/out: target_name buffer ptr */ member
|
/third_party/libbpf/src/ |
H A D | libbpf.c | 12390 bpf_program_attach_fd(const struct bpf_program *prog, int target_fd, const char *target_name, const struct bpf_link_create_opts *opts) global() argument
|