/external/emma/core/java12/com/vladium/emma/report/ |
ClassItem.java | 136 final int mline = mlines [ml]; local 138 int [] data = (int []) cldata.get (mline); 142 cldata.put (mline, data); 145 final int [] lblocks = (int []) mlineMap.get (mline);
|
SrcFileItem.java | 163 final int mline = mlines [ml]; local 165 int [] data = (int []) fldata.get (mline); 169 fldata.put (mline, data); 172 final int [] lblocks = (int []) mlineMap.get (mline);
|
/external/webrtc/webrtc/modules/audio_device/win/ |
audio_mixer_manager_win.cc | 1743 MIXERLINE mline; local 1795 MIXERLINE mline; local [all...] |
/external/python/cpython2/Mac/Demo/sound/ |
morse.py | 140 mline = morse(line) 141 print mline 142 play(mline, dev)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ |
morse.py | 101 mline = morse(line)
102 play(mline, dev, wave)
|
/external/python/cpython2/Demo/scripts/ |
morse.py | 101 mline = morse(line) 102 play(mline, dev, wave)
|
/external/webrtc/talk/app/webrtc/ |
webrtcsdp.cc | 716 // Update |mline|'s default destination and append a c line after it. 719 const std::string& mline, 722 AddLine(mline, &new_lines); 726 rtc::split(mline, kSdpDelimiterSpace, &fields); 781 // Get candidates according to the mline index from SessionDescriptionInterface. 1269 std::string mline = os.str(); local [all...] |
/external/emma/lib/ |
emma.jar | |
/external/owasp/sanitizer/tools/emma/lib/ |
emma.jar | |