HomeSort by relevance Sort by last modified time
    Searched full:makevar (Results 1 - 9 of 9) sorted by null

  /build/soong/genrule/
filegroup.go 77 ifdef {{.makeVar}}
78 $(error variable {{.makeVar}} set by soong module is already set in make)
80 {{.makeVar}} := {{.value}}
81 .KATI_READONLY := {{.makeVar}}
87 if makeVar := String(fg.properties.Export_to_make_var); makeVar != "" {
89 "makeVar": makeVar,
  /build/soong/java/
system_modules.go 135 makevar := "SOONG_SYSTEM_MODULES_" + name
137 fmt.Fprintln(w, makevar, ":=", system.outputFile.String())
138 fmt.Fprintln(w, ".KATI_READONLY", ":=", makevar)
139 fmt.Fprintln(w, name+":", "$("+makevar+")")
141 makevar = "SOONG_SYSTEM_MODULES_LIBS_" + name
142 fmt.Fprintln(w, makevar, ":=", strings.Join(system.properties.Libs, " "))
143 fmt.Fprintln(w, ".KATI_READONLY :=", makevar)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
texcheck.py 56 \makevar \csimplemacro \menuselection \bfcode \sub \release
texi2html.py 1939 def makevar(str): function
    [all...]
  /external/python/cpython2/Tools/scripts/
texcheck.py 56 \makevar \csimplemacro \menuselection \bfcode \sub \release
texi2html.py 1939 def makevar(str): function
    [all...]
  /external/python/cpython3/Tools/scripts/
texi2html.py 1936 def makevar(str): function
    [all...]
  /external/python/cpython2/Doc/c-api/
init.rst 128 value. This corresponds to the :makevar:`prefix` variable in the top-level
141 should not modify its value. This corresponds to the :makevar:`exec_prefix`
    [all...]
  /external/python/cpython3/Doc/c-api/
init.rst 170 value. This corresponds to the :makevar:`prefix` variable in the top-level
183 should not modify its value. This corresponds to the :makevar:`exec_prefix`
    [all...]

Completed in 334 milliseconds