Searched refs:kind (Results 51 - 75 of 1023) sorted by relevance

1234567891011>>

/external/clang/bindings/python/tests/cindex/
H A Dtest_type.py33 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
[all...]
/external/chromium_org/v8/src/ic/
H A Daccess-compiler.h18 static Builtins::Name MissBuiltin(Code::Kind kind) { argument
19 switch (kind) {
37 PropertyAccessCompiler(Isolate* isolate, Code::Kind kind, argument
39 : registers_(GetCallingConvention(kind)),
40 kind_(kind),
45 Code::Kind kind() const { return kind_; } function in class:v8::internal::BASE_EMBEDDED
H A Dic-compiler.h20 static Code* FindPreMonomorphic(Isolate* isolate, Code::Kind kind,
29 static Handle<Code> ComputeMonomorphic(Code::Kind kind, Handle<Name> name,
33 static Handle<Code> ComputePolymorphic(Code::Kind kind, TypeHandleList* types,
62 PropertyICCompiler(Isolate* isolate, Code::Kind kind, argument
65 : PropertyAccessCompiler(isolate, kind, cache_holder),
69 Code::Kind kind,
96 Handle<Code> GetCode(Code::Kind kind, Code::StubType type, Handle<Name> name,
100 if (kind() == Code::LOAD_IC) {
103 } else if (kind() == Code::KEYED_LOAD_IC) {
107 } else if (kind()
[all...]
/external/llvm/test/MC/Mips/
H A Dmips-relocations.s5 # CHECK: # fixup A - offset: 0, value: _gp_disp@ABS_HI, kind: fixup_Mips_HI16
7 # CHECK: # fixup A - offset: 0, value: _gp_disp@ABS_LO, kind: fixup_Mips_LO16
9 # CHECK: # fixup A - offset: 0, value: strchr@GOT_CALL, kind: fixup_Mips_CALL16
11 # CHECK: # fixup A - offset: 0, value: loop_1@GOT, kind: fixup_Mips_GOT_Local
13 # CHECK: # fixup A - offset: 0, value: _gp_disp@DTPREL_HI, kind: fixup_Mips_DTPREL_HI
15 # CHECK: # fixup A - offset: 0, value: _gp_disp@DTPREL_HI, kind: fixup_Mips_DTPREL_HI
17 # CHECK: # fixup A - offset: 0, value: loop_1@GOT, kind: fixup_Mips_GOT_Local
19 # CHECK: # fixup A - offset: 0, value: loop_2@GOT_DISP, kind: fixup_Mips_GOT_DISP
21 # CHECK: # fixup A - offset: 0, value: loop_3@GOT_PAGE, kind: fixup_Mips_GOT_PAGE
23 # CHECK: # fixup A - offset: 0, value: loop_4@GOT_OFST, kind
[all...]
/external/llvm/test/MC/Sparc/
H A Dsparc64-ctrl-instructions.s5 ! CHECK-NEXT: ! fixup A - offset: 0, value: .BB0, kind: fixup_sparc_br19
9 ! CHECK-NEXT: ! fixup A - offset: 0, value: .BB0, kind: fixup_sparc_br19
13 ! CHECK-NEXT: ! fixup A - offset: 0, value: .BB0, kind: fixup_sparc_br19
17 ! CHECK-NEXT: ! fixup A - offset: 0, value: .BB0, kind: fixup_sparc_br19
21 ! CHECK-NEXT: ! fixup A - offset: 0, value: .BB0, kind: fixup_sparc_br19
25 ! CHECK-NEXT: ! fixup A - offset: 0, value: .BB0, kind: fixup_sparc_br19
29 ! CHECK-NEXT: ! fixup A - offset: 0, value: .BB0, kind: fixup_sparc_br19
33 ! CHECK-NEXT: ! fixup A - offset: 0, value: .BB0, kind: fixup_sparc_br19
37 ! CHECK-NEXT: ! fixup A - offset: 0, value: .BB0, kind: fixup_sparc_br19
41 ! CHECK-NEXT: ! fixup A - offset: 0, value: .BB0, kind
[all...]
H A Dsparc-ctrl-instructions.s5 ! CHECK: ! fixup A - offset: 0, value: foo, kind: fixup_sparc_call30
18 ! CHECK-NEXT: ! fixup A - offset: 0, value: %lo(sym), kind: fixup_sparc_lo10
31 ! CHECK-NEXT: ! fixup A - offset: 0, value: %lo(sym), kind: fixup_sparc_lo10
44 ! CHECK-NEXT: ! fixup A - offset: 0, value: %lo(sym), kind: fixup_sparc_lo10
48 ! CHECK-NEXT: ! fixup A - offset: 0, value: .BB0, kind: fixup_sparc_br22
52 ! CHECK-NEXT: ! fixup A - offset: 0, value: .BB0, kind: fixup_sparc_br22
56 ! CHECK-NEXT: ! fixup A - offset: 0, value: .BB0, kind: fixup_sparc_br22
60 ! CHECK-NEXT: ! fixup A - offset: 0, value: .BB0, kind: fixup_sparc_br22
64 ! CHECK-NEXT: ! fixup A - offset: 0, value: .BB0, kind: fixup_sparc_br22
68 ! CHECK-NEXT: ! fixup A - offset: 0, value: .BB0, kind
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DMediaDeviceInfo.cpp49 String MediaDeviceInfo::kind() const function in class:blink::MediaDeviceInfo
51 switch (m_webMediaDeviceInfo.kind()) {
H A DSourceInfo.cpp49 String SourceInfo::kind() const function in class:blink::SourceInfo
51 switch (m_webSourceInfo.kind()) {
/external/elfutils/0.153/libdwfl/
H A Dopen.c121 what_kind (int fd, Elf **elfp, Elf_Kind *kind, bool *close_fd) argument
124 *kind = elf_kind (*elfp);
125 if (unlikely (*kind == ELF_K_NONE))
135 *kind = elf_kind (*elfp);
149 Elf_Kind kind; local
150 Dwfl_Error error = what_kind (*fdp, &elf, &kind, &close_fd);
164 elf->kind = ELF_K_AR;
169 elf->kind = ELF_K_NONE;
179 error = what_kind (*fdp, &elf, &kind, &close_fd);
185 && kind !
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dlexer.py96 tok, kind = "", ""
106 kind = tok
121 self.set_state(tok,kind,self.lno,self.col)
127 tok, kind = "", ""
146 kind = self._get_kind(tok)
170 kind = float(tok)
172 kind = int(tok,16)
174 kind = int(tok)
180 kind = self._get_kind(tok)
185 kind
[all...]
/external/libnl/lib/
H A Dhandlers.c202 * @arg kind callback kind to be used for initialization
205 struct nl_cb *nl_cb_alloc(enum nl_cb_kind kind) argument
210 if (kind < 0 || kind > NL_CB_KIND_MAX)
220 nl_cb_set(cb, i, kind, NULL, NULL);
222 nl_cb_err(cb, kind, NULL, NULL);
279 * @arg kind kind of implementation
285 int nl_cb_set(struct nl_cb *cb, enum nl_cb_type type, enum nl_cb_kind kind, argument
314 nl_cb_set_all(struct nl_cb *cb, enum nl_cb_kind kind, nl_recvmsg_msg_cb_t func, void *arg) argument
335 nl_cb_err(struct nl_cb *cb, enum nl_cb_kind kind, nl_recvmsg_err_cb_t func, void *arg) argument
[all...]
/external/iptables/utils/
H A Dnfnl_osf.c66 { .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
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dsad_tab.h21 static SadTab* Create(content::WebContents* web_contents, SadTabKind kind);
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_mutexattr_init.c80 ma->kind = PTHREAD_MUTEX_DEFAULT;
H A Dpthread_mutex_timedlock.c113 int kind; local
135 kind = mx->kind;
137 if (kind >= 0)
139 if (mx->kind == PTHREAD_MUTEX_NORMAL)
172 if (mx->kind == PTHREAD_MUTEX_RECURSIVE)
218 kind = -kind - 1; /* Convert to non-robust range */
220 if (PTHREAD_MUTEX_NORMAL == kind)
277 if (PTHREAD_MUTEX_RECURSIVE == kind)
[all...]
/external/clang/include/clang/Basic/
H A DTargetCXXABI.h27 /// \brief The basic C++ ABI kind.
101 TargetCXXABI(Kind kind) : TheKind(kind) {} argument
103 void set(Kind kind) { argument
104 TheKind = kind;
122 llvm_unreachable("bad ABI kind");
138 llvm_unreachable("bad ABI kind");
217 llvm_unreachable("bad ABI kind");
272 llvm_unreachable("bad ABI kind");
/external/clang/test/Sema/
H A Dbitfield-layout.c4 #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/doclava/src/com/google/doclava/
H A DSeeTagInfo.java25 SeeTagInfo(String name, String kind, String text, ContainerInfo base, SourcePositionInfo position) { argument
26 super(name, kind, text, position);
46 if (linkRef.kind != null) {
47 // if they have a better suggestion about "kind" use that.
49 setKind(linkRef.kind);
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathStep.h60 NodeTest(Kind kind) : m_kind(kind) { } argument
61 NodeTest(Kind kind, const String& data) : m_kind(kind), m_data(data) { } argument
62 NodeTest(Kind kind, const AtomicString& data, const AtomicString& namespaceURI) : m_kind(kind), m_data(data), m_namespaceURI(namespaceURI) { } argument
81 Kind kind() const { return m_kind; } function in class:blink::XPath::FINAL::NodeTest
/external/clang/tools/libclang/
H A DCIndexCXX.cpp26 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/
H A Dem_meta.c44 char * kind; member in struct:meta_entry
125 static struct meta_entry * lookup_meta_entry(struct bstr *kind) argument
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...]
/external/qemu/util/
H A Dqemu-error.c55 .kind = LOC_NONE
80 loc->kind = LOC_NONE;
123 cur_loc->kind = LOC_NONE;
131 cur_loc->kind = LOC_CMDLINE;
141 assert (fname || cur_loc->kind == LOC_FILE);
142 cur_loc->kind = LOC_FILE;
178 switch (cur_loc->kind) {
/external/chromium_org/third_party/icu/source/common/
H A Dservslkf.cpp35 int32_t kind,
40 , _kind(kind)
46 int32_t kind,
51 , _kind(kind)
67 if (_kind == LocaleKey::KIND_ANY || _kind == lkey.kind()) {
103 result.append(", kind: ");
33 SimpleLocaleKeyFactory(UObject* objToAdopt, const UnicodeString& locale, int32_t kind, int32_t coverage) argument
44 SimpleLocaleKeyFactory(UObject* objToAdopt, const Locale& locale, int32_t kind, int32_t coverage) argument
H A Dbrkiter.cpp51 BreakIterator::buildInstance(const Locale& loc, const char *type, int32_t kind, UErrorCode &status) argument
123 // If there is a result, set the valid locale and actual locale, and the kind
127 result->setBreakType(kind);
227 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* /*service*/, UErrorCode& status) const { argument
228 return BreakIterator::makeInstance(loc, kind, status);
253 int32_t kind = lkey.kind(); local
256 return BreakIterator::makeInstance(loc, kind, status);
318 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType kind, UErrorCode& status) argument
325 return service->registerInstance(toAdopt, locale, kind, statu
358 createInstance(const Locale& loc, int32_t kind, UErrorCode& status) argument
394 makeInstance(const Locale& loc, int32_t kind, UErrorCode& status) argument
[all...]
/external/icu/icu4c/source/common/
H A Dservslkf.cpp35 int32_t kind,
40 , _kind(kind)
46 int32_t kind,
51 , _kind(kind)
67 if (_kind == LocaleKey::KIND_ANY || _kind == lkey.kind()) {
103 result.append(", kind: ");
33 SimpleLocaleKeyFactory(UObject* objToAdopt, const UnicodeString& locale, int32_t kind, int32_t coverage) argument
44 SimpleLocaleKeyFactory(UObject* objToAdopt, const Locale& locale, int32_t kind, int32_t coverage) argument

Completed in 684 milliseconds

1234567891011>>