HomeSort by relevance Sort by last modified time
    Searched refs:old_node (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_MCS_lock.c 257 ptw32_mcs_node_transfer (ptw32_mcs_local_node_t * new_node, ptw32_mcs_local_node_t * old_node)
259 new_node->lock = old_node->lock;
266 (PTW32_INTERLOCKED_PVOID)old_node)
267 != old_node)
272 while (old_node->next == 0)
276 new_node->next = old_node->next;
implement.h 675 void ptw32_mcs_node_transfer (ptw32_mcs_local_node_t * new_node, ptw32_mcs_local_node_t * old_node);
    [all...]
  /external/chromium_org/v8/src/
liveedit-debugger.js 102 function HarvestTodo(old_node) {
119 if (old_node.status == FunctionStatus.DAMAGED) {
120 CollectDamaged(old_node);
123 if (old_node.status == FunctionStatus.UNCHANGED) {
124 update_positions_list.push(old_node);
125 } else if (old_node.status == FunctionStatus.SOURCE_CHANGED) {
126 update_positions_list.push(old_node);
127 } else if (old_node.status == FunctionStatus.CHANGED) {
128 replace_code_list.push(old_node);
129 CollectNew(old_node.unmatched_new_nodes)
    [all...]
  /external/v8/src/
liveedit-debugger.js 90 function HarvestTodo(old_node) {
107 if (old_node.status == FunctionStatus.DAMAGED) {
108 CollectDamaged(old_node);
111 if (old_node.status == FunctionStatus.UNCHANGED) {
112 update_positions_list.push(old_node);
113 } else if (old_node.status == FunctionStatus.SOURCE_CHANGED) {
114 update_positions_list.push(old_node);
115 } else if (old_node.status == FunctionStatus.CHANGED) {
116 replace_code_list.push(old_node);
117 CollectNew(old_node.unmatched_new_nodes)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ast.py 113 def copy_location(new_node, old_node):
116 *old_node* to *new_node* if possible, and return *new_node*.
119 if attr in old_node._attributes and attr in new_node._attributes \
120 and hasattr(old_node, attr):
121 setattr(new_node, attr, getattr(old_node, attr))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ast.py 113 def copy_location(new_node, old_node):
116 *old_node* to *new_node* if possible, and return *new_node*.
119 if attr in old_node._attributes and attr in new_node._attributes \
120 and hasattr(old_node, attr):
121 setattr(new_node, attr, getattr(old_node, attr))
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 1533 const BookmarkNode* old_node = parent; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 1664 const BookmarkNode* old_node = parent; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h 602 struct cgraph_node * cgraph_create_virtual_clone (struct cgraph_node *old_node,
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h 602 struct cgraph_node * cgraph_create_virtual_clone (struct cgraph_node *old_node,
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h 602 struct cgraph_node * cgraph_create_virtual_clone (struct cgraph_node *old_node,
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h 602 struct cgraph_node * cgraph_create_virtual_clone (struct cgraph_node *old_node,
    [all...]
  /external/srec/srec/crec/
srec_context.c 2234 FSMnode* old_node; local
    [all...]

Completed in 1423 milliseconds