Searched full:components (Results 1 – 25 of 1409) sorted by relevance
12345678910>>...57
29 local components = {39 components["lib" .. compat] = {}40 components["lib" .. compat .. "_dbg"] = {}46 table.insert(components["src"], package)48 table.insert(components["tests"], package)52 table.insert(components["kernel"], package)54 table.insert(components["kernel_dbg"], package)57 table.insert(components["base_dbg"], package)62 table.insert(components["lib" .. compat .. "_dbg"], package)66 table.insert(components["lib" .. compat], package)[all …]
46 - description: slave bit clock N0 provided by external components47 - description: slave bit clock N1 provided by external components48 - description: slave bit clock N2 provided by external components49 - description: slave bit clock N3 provided by external components50 - description: slave bit clock N4 provided by external components51 - description: slave bit clock N5 provided by external components52 - description: slave bit clock N6 provided by external components53 - description: slave bit clock N7 provided by external components54 - description: slave bit clock N8 provided by external components55 - description: slave bit clock N9 provided by external components[all …]
15 ${ACPICA_DIR}/components/debugger \16 ${ACPICA_DIR}/components/disassembler \17 ${ACPICA_DIR}/components/dispatcher \18 ${ACPICA_DIR}/components/events \19 ${ACPICA_DIR}/components/executer \20 ${ACPICA_DIR}/components/hardware \21 ${ACPICA_DIR}/components/namespace \22 ${ACPICA_DIR}/components/parser \23 ${ACPICA_DIR}/components/resources \24 ${ACPICA_DIR}/components/tables \[all …]
78 local function select_components(components, options)96 -- Sorting the components is necessary to ensure that the ordering is99 for component, _ in pairs(components) do108 #components[component] > 0 then119 "--title", "Select System Components",123 "--checklist", "Choose optional system components to install:",148 local components = {158 components["lib" .. compat] = {}159 components["lib" .. compat .. "_dbg"] = {}165 table.insert(components["src"], package)[all …]
30 * - "Components" are wrappers around providers that make up the31 * virtual storage (i.e. a virstor has "physical" components)99 "Minimum number of free components before issuing administrative warning");255 * .taste function for new components.301 LOG_MSG(LVL_ERROR, "Cannot add components to incomplete " in virstor_ctl_add()307 fcp = sc->components[0].gcons; in virstor_ctl_add()324 " %u components)", added); in virstor_ctl_add()362 if (strcmp(sc->components[j].gcons->provider->name, in virstor_ctl_add()371 sc->components = realloc(sc->components, in virstor_ctl_add()372 sizeof(*sc->components) * (sc->n_components + 1), in virstor_ctl_add()[all …]
50 * components for the parts that are expected to be sensible.180 if (loc->components[type]) { in destruct_locale()181 xlocale_release(loc->components[type]); in destruct_locale()219 /* Always copy from the global locale, since it has mutable components. in dupcomponent()221 struct xlocale_component *src = base->components[type]; in dupcomponent()224 new->components[type] = constructors[type](src->locale, new); in dupcomponent()225 if (new->components[type]) { in dupcomponent()226 strncpy(new->components[type]->locale, src->locale, in dupcomponent()228 strncpy(new->components[type]->version, src->version, in dupcomponent()231 } else if (base->components[type]) { in dupcomponent()[all …]
7 # components/debugger12 # components/disassembler17 # components/dispatcher23 # components/events28 # components/executer36 # components/hardware40 # components/namespace47 # components/parser52 # components/resources57 # components/tables[all …]
15 "components":[], array24 "components":[], array30 "components":[], array38 "components":[], array44 "components":[], array49 "components":[], array59 "components":[], array
987 SmallVector<StringRef, 4> Components; in Triple() local988 StringRef(Data).split(Components, '-', /*MaxSplit*/ 3); in Triple()989 if (Components.size() > 0) { in Triple()990 Arch = parseArch(Components[0]); in Triple()991 SubArch = parseSubArch(Components[0]); in Triple()992 if (Components.size() > 1) { in Triple()993 Vendor = parseVendor(Components[1]); in Triple()994 if (Components.size() > 2) { in Triple()995 OS = parseOS(Components[2]); in Triple()996 if (Components.size() > 3) { in Triple()[all …]
153 # The components become a list of ( identifier, number ) pairs,156 my @components;159 @components = ( $oid =~ m/${objcomponent_re}\s*/g );162 @components = ( $oid =~ m/${xmlobjcomponent_re}\.?/g );165 croak "Invalid ASN.1 object '$input'" unless @components;167 unless scalar(@components) % 2 == 0;178 } ( @components[0..1] );188 } @components[2..$#components]192 # components following it, we change the type of that identifier194 if (scalar @components > 2[all …]
43 files (which are assumed to specify components73 Report on all distribution components, not just those in respect of76 Ignore missing distribution components.82 Verify the existence of distribution components (and also check sizes,88 Look for distribution components in the directory91 Access distribution components using the filename95 file components, append the appropriate
121 .It Cm Components122 The parameters following this keyword are the components or123 sub-components of126 The components are132 the sub-components are the individual distribution sets generated as252 should interpret the list of components of255 .Cm Components256 option strictly as a list of components installed which259 command is used ("yes"), or merely as a list of components
26 * Test 1: Strip components when extracting archives. in DEFINE_TEST()36 assertEqualInt(0, systemf("%s -x -C target --strip-components 2 " in DEFINE_TEST()56 * Test 1b: Strip components extracting archives involving hardlinks. in DEFINE_TEST()60 * be extracted with --strip-components=2 and the other two in DEFINE_TEST()86 * Test 2: Strip components when creating archives. in DEFINE_TEST()89 assertEqualInt(0, systemf("%s --strip-components 2 -cf test2.tar " in DEFINE_TEST()92 assertEqualInt(0, systemf("%s --strip-components 2 -cf test2.tar " in DEFINE_TEST()113 * Test 2b: Strip components creating archives involving hardlinks. in DEFINE_TEST()
78 After a device is created, all components are detected and configured81 of stale components, etc.\& are also done automatically.95 The number of components must be equal to 3, 5, 9, 17, etc.\& (2^n + 1).105 Turn off autosynchronization of stale components.119 of regular data components. Big values may decrease performance and compatibility,142 Turn on autosynchronization of stale components.153 Turn off autosynchronization of stale components.168 Add the given component to the existing array, if one of the components was
538 # with some or all the components in ocomps. Note that if560 # Replace the old components with the new ones.563 # components, thanks to Python's slice assignment.827 def lookup(self, fid, components): argument832 so that caller can provide invalid components like '' or '/').833 The components must be byte-strings as well, for the same843 if (isinstance(components, (str, bytes) or844 not all(isinstance(i, bytes) for i in components))):846 'components {1!r}'.format(self, components))851 nwname=len(components), wname=components)[all …]
43 /// A normalized path cannot have empty components; i.e. there can be at most187 /// Counts the number of components in the path.189 /// \return The number of components.254 /// Concatenates this path with one or more components.256 /// \param components The new components to concatenate to the path. These are258 /// components cannot represent an absolute path.261 /// provided components.263 /// \throw utils::fs::invalid_path_error If components does not represent a268 fs::path::operator/(const std::string& components) const in operator /()270 return (*this) / fs::path(components); in operator /()
136 After a mirror's creation, all components are detected and configured139 of stale components, etc.\& are also done automatically.153 The order of components is important, because a component's priority is based on its position175 where N is the number of active components.183 Turn off autosynchronization of stale components.189 components.206 Turn on autosynchronization of stale components.219 Turn off autosynchronization of stale components.229 Rebuild the given mirror components forcibly.262 Stop the given mirror and clear metadata on all its components.[all …]
145 LVStringRefs Components; in getAllLexicalComponents() local147 Components.push_back( in getAllLexicalComponents()150 return Components; in getAllLexicalComponents()153 std::string llvm::logicalview::getScopedName(const LVStringRefs &Components, in getScopedName() argument155 if (Components.empty()) in getScopedName()161 Stream << Components[0]; in getScopedName()162 for (LVStringRefs::size_type Index = 1; Index < Components.size(); ++Index) in getScopedName()163 Stream << "::" << Components[Index]; in getScopedName()
25 counted_octet_string components[num_components];52 …_components field indicating the number of counted_octet_string components in the components array.56 …n array of bytes prefixed with a 16 bit length. For the realm and name components, the counted_oct…58 …components array that represents the name of the principal. The text of these components may be jo…60 Following the components array is the 32 bit name_type (e.g. 1 is KRB5_NT_PRINCIPAL, 2 is KRB5_NT_S…
138 The PrincipalName consists of one or more components. In printed form,139 the components are separated by /.212 The following arguments form the components of the principal.213 The list of components is terminated with279 components minus one. If the index is out of range294 was that it was believed that principal components could contain296 that principal components are in fact UTF8, so it's safe to use zero299 It's generally not necessary to look at the components of a principal.
34 # components/debugger37 # components/disassembler42 # components/dispatcher47 # components/executer53 # components/parser57 # components/namespace61 # components/tables65 # components/utilities
125 simple types, which are "atomic" and have no components;126 structured types, which have components; tagged types, which207 Simple types are those not consisting of components; they222 sequence of integer components that identify an242 consisting of components, where the components are254 Structured types are those consisting of components. ASN.1268 The structured types can have optional components, possibly277 optional components of a SET or SEQUENCE type are typically354 components of the value.432 the components of the value:[all …]
83 SmallVector<Metadata *, 16> Components; in getMD() local84 Components.push_back(getKeyValMD(Context, "ProfileFormat", KindStr[PSK])); in getMD()85 Components.push_back(getKeyValMD(Context, "TotalCount", getTotalCount())); in getMD()86 Components.push_back(getKeyValMD(Context, "MaxCount", getMaxCount())); in getMD()87 Components.push_back( in getMD()89 Components.push_back( in getMD()91 Components.push_back(getKeyValMD(Context, "NumCounts", getNumCounts())); in getMD()92 Components.push_back(getKeyValMD(Context, "NumFunctions", getNumFunctions())); in getMD()94 Components.push_back( in getMD()97 Components.push_back(getKeyFPValMD(Context, "PartialProfileRatio", in getMD()[all …]
416 contrib/dev/acpica/components/debugger/dbcmds.c optional acpi acpi_debug417 contrib/dev/acpica/components/debugger/dbconvert.c optional acpi acpi_debug418 contrib/dev/acpica/components/debugger/dbdisply.c optional acpi acpi_debug419 contrib/dev/acpica/components/debugger/dbexec.c optional acpi acpi_debug420 contrib/dev/acpica/components/debugger/dbhistry.c optional acpi acpi_debug421 contrib/dev/acpica/components/debugger/dbinput.c optional acpi acpi_debug422 contrib/dev/acpica/components/debugger/dbmethod.c optional acpi acpi_debug423 contrib/dev/acpica/components/debugger/dbnames.c optional acpi acpi_debug424 contrib/dev/acpica/components/debugger/dbobject.c optional acpi acpi_debug425 contrib/dev/acpica/components/debugger/dbstats.c optional acpi acpi_debug[all …]
89 components in the call graph,93 components algorithm94 that discovers strongly-connected components as it is assigning98 components is a problem.108 does not work within strongly connected components.116 It is for these reasons that we collapse connected components.182 Since they may complete strongly connected components,