/external/v8/src/ |
D | elements-kind.h | 67 const char* ElementsKindToString(ElementsKind kind); 76 inline bool IsDictionaryElementsKind(ElementsKind kind) { in IsDictionaryElementsKind() argument 77 return kind == DICTIONARY_ELEMENTS; in IsDictionaryElementsKind() 81 inline bool IsSloppyArgumentsElements(ElementsKind kind) { in IsSloppyArgumentsElements() argument 82 return kind == FAST_SLOPPY_ARGUMENTS_ELEMENTS || in IsSloppyArgumentsElements() 83 kind == SLOW_SLOPPY_ARGUMENTS_ELEMENTS; in IsSloppyArgumentsElements() 87 inline bool IsFixedTypedArrayElementsKind(ElementsKind kind) { in IsFixedTypedArrayElementsKind() argument 88 return kind >= FIRST_FIXED_TYPED_ARRAY_ELEMENTS_KIND && in IsFixedTypedArrayElementsKind() 89 kind <= LAST_FIXED_TYPED_ARRAY_ELEMENTS_KIND; in IsFixedTypedArrayElementsKind() 93 inline bool IsTerminalElementsKind(ElementsKind kind) { in IsTerminalElementsKind() argument [all …]
|
D | globals.h | 960 inline bool IsValidFunctionKind(FunctionKind kind) { in IsValidFunctionKind() argument 961 return kind == FunctionKind::kNormalFunction || in IsValidFunctionKind() 962 kind == FunctionKind::kArrowFunction || in IsValidFunctionKind() 963 kind == FunctionKind::kGeneratorFunction || in IsValidFunctionKind() 964 kind == FunctionKind::kConciseMethod || in IsValidFunctionKind() 965 kind == FunctionKind::kConciseGeneratorMethod || in IsValidFunctionKind() 966 kind == FunctionKind::kAccessorFunction || in IsValidFunctionKind() 967 kind == FunctionKind::kDefaultBaseConstructor || in IsValidFunctionKind() 968 kind == FunctionKind::kDefaultSubclassConstructor || in IsValidFunctionKind() 969 kind == FunctionKind::kBaseConstructor || in IsValidFunctionKind() [all …]
|
/external/clang/test/Index/skip-parsed-bodies/ |
D | compile_commands.json | 24 // CHECK: [indexDeclaration]: kind: c++-instance-method | name: method_decl | {{.*}} | isRedec… 25 // CHECK-NEXT: [indexDeclaration]: kind: c++-instance-method | name: method_def1 | {{.*}} | isRedec… 26 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: some_val | {{.*}} | loc: ./t.h:9:27 27 // CHECK-NEXT: [indexDeclaration]: kind: c++-instance-method | name: method_def2 | {{.*}} | isRedec… 28 // CHECK-NEXT: [indexDeclaration]: kind: c++-instance-method | name: method_def2 | {{.*}} | isRedec… 29 // CHECK-NEXT: [indexEntityReference]: kind: namespace | name: NS | 30 // CHECK-NEXT: [indexEntityReference]: kind: c++-class | name: C | 31 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: some_val | {{.*}} | loc: ./t.h:15:5 32 // CHECK-NEXT: [indexDeclaration]: kind: function | name: foo1 | {{.*}} | isRedecl: 0 | isDef: 1 | … 33 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: some_val | {{.*}} | loc: ./t.h:19:5 [all …]
|
/external/clang/test/Index/ |
D | index-suppress-refs.m | 22 // CHECK: [indexDeclaration]: kind: objc-class | name: I 23 // CHECK-NEXT: <ObjCContainerInfo>: kind: interface 24 // CHECK-NEXT: [indexDeclaration]: kind: objc-class | name: B 25 // CHECK-NEXT: <ObjCContainerInfo>: kind: interface 26 // CHECK-NEXT: [indexDeclaration]: kind: objc-protocol | name: P 27 // CHECK-NEXT: <ObjCContainerInfo>: kind: interface 28 // CHECK-NEXT: [indexDeclaration]: kind: typedef | name: MyInt 29 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: gx 30 // CHECK-NEXT: [indexDeclaration]: kind: objc-class | name: I 31 // CHECK-NEXT: <ObjCContainerInfo>: kind: forward-ref [all …]
|
D | index-decls.m | 53 // CHECK: [indexDeclaration]: kind: objc-class | name: I | {{.*}} | loc: 1:12 54 // CHECK: [indexDeclaration]: kind: objc-instance-method | name: prop | {{.*}} | loc: 3:2 55 // CHECK: [indexDeclaration]: kind: objc-property | name: prop | {{.*}} | loc: 2:25 56 // CHECK: [indexDeclaration]: kind: objc-category | name: | {{.*}} | loc: 6:12 57 // CHECK: [indexDeclaration]: kind: objc-instance-method | name: setProp: | {{.*}} | loc: 7:33 58 // CHECK: [indexDeclaration]: kind: objc-property | name: prop | {{.*}} | loc: 7:33 60 // CHECK: [indexDeclaration]: kind: objc-ivar | name: _prop | {{.*}} | loc: 11:20 61 // CHECK: [indexDeclaration]: kind: objc-instance-method | name: prop | {{.*}} | loc: 11:13 | {{.*}… 62 // CHECK: [indexDeclaration]: kind: objc-instance-method | name: setProp: | {{.*}} | loc: 11:13 | {… 64 // CHECK: [indexDeclaration]: kind: objc-ivar | name: _auto_prop | {{.*}} | loc: 20:33 [all …]
|
D | index-subscripting-literals.m | 44 // CHECK: [indexEntityReference]: kind: variable | name: idx | USR: c:@idx | lang: C | cursor:… 45 …indexEntityReference]: kind: variable | name: p | USR: c:@p | lang: C | cursor: DeclRefExpr=p:23:4… 46 // CHECK-NEXT: [indexEntityReference]: kind: objc-instance-method | name: setObject:atIndexedSubscr… 47 // CHECK-NEXT: [indexEntityReference]: kind: objc-class | name: NSArray 48 // CHECK-NEXT: [indexEntityReference]: kind: objc-class-method | name: arrayWithObjects:count: 49 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: p | USR: c:@p | lang: C | cursor: Dec… 50 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: p | USR: c:@p | lang: C | cursor: Dec… 51 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: idx | USR: c:@idx | lang: C | cursor:… 52 // CHECK-NEXT: [indexEntityReference]: kind: objc-instance-method | name: objectAtIndexedSubscript: 53 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: key [all …]
|
/external/mockftpserver/tags/1.0/ |
D | .classpath | 2 <classpathentry kind="src" path="src/main/java"/> 3 <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/> 4 <classpathentry kind="src" path="src/test/java" output="target/test-classes"/> 5 …<classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.… 6 <classpathentry kind="output" path="target/classes"/> 7 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 8 <classpathentry kind="var" path="M2_REPO/junit-addons/junit-addons/1.4/junit-addons-1.4.jar"/> 9 <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.13/log4j-1.2.13.jar"/> 10 <classpathentry kind="var" path="M2_REPO/commons-net/commons-net/1.4.1/commons-net-1.4.1.jar"/> 11 …<classpathentry kind="var" path="M2_REPO/avalon-framework/avalon-framework/4.1.3/avalon-framework-… [all …]
|
/external/mockftpserver/tags/1.2.2/ |
D | .classpath | 2 <classpathentry kind="src" path="src/main/java"/> 3 <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/> 4 <classpathentry kind="src" path="src/test/java" output="target/test-classes"/> 5 …<classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.… 6 <classpathentry kind="output" path="target/classes"/> 7 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 8 <classpathentry kind="var" path="M2_REPO/junit-addons/junit-addons/1.4/junit-addons-1.4.jar"/> 9 <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.13/log4j-1.2.13.jar"/> 10 <classpathentry kind="var" path="M2_REPO/commons-net/commons-net/1.4.1/commons-net-1.4.1.jar"/> 11 …<classpathentry kind="var" path="M2_REPO/avalon-framework/avalon-framework/4.1.3/avalon-framework-… [all …]
|
/external/mockftpserver/tags/1.2.1/ |
D | .classpath | 2 <classpathentry kind="src" path="src/main/java"/> 3 <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/> 4 <classpathentry kind="src" path="src/test/java" output="target/test-classes"/> 5 …<classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.… 6 <classpathentry kind="output" path="target/classes"/> 7 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 8 <classpathentry kind="var" path="M2_REPO/junit-addons/junit-addons/1.4/junit-addons-1.4.jar"/> 9 <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.13/log4j-1.2.13.jar"/> 10 <classpathentry kind="var" path="M2_REPO/commons-net/commons-net/1.4.1/commons-net-1.4.1.jar"/> 11 …<classpathentry kind="var" path="M2_REPO/avalon-framework/avalon-framework/4.1.3/avalon-framework-… [all …]
|
/external/mockftpserver/branches/1.x_Branch/ |
D | .classpath | 2 <classpathentry kind="src" path="src/main/java"/> 3 <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/> 4 <classpathentry kind="src" path="src/test/java" output="target/test-classes"/> 5 …<classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.… 6 <classpathentry kind="output" path="target/classes"/> 7 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 8 <classpathentry kind="var" path="M2_REPO/junit-addons/junit-addons/1.4/junit-addons-1.4.jar"/> 9 <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.13/log4j-1.2.13.jar"/> 10 <classpathentry kind="var" path="M2_REPO/commons-net/commons-net/1.4.1/commons-net-1.4.1.jar"/> 11 …<classpathentry kind="var" path="M2_REPO/avalon-framework/avalon-framework/4.1.3/avalon-framework-… [all …]
|
/external/mockftpserver/tags/1.2/ |
D | .classpath | 2 <classpathentry kind="src" path="src/main/java"/> 3 <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/> 4 <classpathentry kind="src" path="src/test/java" output="target/test-classes"/> 5 …<classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.… 6 <classpathentry kind="output" path="target/classes"/> 7 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 8 <classpathentry kind="var" path="M2_REPO/junit-addons/junit-addons/1.4/junit-addons-1.4.jar"/> 9 <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.13/log4j-1.2.13.jar"/> 10 <classpathentry kind="var" path="M2_REPO/commons-net/commons-net/1.4.1/commons-net-1.4.1.jar"/> 11 …<classpathentry kind="var" path="M2_REPO/avalon-framework/avalon-framework/4.1.3/avalon-framework-… [all …]
|
/external/mockftpserver/tags/1.2.4/ |
D | .classpath | 2 <classpathentry kind="src" path="src/main/java"/> 3 <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/> 4 <classpathentry kind="src" path="src/test/java" output="target/test-classes"/> 5 …<classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.… 6 <classpathentry kind="output" path="target/classes"/> 7 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 8 <classpathentry kind="var" path="M2_REPO/junit-addons/junit-addons/1.4/junit-addons-1.4.jar"/> 9 <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.13/log4j-1.2.13.jar"/> 10 <classpathentry kind="var" path="M2_REPO/commons-net/commons-net/1.4.1/commons-net-1.4.1.jar"/> 11 …<classpathentry kind="var" path="M2_REPO/avalon-framework/avalon-framework/4.1.3/avalon-framework-… [all …]
|
/external/mockftpserver/tags/1.2.3/ |
D | .classpath | 2 <classpathentry kind="src" path="src/main/java"/> 3 <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/> 4 <classpathentry kind="src" path="src/test/java" output="target/test-classes"/> 5 …<classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.… 6 <classpathentry kind="output" path="target/classes"/> 7 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 8 <classpathentry kind="var" path="M2_REPO/junit-addons/junit-addons/1.4/junit-addons-1.4.jar"/> 9 <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.13/log4j-1.2.13.jar"/> 10 <classpathentry kind="var" path="M2_REPO/commons-net/commons-net/1.4.1/commons-net-1.4.1.jar"/> 11 …<classpathentry kind="var" path="M2_REPO/avalon-framework/avalon-framework/4.1.3/avalon-framework-… [all …]
|
/external/mockftpserver/tags/1.1/ |
D | .classpath | 2 <classpathentry kind="src" path="src/main/java"/> 3 <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/> 4 <classpathentry kind="src" path="src/test/java" output="target/test-classes"/> 5 …<classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.… 6 <classpathentry kind="output" path="target/classes"/> 7 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 8 <classpathentry kind="var" path="M2_REPO/junit-addons/junit-addons/1.4/junit-addons-1.4.jar"/> 9 <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.13/log4j-1.2.13.jar"/> 10 <classpathentry kind="var" path="M2_REPO/commons-net/commons-net/1.4.1/commons-net-1.4.1.jar"/> 11 …<classpathentry kind="var" path="M2_REPO/avalon-framework/avalon-framework/4.1.3/avalon-framework-… [all …]
|
/external/llvm/test/MC/Sparc/ |
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: fixup_sparc_br22 [all …]
|
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: fixup_sparc_br19 [all …]
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-encoding-ext.s | 170 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 171 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 175 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 176 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 186 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 187 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 191 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 192 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 203 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 204 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… [all …]
|
D | ppc64-fixups.s | 12 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 13 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 20 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 21 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 28 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 29 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 36 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 37 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 45 # CHECK-BE-NEXT: # fixup A - offset: 2, value: target@l, kind: fixup_p… 46 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target@l, kind: fixup_p… [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICULocaleService.java | 50 public Object get(ULocale locale, int kind) { in get() argument 51 return get(locale, kind, null); in get() 68 public Object get(ULocale locale, int kind, ULocale[] actualReturn) { in get() argument 69 Key key = createKey(locale, kind); in get() 109 public Factory registerObject(Object obj, ULocale locale, int kind) { in registerObject() argument 110 return registerObject(obj, locale, kind, true); in registerObject() 117 public Factory registerObject(Object obj, ULocale locale, int kind, boolean visible) { in registerObject() argument 118 Factory factory = new SimpleLocaleKeyFactory(obj, locale, kind, visible); in registerObject() 165 private int kind; field in ICULocaleService.LocaleKey 183 …tic LocaleKey createWithCanonicalFallback(String primaryID, String canonicalFallbackID, int kind) { in createWithCanonicalFallback() argument [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICULocaleService.java | 46 public Object get(ULocale locale, int kind) { in get() argument 47 return get(locale, kind, null); in get() 64 public Object get(ULocale locale, int kind, ULocale[] actualReturn) { in get() argument 65 Key key = createKey(locale, kind); in get() 105 public Factory registerObject(Object obj, ULocale locale, int kind) { in registerObject() argument 106 return registerObject(obj, locale, kind, true); in registerObject() 113 public Factory registerObject(Object obj, ULocale locale, int kind, boolean visible) { in registerObject() argument 114 Factory factory = new SimpleLocaleKeyFactory(obj, locale, kind, visible); in registerObject() 161 private int kind; field in ICULocaleService.LocaleKey 179 …tic LocaleKey createWithCanonicalFallback(String primaryID, String canonicalFallbackID, int kind) { in createWithCanonicalFallback() argument [all …]
|
/external/llvm/test/MC/Mips/ |
D | branch-pseudos.s | 10 # CHECK: # fixup A - offset: 0, value: local_label-4, kind: fixup_Mips_PC16 15 # CHECK: # fixup A - offset: 0, value: global_label-4, kind: fixup_Mips_PC16 19 # CHECK: # fixup A - offset: 0, value: local_label-4, kind: fixup_Mips_PC16 23 # CHECK: # fixup A - offset: 0, value: local_label-4, kind: fixup_Mips_PC16 27 # CHECK: # fixup A - offset: 0, value: local_label-4, kind: fixup_Mips_PC… 33 # CHECK: # fixup A - offset: 0, value: local_label-4, kind: fixup_Mips_PC16 38 # CHECK: # fixup A - offset: 0, value: global_label-4, kind: fixup_Mips_PC16 44 # CHECK: # fixup A - offset: 0, value: local_label-4, kind: fixup_Mips_PC16 52 # CHECK: # fixup A - offset: 0, value: local_label-4, kind: fixup_Mips_PC16 57 # CHECK: # fixup A - offset: 0, value: global_label-4, kind: fixup_Mips_PC16 [all …]
|
/external/clang/bindings/python/tests/cindex/ |
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 == TypeKind.LONG [all …]
|
/external/v8/src/ic/ |
D | access-compiler.cc | 45 Register* PropertyAccessCompiler::GetCallingConvention(Code::Kind kind) { in GetCallingConvention() argument 46 if (kind == Code::LOAD_IC || kind == Code::KEYED_LOAD_IC) { in GetCallingConvention() 49 DCHECK(kind == Code::STORE_IC || kind == Code::KEYED_STORE_IC); in GetCallingConvention() 55 if (kind() == Code::LOAD_IC || kind() == Code::KEYED_LOAD_IC) { in slot() 58 DCHECK(kind() == Code::STORE_IC || kind() == Code::KEYED_STORE_IC); in slot() 64 if (kind() == Code::LOAD_IC || kind() == Code::KEYED_LOAD_IC) { in vector() 67 DCHECK(kind() == Code::STORE_IC || kind() == Code::KEYED_STORE_IC); in vector()
|
/external/iptables/utils/ |
D | 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 …]
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/ |
D | XMPPathSegment.java | 23 private int kind; field in XMPPathSegment 47 public XMPPathSegment(String name, int kind) in XMPPathSegment() argument 50 this.kind = kind; in XMPPathSegment() 59 return kind; in getKind() 66 public void setKind(int kind) in setKind() argument 68 this.kind = kind; in setKind() 131 switch (kind) in toString()
|