/external/clang/utils/ABITest/ |
H A D | build-and-summarize-all.sh | 11 for kind in return-types single-args; do 12 echo "-- $kind-$bits --" 13 (cd $kind-$bits && ../build-and-summarize.sh $1)
|
/external/v8/src/ |
H A D | elements-kind.h | 14 // The "fast" kind for elements that only contain SMI values. Must be first 15 // to make it possible to efficiently check maps for this kind. 19 // The "fast" kind for tagged values. Must be second to make it possible to 20 // efficiently check maps for this and the FAST_SMI_ONLY_ELEMENTS kind 25 // The "fast" kind for unwrapped, non-tagged double values. 29 // The "slow" kind. 32 // The "fast" kind for external arrays 70 // The number to add to a packed elements kind to reach a holey elements kind 76 const char* ElementsKindToString(ElementsKind kind); 85 IsDictionaryElementsKind(ElementsKind kind) argument 90 IsSloppyArgumentsElements(ElementsKind kind) argument 95 IsExternalArrayElementsKind(ElementsKind kind) argument 101 IsTerminalElementsKind(ElementsKind kind) argument 107 IsFixedTypedArrayElementsKind(ElementsKind kind) argument 113 IsFastElementsKind(ElementsKind kind) argument 119 IsTransitionElementsKind(ElementsKind kind) argument 124 IsFastDoubleElementsKind(ElementsKind kind) argument 130 IsExternalFloatOrDoubleElementsKind(ElementsKind kind) argument 136 IsFixedFloatElementsKind(ElementsKind kind) argument 141 IsDoubleOrFloatElementsKind(ElementsKind kind) argument 148 IsFastSmiOrObjectElementsKind(ElementsKind kind) argument 156 IsFastSmiElementsKind(ElementsKind kind) argument 162 IsFastObjectElementsKind(ElementsKind kind) argument 168 IsFastHoleyElementsKind(ElementsKind kind) argument 175 IsHoleyElementsKind(ElementsKind kind) argument 181 IsFastPackedElementsKind(ElementsKind kind) argument [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/ |
H A D | XMPPathSegment.java | 22 /** 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 D | XMPPath.java | 93 int kind = getSegment(index + 1).getKind(); 94 if (kind == STRUCT_FIELD_STEP || 95 kind == QUALIFIER_STEP)
|
/external/clang/lib/Basic/ |
H A D | ObjCRuntime.cpp | 56 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; 78 TheKind = kind; 86 if (kind == ObjCRuntime::ObjFW && Version > VersionTuple(0, 8))
|
/external/tcpdump/ |
H A D | mptcp.h | 46 u_int8_t kind; member in struct:mptcp_option 54 u_int8_t kind; member in struct:mp_capable 67 u_int8_t kind; member in struct:mp_join 89 u_int8_t kind; member in struct:mp_dss 102 u_int8_t kind; member in struct:mp_add_addr 121 u_int8_t kind; member in struct:mp_remove_addr 129 u_int8_t kind; member in struct:mp_fail 137 u_int8_t kind; member in struct:mp_close 145 u_int8_t kind; member in struct:mp_prio
|
/external/elfutils/src/libelf/ |
H A D | elf_kind.c | 1 /* Return the kind of file associated with the descriptor. 44 return elf == NULL ? ELF_K_NONE : elf->kind;
|
H A D | gelf_getclass.c | 44 return elf == NULL || elf->kind != ELF_K_ELF ? ELFCLASSNONE : elf->class;
|
/external/llvm/utils/llvm-build/llvmbuild/ |
H A D | util.py | 4 def _write_message(kind, message): 6 sys.stderr.write('%s: %s: %s\n' % (program, kind, message))
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICULocaleService.java | 35 * get(ULocale, int, ULocale[]) with KIND_ANY for kind and null for 46 public Object get(ULocale locale, int kind) { argument 47 return get(locale, kind, null); 52 * get(ULocale, int, ULocale[]) with KIND_ANY for kind. 60 * createKey(ULocale.toString(), kind) to create a key, calls getKey, and then 64 public Object get(ULocale locale, int kind, ULocale[] actualReturn) { argument 65 Key key = createKey(locale, kind); 84 * registerObject(Object, ULocale, int kind, boolean visible) 85 * passing KIND_ANY for the kind, and true for the visibility. 93 * registerObject(Object, ULocale, int kind, boolea 105 registerObject(Object obj, ULocale locale, int kind) argument 113 registerObject(Object obj, ULocale locale, int kind, boolean visible) argument 161 private int kind; field in class:ICULocaleService.LocaleKey 179 createWithCanonicalFallback(String primaryID, String canonicalFallbackID, int kind) argument 190 createWithCanonical(ULocale locale, String canonicalFallbackID, int kind) argument 204 LocaleKey(String primaryID, String canonicalPrimaryID, String canonicalFallbackID, int kind) argument 242 public int kind() { method in class:ICULocaleService.LocaleKey 427 handleCreate(ULocale loc, int kind, ICUService service) argument 470 private final int kind; field in class:ICULocaleService.SimpleLocaleKeyFactory 473 SimpleLocaleKeyFactory(Object obj, ULocale locale, int kind, boolean visible) argument 477 SimpleLocaleKeyFactory(Object obj, ULocale locale, int kind, boolean visible, String name) argument 574 handleCreate(ULocale loc, int kind, ICUService service) argument 609 createKey(String id, int kind) argument 613 createKey(ULocale l, int kind) argument [all...] |
/external/skia/src/animator/ |
H A D | SkDisplayEvents.cpp | 29 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 D | 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 [all...] |
H A D | 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 121 assert typedef.kind.is_declaration() 123 assert underlying.kind == TypeKind.INT 154 assert enum.kind [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SDNodeDbgValue.h | 38 enum DbgValueKind kind; member in class:llvm::SDDbgValue 60 kind = SDNODE; 70 kind = CONST; 79 kind = FRAMEIX; 83 // Returns the kind. 84 DbgValueKind getKind() const { return kind; } 93 SDNode *getSDNode() const { assert (kind==SDNODE); return u.s.Node; } 96 unsigned getResNo() const { assert (kind==SDNODE); return u.s.ResNo; } 99 const Value *getConst() const { assert (kind==CONST); return u.Const; } 102 unsigned getFrameIx() const { assert (kind [all...] |
/external/iproute2/include/linux/tc_ematch/ |
H A D | tc_em_meta.h | 17 __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/kernel-headers/original/uapi/linux/tc_ematch/ |
H A D | tc_em_meta.h | 17 __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/libnl/src/ |
H A D | nl-cls-add.c | 46 char *kind; local 95 kind = argv[optind++]; 96 if ((err = rtnl_cls_set_kind(cls, kind)) < 0) 97 fatal(ENOENT, "Unknown classifier type \"%s\".", kind); 101 fatal(ENOTSUP, "Classifier type \"%s\" not supported.", kind);
|
/external/llvm/test/MC/ARM/ |
H A D | arm_fixups.s | 8 @ CHECK: @ fixup A - offset: 0, value: _printf, kind: fixup_arm_uncondbl 10 @ CHECK-BE: @ fixup A - offset: 0, value: _printf, kind: fixup_arm_uncondbl 17 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movw_lo16 19 @ CHECK-BE: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movw_lo16 21 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movw_lo16 23 @ CHECK-BE: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movw_lo16 25 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movt_hi16 27 @ CHECK-BE: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movt_hi16 32 @ CHECK: @ fixup A - offset: 0, value: fred, kind: fixup_arm_movw_lo16 34 @ CHECK-BE: @ fixup A - offset: 0, value: fred, kind [all...] |
/external/v8/src/ic/ |
H A D | access-compiler.cc | 47 Register* PropertyAccessCompiler::GetCallingConvention(Code::Kind kind) { argument 48 if (kind == Code::LOAD_IC || kind == Code::KEYED_LOAD_IC) { 51 DCHECK(kind == Code::STORE_IC || kind == Code::KEYED_STORE_IC);
|
H A D | access-compiler.h | 18 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
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | BreakIteratorFactory.java | 34 public Object registerInstance(BreakIterator iter, ULocale locale, int kind) { argument 36 return service.registerObject(iter, locale, kind); 62 public BreakIterator createBreakIterator(ULocale locale, int kind) { argument 65 return createBreakInstance(locale, kind); 68 BreakIterator iter = (BreakIterator)service.get(locale, kind, actualLoc); 78 protected Object handleCreate(ULocale loc, int kind, ICUService srvc) { 79 return createBreakInstance(loc, kind); 113 private static BreakIterator createBreakInstance(ULocale locale, int kind) { argument 125 if (kind == BreakIterator.KIND_LINE) { 132 String typeKey = (typeKeyExt == null)? KIND_NAMES[kind] [all...] |
/external/valgrind/include/ |
H A D | pub_tool_gdbserver.h | 96 extern const HChar* VG_(ppPointKind) (PointKind kind); 103 the access provided by the tool matches the watchpoint kind. 104 For this, the tool must pass the kind of access it has detected: 110 extern Bool VG_(is_watched)(PointKind kind, Addr addr, Int szB); 120 // Note that an address can only be watched for a single kind. 123 // different kinds. The last kind must replace the previous values. 126 Bool (*watchpoint) (PointKind kind, Bool insert, Addr addr, SizeT len)
|
/external/llvm/test/MC/Mips/ |
H A D | mips-relocations.s | 5 # 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 D | sparc64-ctrl-instructions.s | 5 ! 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 D | sparc-ctrl-instructions.s | 5 ! 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...] |