HomeSort by relevance Sort by last modified time
    Searched defs:type (Results 201 - 225 of 10128) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/eigen/Eigen/src/Eigenvalues/
GeneralizedSelfAdjointEigenSolver.h 25 * \tparam _MatrixType the type of the matrix of which we are computing the
177 int type = (options&GenEigMask); local
178 if(type==0)
179 type = Ax_lBx;
181 if(type==Ax_lBx)
194 else if(type==ABx_lx)
207 else if(type==BAx_lx)
  /external/elfutils/libdwfl/
dwfl_module_register_names.c 61 int type = -1; local
63 &prefix, &setname, &bits, &type);
73 result = (*func) (arg, regno, setname, prefix, name, bits, type);
  /external/f2fs-tools/fsck/
defrag.c 18 int ret, type; local
30 /* update sit bitmap & valid_blocks && se->type */
33 type = se->type;
40 se->type = type;
50 if (IS_DATASEG(type))
57 IS_DATASEG(type) ? "data" : "node",
80 if (find_next_free_block(sbi, &target, left, se->type)) {
  /external/guava/guava-gwt/src/com/google/common/collect/
GwtPlatform.java 43 Class<?> type = reference.getClass().getComponentType(); local
48 T[] result = (T[]) Array.newInstance(type, length);
  /external/icu/icu4c/source/i18n/unicode/
region.h 61 * Groupings will never be returned by the getContainingRegion() API, since a different type of region
107 * Returns an enumeration over the IDs of all known regions that match the given type.
110 static StringEnumeration* U_EXPORT2 getAvailable(URegionType type, UErrorCode &status);
121 * Return a pointer to the region that geographically contains this region and matches the given type,
123 * that matches the given type. Note: The URegionTypes = "URGN_GROUPING", "URGN_DEPRECATED", or "URGN_UNKNOWN"
125 * with region "IT" (Italy) for type "URGN_CONTINENT" returns the region "150" ( Europe ).
128 const Region* getContainingRegion(URegionType type) const;
143 * hierarchy and match the given type. This API may return an empty enumeration if this region doesn't have any
144 * sub-regions that match the given type. For example, calling this method with region "150" (Europe) and type
195 URegionType type; member in class:Region
    [all...]
  /external/ipsec-tools/src/racoon/
dnssec.c 65 int type; local
82 switch (id_b->type) {
96 "inpropper ID type passed %s "
98 s_ipsecdoi_ident(id_b->type));
109 /* XXX is it enough condition to set this type ? */
110 type = ISAKMP_CERT_X509SIGN;
114 "not supported CERT RR type %d.\n", res->ci_type);
132 cert->pl->v[0] = type;
  /external/iptables/include/linux/netfilter/
xt_AUDIT.h 27 __u8 type; /* XT_AUDIT_TYPE_* */ member in struct:xt_audit_info
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/type/
Type.java 22 package com.github.javaparser.ast.type;
36 public abstract class Type<T extends Type> extends Node {
40 public Type() {
43 public Type(List<AnnotationExpr> annotation){
47 public Type(Range range) {
51 public Type(Range range, List<AnnotationExpr> annotations) {
VoidType.java 22 package com.github.javaparser.ast.type;
32 public final class VoidType extends Type<VoidType> implements NodeWithAnnotations<VoidType> {
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/type/
Type.java 22 package com.github.javaparser.ast.type;
32 public abstract class Type extends Node {
36 public Type() {
39 public Type(List<AnnotationExpr> annotation){
43 public Type(int beginLine, int beginColumn, int endLine, int endColumn) {
47 public Type(int beginLine, int beginColumn, int endLine, int endColumn, List<AnnotationExpr> annotations) {
UnknownType.java 22 package com.github.javaparser.ast.type;
28 * An unknown parameter type object. It plays the role of a null object for
29 * lambda parameters that have no explicit type declared. As such, it has no
34 public final class UnknownType extends Type {
VoidType.java 22 package com.github.javaparser.ast.type;
30 public final class VoidType extends Type {
  /external/kernel-headers/original/uapi/linux/
atm_he.h 18 char type; member in struct:he_ioctl_reg
userio.h 35 * All commands sent to /dev/userio are encoded using this structure. The type
41 __u8 type; member in struct:userio_cmd
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_AUDIT.h 28 __u8 type; /* XT_AUDIT_TYPE_* */ member in struct:xt_audit_info
  /external/libcxx/test/std/utilities/function.objects/unord.hash/
pointer.pass.cpp 38 typedef typename std::remove_pointer<T>::type type; typedef
39 type i;
40 type j;
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
apply_large_arity.pass.cpp 27 typedef T type; typedef in struct:always_imp
31 using always_t = typename always_imp<T, Dummy>::type;
40 using type = bool (*)(always_t<Tp, Idx>...);
44 using make_function_t = typename make_function<Tp, std::make_index_sequence<Size>>::type;
54 using type = std::tuple<always_t<Tp, Idx>...>;
58 using make_tuple_t = typename make_tuple_imp<Tp, std::make_index_sequence<Size>>::type;
  /external/libevent/include/event2/
dns_struct.h 62 int type; member in struct:evdns_server_question
  /external/libnetfilter_conntrack/src/
callback.c 14 uint16_t type = NFNL_MSG_TYPE(nlh->nlmsg_type); local
18 switch(type) {
35 unsigned int type; local
45 type = __parse_message(nlh);
46 if (!(type & container->type))
58 ret = container->h->cb(type, ct, container->data);
60 ret = container->h->cb2(nlh, type, ct,
72 ret = container->h->expect_cb(type, exp,
75 ret = container->h->expect_cb2(nlh, type, exp
    [all...]
  /external/libunwind/include/tdep-aarch64/
dwarf-config.h 47 unw_word_t type; /* see DWARF_LOC_TYPE_* macros. */ member in struct:dwarf_loc
  /external/libunwind/include/tdep-arm/
dwarf-config.h 46 unw_word_t type; /* see DWARF_LOC_TYPE_* macros. */ member in struct:dwarf_loc
  /external/libunwind/include/tdep-hppa/
dwarf-config.h 49 unw_word_t type; /* see X86_LOC_TYPE_* macros. */ member in struct:dwarf_loc
  /external/libunwind/include/tdep-mips/
dwarf-config.h 49 unw_word_t type; /* see DWARF_LOC_TYPE_* macros. */ member in struct:dwarf_loc
  /external/libunwind/include/tdep-ppc32/
dwarf-config.h 51 unw_word_t type; /* see X86_LOC_TYPE_* macros. */ member in struct:dwarf_loc
  /external/libunwind/include/tdep-ppc64/
dwarf-config.h 51 unw_word_t type; /* see X86_LOC_TYPE_* macros. */ member in struct:dwarf_loc

Completed in 501 milliseconds

1 2 3 4 5 6 7 891011>>