Searched refs:owner (Results 276 - 300 of 693) sorted by relevance

<<11121314151617181920>>

/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DAccessFieldTransformer.java33 String getPropertyName(Type owner, String fieldName); argument
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DAffiliation.java37 member, none, outcast, owner, publisher enum constant in enum:Affiliation.Type
/external/speex/include/speex/
H A Dspeex_bits.h54 int owner; /**< Does the struct "own" the "raw" buffer (member "chars") */ member in struct:SpeexBits
/external/chromium_org/content/browser/appcache/
H A Dappcache_disk_cache.cc54 AppCacheDiskCache* owner)
55 : disk_cache_entry_(disk_cache_entry), owner_(owner) {
57 DCHECK(owner);
113 explicit ActiveCall(AppCacheDiskCache* owner) argument
115 owner_(owner),
53 EntryImpl(disk_cache::Entry* disk_cache_entry, AppCacheDiskCache* owner) argument
/external/chromium_org/net/http/
H A Dpartial_data.cc35 static Core* CreateCore(PartialData* owner) { argument
36 return new Core(owner);
40 // PartialData::GetAvailableRangeCompleted() will be invoked on the owner
50 explicit Core(PartialData* owner);
62 PartialData::Core::Core(PartialData* owner) argument
63 : owner_(owner), start_(0) {
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.c100 struct radeon_drm_cs **owner,
113 if (*owner) {
118 if (*owner != applier) {
136 *owner = applier;
142 *owner = NULL;
99 radeon_set_fd_access(struct radeon_drm_cs *applier, struct radeon_drm_cs **owner, pipe_mutex *mutex, unsigned request, boolean enable) argument
/external/chromium_org/v8/src/arm64/
H A Dlithium-gap-resolver-arm64.cc28 LGapResolver::LGapResolver(LCodeGen* owner) argument
29 : cgen_(owner), masm_(owner, owner->masm()), moves_(32, owner->zone()),
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.c100 struct radeon_drm_cs **owner,
113 if (*owner) {
118 if (*owner != applier) {
136 *owner = applier;
142 *owner = NULL;
99 radeon_set_fd_access(struct radeon_drm_cs *applier, struct radeon_drm_cs **owner, pipe_mutex *mutex, unsigned request, boolean enable) argument
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFocusController.cpp84 Element* FocusNavigationScope::owner() const function in class:blink::FocusNavigationScope
346 HTMLFrameOwnerElement* owner = toHTMLFrameOwnerElement(node); local
347 if (!owner->contentFrame() || !owner->contentFrame()->isLocalFrame())
349 Node* foundNode = findFocusableNode(type, FocusNavigationScope::ownedByIFrame(owner), 0);
446 HTMLFrameOwnerElement* owner = toHTMLFrameOwnerElement(element); local
447 if (!owner->contentFrame())
451 setFocusedFrame(owner->contentFrame());
490 Node* owner = scope.owner(); local
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DCodeEmitter.java451 public void getfield(Type owner, String name, Type type) { argument
452 emit_field(Constants.GETFIELD, owner, name, type);
455 public void putfield(Type owner, String name, Type type) { argument
456 emit_field(Constants.PUTFIELD, owner, name, type);
459 public void getstatic(Type owner, String name, Type type) { argument
460 emit_field(Constants.GETSTATIC, owner, name, type);
463 public void putstatic(Type owner, String name, Type type) { argument
464 emit_field(Constants.PUTSTATIC, owner, name, type);
507 public void invoke_interface(Type owner, Signature sig) { argument
508 emit_invoke(Constants.INVOKEINTERFACE, owner, si
511 invoke_virtual(Type owner, Signature sig) argument
515 invoke_static(Type owner, Signature sig) argument
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtask.rb427 def initialize( owner, path )
428 @owner = owner
440 @owner.#{ attr }
446 @owner.delegate_files( "#{ @name }_#{ suffix }" )
451 targets.concat( @owner.delegate_files( @name ) )
/external/chromium_org/ash/system/
H A Dtray_accessibility.cc75 explicit DefaultAccessibilityView(SystemTrayItem* owner) argument
76 : TrayItemMore(owner, true) {
97 AccessibilityPopupView::AccessibilityPopupView(SystemTrayItem* owner, argument
99 : TrayNotificationView(owner, IDR_AURA_UBER_TRAY_ACCESSIBILITY_DARK),
128 SystemTrayItem* owner, user::LoginStatus login) :
129 TrayDetailsView(owner),
127 AccessibilityDetailedView( SystemTrayItem* owner, user::LoginStatus login) argument
H A Dtray_update.cc103 explicit UpdateNagger(SystemTrayItem* owner) argument
104 : owner_(owner) {
/external/pdfium/core/src/reflow/
H A Dlayoutprovider_taggedpdf.cpp472 CFX_ByteStringC owner = GetAttrOwner(attr_type); local
475 CFX_ByteString AttrValue = m_pTaggedElement->GetName(owner, AttrName, default_value, IsInheritable(attr_type), index);
502 CFX_ByteStringC owner = GetAttrOwner(attr_type); local
505 FX_FLOAT f = m_pTaggedElement->GetNumber(owner, AttrName, default_value, IsInheritable(attr_type), index);
516 CFX_ByteStringC owner = GetAttrOwner(attr_type); local
519 FX_ARGB f = m_pTaggedElement->GetColor(owner, AttrName, default_value, IsInheritable(attr_type), index);
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DWalkingIterator.java302 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor) argument
304 if(visitor.visitLocationPath(owner, this))
/external/bison/
H A DGNUmakefile29 export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner
/external/chromium_org/ash/system/chromeos/audio/
H A Daudio_detailed_view.cc53 AudioDetailedView::AudioDetailedView(SystemTrayItem* owner, argument
55 : TrayDetailsView(owner),
/external/chromium_org/ash/system/chromeos/network/
H A Dtray_vpn.cc36 VpnDefaultView(SystemTrayItem* owner, bool show_more) argument
37 : TrayItemMore(owner, show_more) {
/external/chromium_org/ash/system/tray/
H A Dtray_notification_view.cc19 TrayNotificationView::TrayNotificationView(SystemTrayItem* owner, int icon_id) argument
20 : owner_(owner),
/external/chromium_org/base/
H A Dcallback_unittest.cc175 CallbackOwner* owner = new CallbackOwner(&deleted); local
176 owner->Reset();
/external/chromium_org/chrome/browser/chromeos/login/users/
H A Duser_manager_unittest.cc138 const std::string &owner,
144 base::StringValue owner_value(owner);
173 SetDeviceSettings(false, "owner@invalid.domain", false);
177 EXPECT_EQ(GetUserManagerOwnerEmail(), "owner@invalid.domain");
182 "owner@invalid.domain", "owner@invalid.domain", false);
185 "user0@invalid.domain", "owner@invalid.domain", false);
188 "user1@invalid.domain", "owner@invalid.domain", false);
196 EXPECT_EQ((*users)[2]->email(), "owner@invalid.domain");
198 SetDeviceSettings(true, "owner
137 SetDeviceSettings(bool ephemeral_users_enabled, const std::string &owner, bool supervised_users_enabled) argument
[all...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dmulti_profile_app_window_launcher_controller.cc26 MultiProfileAppWindowLauncherController(ChromeLauncherController* owner) argument
27 : AppWindowLauncherController(owner) {}
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dconfirm_infobar.cc98 if (!owner())
99 return; // We're closing; don't call anything, it might access the owner.
118 if (!owner())
119 return; // We're closing; don't call anything, it might access the owner.
/external/chromium_org/chrome/browser/ui/webui/app_list/
H A Dstart_page_browsertest.js81 var owner = this;
84 owner.speechRecognizer = this;
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
H A Djstemplate_compiled.js8 * owner element.
11 * @param {Element} owner The intended owner (i.e., parent element) of
15 * @param {Boolean} opt_noAppend Do not append the new element to the owner.
18 function createElement(tagName, owner, opt_position, opt_size, opt_noAppend) {
19 var element = ownerDocument(owner).createElement(tagName);
26 if (owner && !opt_noAppend) {
27 appendChild(owner, element);
37 * @param {Element} owner The owner (
[all...]

Completed in 793 milliseconds

<<11121314151617181920>>