Searched defs:target_node (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
H A Dmem_fs.cc172 ScopedNode target_node; local
192 error = FindNode(target_path, 0, &target_node);
195 if (target_node->IsaDir()) {
197 if (target_node->ChildCount()) {
207 target_parent = target_node;
227 // Re-parent the old target_node if we failed to add the new one.
229 target_parent->AddChild(target_path.Basename(), target_node);
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c409 ListNode *target_node; local
414 target_node = head->next;
415 *output = target_node;
456 ListNode *target_node; local
464 &target_node)) {
469 target_node = list_add_value(symbol_map_head, new_symbol_map_value,
473 target_map_value = (SymbolMapValue*)target_node->value;
495 ListNode *target_node; local
502 if (list_find(head, symbol_name, symbol_names_match, &target_node)) {
506 assert_true(target_node);
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
H A Dnuma.c232 static cpu_set_t bind_to_node(int target_node) argument
247 if (target_node == -1) {
251 int cpu_start = (target_node + 0) * cpus_per_node;
252 int cpu_stop = (target_node + 1) * cpus_per_node;

Completed in 372 milliseconds