Searched refs:kind (Results 1 - 25 of 474) sorted by relevance

1234567891011>>

/external/clang/utils/ABITest/
H A Dbuild-and-summarize-all.sh11 for kind in return-types single-args; do
12 echo "-- $kind-$bits --"
13 (cd $kind-$bits && ../build-and-summarize.sh $1)
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
H A DXMPPathSegment.java22 /** kind of the path segment */
23 private int kind; field in class:XMPPathSegment
45 * @param kind the kind of the segment
47 public XMPPathSegment(String name, int kind) argument
50 this.kind = kind;
55 * @return Returns the kind.
59 return kind;
64 * @param kind Th
66 setKind(int kind) argument
[all...]
H A DXMPPath.java93 int kind = getSegment(index + 1).getKind();
94 if (kind == STRUCT_FIELD_STEP ||
95 kind == QUALIFIER_STEP)
/external/chromium/chrome/browser/resources/shared/js/cr/
H A Dlink_controller.js17 * The kind of link open we want to perform.
87 var kind;
91 kind = e.shiftKey ? LinkKind.FOREGROUND_TAB : LinkKind.BACKGROUND_TAB;
93 kind = e.shiftKey ? LinkKind.WINDOW : LinkKind.SELF;
95 this.openUrls([url], kind);
103 * @param {LinkKind} kind The kind of open we want to do.
105 openUrl: function (url, kind) {
106 this.openUrls([url], kind);
112 * @param {LinkKind} kind Th
[all...]
/external/clang/lib/Basic/
H A DObjCRuntime.cpp56 Kind kind; local
60 kind = ObjCRuntime::MacOSX;
62 kind = ObjCRuntime::FragileMacOSX;
64 kind = ObjCRuntime::iOS;
69 kind = ObjCRuntime::GNUstep;
71 kind = ObjCRuntime::GCC;
73 kind = ObjCRuntime::ObjFW;
77 TheKind = kind;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h38 enum DbgValueKind kind; member in class:llvm::SDDbgValue
57 kind = SDNODE;
66 kind = CONST;
73 kind = FRAMEIX;
77 // Returns the kind.
78 DbgValueKind getKind() { return kind; }
84 SDNode *getSDNode() { assert (kind==SDNODE); return u.s.Node; }
87 unsigned getResNo() { assert (kind==SDNODE); return u.s.ResNo; }
90 const Value *getConst() { assert (kind==CONST); return u.Const; }
93 unsigned getFrameIx() { assert (kind
[all...]
/external/clang/test/Sema/
H A Dbitfield-layout.c3 #define CHECK_SIZE(kind, name, size) extern int name##1[sizeof(kind name) == size ? 1 : -1];
4 #define CHECK_ALIGN(kind, name, size) extern int name##2[__alignof(kind name) == size ? 1 : -1];
/external/elfutils/libelf/
H A Delf_kind.c1 /* Return the kind of file associated with the descriptor.
65 return elf == NULL ? ELF_K_NONE : elf->kind;
H A Dgelf_getclass.c65 return elf == NULL || elf->kind != ELF_K_ELF ? ELFCLASSNONE : elf->class;
/external/llvm/utils/llvm-build/llvmbuild/
H A Dutil.py4 def _write_message(kind, message):
6 print >>sys.stderr, '%s: %s: %s' % (program, kind, message)
/external/webkit/Source/WebCore/dom/
H A DDataTransferItem.idl36 readonly attribute DOMString kind;
/external/skia/src/animator/
H A DSkDisplayEvents.cpp29 bool SkEvents::doEvent(SkAnimateMaker& maker, SkDisplayEvent::Kind kind, SkEventState* state) { argument
34 SkDump::GetEnumString(SkType_EventKind, kind, &str);
35 SkDebugf("kind=%s ", str.c_str());
47 if (kind != SkDisplayEvent::kOnload)
48 movie->doEvent(kind, state);
57 if (evt->kind != kind)
67 if (kind >= SkDisplayEvent::kMouseDown && kind <= SkDisplayEvent::kMouseUp) {
97 void SkEvents::removeEvent(SkDisplayEvent::Kind kind, SkEventStat argument
[all...]
/external/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py48 assert tu_nodes[0].kind == CursorKind.STRUCT_DECL
59 assert s0_nodes[0].kind == CursorKind.FIELD_DECL
61 assert s0_nodes[0].type.kind == TypeKind.INT
62 assert s0_nodes[1].kind == CursorKind.FIELD_DECL
64 assert s0_nodes[1].type.kind == TypeKind.INT
66 assert tu_nodes[1].kind == CursorKind.STRUCT_DECL
71 assert tu_nodes[2].kind == CursorKind.FUNCTION_DECL
126 assert typedef.kind.is_declaration()
128 assert underlying.kind == TypeKind.INT
159 assert enum.kind
[all...]
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/webkit/Source/WebCore/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 String& data, const String& namespaceURI) : m_kind(kind), m_data(data), m_namespaceURI(namespaceURI) {} argument
64 Kind kind() const { return m_kind; } function in class:WebCore::XPath::Step::NodeTest
/external/iproute2/include/linux/tc_ematch/
H A Dtc_em_meta.h17 __u16 kind; member in struct:tcf_meta_val
23 #define TCF_META_TYPE(kind) (((kind) & TCF_META_TYPE_MASK) >> 12)
25 #define TCF_META_ID(kind) ((kind) & TCF_META_ID_MASK)
/external/valgrind/main/include/
H A Dpub_tool_gdbserver.h97 extern char* VG_(ppPointKind) (PointKind kind);
104 the access provided by the tool matches the watchpoint kind.
105 For this, the tool must pass the kind of access it has detected:
111 extern Bool VG_(is_watched)(PointKind kind, Addr addr, Int szB);
121 // Note that an address can only be watched for a single kind.
124 // different kinds. The last kind must replace the previous values.
127 Bool (*watchpoint) (PointKind kind, Bool insert, Addr addr, SizeT len)
/external/llvm/test/MC/Mips/
H A Dmips-relocations.s6 # CHECK: # fixup A - offset: 0, value: _gp_disp@ABS_HI, kind: fixup_Mips_HI16
8 # CHECK: # fixup A - offset: 0, value: _gp_disp@ABS_LO, kind: fixup_Mips_LO16
10 # CHECK: # fixup A - offset: 0, value: strchr@GOT_CALL, kind: fixup_Mips_CALL16
12 # CHECK: # fixup A - offset: 0, value: loop_1@GOT, kind: fixup_Mips_GOT_Local
14 # CHECK: # fixup A - offset: 0, value: _gp_disp@DTPREL_HI, kind: fixup_Mips_DTPREL_HI
16 # CHECK: # fixup A - offset: 0, value: _gp_disp@DTPREL_HI, kind: fixup_Mips_DTPREL_HI
18 # CHECK: # fixup A - offset: 0, value: loop_1@GOT, kind: fixup_Mips_GOT_Local
20 # CHECK: # fixup A - offset: 0, value: loop_2@GOT_DISP, kind: fixup_Mips_GOT_DISP
22 # CHECK: # fixup A - offset: 0, value: loop_3@GOT_PAGE, kind: fixup_Mips_GOT_PAGE
24 # CHECK: # fixup A - offset: 0, value: loop_4@GOT_OFST, kind
[all...]
/external/webkit/Source/WebCore/html/
H A DHTMLTrackElement.idl29 attribute DOMString kind;
/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/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/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/
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;
173 switch (cur_loc->kind) {
/external/llvm/test/MC/ARM/
H A Darm_fixups.s6 @ CHECK: @ fixup A - offset: 0, value: _printf, kind: fixup_arm_uncondbl
13 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movw_lo16
15 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movw_lo16
17 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movt_hi16
22 @ CHECK: @ fixup A - offset: 0, value: fred, kind: fixup_arm_movw_lo16
/external/icu4c/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 497 milliseconds

1234567891011>>