/external/iptables/utils/ |
nfnl_osf.c | 66 { .kind = 0, .length = 1,}, 67 { .kind=1, .length=1,}, 68 { .kind=2, .length=4,}, 69 { .kind=3, .length=3,}, 70 { .kind=4, .length=2,}, 71 { .kind=5, .length=1,}, /* SACK length is not defined */ 72 { .kind=6, .length=6,}, 73 { .kind=7, .length=6,}, 74 { .kind=8, .length=10,}, 75 { .kind=9, .length=2,} [all...] |
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
RawDexObject.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 52 public void incrementIndex(IndexUpdateKind kind, int insertedIdx);
|
/external/clang/include/clang/Basic/ |
TargetCXXABI.h | 27 /// \brief The basic C++ ABI kind. 28 enum Kind { 121 Kind TheKind; 127 TargetCXXABI(Kind kind) : TheKind(kind) {} 129 void set(Kind kind) { 130 TheKind = kind; 133 Kind getKind() const { return TheKind; [all...] |
/external/clang/test/Sema/ |
bitfield-layout.c | 4 #define CHECK_SIZE(kind, name, size) extern int name##1[sizeof(kind name) == size ? 1 : -1]; 5 #define CHECK_ALIGN(kind, name, size) extern int name##2[__alignof(kind name) == size ? 1 : -1];
|
/external/elfutils/libelf/ |
elf_getaroff.c | 50 assert (parent->kind == ELF_K_AR);
|
/external/llvm/test/MC/Mips/ |
macro-bcc-imm.s | 9 # ALL: # fixup A - offset: 0, value: foo-4, kind: fixup_Mips_PC16 13 # ALL: # fixup A - offset: 0, value: foo-4, kind: fixup_Mips_PC16 17 # ALL: # fixup A - offset: 0, value: foo-4, kind: fixup_Mips_PC16 21 # ALL: # fixup A - offset: 0, value: foo-4, kind: fixup_Mips_PC16 25 # ALL: # fixup A - offset: 0, value: foo-4, kind: fixup_Mips_PC16 29 # ALL: # fixup A - offset: 0, value: foo-4, kind: fixup_Mips_PC16 33 # ALL: # fixup A - offset: 0, value: foo-4, kind: fixup_Mips_PC16 37 # ALL: # fixup A - offset: 0, value: foo-4, kind: fixup_Mips_PC16 41 # ALL: # fixup A - offset: 0, value: foo-4, kind: fixup_Mips_PC16 45 # ALL: # fixup A - offset: 0, value: foo-4, kind: fixup_Mips_PC1 [all...] |
expansion-jal-sym-pic.s | 54 # O32: # fixup A - offset: 0, value: local_label@GOT, kind: fixup_Mips_GOT_Local 56 # O32: # fixup A - offset: 0, value: local_label@ABS_LO, kind: fixup_Mips_LO16 59 # N32: # fixup A - offset: 0, value: local_label@GOT_DISP, kind: fixup_Mips_GOT_DISP 62 # N64: # fixup A - offset: 0, value: local_label@GOT_DISP, kind: fixup_Mips_GOT_DISP 65 # O32-MICROMIPS: # fixup A - offset: 0, value: local_label@GOT, kind: fixup_MICROMIPS_GOT16 67 # O32-MICROMIPS: # fixup A - offset: 0, value: local_label@ABS_LO, kind: fixup_MICROMIPS_LO16 70 # N32-MICROMIPS: # fixup A - offset: 0, value: local_label@GOT_DISP, kind: fixup_MICROMIPS_GOT_DISP 73 # N64-MICROMIPS: # fixup A - offset: 0, value: local_label@GOT_DISP, kind: fixup_MICROMIPS_GOT_DISP 82 # O32: # fixup A - offset: 0, value: weak_label@GOT_CALL, kind: fixup_Mips_CALL16 85 # N32: # fixup A - offset: 0, value: weak_label@GOT_CALL, kind: fixup_Mips_CALL1 [all...] |
/libcore/benchmarks/src/benchmarks/regression/ |
MutableIntBenchmark.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 24 enum Kind { 73 @Param Kind kind; field in class:MutableIntBenchmark 76 kind.timeCreate(reps); 80 kind.timeIncrement(reps); 84 kind.timeGet(reps);
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
Token.java | 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 26 * An integer that describes the kind of this token. This numbering 30 public int kind; field in class:Token
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/ |
Token.java | 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 26 * An integer that describes the kind of this token. This numbering 30 public int kind; field in class:Token
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/ |
Token.java | 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 26 * An integer that describes the kind of this token. This numbering 30 public int kind; field in class:Token
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/ |
Token.java | 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 26 * An integer that describes the kind of this token. This numbering 30 public int kind; field in class:Token
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/contenttype/parser/ |
Token.java | 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 26 * An integer that describes the kind of this token. This numbering 30 public int kind; field in class:Token
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/parser/ |
Token.java | 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 26 * An integer that describes the kind of this token. This numbering 30 public int kind; field in class:Token
|
/external/clang/tools/libclang/ |
CIndexCXX.cpp | 26 if (C.kind != CXCursor_CXXBaseSpecifier) 36 if (C.kind == CXCursor_CXXAccessSpecifier || clang_isDeclaration(C.kind)) 38 else if (C.kind == CXCursor_CXXBaseSpecifier) 56 switch (C.kind) { 61 return MakeCXCursor(Template->getTemplatedDecl(), getCursorTU(C)).kind; 86 if (!clang_isDeclaration(C.kind))
|
/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) { 174 entry = lookup_meta_entry_byid(TCF_META_ID(what->kind)); 180 if (map_type(*p) == TCF_META_TYPE(needed->kind)) 197 fprintf(fd, "\n%s:\n", meta_table[i].kind); 202 fprintf(fd, " %-16s ", meta_table[i].kind); [all...] |
/frameworks/base/core/java/android/text/method/ |
DigitsKeyListener.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 84 int kind = (sign ? SIGN : 0) | (decimal ? DECIMAL : 0); local 85 mAccepted = CHARACTERS[kind]; 101 int kind = (sign ? SIGN : 0) | (decimal ? DECIMAL : 0); local 103 if (sInstance[kind] != null) 104 return sInstance[kind]; 106 sInstance[kind] = new DigitsKeyListener(sign, decimal); 107 return sInstance[kind];
|
/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/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/doclava/src/com/google/doclava/ |
ParamTagInfo.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 37 ParamTagInfo(String name, String kind, String text, ContainerInfo base, SourcePositionInfo sp) { 38 super(name, kind, text, base, sp); 55 ParamTagInfo(String name, String kind, String text, boolean isTypeParameter, 57 super(name, kind, text, base, sp); 78 data.setValue(base + ".kind", kind());
|
/external/icu/icu4c/source/common/ |
servslkf.cpp | 34 int32_t kind, 39 , _kind(kind) 45 int32_t kind, 50 , _kind(kind) 66 if (_kind == LocaleKey::KIND_ANY || _kind == lkey.kind()) { 102 result.append((UnicodeString)", kind: ");
|
/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);
|
/toolchain/binutils/binutils-2.25/include/ |
hp-symtab.h | 219 The type of the DNTT entry is stored in the "kind" field within the 309 unsigned int kind: 10; /* DNTT_TYPE_SRCFILE */ member in struct:dntt_type_srcfile 336 unsigned int kind: 10; /* DNTT_TYPE_MODULE */ member in struct:dntt_type_module 386 unsigned int kind: 10; /* DNTT_TYPE_FUNCTION, member in struct:dntt_type_function 423 unsigned int kind: 10; member in struct:dntt_type_begin 448 unsigned int kind: 10; member in struct:dntt_type_end 484 unsigned int kind: 10; member in struct:dntt_type_fparam 524 unsigned int kind: 10; member in struct:dntt_type_svar 563 unsigned int kind: 10; member in struct:dntt_type_dvar 599 unsigned int kind: 10 member in struct:dntt_type_const 636 unsigned int kind: 10; \/* DNTT_TYPE_TYPEDEF or member in struct:dntt_type_type 661 unsigned int kind: 10; member in struct:dntt_type_pointer 682 unsigned int kind: 10; member in struct:dntt_type_enum 703 unsigned int kind: 10; member in struct:dntt_type_memenum 724 unsigned int kind: 10; member in struct:dntt_type_set 755 unsigned int kind: 10; member in struct:dntt_type_subrange 798 unsigned int kind: 10; member in struct:dntt_type_array 830 unsigned int kind: 10; member in struct:dntt_type_struct 850 unsigned int kind: 10; member in struct:dntt_type_union 882 unsigned int kind: 10; member in struct:dntt_type_field 912 unsigned int kind: 10; member in struct:dntt_type_functype 941 unsigned int kind: 10; \/* always DNTT_TYPE_WITH *\/ member in struct:dntt_type_with 1001 unsigned int kind: 10; \/* Always DNTT_TYPE_CLASS_SCOPE. *\/ member in struct:dntt_type_class_scope 1018 unsigned int kind: 10; \/* Always DNTT_TYPE_PTRMEM. *\/ member in struct:dntt_type_ptrmem 1027 unsigned int kind: 10; \/* Always DNTT_TYPE_PTRMEMFUNC. *\/ member in struct:dntt_type_ptrmemfunc 1042 unsigned int kind: 10; \/* Always DNTT_TYPE_CLASS. *\/ member in struct:dntt_type_class 1064 unsigned int kind: 10; \/* Always DNTT_TYPE_GENFIELD. *\/ member in struct:dntt_type_genfield 1077 unsigned int kind: 10; \/* always DNTT_TYPE_VFUNC *\/ member in struct:dntt_type_vfunc 1089 unsigned int kind: 10; \/* always DNTT_TYPE_MEMACCESS *\/ member in struct:dntt_type_memaccess 1103 unsigned int kind: 10; \/* always DNTT_TYPE_INHERITANCE *\/ member in struct:dntt_type_inheritance 1118 unsigned int kind: 10; \/* always DNTT_TYPE_FRIEND_CLASS *\/ member in struct:dntt_type_friend_class 1127 unsigned int kind: 10; \/* always DNTT_TYPE_FRIEND_FUNC *\/ member in struct:dntt_type_friend_func 1142 unsigned int kind: 10; \/* always DNTT_TYPE_MODIFIER *\/ member in struct:dntt_type_modifier 1158 unsigned int kind: 10; \/* always DNTT_TYPE_OBJECT_ID *\/ member in struct:dntt_type_object_id 1181 unsigned int kind: 10; \/* always DNTT_TYPE_TEMPLATE *\/ member in struct:dntt_type_template 1206 unsigned int kind: 10; \/* always DNTT_TYPE_TEMPL_ARG *\/ member in struct:dntt_type_templ_arg 1233 unsigned int kind: 10; \/* always DNTT_TYPE_FUNC_TEMPLATE *\/ member in struct:dntt_type_func_template 1259 unsigned int kind: 10; \/* always DNTT_TYPE_LINK *\/ member in struct:dntt_type_link 1280 unsigned int kind: 10; \/* K_DOC_FUNCTION or *\/ member in struct:dntt_type_doc_function 1317 unsigned int kind: 10; member in struct:dntt_type_block [all...] |