Searched defs:synth (Results 1 - 8 of 8) sorted by relevance

/external/lldb/source/API/
H A DSBTypeCategory.cpp441 SBTypeSynthetic synth)
449 if (!synth.IsValid())
455 if (synth.IsClassCode())
458 const char* script = synth.GetData();
478 synth.SetClassName(output.c_str());
487 m_opaque_sp->GetRegexSyntheticNavigator()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), synth.GetSP());
489 m_opaque_sp->GetSyntheticNavigator()->Add(ConstString(type_name.GetName()), synth.GetSP());
440 AddTypeSynthetic(SBTypeNameSpecifier type_name, SBTypeSynthetic synth) argument
/external/lldb/source/DataFormatters/
H A DTypeCategory.cpp29 m_synth_nav(new SynthNavigator("synth",clist)),
30 m_regex_synth_nav(new RegexSynthNavigator("regex-synth",clist)),
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())*/
87 if (filter_sp->GetRevision() > synth
194 ScriptedSyntheticChildren::SharedPointer synth; local
[all...]
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_voicemgt.c300 /* initialize the synth */
304 /* initialize the off-chip synth */
334 /* static memory model only allows one synth */
405 * Increment reference count for virtual synth
417 * We call this routine to start the process of reseting the synth.
418 * This routine sets a flag for the entire synth indicating that we want
423 * let the "regular" synth processing steps take care of adding the ramp
426 * synth (from another routine).
435 * - set a flag (in psSynthObject->m_nFlags) indicating synth reset requested.
444 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "VMReset: request to reset synth
3038 VMSetSynthPolyphony(S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 polyphonyCount) argument
3201 VMGetSynthPolyphony(S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 *pPolyphonyCount) argument
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_voicemgt.c300 /* initialize the synth */
304 /* initialize the off-chip synth */
334 /* static memory model only allows one synth */
405 * Increment reference count for virtual synth
417 * We call this routine to start the process of reseting the synth.
418 * This routine sets a flag for the entire synth indicating that we want
423 * let the "regular" synth processing steps take care of adding the ramp
426 * synth (from another routine).
435 * - set a flag (in psSynthObject->m_nFlags) indicating synth reset requested.
444 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "VMReset: request to reset synth
3038 VMSetSynthPolyphony(S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 polyphonyCount) argument
3201 VMGetSynthPolyphony(S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 *pPolyphonyCount) argument
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_voicemgt.c300 /* initialize the synth */
304 /* initialize the off-chip synth */
334 /* static memory model only allows one synth */
405 * Increment reference count for virtual synth
417 * We call this routine to start the process of reseting the synth.
418 * This routine sets a flag for the entire synth indicating that we want
423 * let the "regular" synth processing steps take care of adding the ramp
426 * synth (from another routine).
435 * - set a flag (in psSynthObject->m_nFlags) indicating synth reset requested.
444 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "VMReset: request to reset synth
3038 VMSetSynthPolyphony(S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 polyphonyCount) argument
3201 VMGetSynthPolyphony(S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 *pPolyphonyCount) argument
[all...]
/external/clang/include/clang/AST/
H A DDeclObjC.h1433 void setSynthesize(bool synth) { Synthesized = synth; } argument
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp828 bool synth = Record[Idx++]; local
829 IVD->setSynthesize(synth);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 6293 milliseconds