Home
last modified time | relevance | path

Searched refs:match (Results 1 – 6 of 6) sorted by relevance

/CafeSDK-2.12.13-1/system/bin/tool/
Dpreloadcheck.sh270 match=$(echo "$rpl_files:0}" | grep -o $i)
271 [[ -z $match ]] && rpl_files=("${rpl_files[@]}" $i) \
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/
Dgfd.sln.bat14 :: (we didn't want to match only "system" as it might not be unique enough)
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/
DTexConv2.sln.bat14 :: (we didn't want to match only "system" as it might not be unique enough)
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.sln.bat14 :: (we didn't want to match only "system" as it might not be unique enough)
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DExecutableClasses.cs1675 internal static void AddNotification(string match, ManualResetEvent evt) in AddNotification() argument
1677 …eyValuePair<string, ManualResetEvent> kvp = new KeyValuePair<string, ManualResetEvent>(match, evt); in AddNotification()
1695 internal static void AddNotification(string match, Func<string, bool> callback) in AddNotification() argument
1697 …ir<string, Func<string, bool>> kvp = new KeyValuePair<string, Func<string, bool>>(match, callback); in AddNotification()
1707 Log.WriteLine("Overriding existing handler for '{0}'!", match); in AddNotification()
/CafeSDK-2.12.13-1/
Dcafe.bat667 :: if versions don't match and have not been changed yet change them