Searched refs:new_value (Results 1 – 2 of 2) sorted by relevance
| /CafeSDK-2.12.13/system/src/tool/cafex/ |
| D | Tools.cs | 640 internal static void UpdateNodeValue(string file_name, string node_name, string new_value) in UpdateNodeValue() argument 643 …deValue called. file_name=" + file_name + ", node_name=" + node_name + ", new_value=" + new_value); in UpdateNodeValue() 655 if (node.InnerText != new_value) in UpdateNodeValue() 671 node.InnerText = new_value; in UpdateNodeValue() 673 …eLine("updateNodeValue: file: " + file_name + ", node: " + node_name + ", newvalue: " + new_value); in UpdateNodeValue() 797 internal static void UpdateNodeValueByPath(string file_name, string xpath, string new_value) in UpdateNodeValueByPath() argument 800 …odeValueByPath called. file_name=" + file_name + ", xpath=" + xpath + ", new_value=" + new_value); in UpdateNodeValueByPath() 816 if (target.InnerText != new_value) in UpdateNodeValueByPath() 825 target.InnerText = new_value; in UpdateNodeValueByPath() 827 …ine("UpdateNodeValueByPath: file=" + file_name + ", xpath=" + xpath + ", new_value=" + new_value); in UpdateNodeValueByPath()
|
| D | CafeFunctions.cs | 2120 uint new_value = prev_value | arg_value; in run() 2121 PPC_OS_FLAGS.value = new_value.ToString(); in run() 2154 uint new_value = (uint)(debug_flags & ~0xf) | (debug_proc_id & 0xf); in run() 2155 DEBUG_FLAGS.value = new_value.ToString(); in run() 2172 uint new_value = debug_flags | (debug_proc_id & 0xf); in run() 2173 DEBUG_FLAGS.value = new_value.ToString(); in run() 2211 uint new_value = prev_value | arg_value; in run() 2212 PPC_OS_FLAGS.value = new_value.ToString(); in run() 2271 uint new_value = prev_value | 0x02000; in run() 2272 PPC_OS_FLAGS.value = new_value.ToString(); in run() [all …]
|