HomeSort by relevance Sort by last modified time
    Searched refs:kind (Results 201 - 225 of 3990) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/iproute2/tc/
em_meta.c 44 char *kind; member in struct:meta_entry
125 static struct meta_entry *lookup_meta_entry(struct bstr *kind)
130 if (!bstrcmp(kind, meta_table[i].kind) &&
153 switch (TCF_META_TYPE(hdr->kind)) {
160 if (TCF_META_ID(hdr->kind) == TCF_META_ID_VALUE) {
175 entry = lookup_meta_entry_byid(TCF_META_ID(what->kind));
181 if (map_type(*p) == TCF_META_TYPE(needed->kind))
198 fprintf(fd, "\n%s:\n", meta_table[i].kind);
203 fprintf(fd, " %-16s ", meta_table[i].kind);
    [all...]
  /external/v8/src/compiler/
loop-variable-optimizer.h 28 Bound(Node* bound, ConstraintKind kind) : bound(bound), kind(kind) {}
31 ConstraintKind kind; member in struct:v8::internal::compiler::InductionVariable::Bound
52 void AddUpperBound(Node* bound, ConstraintKind kind);
53 void AddLowerBound(Node* bound, ConstraintKind kind);
95 InductionVariable::ConstraintKind kind, bool polarity);
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ResolvedBindings.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
53 * binding was resolved. If {@link #bindingKey()}'s kind is not
54 * {@link BindingKey.Kind#CONTRIBUTION}, this is empty.
61 * binding was resolved. If {@link #bindingKey()}'s kind is not
62 * {@link BindingKey.Kind#MEMBERS_INJECTION}, this is empty.
70 switch (bindingKey().kind()) {
86 switch (bindingKey().kind()) {
102 * {@link BindingKey.Kind#CONTRIBUTION}.
105 checkState(bindingKey().kind().equals(BindingKey.Kind.CONTRIBUTION))
    [all...]
  /external/turbine/java/com/google/turbine/bytecode/
ConstantPool.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
51 /** The number of constant pool entries the given kind takes up. */
52 private static short width(Kind kind) {
53 switch (kind) {
66 throw new AssertionError(kind);
72 private final Kind kind; field in class:ConstantPool.Entry
75 Entry(Kind kind, Value value)
81 public Kind kind() { method in class:ConstantPool.Entry
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 30 Opcode kind() const { return Kind; } function in class:clang::threadSafety::lexpr::LExpr
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
52 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; }
73 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; }
80 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; }
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not;
    [all...]
  /external/icu/icu4c/source/common/
servslkf.cpp 36 int32_t kind,
41 , _kind(kind)
47 int32_t kind,
52 , _kind(kind)
68 if (_kind == LocaleKey::KIND_ANY || _kind == lkey.kind()) {
104 result.append((UnicodeString)", kind: ");
  /external/libnl/src/
nl-qdisc-add.c 61 char *kind, *id = NULL; local
126 kind = argv[optind++];
127 rtnl_tc_set_kind(tc, kind);
130 nl_cli_fatal(ENOENT, "Unknown qdisc \"%s\"", kind);
133 nl_cli_fatal(ENOTSUP, "Qdisc type \"%s\" not supported.", kind);
  /external/llvm/test/MC/Mips/
expansion-jal-sym-pic.s 54 # O32: # fixup A - offset: 0, value: %got(local_label), kind: fixup_Mips_GOT
56 # O32: # fixup A - offset: 0, value: %lo(local_label), kind: fixup_Mips_LO16
59 # N32: # fixup A - offset: 0, value: %got_disp(local_label), kind: fixup_Mips_GOT_DISP
62 # N64: # fixup A - offset: 0, value: %got_disp(local_label), kind: fixup_Mips_GOT_DISP
65 # O32-MICROMIPS: # fixup A - offset: 0, value: %got(local_label), kind: fixup_MICROMIPS_GOT16
67 # O32-MICROMIPS: # fixup A - offset: 0, value: %lo(local_label), kind: fixup_MICROMIPS_LO16
70 # N32-MICROMIPS: # fixup A - offset: 0, value: %got_disp(local_label), kind: fixup_MICROMIPS_GOT_DISP
73 # N64-MICROMIPS: # fixup A - offset: 0, value: %got_disp(local_label), kind: fixup_MICROMIPS_GOT_DISP
82 # O32: # fixup A - offset: 0, value: %call16(weak_label), kind: fixup_Mips_CALL16
85 # N32: # fixup A - offset: 0, value: %call16(weak_label), kind: fixup_Mips_CALL1
    [all...]
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
Relation.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24 * An immutable value type representing a statement relation with "kind" and "detail".
43 private Relation(String kind, String detail) {
44 mKind = kind;
49 * Returns the relation's kind.
65 * Creates a new Relation object for the specified {@code kind} and {@code detail}.
67 * @throws AssociationServiceException if {@code kind} or {@code detail} is not well formatted.
69 public static Relation create(@NonNull String kind, @NonNull String detail)
71 if (!KIND_PATTERN.matcher(kind).matches() || !DETAIL_PATTERN.matcher(detail).matches()) {
74 return new Relation(kind, detail)
    [all...]
  /frameworks/compile/mclinker/lib/LD/
LDSection.cpp 40 LDFileFormat::Kind pKind,
67 LDFileFormat::Kind pKind,
88 assert(LDFileFormat::Relocation != kind() && LDFileFormat::EhFrame != kind());
93 assert(LDFileFormat::Relocation == kind());
98 assert(LDFileFormat::EhFrame == kind());
103 assert(LDFileFormat::DebugString == kind());
  /packages/apps/Contacts/src/com/android/contacts/editor/
ViewIdGenerator.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
66 * @param kind {@link DataKind} associated with the view, or null if none exists.
71 public int getId(RawContactDelta entity, DataKind kind, ValuesDelta values,
73 final String k = getMapKey(entity, kind, values, viewIndex);
84 private static String getMapKey(RawContactDelta entity, DataKind kind, ValuesDelta values,
90 if (kind != null) {
92 sWorkStringBuilder.append(kind.mimeType);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 30 Opcode kind() const { return Kind; } function in class:clang::threadSafety::lexpr::LExpr
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
52 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; }
73 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; }
80 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; }
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 30 Opcode kind() const { return Kind; } function in class:clang::threadSafety::lexpr::LExpr
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
52 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; }
73 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; }
80 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; }
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 30 Opcode kind() const { return Kind; } function in class:clang::threadSafety::lexpr::LExpr
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
52 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; }
73 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; }
80 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; }
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 30 Opcode kind() const { return Kind; } function in class:clang::threadSafety::lexpr::LExpr
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
52 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; }
73 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; }
80 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; }
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 30 Opcode kind() const { return Kind; } function in class:clang::threadSafety::lexpr::LExpr
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
52 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; }
73 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; }
80 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; }
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 30 Opcode kind() const { return Kind; } function in class:clang::threadSafety::lexpr::LExpr
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
52 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; }
73 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; }
80 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; }
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 30 Opcode kind() const { return Kind; } function in class:clang::threadSafety::lexpr::LExpr
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
52 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; }
73 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; }
80 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; }
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 30 Opcode kind() const { return Kind; } function in class:clang::threadSafety::lexpr::LExpr
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
52 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; }
73 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; }
80 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; }
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 30 Opcode kind() const { return Kind; } function in class:clang::threadSafety::lexpr::LExpr
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
52 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; }
73 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; }
80 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; }
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 30 Opcode kind() const { return Kind; } function in class:clang::threadSafety::lexpr::LExpr
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
52 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; }
73 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; }
80 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; }
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 30 Opcode kind() const { return Kind; } function in class:clang::threadSafety::lexpr::LExpr
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
52 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; }
73 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; }
80 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; }
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 30 Opcode kind() const { return Kind; } function in class:clang::threadSafety::lexpr::LExpr
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
52 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; }
73 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; }
80 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; }
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 30 Opcode kind() const { return Kind; } function in class:clang::threadSafety::lexpr::LExpr
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
52 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; }
73 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; }
80 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; }
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 30 Opcode kind() const { return Kind; } function in class:clang::threadSafety::lexpr::LExpr
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
52 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; }
73 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; }
80 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; }
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not;
    [all...]

Completed in 6050 milliseconds

1 2 3 4 5 6 7 891011>>