/external/quake/quake/src/QW/gas2masm/ |
gas2masm.mak | 35 # PROP Target_Last_Scanned "gas2masm - Win32 Debug"
41 # PROP BASE Use_MFC 0
42 # PROP BASE Use_Debug_Libraries 0
43 # PROP BASE Output_Dir "Release"
44 # PROP BASE Intermediate_Dir "Release"
45 # PROP BASE Target_Dir ""
46 # PROP Use_MFC 0
47 # PROP Use_Debug_Libraries 0
48 # PROP Output_Dir "Release"
49 # PROP Intermediate_Dir "Release" [all...] |
/external/quake/quake/src/QW/client/ |
qwcl.mak | 36 # PROP Target_Last_Scanned "qwcl - Win32 GL Debug"
43 # PROP BASE Use_MFC 0
44 # PROP BASE Use_Debug_Libraries 0
45 # PROP BASE Output_Dir "qwcl___W"
46 # PROP BASE Intermediate_Dir "qwcl___W"
47 # PROP BASE Target_Dir ""
48 # PROP Use_MFC 0
49 # PROP Use_Debug_Libraries 0
50 # PROP Output_Dir "release"
51 # PROP Intermediate_Dir "release" [all...] |
/external/doclava/src/com/google/doclava/ |
DocFile.java | 28 public static final Pattern PROP = Pattern.compile("([^=]+)=(.*)"); 98 Matcher prop = PROP.matcher(line); local 99 if (prop.matches()) { 100 String key = prop.group(1); 101 String value = prop.group(2);
|
Doclava.java | 897 Matcher prop = DocFile.PROP.matcher(line); local 898 if (prop.matches()) { 899 String key = prop.group(1); 900 String value = prop.group(2); [all...] |
/external/quake/quake/src/QW/server/ |
qwsv.mak | 33 # PROP Target_Last_Scanned "qwsv - Win32 Debug"
39 # PROP BASE Use_MFC 0
40 # PROP BASE Use_Debug_Libraries 0
41 # PROP BASE Output_Dir "Release"
42 # PROP BASE Intermediate_Dir "Release"
43 # PROP BASE Target_Dir ""
44 # PROP Use_MFC 0
45 # PROP Use_Debug_Libraries 0
46 # PROP Output_Dir "Release"
47 # PROP Intermediate_Dir "Release" [all...] |
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
picoloaddbg.lua | 13 -- :SYM "<sym>" :PROP mapval = <uint8> { , <propname> = <int> }
60 -- get :PROP and mapval prop/propval
61 propval = string.match(cline, "^:PROP%s+mapval%s*=%s*(%d+)%s*")
63 cline = string.gsub(cline, "^:PROP%s+mapval%s*=%s*%d+%s*", "")
76 -- try to get next prop/propval and add to props
77 prop, propval = string.match(cline, "^,%s*(%w+)%s*=%s*(%d+)%s*")
78 if prop and propval then
80 props[prop] = tonumber(propval)
109 for prop, propval in pairs(p) do [all...] |
picoloadphones.lua | 12 -- :SYM "<sym>" :PROP mapval = <uint8> { , <propname> = <int> }
58 -- get :PROP and mapval prop/propval
59 propval = string.match(cline, "^:PROP%s+mapval%s*=%s*(%d+)%s*")
61 cline = string.gsub(cline, "^:PROP%s+mapval%s*=%s*%d+%s*", "")
74 -- try to get next prop/propval and add to props
75 prop, propval = string.match(cline, "^,%s*(%w+)%s*=%s*(%d+)%s*")
76 if prop and propval then
78 props[prop] = tonumber(propval)
107 for prop, propval in pairs(p) do [all...] |
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |
/prebuilts/misc/common/antlr/ |
antlr-3.4-complete.jar | |