/external/tensorflow/tensorflow/contrib/checkpoint/python/ |
containers_test.py | 94 for child in node.children: 95 dependency_names.append(child.local_name)
|
/external/tensorflow/tensorflow/core/platform/ |
file_system.cc | 107 for (const string& child : children) { 108 const string child_path = io::JoinPath(dir, child); 109 // If the child is a directory add it to the queue, otherwise delete it.
|
/external/v8/src/profiler/ |
sampling-heap-profiler.h | 83 for (auto child : children_) { 84 delete child.second;
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
ParseRDF.java | 132 Node child = rdfRdfNode.getChildNodes().item(i); local 134 if (!isWhitespaceNode(child)) 136 rdf_NodeElement (xmp, xmpParent, child, true); 446 // or an emptyPropertyElt. Look at the child XML nodes to decide which. 583 // found second child element 585 "Invalid child of resource property element", BADRDF); 597 // didn't found any child elements 598 throw new XMPException("Missing child of resource property element", BADRDF); 651 Node child = xmlNode.getChildNodes().item(i); local 652 if (child.getNodeType() == Node.TEXT_NODE 1168 XMPNode child = (XMPNode) it.next(); local [all...] |
/art/tools/ahat/src/main/com/android/ahat/dominators/ |
Dominators.java | 299 for (Node child : graph.getReferencesForDominators(root)) { 300 dfs.push(new Link(rootS, child)); 336 for (Node child : graph.getReferencesForDominators(link.dst)) { 337 dfs.push(new Link<>(dstS, child));
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
BlankDebugEventListener.cs | 122 public virtual void AddChild(object root, object child) {
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
BlankDebugEventListener.cs | 155 public virtual void AddChild( object root, object child )
|
/external/antlr/runtime/Cpp/include/ |
antlr3debugeventlistener.hpp | 376 /** Make childID a child of rootID. 383 virtual void addChild( TreeType* root, TreeType* child);
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
BlankDebugEventListener.java | 73 @Override public void addChild(Object root, Object child) {}
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeWizard.java | 197 Object child = adaptor.getChild(t, i); local 198 _index(child, m); 268 Object child = adaptor.getChild(t, i); local 269 _visit(child, t, i, ttype, visitor);
|
/external/antlr/runtime/ObjC/Framework/ |
CommonTreeAdaptor.h | 56 - (void) setChild:(CommonTree *)t At:(NSInteger)i Child:(CommonTree *)child;
|
/external/autotest/client/bin/result_tools/ |
utils.py | 174 child = result_info.ResultInfo( 177 # Add files in summary to child. 179 child.files.append(info) 181 parent.files.append(child) 182 parent = child
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
TestComparisonBuilder.java | 35 for (String child : children) { 37 int compare = comp.compare(last, child); 39 errln("Elements not ordered:\t" + last + ", " + child 44 last = child;
|
/external/e2fsprogs/lib/support/ |
dict.c | 84 * its right child C are rearranged so that the P instead becomes the left 85 * child of C. The left subtree of C is inherited as the new right subtree 624 /* rotation between parent and child preserves grandpa */ 667 dnode_t *nil = dict_nil(dict), *child, *delparent = delete->parent; local 697 * moving up its right child into its place. 700 child = next->right; 701 child->parent = nextparent; 704 nextparent->left = child; 707 nextparent->right = child; 734 child = (delete->left != nil) ? delete->left : delete->right [all...] |
/external/f2fs-tools/fsck/ |
dict.c | 79 * its right child C are rearranged so that the P instead becomes the left 80 * child of C. The left subtree of C is inherited as the new right subtree 600 /* rotation between parent and child preserves grandpa */ 642 dnode_t *nil = dict_nil(dict), *child, *delparent = delete->parent; local 672 * moving up its right child into its place. 675 child = next->right; 676 child->parent = nextparent; 679 nextparent->left = child; 682 nextparent->right = child; 709 child = (delete->left != nil) ? delete->left : delete->right [all...] |
/external/google-breakpad/src/client/linux/handler/ |
exception_handler.h | 172 // Write a minidump of |child| immediately. This can be used to 173 // capture the execution state of |child| independently of a crash. 175 // the child process the one from which a crash signature is 179 // the code that will eventually reap |child| executes. 180 // Otherwise there's a pernicious race condition in which |child| 183 static bool WriteMinidumpForChild(pid_t child,
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
linux_dumper.h | 104 // Copy content of |length| bytes from a given process |child|, 106 virtual bool CopyFromProcess(void* dest, pid_t child, const void* src,
|
/external/google-breakpad/src/client/mac/handler/ |
exception_handler.h | 150 // Write a minidump of child immediately. This can be used to capture 151 // the execution state of a child process independently of a crash. 152 static bool WriteMinidumpForChild(mach_port_t child,
|
/external/grpc-grpc/src/core/lib/json/ |
json_string.cc | 185 if (!json->parent->child) { 186 json->parent->child = json; 323 if (json->child) 324 json_dump_recursive(writer, json->child,
|
/external/iproute2/tc/ |
m_ematch.h | 64 struct ematch *child; member in struct:ematch
|
/external/libmtp/examples/ |
folders.c | 38 dump_folder_list(folderlist->child, level+1);
|
/external/ltp/testcases/kernel/fs/fs_bind/move/ |
00_Descriptions.txt | 25 test01 - shared child to shared parent. 51 shared child to shared parent.
|
/external/ltp/testcases/kernel/syscalls/sigrelse/ |
sigrelse01.c | 56 * set up pipe for parent/child communications 57 * fork off a child process 61 * wait for child to send ready message over pipe 62 * send all catchable signals to child process 64 * wait for child to terminate and check exit value 75 * else if exit is HANDLE_ERR then BROK (error in child's 79 * child(): 96 * since child is executing system calls under test, no 126 static void child(void); 145 #define CHILD_EXIT(VAL) ((VAL >> 8) & 0377) /* exit value of child process * 379 static void child(void) function [all...] |
/external/mesa3d/src/compiler/nir/ |
nir_lower_constant_initializers.c | 56 deref.deref.child = NULL;
|
nir_lower_wpos_center.c | 91 assert(dvar->deref.child == NULL);
|