Searched refs:target_id (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/libXNVCtrl/
H A DNVCtrlLib.h110 * target_id set to 'screen'.
143 int target_id,
180 int target_id,
199 * NV_CTRL_TARGET_TYPE_X_SCREEN and target_id set to 'screen'.
233 int target_id,
261 int target_id,
278 * NV_CTRL_TARGET_TYPE_X_SCREEN and target_id set to 'screen'.
312 int target_id,
353 int target_id,
370 * NV_CTRL_TARGET_TYPE_X_SCREEN and target_id se
714 int target_id; member in struct:__anon11285
738 int target_id; member in struct:__anon11287
763 int target_id; member in struct:__anon11289
787 int target_id; member in struct:__anon11291
[all...]
H A DNVCtrl.c85 * NV-CONTROL versions 1.8 and 1.9 pack the target_type and target_id
91 int *target_type, int *target_id)
95 /* We need to swap the target_type and target_id */
99 *target_type = *target_id;
100 *target_id = tmp;
246 int target_id,
255 XNVCTRLCheckTargetData(dpy, info, &target_type, &target_id);
262 req->target_id = target_id;
285 int target_id,
90 XNVCTRLCheckTargetData(Display *dpy, XExtDisplayInfo *info, int *target_type, int *target_id) argument
243 XNVCTRLSetTargetAttribute( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, int value ) argument
282 XNVCTRLSetTargetAttributeAndGetStatus( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, int value ) argument
335 XNVCTRLQueryTargetAttribute( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, int *value ) argument
386 XNVCTRLQueryTargetAttribute64( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, int64_t *value ) argument
426 XNVCTRLQueryTargetStringAttribute( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, char **ptr ) argument
495 XNVCTRLSetTargetStringAttribute( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, char *ptr ) argument
553 XNVCTRLQueryValidTargetAttributeValues32( Display *dpy, XExtDisplayInfo *info, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, NVCTRLAttributeValidValuesRec *values ) argument
597 XNVCTRLQueryValidTargetStringAttributeValues( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, NVCTRLAttributeValidValuesRec *values ) argument
641 XNVCTRLQueryValidTargetAttributeValues64( Display *dpy, XExtDisplayInfo *info, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, NVCTRLAttributeValidValuesRec *values ) argument
686 XNVCTRLQueryValidTargetAttributeValues( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, NVCTRLAttributeValidValuesRec *values ) argument
912 XNVCtrlSelectTargetNotify( Display *dpy, int target_type, int target_id, int notify_type, Bool onoff ) argument
969 XNVCTRLQueryTargetBinaryData( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, unsigned char **ptr, int *len ) argument
1040 XNVCTRLStringOperation( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, char *pIn, char **ppOut ) argument
[all...]
H A Dnv_control.h185 CARD16 target_id B16; /* X screen number or GPU number */
223 CARD16 target_id B16;
235 CARD16 target_id B16;
261 CARD16 target_id B16; /* X screen number or GPU number */
287 CARD16 target_id B16;
313 CARD16 target_id B16; /* X screen number or GPU number */
477 CARD16 target_id B16; /* X screen number or GPU number */
513 CARD16 target_id B16; /* X screen number or GPU number */
559 * Leave target_type before target_id for the
562 * store target_id i
[all...]
/external/chromium_org/content/public/browser/
H A Dresource_dispatcher_host_delegate.cc79 std::string* target_id) {
87 const std::string& target_id,
74 ShouldInterceptResourceAsStream( content::ResourceContext* resource_context, const GURL& url, const std::string& mime_type, GURL* origin, std::string* target_id) argument
83 OnStreamCreated( content::ResourceContext* resource_context, int render_process_id, int render_view_id, const std::string& target_id, scoped_ptr<StreamHandle> stream, int64 expected_content_size) argument
H A Dresource_dispatcher_host_delegate.h111 // Returns true and sets |origin| and |target_id| if a Stream should be
115 // - the |target_id| returned by this function
124 std::string* target_id);
126 // Informs the delegate that a Stream was created. |target_id| will be filled
134 const std::string& target_id,
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_resource_dispatcher_host_delegate.h81 std::string* target_id) OVERRIDE;
86 const std::string& target_id,
H A Dchrome_resource_dispatcher_host_delegate.cc503 std::string* target_id) {
527 *target_id = extension_id;
539 const std::string& target_id,
547 target_id));
498 ShouldInterceptResourceAsStream( content::ResourceContext* resource_context, const GURL& url, const std::string& mime_type, GURL* origin, std::string* target_id) argument
535 OnStreamCreated( content::ResourceContext* resource_context, int render_process_id, int render_view_id, const std::string& target_id, scoped_ptr<content::StreamHandle> stream, int64 expected_content_size) argument
H A Dchrome_render_message_filter.cc303 info.source_id, info.target_id, info.source_url, channel_name);
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dextension_message_port.cc34 info.target_id = target_extension_id;
/external/chromium_org/chrome/browser/extensions/api/debugger/
H A Ddebugger_api.cc141 if (src.target_id)
142 dst->target_id.reset(new std::string(*src.target_id));
484 format, keys::kOpaqueTargetType, *debuggee_.target_id);
511 } else if (debuggee_.target_id) {
512 agent_host_ = DevToolsAgentHost::GetForId(*debuggee_.target_id);
/external/chromium_org/chrome/renderer/extensions/
H A Dextension_helper.cc270 info.source_id, info.target_id, info.source_url,
274 void ExtensionHelper::OnExtensionDeliverMessage(int target_id, argument
277 target_id,
H A Druntime_custom_bindings.cc58 info.target_id = *v8::String::Utf8Value(args[0]->ToString());
H A Ddispatcher.cc537 info.source_id, info.target_id, info.source_url,
/external/chromium_org/content/browser/devtools/
H A Ddevtools_http_handler_impl.cc309 const std::string target_id = info.path.substr(strlen(kThumbUrlPrefix)); local
310 DevToolsAgentHost* agent_host = binding_->ForIdentifier(target_id);
450 std::string* target_id) {
466 *target_id = command->substr(separator_pos + 1);
488 std::string target_id; local
489 if (!ParseJsonPath(path, &command, &target_id)) {
556 DevToolsAgentHost* agent_host = binding_->ForIdentifier(target_id);
562 "No such target id: " + target_id);
447 ParseJsonPath( const std::string& path, std::string* command, std::string* target_id) argument
/external/chromium_org/chrome/common/extensions/
H A Dextension_messages.h126 IPC_STRUCT_MEMBER(std::string, target_id)
/external/libsepol/src/
H A Dlink.c840 char *id = key, *new_id = NULL, *target_id; local
863 target_id = mod->policy->p_type_val_to_name[primval - 1];
864 target_type = hashtab_search(state->base->p_types.table, target_id);
867 state->cur_mod_name, target_id, id);
871 if (!strcmp(id, target_id)) {
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc571 std::string target_id; local
577 &target_id)) {
594 target_id,
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win.cc61 CONTENT_EXPORT void AddTarget(int target_id);
88 void BrowserAccessibilityRelation::AddTarget(int target_id) { argument
89 target_ids_.push_back(target_id);
/external/chromium_org/third_party/gpsd/release-3.1/
H A Dgps.h1130 union target_id { /* Target identifier */ union in struct:ais_t::__anon10694::__anon10709::__anon10710::__anon10713::target_t
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc888 GLuint target_id,

Completed in 1126 milliseconds