HomeSort by relevance Sort by last modified time
    Searched refs:kind (Results 126 - 150 of 2305) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/icu/icu4c/source/common/
brkiter.cpp 53 BreakIterator::buildInstance(const Locale& loc, const char *type, int32_t kind, UErrorCode &status)
117 // If there is a result, set the valid locale and actual locale, and the kind
122 result->setBreakType(kind);
222 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* /*service*/, UErrorCode& status) const {
223 return BreakIterator::makeInstance(loc, kind, status);
248 int32_t kind = lkey.kind(); local
251 return BreakIterator::makeInstance(loc, kind, status);
313 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType kind, UErrorCode& status)
320 return service->registerInstance(toAdopt, locale, kind, status)
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_type.py 33 assert all(x.kind == CursorKind.FIELD_DECL for x in fields)
38 assert fields[0].type.kind == TypeKind.INT
39 assert fields[0].type.get_canonical().kind == TypeKind.INT
43 assert fields[1].type.kind == TypeKind.TYPEDEF
44 assert fields[1].type.get_canonical().kind == TypeKind.INT
49 assert fields[2].type.kind == TypeKind.LONG
50 assert fields[2].type.get_canonical().kind == TypeKind.LONG
54 assert fields[3].type.kind == TypeKind.ULONG
55 assert fields[3].type.get_canonical().kind == TypeKind.ULONG
59 assert fields[4].type.kind == TypeKind.LON
    [all...]
test_cursor.py 43 assert tu_nodes[0].kind == CursorKind.STRUCT_DECL
54 assert s0_nodes[0].kind == CursorKind.FIELD_DECL
56 assert s0_nodes[0].type.kind == TypeKind.INT
57 assert s0_nodes[1].kind == CursorKind.FIELD_DECL
59 assert s0_nodes[1].type.kind == TypeKind.INT
61 assert tu_nodes[1].kind == CursorKind.STRUCT_DECL
66 assert tu_nodes[2].kind == CursorKind.FUNCTION_DECL
181 assert typedef.kind.is_declaration()
183 assert underlying.kind == TypeKind.INT
214 assert enum.kind == CursorKind.ENUM_DEC
    [all...]
  /external/libweave/src/notification/
