/external/skia/src/views/mac/ |
SkOSWindow_Mac.cpp | 76 static void set_bindingside(HISideBinding* side, HIViewRef parent, HIBindingKind kind) { 77 side->toView = parent; 82 static void set_axisscale(HIAxisScale* axis, HIViewRef parent) { 83 axis->toView = parent; 88 static void set_axisposition(HIAxisPosition* pos, HIViewRef parent, HIPositionKind kind) { 89 pos->toView = parent; 99 HIViewRef imageView, parent; local 101 HIViewFindByID(rootView, kHIViewWindowContentID, &parent); 105 result = HIViewAddSubview(parent, imageView); 116 set_bindingside(&layout.binding.left, parent, kHILayoutBindLeft) [all...] |
/external/smack/src/org/jivesoftware/smack/util/collections/ |
AbstractReferenceMap.java | 487 protected ReferenceEntrySet(AbstractHashedMap<K, V> parent) { 488 super(parent); 513 protected ReferenceKeySet(AbstractHashedMap<K, V> parent) { 514 super(parent); 523 List<K> list = new ArrayList<K>(parent.size()); 537 protected ReferenceValues(AbstractHashedMap<K, V> parent) { 538 super(parent); 547 List<V> list = new ArrayList<V>(parent.size()); 566 * The parent map 568 protected final AbstractReferenceMap<K, V> parent; field in class:AbstractReferenceMap.ReferenceEntry 734 final AbstractReferenceMap<K, V> parent; field in class:AbstractReferenceMap.ReferenceIteratorBase [all...] |
/external/srec/srec/EventLog/src/ |
riff.c | 330 static int riffDescend(FILE *f, ChunkContext *c, ChunkContext *parent, DescendType t, int doSwap) 337 if (!parent) start = 0; 340 start = parent->start; 341 end = start + parent->length; 457 static ESR_ReturnCode readSwiChunk(FILE *f, ChunkContext *parent, SwiRiffStruct *swichunk, int doSwap) 466 if (riffDescend(f, &chunk, parent, FIND_LIST, doSwap) == ESR_SUCCESS) 542 if (riffAscend(f, parent) != ESR_SUCCESS) 559 ChunkContext chunk, parent; local 567 strncpy(parent.tag, "WAVE", 4); 568 if (riffDescend(f, &parent, NULL, FIND_RIFF, doSwap) != ESR_SUCCESS 681 ChunkContext chunk, parent; local [all...] |
/external/valgrind/main/coregrind/ |
pub_core_threadstate.h | 135 ThreadId parent; // parent tid (if any) member in struct:__anon29830 156 // Synchronization between child thread and parent thread's POST wrapper
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPUtilsImpl.java | 435 XMPNode parent = propNode.getParent(); local 436 parent.removeChild(propNode); 437 if (parent.getOptions().isSchemaNode() && !parent.hasChildren()) 440 parent.getParent().removeChild(parent); 481 XMPNode parent = actualProp.getParent(); local 482 parent.removeChild(actualProp); 592 * @param destParent the parent of the destination node [all...] |
/external/yaffs2/yaffs2/direct/ |
yaffsfs.c | 217 // Relative to here, so use the parent of the symlink as a start 218 obj = yaffsfs_FindObject(obj->parent,alias,symDepth++); 288 dir = dir->parent; 805 xx = xx->parent; 1001 yaffs_Object *parent = NULL; local 1007 parent = yaffsfs_FindDirectory(NULL,path,&name,0); 1008 if(parent) 1009 dir = yaffs_MknodDirectory(parent,name,mode,0,0); 1354 yaffs_Object *parent = NULL; local 1361 parent = yaffsfs_FindDirectory(NULL,newpath,&name,0) [all...] |
/external/yaffs2/yaffs2/ |
yaffs_fs.c | 962 yaffs_Object *parent = yaffs_InodeToObject(dir); local 971 if (parent) { 973 (KERN_DEBUG "yaffs_mknod: parent object %d type %d\n", 974 parent->objectId, parent->variantType)); 977 (KERN_DEBUG "yaffs_mknod: could not get parent object\n")); 985 dev = parent->myDev; 996 yaffs_MknodSpecial(parent, dentry->d_name.name, mode, uid, 1000 yaffs_MknodSpecial(parent, dentry->d_name.name, mode, uid, 1007 yaffs_MknodFile(parent, dentry->d_name.name, mode, uid [all...] |
/frameworks/av/media/mtp/ |
MtpServer.cpp | 549 MtpObjectHandle parent = mRequest.getParameter(3); // 0xFFFFFFFF for objects with no parent local 555 MtpObjectHandleList* handles = mDatabase->getObjectList(storageID, format, parent); 566 MtpObjectHandle parent = mRequest.getParameter(3); // 0xFFFFFFFF for objects with no parent local 571 int count = mDatabase->getNumObjects(storageID, format, parent); 821 MtpObjectHandle parent = mRequest.getParameter(2); local 826 if (parent == MTP_PARENT_ROOT) { 828 parent = 0; 832 int result = mDatabase->getObjectFilePath(parent, path, length, format) [all...] |
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
UiObject.java | 352 // Scrollable parent's visible bounds 355 // adjust for partial clipping of targeted by parent node if required 361 * Walks up the layout hierarchy to find a scrollable parent. A scrollable parent 370 AccessibilityNodeInfo parent = node; local 371 while(parent != null) { 372 parent = parent.getParent(); 373 if (parent != null && parent.isScrollable()) [all...] |
UiSelector.java | 524 * child widgets under a specific parent widget. 544 * start search from the parent widget. 547 * sibling widgets as well all child widgets under a parent. 831 * Leaf selector indicates no more child or parent selectors 886 UiSelector parent = (UiSelector)mSelectorAttributes.get(UiSelector.SELECTOR_PARENT); local 887 if (parent.getLastSubSelector() == null) { 888 return parent; 890 return parent.getLastSubSelector(); [all...] |
/frameworks/uiautomator/core/com/android/uiautomator/core/ |
UiObject.java | 352 // Scrollable parent's visible bounds 355 // adjust for partial clipping of targeted by parent node if required 361 * Walks up the layout hierarchy to find a scrollable parent. A scrollable parent 370 AccessibilityNodeInfo parent = node; local 371 while(parent != null) { 372 parent = parent.getParent(); 373 if (parent != null && parent.isScrollable()) [all...] |
UiSelector.java | 524 * child widgets under a specific parent widget. 544 * start search from the parent widget. 547 * sibling widgets as well all child widgets under a parent. 831 * Leaf selector indicates no more child or parent selectors 886 UiSelector parent = (UiSelector)mSelectorAttributes.get(UiSelector.SELECTOR_PARENT); local 887 if (parent.getLastSubSelector() == null) { 888 return parent; 890 return parent.getLastSubSelector(); [all...] |
/libcore/luni/src/main/java/java/io/ |
File.java | 372 * child must have the same working directory as its parent. 448 * Returns the pathname of the parent of this file. This is the path up to 450 * parent. 452 * @return this file's parent pathname or {@code null}. 474 * Returns a new file made from the pathname of the parent of this file. 476 * returned when there is no parent. 478 * @return a new file representing this file's parent or {@code null}. 741 * The entries {@code .} and {@code ..} representing the current and parent 759 * The entries {@code .} and {@code ..} representing the current and parent 799 * The entries {@code .} and {@code ..} representing the current and parent 908 File parent = getParentFile(); local [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
Phaser.java | 96 * groups of sub-phasers share a common parent. This may greatly 101 * child phasers with their parent are managed automatically. 105 * child phaser is registered with its parent. Whenever the number of 108 * from its parent. 259 * parent). In this (relatively rare) case, we use built-in 261 * parent. 306 * The parent of this phaser, or null if none 308 private final Phaser parent; field in class:Phaser 381 phase = parent.doArrive(ONE_DEREGISTER); 386 phase = parent.doArrive(ONE_ARRIVAL) 402 final Phaser parent = this.parent; local [all...] |
PriorityBlockingQueue.java | 305 * its parent, or is the root. 320 int parent = (k - 1) >>> 1; local 321 Object e = array[parent]; 325 k = parent; 333 int parent = (k - 1) >>> 1; local 334 Object e = array[parent]; 338 k = parent;
|
/libcore/luni/src/main/java/java/util/logging/ |
Logger.java | 47 * <p>Loggers "inherit" log level setting from their parent if their own level is 51 * returns {@code true}, loggers also inherit their parent's handlers. In this 112 /** The parent logger of this logger. */ 113 Logger parent; field in class:Logger 123 * <li>the logging level of the parent 147 /** True to notify the parent's handlers of each log message. */ 188 Logger parent = this.parent; local 197 } else if (parent == null) { 207 * 2. This is a root logger (no parent) [all...] |
/libcore/luni/src/main/java/java/util/prefs/ |
XMLParser.java | 477 File parent = xmlFile.getParentFile(); local 478 File temporaryForWriting = new File(parent, "prefs-" + UUID.randomUUID() + ".xml.tmp");
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
DocumentImpl.java | 238 * Detaches the node from its parent (if any) and changes its document to 276 Node parent = nodeImpl.getParentNode(); local 277 if (parent != null) { 278 parent.removeChild(nodeImpl); 288 * parent node. Only adoptNode() should invoke this method, otherwise nodes
|
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/ |
DocumentBuilderImpl.java | 336 private void appendText(DocumentImpl document, Node parent, int token, String text) { 343 Node lastChild = parent.getLastChild(); 351 parent.appendChild(token == XmlPullParser.CDSECT
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldThreadGroupTest.java | 347 private ThreadGroup[] groups(ThreadGroup parent) { 349 int count = parent.activeGroupCount(); 351 parent.enumerate(all, false);
|
/ndk/sources/host-tools/nawk-20071023/ |
b.c | 44 #define parent(v) (v)->nnext macro 55 parent contains pointer to parent 134 penter(p1); /* enter parent pointers and leaf indices */ 183 void penter(Node *p) /* set up parent pointers and leaf indices */ 193 parent(left(p)) = p; 199 parent(left(p)) = p; 200 parent(right(p)) = p; 433 p = parent(v);
|
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ |
FolderSyncParserTests.java | 285 Mailbox parent = getMailboxWithName(parentName); local 287 assertNotNull(parent); 289 assertTrue((parent.mFlags & Mailbox.FLAG_HAS_CHILDREN) != 0); 290 return child.mParentKey == parent.mId;
|
/packages/apps/InCallUI/src/com/android/incallui/ |
CallButtonFragment.java | 79 final View parent = inflater.inflate(R.layout.call_button_fragment, container, false); local 81 mExtraRowButton = parent.findViewById(R.id.extraButtonRow); 83 mManageConferenceButton = parent.findViewById(R.id.manageConferenceButton); 90 mGenericMergeButton = parent.findViewById(R.id.cdmaMergeButton); 98 mEndCallButton = parent.findViewById(R.id.endButton); 110 mMuteButton = (ImageButton) parent.findViewById(R.id.muteButton); 119 mAudioButton = (ImageButton) parent.findViewById(R.id.audioButton); 127 mHoldButton = (ImageButton) parent.findViewById(R.id.holdButton); 136 mShowDialpadButton = (ToggleButton) parent.findViewById(R.id.dialpadButton); 138 mAddCallButton = (ImageButton) parent.findViewById(R.id.addButton) [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
AppsCustomizeTabHost.java | 220 // Take the visible pages and re-parent them temporarily to mAnimatorBuffer 235 // their parent was mAppsCustomizePane -- so set the scroll on mAnimationBuffer 441 ViewGroup parent = (ViewGroup) getParent(); local 442 if (parent == null) return; 444 final int count = parent.getChildCount(); 447 final View child = parent.getChildAt(i);
|
BubbleTextView.java | 254 ShortcutAndWidgetContainer parent = (ShortcutAndWidgetContainer) getParent(); local 255 if (parent != null) { 256 CellLayout layout = (CellLayout) parent.getParent();
|