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

  /external/pdfium/xfa/fxfa/parser/
cscript_hostpseudomodel.cpp 161 void CScript_HostPseudoModel::Variation(CFXJSE_Value* pValue,
694 ThrowException(L"Unable to set variation value.");
  /build/blueprint/
context.go 207 // A Variation is a way that a variant of a module differs from other variants of the same module.
208 // For example, two variants of the same module might have Variation{"arch","arm"} and
209 // Variation{"arch","arm64"}
210 type Variation struct {
211 // Mutator is the axis on which this variation applies, i.e. "arch" or "link"
213 // Variation is the name of the variation on the axis, i.e. "arm" or "arm64" for arch, or
215 Variation string
218 // A variationMap stores a map of Mutator to Variation to specify a variant of a module.
969 panic(fmt.Errorf("mutator %q passed zero-length variation list for module %q"
    [all...]

Completed in 74 milliseconds