HomeSort by relevance Sort by last modified time
    Searched defs:synth (Results 1 - 6 of 6) sorted by null

  /external/lldb/source/DataFormatters/
TypeCategory.cpp 29 m_synth_nav(new SynthNavigator("synth",clist)),
30 m_regex_synth_nav(new RegexSynthNavigator("regex-synth",clist)),
65 // first find both Filter and Synth, and then check which is most recent
74 ScriptedSyntheticChildren::SharedPointer synth; local
75 if (!GetSyntheticNavigator()->Get(valobj, synth, use_dynamic, &reason_synth))
76 regex_synth = GetRegexSyntheticNavigator()->Get (valobj, synth, use_dynamic, &reason_synth);
77 if (!filter_sp.get() && !synth.get())
79 else if (!filter_sp.get() && synth.get())
82 else if (filter_sp.get() && !synth.get())
85 else /*if (filter_sp.get() && synth.get())*
194 ScriptedSyntheticChildren::SharedPointer synth; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
synthesis_amr_wb.cpp 164 int16 *synth = &synth_lo[M + L_SUBFR]; local
165 int16 *HF = &synth[L_SUBFR];
198 synth,
203 highpass_50Hz_at_12k8(synth,
207 oversamp_12k8_to_16k(synth,
286 highpass_400Hz_at_12k8(synth, L_SUBFR, st->mem_hp400);
292 L_tmp = mac_16by16_to_int32(L_tmp, synth[0], synth[0]);
296 L_tmp = mac_16by16_to_int32(L_tmp, synth[i], synth[i ])
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 196 Word16 synth[L_SUBFR]; /* 12.8kHz synthesis vector */ local
1344 Word16 synth[L_SUBFR]; local
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 828 bool synth = Record[Idx++]; local
829 IVD->setSynthesize(synth);
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 246 milliseconds