HomeSort by relevance Sort by last modified time
    Searched full:target_type (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/libXNVCtrl/
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 */
98 tmp = *target_type;
99 *target_type = *target_id;
214 int target_type,
230 req->target_type = target_type;
245 int target_type,
255 XNVCTRLCheckTargetData(dpy, info, &target_type, &target_id)
    [all...]
NVCtrlLib.h 94 int target_type,
109 * with the target_type set to NV_CTRL_TARGET_TYPE_X_SCREEN and
142 int target_type,
179 int target_type,
198 * XNVCTRLQueryTargetAttribute() with the target_type set to
232 int target_Type,
260 int target_Type,
277 * XNVCTRLQueryTargetStringAttribute() with the target_type set to
311 int target_type,
352 int target_type,
713 int target_type; member in struct:__anon13691
737 int target_type; member in struct:__anon13693
762 int target_type; member in struct:__anon13695
786 int target_type; member in struct:__anon13697
    [all...]
nv_control.h 163 CARD32 target_type B32;
186 CARD16 target_type B16; /* X screen or GPU */
224 CARD16 target_type B16;
236 CARD16 target_type B16;
262 CARD16 target_type B16; /* X screen or GPU */
288 CARD16 target_type B16;
314 CARD16 target_type B16; /* X screen or GPU */
478 CARD16 target_type B16; /* X screen or GPU */
514 CARD16 target_type B16; /* X screen or GPU */
559 * Leave target_type before target_id for th
    [all...]
  /external/libsepol/src/
avtab.c 54 return ((keyp->target_class + (keyp->target_type << 2) +
95 key->target_type == cur->key.target_type &&
102 key->target_type < cur->key.target_type)
105 key->target_type == cur->key.target_type &&
135 key->target_type == cur->key.target_type &&
142 key->target_type < cur->key.target_type
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
conversion_traits.hpp 26 typedef typename base_::target_type target_type; typedef in struct:boost::numeric::conversion_traits
  /external/chromium/chrome/browser/ui/gtk/
custom_drag.h 31 guint target_type, guint time) = 0;
40 guint target_type, guint time,
43 target_type, time);
77 guint target_type, guint time);
99 guint target_type, guint time);
custom_drag.cc 25 guint target_type,
30 target_type);
35 guint target_type, guint time,
37 OnDragDataGetForDownloadItem(selection_data, target_type, item);
89 guint target_type, guint time) {
90 OnDragDataGetForDownloadItem(selection_data, target_type, download_item_);
135 guint target_type, guint time) {
137 target_type, profile_);
  /external/chromium_org/chrome/browser/ui/gtk/
custom_drag.h 35 guint target_type, guint time) = 0;
44 guint target_type, guint time,
47 target_type, time);
83 guint target_type, guint time) OVERRIDE;
105 guint target_type, guint time) OVERRIDE;
custom_drag.cc 100 guint target_type,
102 ui::WriteURLWithName(selection_data, url_, display_name_, target_type);
149 guint target_type, guint time) {
150 drag_data_->OnDragDataGet(widget, context, selection_data, target_type, time);
182 guint target_type, guint time) {
184 target_type, profile_);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/
target_type.pass.cpp 14 // const std::type_info& target_type() const;
55 assert(f.target_type() == typeid(A));
59 assert(f.target_type() == typeid(void));
  /external/chromium/webkit/glue/
resource_fetcher.cc 26 WebURLRequest::TargetType target_type,
29 target_type_(target_type),
127 const GURL& url, WebFrame* frame, WebURLRequest::TargetType target_type,
129 : ResourceFetcher(url, frame, target_type, callback) {
image_resource_fetcher.cc 24 WebURLRequest::TargetType target_type,
31 image_url, frame, target_type,
site_isolation_metrics.cc 85 WebURLRequest::TargetType target_type) {
87 target_type_map[identifier] = target_type;
128 WebURLRequest::TargetType target_type = iter->second; local
137 if (target_type != WebURLRequest::TargetIsMainFrame &&
138 target_type != WebURLRequest::TargetIsSubframe &&
139 target_type != WebURLRequest::TargetIsObject) {
site_isolation_metrics.h 26 WebKit::WebURLRequest::TargetType target_type);
  /external/chromium_org/content/renderer/fetchers/
resource_fetcher.cc 27 WebURLRequest::TargetType target_type,
30 target_type_(target_type),
128 const GURL& url, WebFrame* frame, WebURLRequest::TargetType target_type,
130 : ResourceFetcher(url, frame, target_type, callback) {
image_resource_fetcher.cc 26 WebURLRequest::TargetType target_type,
33 image_url, frame, target_type,
multi_resolution_image_resource_fetcher.cc 24 WebURLRequest::TargetType target_type,
31 image_url, frame, target_type,
multi_resolution_image_resource_fetcher.h 29 WebKit::WebURLRequest::TargetType target_type,
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
conversion_traits.hpp 41 typedef T target_type ; typedef in struct:boost::numeric::convdetail::non_trivial_traits_impl
66 typedef N target_type ; typedef in struct:boost::numeric::convdetail::trivial_traits_impl
82 typedef typename remove_cv<T>::type target_type ; typedef in struct:boost::numeric::convdetail::get_conversion_traits
85 typedef typename is_same<target_type,source_type>::type is_trivial ;
87 typedef trivial_traits_impl <target_type> trivial_imp ;
88 typedef non_trivial_traits_impl<target_type,source_type> non_trivial_imp ;
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.h 66 guint target_type,
72 guint target_type,
80 guint target_type,
bookmark_utils_gtk.cc 311 guint target_type,
316 WriteBookmarksToSelection(nodes, selection_data, target_type, profile);
321 guint target_type,
323 switch (target_type) {
378 guint target_type,
391 switch (target_type) {
402 DLOG(ERROR) << "Unsupported drag received type: " << target_type;
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.h 73 guint target_type,
79 guint target_type,
87 guint target_type,
  /external/libnfc-nxp/src/
phHciNfc_RFReader.h 294 * \param[in] target_type target_type is the type of the
310 phHal_eRemDevType_t target_type
324 * \param[in] target_type target_type is the type of the
340 phHal_eRemDevType_t target_type
404 * \param[in] target_type target_type is the type of the
425 phHal_eRemDevType_t target_type
439 * \param[in] target_type target_type is the type of th
    [all...]
  /external/chromium_org/content/browser/renderer_host/java/
java_bound_object.cc 263 const JavaType& target_type,
275 switch (target_type.type) {
342 const JavaType& target_type,
348 switch (target_type.type) {
390 const JavaType& target_type) {
394 switch (target_type.type) {
543 const JavaType& target_type,
548 const JavaType& target_type) {
549 DCHECK_EQ(JavaType::TypeArray, target_type.type);
553 const JavaType& target_inner_type = *target_type.inner_type.get()
    [all...]
  /external/chromium_org/tools/gn/
scope.cc 260 Scope* Scope::MakeTargetDefaults(const std::string& target_type) {
261 if (GetTargetDefaults(target_type))
264 Scope** dest = &target_defaults_[target_type];
273 const Scope* Scope::GetTargetDefaults(const std::string& target_type) const {
274 NamedScopeMap::const_iterator found = target_defaults_.find(target_type);
278 return containing()->GetTargetDefaults(target_type);

Completed in 1034 milliseconds

1 2 3 4 5 6