Searched refs:new_value (Results 1 – 2 of 2) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | Tools.cs | 664 internal static void UpdateNodeValue(string file_name, string node_name, string new_value) in UpdateNodeValue() argument 667 …deValue called. file_name=" + file_name + ", node_name=" + node_name + ", new_value=" + new_value); in UpdateNodeValue() 679 if (node.InnerText != new_value) in UpdateNodeValue() 695 node.InnerText = new_value; in UpdateNodeValue() 697 …eLine("updateNodeValue: file: " + file_name + ", node: " + node_name + ", newvalue: " + new_value); in UpdateNodeValue() 821 internal static void UpdateNodeValueByPath(string file_name, string xpath, string new_value) in UpdateNodeValueByPath() argument 824 …odeValueByPath called. file_name=" + file_name + ", xpath=" + xpath + ", new_value=" + new_value); in UpdateNodeValueByPath() 840 if (target.InnerText != new_value) in UpdateNodeValueByPath() 849 target.InnerText = new_value; in UpdateNodeValueByPath() 851 …ine("UpdateNodeValueByPath: file=" + file_name + ", xpath=" + xpath + ", new_value=" + new_value); in UpdateNodeValueByPath()
|
| D | CafeFunctions.cs | 2224 uint new_value = prev_value | arg_value; in run() 2225 PPC_OS_FLAGS.value = new_value.ToString(); in run() 2258 uint new_value = (uint)(debug_flags & ~0xf) | (debug_proc_id & 0xf); in run() 2259 DEBUG_FLAGS.value = new_value.ToString(); in run() 2276 uint new_value = debug_flags | (debug_proc_id & 0xf); in run() 2277 DEBUG_FLAGS.value = new_value.ToString(); in run() 2315 uint new_value = prev_value | arg_value; in run() 2316 PPC_OS_FLAGS.value = new_value.ToString(); in run() 2376 uint new_value = prev_value | 0x02000; in run() 2377 PPC_OS_FLAGS.value = new_value.ToString(); in run() [all …]
|