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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
chown.c 8 int chown(const char* path, uid_t owner, gid_t group) {
9 return ki_chown(path, owner, group);
fchown.c 8 int fchown(int fd, uid_t owner, gid_t group) {
9 return ki_fchown(fd, owner, group);
lchown.c 8 int lchown(const char* path, uid_t owner, gid_t group) {
9 return ki_lchown(path, owner, group);
  /external/chromium_org/ui/shell_dialogs/
base_shell_dialog_win.cc 28 BaseShellDialogImpl::RunState BaseShellDialogImpl::BeginRun(HWND owner) {
29 // Cannot run a modal shell dialog if one is already running for this owner.
30 DCHECK(!IsRunningDialogForOwner(owner));
31 // The owner must be a top level window, otherwise we could end up with two
33 DCHECK(!owner || owner == GetAncestor(owner, GA_ROOT));
36 run_state.owner = owner;
37 if (owner) {
    [all...]
base_shell_dialog_win.h 32 HWND owner; member in struct:ui::BaseShellDialogImpl::RunState
38 // Called at the beginning of a modal dialog run. Disables the owner window
41 RunState BeginRun(HWND owner);
52 // owner. Must be called on the UI thread.
53 bool IsRunningDialogForOwner(HWND owner) const;
55 // Disables the window |owner|. Can be run from either the ui or the dialog
61 // thread, so we disable the owner manually after the Common dialog function
63 void DisableOwner(HWND owner);
75 void EnableOwner(HWND owner);
85 // same owner, even though they might be represented by different instance
    [all...]
  /external/smack/src/org/jivesoftware/smackx/pubsub/
ItemReply.java 24 /** The node owner */
25 owner, enum constant in enum:ItemReply
  /libcore/crypto/src/main/java/org/conscrypt/
SSLSocketOutputStream.java 31 private final SSLSocketImpl owner; field in class:SSLSocketOutputStream
33 protected SSLSocketOutputStream(SSLSocketImpl owner) {
34 this.owner = owner;
43 owner.writeAppData(b, off, len);
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRefElementImpl.java 25 SmilRefElementImpl(SmilDocumentImpl owner, String tagName) {
26 super(owner, tagName);
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathVisitable.java 36 * @param owner The owner of the visitor, where that path may be
40 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor);
XPathVisitor.java 43 * <code>boolean visitComponentType(ExpressionOwner owner, ComponentType compType)</code>.
44 * The ExpressionOwner argument is the owner of the component, and can
55 * @param owner The owner of the expression, to which the expression can
60 public boolean visitLocationPath(ExpressionOwner owner, LocPathIterator path)
67 * @param owner The owner of the expression, to which the expression can
72 public boolean visitUnionPath(ExpressionOwner owner, UnionPathIterator path)
79 * @param owner The owner of the expression, to which the expression can
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8NodeListCustom.cpp 22 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
50 Node* owner = static_cast<LiveNodeList*>(impl)->ownerNode();
51 if (!owner)
53 return V8GCController::opaqueRootForGC(owner, isolate);
  /libcore/luni/src/main/java/java/security/acl/
Owner.java 28 public interface Owner {
35 * @param owner
36 * the owner to added.
37 * @return {@code true} if the owner was added, {@code false} if it was already an owner.
39 * if the invoking principal is not an owner.
41 boolean addOwner(Principal caller, Principal owner)
49 * @param owner
50 * the owner to be removed.
51 * @return {@code true} if the owner was removed, {@code false} if it was not an owner
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObjectChildList.cpp 56 RenderObject* RenderObjectChildList::removeChildNode(RenderObject* owner, RenderObject* oldChild, bool notifyRenderer)
58 ASSERT(oldChild->parent() == owner);
66 if (!owner->documentBeingDestroyed() && notifyRenderer && oldChild->everHadLayout()) {
70 owner->view()->repaint();
83 if (!owner->documentBeingDestroyed() && oldChild->isSelectionBorder())
84 owner->view()->clearSelection();
86 if (!owner->documentBeingDestroyed() && notifyRenderer)
109 if (!owner->documentBeingDestroyed())
112 if (AXObjectCache* cache = owner->document()->existingAXObjectCache())
113 cache->childrenChanged(owner);
    [all...]
RenderObjectChildList.h 53 RenderObject* removeChildNode(RenderObject* owner, RenderObject*, bool notifyRenderer = true);
54 void insertChildNode(RenderObject* owner, RenderObject* newChild, RenderObject* beforeChild, bool notifyRenderer = true);
55 void appendChildNode(RenderObject* owner, RenderObject* newChild, bool notifyRenderer = true)
57 insertChildNode(owner, newChild, 0, notifyRenderer);
  /external/llvm/utils/
wciia.py 6 Determines code owner of the file/folder relative to the llvm source root.
7 Code owner is determined from the content of the CODE_OWNERS.TXT
27 def process_files_and_folders(owner):
28 filesfolders = owner['filesfolders']
37 owner['paths'] = []
39 owner['paths'].append(path)
41 def process_code_owner(owner):
42 if 'filesfolders' in owner:
43 filesfolders = owner['filesfolders']
46 owner['filesfolders'] = owner['description'
    [all...]
  /external/chromium_org/content/shell/
shell_javascript_dialog_win.cc 23 ShellJavaScriptDialog* owner = local
25 owner->dialog_win_ = dialog;
26 SetDlgItemText(dialog, IDC_DIALOGTEXT, owner->message_text_.c_str());
27 if (owner->message_type_ == JAVASCRIPT_MESSAGE_TYPE_PROMPT)
29 owner->default_prompt_text_.c_str());
33 ShellJavaScriptDialog* owner = reinterpret_cast<ShellJavaScriptDialog*>( local
35 if (owner->dialog_win_) {
36 owner->dialog_win_ = 0;
37 owner->callback_.Run(false, string16());
38 owner->manager_->DialogClosed(owner)
43 ShellJavaScriptDialog* owner = reinterpret_cast<ShellJavaScriptDialog*>( local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/thread/dc/
SDL_sysmutex.c 33 Uint32 owner; member in struct:SDL_mutex
47 mutex->owner = 0;
76 if ( mutex->owner == this_thread ) {
84 mutex->owner = this_thread;
104 if ( SDL_ThreadID() != mutex->owner ) {
113 First reset the owner so another thread doesn't lock
117 mutex->owner = 0;
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
alternate_nav_infobar_gtk.cc 13 InfoBar* AlternateNavInfoBarDelegate::CreateInfoBar(InfoBarService* owner) {
14 return new AlternateNavInfoBarGtk(owner, this);
21 InfoBarService* owner,
23 : InfoBarGtk(owner, delegate) {
  /external/chromium_org/third_party/WebKit/Source/core/html/
LinkResource.cpp 22 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
41 LinkResource::LinkResource(HTMLLinkElement* owner)
42 : m_owner(owner)
50 LinkRequestBuilder::LinkRequestBuilder(HTMLLinkElement* owner)
51 : m_owner(owner)
  /frameworks/base/core/java/android/content/
UndoOperation.java 34 * @param owner Who owns the data being modified by this undo state; must be
37 public UndoOperation(UndoOwner owner) {
38 mOwner = owner;
62 * Return true if this undo operation is a member of the given owner.
63 * The default implementation is <code>owner == getOwner()</code>. You
67 public boolean matchOwner(UndoOwner owner) {
68 return owner == getOwner();
UndoManager.java 44 * the data it belongs to. The owner is used to indicate how operations are dependent
45 * on each other -- operations with the same owner are dependent on others with the
46 * same owner. For example, you may have a document with multiple embedded objects. If the
78 * operations with the caller's owner.
94 UndoOwner owner = mOwners.get(tag); local
95 if (owner != null) {
96 if (owner.mData != data) {
97 if (owner.mData != null) {
98 throw new IllegalStateException("Owner " + owner + " already exists with data
200 UndoOwner owner = mStateOwners[idx]; local
543 UndoOwner owner = op.getOwner(); local
756 UndoOwner owner = mManager.restoreOwner(p); local
837 UndoOwner owner = mOperations.get(0).getOwner(); local
922 UndoOwner owner = mOperations.get(i).mOwner; local
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
network_detailed_view.h 26 explicit NetworkDetailedView(SystemTrayItem* owner)
27 : TrayDetailsView(owner) {
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
ThreadingManager.java 23 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
52 protected final AssetManager owner; field in class:ThreadingManager
56 public ThreadingManager(AssetManager owner){
57 this.owner = owner;
75 return owner.loadAsset(new AssetKey(resourceName));
85 // owner.loadContents(resourceNames);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8NodeFilterCondition.h 22 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
63 static PassRefPtr<V8NodeFilterCondition> create(v8::Handle<v8::Value> filter, v8::Handle<v8::Object> owner)
65 return adoptRef(new V8NodeFilterCondition(filter, owner));
73 // As the value |filter| is maintained by V8GC, the |owner| which references
76 V8NodeFilterCondition(v8::Handle<v8::Value> filter, v8::Handle<v8::Object> owner);
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSection.hxx 35 ELFObjectTy *owner,
49 return ELFSectionSymTabTy::read(AR, owner, sh);
52 return ELFSectionProgBitsTy::read(AR, owner, sh);

Completed in 562 milliseconds

1 2 3 4 5 6 7 8 91011>>