Home | History | Annotate | Download | only in site_scons

Lines Matching refs:GetEntry

290 def GetEntry(dict, key):
402 name = GetEntry(params, 'name')
412 signed = env.Bit('windows') and GetEntry(params, 'signed')
417 if GetEntry(params, 'include_talk_media_libs'):
421 srcs = GetEntry(params, 'srcs')
426 dependencies = GetEntry(params, 'depends')
446 if GetEntry(params, 'prepend_includedirs'):
452 values = GetEntry(params, field)
456 values = GetEntry(params, field)
477 if Allow64BitCompile(env) and GetEntry(params, 'also64bit'):
561 AddToDict(d, new, GetEntry(d, old), append)