HomeSort by relevance Sort by last modified time
    Searched refs:target_id (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/libXNVCtrl/
NVCtrlLib.h 110 * 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 set to 'screen'
714 int target_id; member in struct:__anon13689
738 int target_id; member in struct:__anon13691
763 int target_id; member in struct:__anon13693
787 int target_id; member in struct:__anon13695
    [all...]
NVCtrl.c 85 * 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,
    [all...]
nv_control.h 185 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 in the bottom 16-bits of the second DWORD of th
    [all...]
  /hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.h 52 typedef C2D_STATUS (*LINK_c2dDraw)( uint32 target_id,
57 typedef C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp);
59 typedef C2D_STATUS (*LINK_c2dFinish)( uint32 target_id);
  /external/chromium_org/content/public/browser/
resource_dispatcher_host_delegate.cc 79 std::string* target_id) {
87 const std::string& target_id,
resource_dispatcher_host_delegate.h 111 // 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,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Type_Names_Suite.py 154 class target_id(aetools.ComponentItem): class in inherits:aetools.ComponentItem
346 target_id._superclassnames = []
347 target_id._privpropdict = {
349 target_id._privelemdict = {
419 'targ' : target_id,
__init__.py 136 getbaseclasses(target_id)
331 'targ' : target_id,
  /external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.h 81 std::string* target_id) OVERRIDE;
86 const std::string& target_id,
chrome_resource_dispatcher_host_delegate.cc 503 std::string* target_id) {
527 *target_id = extension_id;
539 const std::string& target_id,
547 target_id));
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 559 C2D_API C2D_STATUS c2dDraw( uint32 target_id,
573 C2D_API C2D_STATUS c2dFlush( uint32 target_id, c2d_ts_handle *timestamp);
585 C2D_API C2D_STATUS c2dFinish( uint32 target_id );
    [all...]
copybit_c2d.cpp 70 C2D_STATUS (*LINK_c2dDraw)( uint32 target_id,
75 C2D_STATUS (*LINK_c2dFinish)( uint32 target_id);
77 C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp);
91 C2D_STATUS (*LINK_c2dCreateFenceFD) ( uint32 target_id, c2d_ts_handle timestamp,
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
c2d2.h 559 C2D_API C2D_STATUS c2dDraw( uint32 target_id,
573 C2D_API C2D_STATUS c2dFlush( uint32 target_id, c2d_ts_handle *timestamp);
585 C2D_API C2D_STATUS c2dFinish( uint32 target_id );
    [all...]
copybit_c2d.cpp 70 C2D_STATUS (*LINK_c2dDraw)( uint32 target_id,
75 C2D_STATUS (*LINK_c2dFinish)( uint32 target_id);
77 C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp);
91 C2D_STATUS (*LINK_c2dCreateFenceFD) ( uint32 target_id, c2d_ts_handle timestamp,
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
c2d2.h 559 C2D_API C2D_STATUS c2dDraw( uint32 target_id,
573 C2D_API C2D_STATUS c2dFlush( uint32 target_id, c2d_ts_handle *timestamp);
585 C2D_API C2D_STATUS c2dFinish( uint32 target_id );
    [all...]
copybit_c2d.cpp 70 C2D_STATUS (*LINK_c2dDraw)( uint32 target_id,
75 C2D_STATUS (*LINK_c2dFinish)( uint32 target_id);
77 C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp);
91 C2D_STATUS (*LINK_c2dCreateFenceFD) ( uint32 target_id, c2d_ts_handle timestamp,
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/messaging/
extension_message_port.cc 34 info.target_id = target_extension_id;
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.cc 141 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/
extension_helper.cc 270 info.source_id, info.target_id, info.source_url,
274 void ExtensionHelper::OnExtensionDeliverMessage(int target_id,
277 target_id,
runtime_custom_bindings.cc 58 info.target_id = *v8::String::Utf8Value(args[0]->ToString());
  /external/chromium_org/content/browser/devtools/
devtools_http_handler_impl.cc 309 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);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
__init__.py 91 getbaseclasses(StdSuites.Type_Names_Suite.target_id)
166 'targ' : StdSuites.Type_Names_Suite.target_id,
  /external/chromium_org/chrome/common/extensions/
extension_messages.h 126 IPC_STRUCT_MEMBER(std::string, target_id)
  /external/libsepol/src/
link.c 855 char *id = key, *new_id = NULL, *target_id; local
878 target_id = mod->policy->p_type_val_to_name[primval - 1];
879 target_type = hashtab_search(state->base->p_types.table, target_id);
882 state->cur_mod_name, target_id, id);
886 if (!strcmp(id, target_id)) {
    [all...]
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.cc 571 std::string target_id; local
577 &target_id)) {
594 target_id,
    [all...]

Completed in 1873 milliseconds

1 2