/external/valgrind/main/coregrind/ |
m_libcproc.c | 227 // Environment cleanup is also handled during parent launch 361 /* parent */ 596 /* on success: wLO = child pid; wHI = 1 for child, 0 for parent */ 662 vg_atfork_t parent; member in struct:atfork 671 void VG_(atfork)(vg_atfork_t pre, vg_atfork_t parent, vg_atfork_t child) 677 atforks[i].parent == parent && 687 atforks[n_atfork].parent = parent; 707 if (atforks[i].parent != NULL [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPNodeUtils.java | 135 * Find or create a child node under a given parent node. If the parent node is no 138 * @param parent 139 * the parent node 147 static XMPNode findChildNode(XMPNode parent, String childName, boolean createNodes) 150 if (!parent.getOptions().isSchemaNode() && !parent.getOptions().isStruct()) 152 if (!parent.isImplicit()) 157 else if (parent.getOptions().isArray()) 164 parent.getOptions().setStruct(true) 297 XMPNode parent = node.getParent(); local [all...] |
/frameworks/av/media/mtp/ |
MtpDevice.cpp | 356 MtpObjectFormat format, MtpObjectHandle parent) { 362 mRequest.setParameter(3, parent); 413 MtpObjectHandle parent = info->mParent; local 414 if (parent == 0) 415 parent = MTP_PARENT_ROOT; 502 MtpObjectHandle parent = info->mParent; local 504 return parent;
|
/frameworks/base/core/java/android/transition/ |
ChangeBounds.java | 44 private static final String PROPNAME_PARENT = "android:changeBounds:parent"; 71 * Setting this flag tells ChangeBounds to track the before/after parent 73 * default because it requires the parent instances to be the same 77 * @param reparent true if the transition should track the parent 78 * container of target views and animate parent changes. 170 final ViewGroup parent = (ViewGroup) view.getParent(); local 171 parent.suppressLayout(true); 177 parent.suppressLayout(false); 184 parent.suppressLayout(false); 190 parent.suppressLayout(false) 236 final ViewGroup parent = (ViewGroup) view.getParent(); local [all...] |
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
VCardEntryTests.java | 134 VCardEntry parent = entries.get(1); local 136 assertEquals("test1", parent.getDisplayName()); 138 List<VCardEntry.PhoneData> phoneList = parent.getPhoneList();
|
/frameworks/support/v4/java/android/support/v4/widget/ |
ExploreByTouchHelper.java | 48 * This should be applied to the parent view using 177 final ViewParent parent = mView.getParent(); local 178 if (parent == null) { 183 return ViewParentCompat.requestSendAccessibilityEvent(parent, mView, event); 187 * Notifies the accessibility framework that the properties of the parent 191 * parent view. 227 * the parent view. 332 * @return An {@link AccessibilityNodeInfoCompat} for the parent node. 364 * Uses the bounds of the parent view and the parent-relative boundin [all...] |
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/ |
mcContainer.h | 196 mcSpid_t parent; member in struct:__anon34399
|
/libcore/luni/src/main/java/java/net/ |
NetworkInterface.java | 51 private NetworkInterface parent = null; field in class:NetworkInterface 304 interfaces[counter2].parent = interfaces[counter]; 393 * Returns the parent NetworkInterface of this interface if this is a 400 return parent; 494 * the parent followed by a colon (:) and a number identifying the child, 502 return parent != null;
|
/libcore/luni/src/main/java/java/text/ |
Bidi.java | 400 long parent = 0; local 402 parent = createUBiDi(text, 0, embeddings, 0, this.length, dir); 404 return createEmptyLineBidi(parent); 406 return new Bidi(ubidi_setLine(parent, lineStart, lineLimit)); 408 ubidi_close(parent); 412 private Bidi createEmptyLineBidi(long parent) { 414 Bidi result = new Bidi(parent);
|
/libcore/luni/src/main/java/java/util/ |
Timer.java | 94 int parent = (current - 1) / 2; local 96 while (timers[current].when < timers[parent].when) { 99 timers[current] = timers[parent]; 100 timers[parent] = tmp; 103 current = parent; 104 parent = (current - 1) / 2; 119 // compare selected child with parent
|
/libcore/luni/src/main/java/java/util/logging/ |
LogManager.java | 166 // if global logger has been initialized, set root as its parent 229 Logger parent = null; local 230 // find parent 235 parent = loggers.get(parentName); 236 if (parent != null) { 237 setParent(logger, parent); 241 parent = Logger.getLogger(parentName); 242 setParent(logger, parent); 246 if (parent == null && (parent = loggers.get("")) != null) [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
MailboxUtilities.java | 43 * Recalculate a mailbox's flags and the parent key of any children 68 // Mark parent mailboxes as parents & add parent key to children 90 // Mark this is having no parent, so that we don't examine this mailbox again 96 // Save away updated flags and parent key (if any) 103 * Recalculate a mailbox's flags and the parent key of any children 135 // The selection we'll use to find uninitialized parent key mailboxes 138 // We'll loop through mailboxes with an uninitialized parent key 149 // Fixup the parent so that the children's parentKey is updated 158 // Any mailboxes without a parent key should have parentKey set to -1 (no parent 238 Mailbox parent = Mailbox.restoreMailboxWithId(context, parentId); local [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalSource.java | 200 Path parent = pid.path.getParent(); local 201 if (parent == LocalImage.ITEM_PATH) { 203 } else if (parent == LocalVideo.ITEM_PATH) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/ |
MainPanel.java | 82 ViewGroup parent = (ViewGroup) mMainView.getParent(); local 83 parent.removeView(mMainView);
|
/packages/apps/InCallUI/src/com/android/incallui/ |
DialpadFragment.java | 125 // if not a long press, and parent onKeyDown accepts the input 175 // if not a long press, and parent onKeyDown accepts the input 373 final View parent = inflater.inflate( local 375 mDtmfDialerField = (EditText) parent.findViewById(R.id.dtmfDialerField); 383 setupKeypad(parent); 385 return parent; 446 private void setupKeypad(View parent) { 451 button = parent.findViewById(viewId);
|
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
ElementTimeImpl.java | 61 * To get the parent node on the ElementTime tree. It is in opposition to getTimeChildren. 62 * @return the parent ElementTime. Returns <code>null</code> if there is no parent. 236 * inherited from the fillDefault value of the parent element. 239 ElementTime parent = getParentElementTime(); local 240 if (parent == null) { 243 * If there is no parent element, the value is "auto". 247 return ((ElementTimeImpl) parent).getFillDefault();
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationViewHeader.java | 175 ViewGroup parent = (ViewGroup) getParent(); local 176 if (parent == null) { 180 final int h = Utils.measureViewHeight(this, parent);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
WordListPreference.java | 102 public View onCreateView(final ViewGroup parent) { 105 final View newView = super.onCreateView(parent); 250 final ViewParent parent = v.getParent(); local 252 if (!(parent instanceof ListView)) return; 253 final ListView listView = (ListView)parent;
|
/prebuilts/devtools/tools/lib/ |
sdkstats.jar | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
iso_fs.h | 133 /* We use this to help us look up the parent inode numbers. */ 138 char parent[2]; /* 721 */ member in struct:iso_path_table
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
iso_fs.h | 133 /* We use this to help us look up the parent inode numbers. */ 138 char parent[2]; /* 721 */ member in struct:iso_path_table
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
iso_fs.h | 133 /* We use this to help us look up the parent inode numbers. */ 138 char parent[2]; /* 721 */ member in struct:iso_path_table
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
device.h | 145 struct class_device *parent; member in struct:class_device 177 struct device * parent; member in struct:device
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
device.h | 145 struct class_device *parent; member in struct:class_device 177 struct device * parent; member in struct:device
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
device.h | 145 struct class_device *parent; member in struct:class_device 177 struct device * parent; member in struct:device
|