HomeSort by relevance Sort by last modified time
    Searched defs:parent (Results 1 - 25 of 2177) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/elfutils/src/libelf/
elf_next.c 45 Elf *parent; local
49 if (elf == NULL || elf->parent == NULL)
52 /* We can be sure the parent is an archive. */
53 parent = elf->parent;
54 assert (parent->kind == ELF_K_AR);
56 rwlock_wrlock (parent->lock);
59 parent->state.ar.offset += (sizeof (struct ar_hdr)
60 + ((parent->state.ar.elf_ar_hdr.ar_size + 1)
64 ret = __libelf_next_arhdr_wrlock (parent) != 0 ? ELF_C_NULL : elf->cmd
    [all...]
  /external/v8/test/mjsunit/regress/
regress-crbug-229923.js 33 var parent = "external string turned into two byte"; variable
34 var slice_of_external = parent.substring(1);
37 // string looks like one-byte, but its parent is actually two-byte.
38 externalizeString(parent, true);
  /external/ltrace/
lens.c 34 struct value *parent; local
35 for (parent = value; (parent != NULL && parent->type != NULL
36 && parent->type->lens == NULL);
37 parent = parent->parent)
41 if (parent != NULL && parent->type != NUL
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
find_fn_imps.hpp 78 parent(size_type i) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
find_fn_imps.hpp 78 parent(size_type i) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
find_fn_imps.hpp 78 parent(size_type i) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
find_fn_imps.hpp 87 parent(size_type i) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
find_fn_imps.hpp 87 parent(size_type i) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
find_fn_imps.hpp 87 parent(size_type i) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/
find_fn_imps.hpp 87 parent(size_type i) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
find_fn_imps.hpp 87 parent(size_type i) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
find_fn_imps.hpp 78 parent(size_type i) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
find_fn_imps.hpp 87 parent(size_type i) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
find_fn_imps.hpp 78 parent(size_type i) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/
find_fn_imps.hpp 78 parent(size_type i) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
find_fn_imps.hpp 78 parent(size_type i) function in class:PB_DS_CLASS_C_DEC
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
CDATASectionImpl.java 57 Node parent = getParentNode(); local
59 parent.insertBefore(new CDATASectionImpl(document, parts[0] + "]]"), this);
61 parent.insertBefore(new CDATASectionImpl(document, ">" + parts[p] + "]]"), this);
83 parent.insertBefore(replacement, this);
84 parent.removeChild(this);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCommonTree.h 35 ANTLRCommonTree *parent; variable
42 @property (retain, getter=getParent, setter=setParent:) ANTLRCommonTree *parent; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCommonTree.h 35 ANTLRCommonTree *parent; variable
42 @property (retain, getter=getParent, setter=setParent:) ANTLRCommonTree *parent; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCommonTree.h 35 ANTLRCommonTree *parent; variable
42 @property (retain, getter=getParent, setter=setParent:) ANTLRCommonTree *parent; variable
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonTree.h 35 __strong ANTLRCommonTree *parent; variable
89 @property (retain) ANTLRCommonTree *parent; variable
  /external/compiler-rt/test/asan/TestCases/Linux/
signal_during_stop_the_world.cc 32 // Child constantly sends signals to parent to cause spurious return from
35 pid_t parent = getppid(); local
39 kill(parent, SIGCHLD);
40 kill(parent, SIGPROF);
  /external/eigen/Eigen/src/SparseLU/
SparseLU_relax_snode.h 51 Index j, parent; local
56 parent = et(j);
57 if (parent != n) // not the dummy root
58 descendants(parent) += descendants(j) + 1;
64 parent = et(j);
66 while ( parent != n && descendants(parent) < relax_columns )
68 j = parent;
69 parent = et(j);
  /external/libmtp/examples/
newfolder.c 40 printf("Usage: newfolder name <parent> <storage>\n");
41 printf(" parent = parent folder or 0 to create the new folder in the root dir\n");
58 char * parent = dirname(path); local
60 int id = parse_path (parent,files,folders);
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/writer/
JavaFileWriter.java 26 File parent = exactPath.getParentFile(); local
27 parent.mkdirs();

Completed in 2034 milliseconds

1 2 3 4 5 6 7 8 91011>>