HomeSort by relevance Sort by last modified time
    Searched defs:parent (Results 101 - 125 of 4057) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorText.java 57 ElemTemplateElement parent = handler.getElemTemplateElement(); local
59 parent.appendChild(elem);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
PrefixResolverDefault.java 80 Node parent = namespaceContext; local
91 while ((null != parent) && (null == namespace)
92 && (((type = parent.getNodeType()) == Node.ELEMENT_NODE)
97 if (parent.getNodeName().indexOf(prefix+":") == 0)
98 return parent.getNamespaceURI();
99 NamedNodeMap nnm = parent.getAttributes();
122 parent = parent.getParentNode();
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncLang.java 48 int parent = xctxt.getCurrentNode(); local
50 DTM dtm = xctxt.getDTM(parent);
52 while (DTM.NULL != parent)
54 if (DTM.ELEMENT_NODE == dtm.getNodeType(parent))
56 int langAttr = dtm.getAttributeNode(parent, "http://www.w3.org/XML/1998/namespace", "lang");
77 parent = dtm.getParent(parent);
  /external/autotest/client/common_lib/cros/cfm/usb/
usb_device.py 17 parent=None):
30 @param parent: Optional parent UsbDevice. A parent device is a device that
40 self._parent = parent
83 def parent(self): member in class:UsbDevice
85 Returns the parent device of this device.
88 @returns the parent or None.
92 @parent.setter
93 def parent(self, value) member in class:UsbDevice
    [all...]
  /external/blktrace/btt/
dip_rb.c 27 struct rb_node *parent = NULL; local
32 parent = *p;
33 __iop = rb_entry(parent, struct io, rb_node);
44 rb_link_node(&iop->rb_node, parent, p);
  /external/caliper/caliper/src/main/java/com/google/caliper/platform/jvm/
EffectiveClassPath.java 55 @Nullable ClassLoader parent = classLoader.getParent(); local
56 if (parent != null) {
57 files.addAll(getClassPathFiles(parent));
  /external/droiddriver/src/io/appium/droiddriver/validators/
DefaultAccessibilityValidator.java 49 UiElement parent = element.getParent(); local
50 return parent != null && parent.isScrollable();
  /external/e2fsprogs/lib/ext2fs/
get_pathname.c 36 ext2_ino_t parent; member in struct:get_pathname_struct
57 gp->parent = dirent->inode;
96 gp.parent = 0;
120 retval = ext2fs_get_pathname_int(fs, gp.parent, dir, maxdepth-1,
  /external/eigen/Eigen/src/SparseLU/
SparseLU_heap_relax_snode.h 67 Index j, parent; local
71 parent = et(j);
72 if (parent != n) // not the dummy root
73 descendants(parent) += descendants(j) + 1;
83 parent = et(j);
85 while ( parent != n && descendants(parent) < relax_columns )
87 j = parent;
88 parent = et(j);
  /external/elfutils/libelf/
elf_end.c 45 Elf *parent; local
79 parent = elf->parent;
80 if (parent != NULL)
88 rwlock_rdlock (parent->lock);
91 if (parent->state.ar.children == elf)
92 parent->state.ar.children = elf->next;
95 struct Elf *child = parent->state.ar.children;
103 rwlock_unlock (parent->lock);
220 if (elf->map_address != NULL && parent == NULL
    [all...]
  /external/emma/ant/ant15/com/vladium/emma/ant/
XFileSet.java 51 final File parent = file.getParentFile (); local
52 if (parent != null) setDir (parent);
  /external/google-breakpad/src/common/dwarf/
dwarf2diehandler.cc 61 // The stack entry for the parent of this DIE, if there is one.
62 HandlerStack *parent = die_handlers_.empty() ? NULL : &die_handlers_.top(); local
64 // Does this call indicate that we're done receiving the parent's
66 if (parent && parent->handler_ && !parent->reported_attributes_end_) {
67 parent->reported_attributes_end_ = true;
68 if (!parent->handler_->EndAttributes()) {
69 // Finish off this handler now. and edit *PARENT to indicate that
71 parent->handler_->Finish()
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
MultiplierImpl.java 14 final MicroPropsGenerator parent; field in class:MultiplierImpl
19 parent = null;
25 parent = null;
28 private MultiplierImpl(MultiplierImpl base, MicroPropsGenerator parent) {
31 this.parent = parent;
34 public MicroPropsGenerator copyAndChain(MicroPropsGenerator parent) {
35 return new MultiplierImpl(this, parent);
40 MicroProps micros = parent.processQuantity(quantity);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
MultiplierImpl.java 10 final MicroPropsGenerator parent; field in class:MultiplierImpl
15 parent = null;
21 parent = null;
24 private MultiplierImpl(MultiplierImpl base, MicroPropsGenerator parent) {
27 this.parent = parent;
30 public MicroPropsGenerator copyAndChain(MicroPropsGenerator parent) {
31 return new MultiplierImpl(this, parent);
36 MicroProps micros = parent.processQuantity(quantity);
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typesolvers/
AarTypeSolver.java 31 private TypeSolver parent; field in class:AarTypeSolver
48 return parent;
52 public void setParent(TypeSolver parent) {
53 this.parent = parent;
  /external/javassist/src/main/javassist/
CtNewNestedClass.java 55 CtClass parent = clazz.getClassPool().get(outName); local
56 updateInnerEntry(mod, name, parent, false);
  /external/libexif/libexif/
exif-entry.h 65 ExifContent *parent; member in struct:_ExifEntry
179 #define exif_entry_get_ifd(e) ((e)?exif_content_get_ifd((e)->parent):EXIF_IFD_COUNT)
  /external/libexif/libexif/pentax/
exif-mnote-data-pentax.h 36 ExifMnoteData parent; member in struct:_ExifMnoteDataPentax
  /external/libxcam/wrapper/gstreamer/
gstxcambufferpool.h 41 GstBufferPool parent; member in struct:_GstXCamBufferPool
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
1-2.c 22 * pthread_atfork registers the 'parent' handler to be called after fork()
23 * processing in the context of the fork() calling thread in the parent process.
101 void parent(void) function
159 FAILED("parent handler was not called in the thread s context");
162 /* Parent joins the child */
198 ret = pthread_atfork(prepare, parent, child);
3-2.c 90 void parent(void) function
145 FAILED("parent handler skipped some rounds");
148 /* Parent joins the child */
186 ret = pthread_atfork(prepare, parent, child);
  /external/mesa3d/src/compiler/nir/
nir_opt_undef.c 50 nir_instr *parent = instr->src[i].src.ssa->parent_instr; local
51 if (parent->type != nir_instr_type_ssa_undef)
  /external/mesa3d/src/util/
slab.h 27 * Objects are allocated from "child" pools that are connected to a "parent"
35 * to the same parent is allowed (and requires no locking by the caller), but
39 * functions around a single parent-child pair.
57 struct slab_parent_pool *parent; member in struct:slab_child_pool
67 * This list is protected by the parent mutex.
72 void slab_create_parent(struct slab_parent_pool *parent,
75 void slab_destroy_parent(struct slab_parent_pool *parent);
77 struct slab_parent_pool *parent);
83 struct slab_parent_pool parent; member in struct:slab_mempool
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
MkdCommandHandler.java 28 * <li>If the parent directory of the specified pathname does not exist, then reply with 550</li>
30 * <li>If the current user does not have write and execute access to the parent directory, then reply with 550</li>
43 String parent = getFileSystem().getParent(path); local
46 verifyFileSystemCondition(getFileSystem().exists(parent), parent, "filesystem.doesNotExist"); local
49 // User must have write permission to the parent directory
50 verifyWritePermission(session, parent);
52 // User must have execute permission to the parent directory
53 verifyExecutePermission(session, parent);
  /external/oj-libjdwp/src/share/back/
ThreadGroupReferenceImpl.c 60 parent(PacketInputStream *in, PacketOutputStream *out) function
78 (void)outStream_writeObjectRef(env, out, info.parent);
140 (void *)parent,

Completed in 1150 milliseconds

1 2 3 45 6 7 8 91011>>