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

1 2

  /external/chromium_org/chrome/browser/ui/webui/
inspect_ui.h 35 void Inspect(const std::string& source_id, const std::string& target_id);
36 void Activate(const std::string& source_id, const std::string& target_id);
37 void Close(const std::string& source_id, const std::string& target_id);
38 void Reload(const std::string& source_id, const std::string& target_id);
85 const std::string& target_id);
inspect_ui.cc 225 const std::string& target_id) {
226 DevToolsTargetImpl* target = FindTarget(source_id, target_id);
232 const std::string& target_id) {
233 DevToolsTargetImpl* target = FindTarget(source_id, target_id);
239 const std::string& target_id) {
240 DevToolsTargetImpl* target = FindTarget(source_id, target_id);
246 const std::string& target_id) {
247 DevToolsTargetImpl* target = FindTarget(source_id, target_id);
472 const std::string& source_id, const std::string& target_id) {
475 it->second->GetTarget(target_id) : NULL
    [all...]
  /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:__anon16127
738 int target_id; member in struct:__anon16129
763 int target_id; member in struct:__anon16131
787 int target_id; member in struct:__anon16133
    [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);
  /hardware/intel/common/libva/va/x11/
va_nvctrl.c 98 CARD16 target_id B16; /* X screen number or GPU number */
157 * NV-CONTROL versions 1.8 and 1.9 pack the target_type and target_id
162 int *target_type, int *target_id)
182 /* We need to swap the target_type and target_id */
186 *target_type = *target_id;
187 *target_id = tmp;
274 int target_id,
291 XNVCTRLCheckTargetData(dpy, info, &target_type, &target_id);
298 req->target_id = target_id;
    [all...]
  /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/devtools/
devtools_targets_ui.h 43 DevToolsTargetImpl* GetTarget(const std::string& target_id);
devtools_targets_ui.cc 502 const std::string& target_id) {
503 TargetMap::iterator it = targets_.find(target_id);
  /hardware/qcom/display/msm8084/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...]
  /hardware/qcom/display/msm8226/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...]
  /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...]
  /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...]
  /external/chromium_org/chrome/browser/extensions/api/messaging/
extension_message_port.cc 35 info.target_id = target_extension_id;
  /external/chromium_org/content/browser/devtools/
devtools_http_handler_impl.cc 271 const std::string target_id = info.path.substr(strlen(kThumbUrlPrefix)); local
272 DevToolsTarget* target = GetTarget(target_id);
412 std::string* target_id) {
428 *target_id = command->substr(separator_pos + 1);
453 std::string target_id; local
454 if (!ParseJsonPath(path, &command, &target_id)) {
502 const std::string target_id = target->GetId(); local
503 target_map_[target_id] = target.release();
508 DevToolsTarget* target = GetTarget(target_id);
513 "No such target id: " + target_id);
    [all...]
devtools_http_handler_impl.h 110 std::string GetFrontendURLInternal(const std::string target_id,
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.cc 153 if (src.target_id)
154 dst->target_id.reset(new std::string(*src.target_id));
506 format, keys::kOpaqueTargetType, *debuggee_.target_id);
542 } else if (debuggee_.target_id) {
543 agent_host_ = DevToolsAgentHost::GetForId(*debuggee_.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,
  /art/compiler/dex/quick/
mir_to_lir.cc 624 BasicBlockId target_id = is_taken ? bb->taken : bb->fall_through; local
625 if (mir_graph_->IsBackedge(bb, target_id) &&
626 (kLeafOptimization || !mir_graph_->HasSuspendTestBetween(bb, target_id))) {
629 OpUnconditionalBranch(&label_list[target_id]);
652 BasicBlockId target_id = is_taken ? bb->taken : bb->fall_through; local
653 if (mir_graph_->IsBackedge(bb, target_id) &&
654 (kLeafOptimization || !mir_graph_->HasSuspendTestBetween(bb, target_id))) {
657 OpUnconditionalBranch(&label_list[target_id]);
    [all...]
  /external/chromium_org/extensions/renderer/
extension_helper.cc 279 void ExtensionHelper::OnExtensionDeliverMessage(int target_id,
282 dispatcher_->script_context_set(), target_id, message, render_view());
runtime_custom_bindings.cc 67 info.target_id = *v8::String::Utf8Value(args[0]->ToString());
  /external/chromium_org/chrome/browser/background/
background_contents_service_unittest.cc 126 explicit NotificationWaiter(const std::string& target_id)
127 : target_id_(target_id) {}
  /external/chromium_org/chrome/browser/extensions/api/automation_internal/
automation_util.cc 140 ax_tree_update.target_id = event.id;

Completed in 624 milliseconds

1 2