notification_parser_unittest.cc 41 "kind": "weave#notification",
45 "kind": "weave#command",
60 "kind": "weave#command",
79 "kind":"weave#notification",
95 "kind": "weave#command",
114 "kind": "weave#notification",
117 "kind": "weave#command",
136 "kind": "weave#notification",
140 "kind": "weave#command",
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 67 enum Kind {
88 : Position(nullptr), kind(None) {}
89 LengthModifier(const char *pos, Kind k)
90 : Position(pos), kind(k) {}
97 switch (kind) {
111 Kind getKind() const { return kind; }
112 void setKind(Kind k) { kind = k; }
118 Kind kind member in class:clang::analyze_format_string::LengthModifier
228 Kind kind; member in class:clang::analyze_format_string::ConversionSpecifier
    [all...]
  /external/llvm/test/MC/Mips/mips64r6/
relocations.s 10 # CHECK-FIXUP: value: bar, kind: fixup_MIPS_PC19_S2
13 # CHECK-FIXUP: value: bar-4, kind: fixup_Mips_PC16
16 # CHECK-FIXUP: value: bar-4, kind: fixup_Mips_PC16
19 # CHECK-FIXUP: value: bar-4, kind: fixup_MIPS_PC21_S2
22 # CHECK-FIXUP: value: bar-4, kind: fixup_MIPS_PC21_S2
25 # CHECK-FIXUP: value: bar-4, kind: fixup_MIPS_PC26_S2
28 # CHECK-FIXUP: value: bar-4, kind: fixup_MIPS_PC26_S2
32 # CHECK-FIXUP: kind: fixup_MIPS_PCHI16
36 # CHECK-FIXUP: kind: fixup_MIPS_PCLO16
40 # CHECK-FIXUP: kind: fixup_Mips_PC18_S
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-branch-encoding.s 23 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_call26
31 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_branch26
34 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_branch19
37 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_branch19
40 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_branch19
43 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_branch19
46 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_branch19
49 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_branch19
52 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_branch19
55 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_branch1
    [all...]
arm64-arm64-fixup.s 6 ; CHECK: fixup A - offset: 0, value: Lbar, kind: fixup_aarch64_pcrel_adr_imm21
10 ; CHECK: fixup A - offset: 0, value: _printf@PAGE, kind: fixup_aarch64_pcrel_adrp_imm21
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
EncodedArray.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
47 public void incrementIndex(IndexUpdateKind kind, int insertedIdx) {
50 value.incrementIndex(kind, insertedIdx);
EncodedCatchHandler.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
55 public void incrementIndex(IndexUpdateKind kind, int insertedIdx) {
58 handler.incrementIndex(kind, insertedIdx);
AnnotationOffItem.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35 public void incrementIndex(IndexUpdateKind kind, int insertedIdx) {
AnnotationSetRefItem.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35 public void incrementIndex(IndexUpdateKind kind, int insertedIdx) {
AnnotationsDirectoryItem.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
84 public void incrementIndex(IndexUpdateKind kind, int insertedIdx) {
87 fieldAnnotation.incrementIndex(kind, insertedIdx);
92 methodAnnotation.incrementIndex(kind, insertedIdx);
97 parameterAnnotation.incrementIndex(kind, insertedIdx);
ClassDefItem.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
66 public void incrementIndex(IndexUpdateKind kind, int insertedIdx) {
67 if (kind == IndexUpdateKind.TYPE_ID && classIdx >= insertedIdx) {
70 if (kind == IndexUpdateKind.TYPE_ID && superclassIdx >= insertedIdx) {
73 if (kind == IndexUpdateKind.STRING_ID && sourceFileIdx >= insertedIdx) {
EncodedArrayItem.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
37 public void incrementIndex(IndexUpdateKind kind, int insertedIdx) {
  /external/elfutils/src/
sectionhash.c 58 result = one->kind - two->kind;
  /external/libmicrohttpd/src/microhttpd/
test_postprocessor_amp.c 9 int check_post(void *cls, enum MHD_ValueKind kind, const char* key,
35 header.kind = MHD_HEADER_KIND;
  /external/llvm/test/MC/ARM/
thumb2be-movt-encoding.s 6 @ CHECK-LE-NEXT: @ fixup A - offset: 0, value: _bar, kind: fixup_t2_movt_hi16
8 @ CHECK-BE-NEXT: @ fixup A - offset: 0, value: _bar, kind: fixup_t2_movt_hi16
thumb2be-movw-encoding.s 6 @ CHECK-LE-NEXT: @ fixup A - offset: 0, value: _bar, kind: fixup_t2_movw_lo16
8 @ CHECK-BE-NEXT: @ fixup A - offset: 0, value: _bar, kind: fixup_t2_movw_lo16
  /external/v8/src/ic/
ic-inl.h 61 (target->kind() != Code::LOAD_IC &&
62 target->kind() != Code::KEYED_LOAD_IC &&
63 target->kind() != Code::CALL_IC && target->kind() != Code::STORE_IC &&
64 target->kind() != Code::KEYED_STORE_IC));
71 if (old_target->kind() == Code::STORE_IC ||
72 old_target->kind() == Code::KEYED_STORE_IC) {
146 return (host->kind() == Code::OPTIMIZED_FUNCTION &&
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainer.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
40 * @param the container kind. Can be {@link IClasspathContainer#K_DEFAULT_SYSTEM} or
43 AndroidClasspathContainer(IClasspathEntry[] entries, IPath path, String name, int kind) {
47 mKind = kind;
  /external/llvm/test/MC/Mips/mips32r6/
relocations.s 10 # CHECK-FIXUP: value: bar, kind: fixup_MIPS_PC19_S2
13 # CHECK-FIXUP: value: bar-4, kind: fixup_Mips_PC16
16 # CHECK-FIXUP: value: bar-4, kind: fixup_Mips_PC16
19 # CHECK-FIXUP: value: bar-4, kind: fixup_MIPS_PC21_S2
22 # CHECK-FIXUP: value: bar-4, kind: fixup_MIPS_PC21_S2
25 # CHECK-FIXUP: value: bar-4, kind: fixup_MIPS_PC26_S2
28 # CHECK-FIXUP: value: bar-4, kind: fixup_MIPS_PC26_S2
32 # CHECK-FIXUP: kind: fixup_MIPS_PCHI16
36 # CHECK-FIXUP: kind: fixup_MIPS_PCLO16
39 # CHECK-FIXUP: value: bar, kind: fixup_MIPS_PC19_S
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-ext.s 170 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_brcond14
171 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_brcond14
175 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_brcond14abs
176 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_brcond14abs
186 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_brcond14
187 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_brcond14
191 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_brcond14abs
192 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_brcond14abs
203 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_brcond14
204 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_brcond1
    [all...]
  /external/doclava/src/com/google/doclava/
SeeTagInfo.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31 SeeTagInfo(String name, String kind, String text, ContainerInfo base, SourcePositionInfo position) {
32 super(name, kind, text, position);
52 if (linkRef.kind != null) {
53 // if they have a better suggestion about "kind" use that.
55 setKind(linkRef.kind);
ThrowsTagInfo.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35 public ThrowsTagInfo(String name, String kind, String text, ContainerInfo base,
37 super(name, kind, text, base, sp);
52 public ThrowsTagInfo(String name, String kind, String text, ClassInfo exception,
54 super(name, kind, text, base, sp);

Completed in 753 milliseconds

1 2 3 4 56 7 8 91011>>