/external/dhcpcd/ |
D | showlease.c | 22 #define ARRAY (1 << 9) macro 36 { 3, IPV4 | ARRAY | REQUEST, "routers" }, 37 { 4, IPV4 | ARRAY, "time_servers" }, 38 { 5, IPV4 | ARRAY, "ien116_name_servers" }, 39 { 6, IPV4 | ARRAY, "domain_name_servers" }, 40 { 7, IPV4 | ARRAY, "log_servers" }, 41 { 8, IPV4 | ARRAY, "cookie_servers" }, 42 { 9, IPV4 | ARRAY, "lpr_servers" }, 43 { 10, IPV4 | ARRAY, "impress_servers" }, 44 { 11, IPV4 | ARRAY, "resource_location_servers" }, [all …]
|
D | dhcp.c | 49 #define ARRAY (1 << 9) macro 77 { 33, IPV4 | ARRAY | REQUEST, "static_routes" }, 78 { 3, IPV4 | ARRAY | REQUEST, "routers" }, 80 { 4, IPV4 | ARRAY, "time_servers" }, 81 { 5, IPV4 | ARRAY, "ien116_name_servers" }, 84 { 6, IPV4 | ARRAY | REQUEST, "domain_name_servers" }, 85 { 7, IPV4 | ARRAY, "log_servers" }, 86 { 8, IPV4 | ARRAY, "cookie_servers" }, 87 { 9, IPV4 | ARRAY, "lpr_servers" }, 88 { 10, IPV4 | ARRAY, "impress_servers" }, [all …]
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/ |
D | PropertyOptions.java | 39 public static final int ARRAY = 0x00000200; field in PropertyOptions 199 return getOption(ARRAY); in isArray() 209 setOption(ARRAY, value); in setArray() 311 return (getOptions() & (ARRAY | STRUCT)) > 0; in isCompositeProperty() 320 return (getOptions() & (ARRAY | STRUCT)) == 0; in isSimple() 362 ~(ARRAY | ARRAY_ORDERED | ARRAY_ALTERNATE | ARRAY_ALT_TEXT)) == 0; in isOnlyArrayOptions() 378 ARRAY | in getValidOptions() 399 case ARRAY : return "ARRAY"; in defineOptionName() 418 if ((options & STRUCT) > 0 && (options & ARRAY) > 0) in assertConsistency() 423 else if ((options & URI) > 0 && (options & (ARRAY | STRUCT)) > 0) in assertConsistency()
|
/external/llvm/test/CodeGen/X86/ |
D | constructor.ll | 2 ; RUN: llc -mtriple x86_64-pc-linux -use-init-array < %s | FileCheck --check-prefix=INIT-ARRAY %s 22 ; INIT-ARRAY: .section .init_array.15,"aw",@init_array 23 ; INIT-ARRAY-NEXT: .align 8 24 ; INIT-ARRAY-NEXT: .quad g 25 ; INIT-ARRAY-NEXT: .section .init_array,"aw",@init_array 26 ; INIT-ARRAY-NEXT: .align 8 27 ; INIT-ARRAY-NEXT: .quad f
|
/external/skia/bench/ |
D | MathBench.cpp | 336 ARRAY = 1000, enumerator 338 float fData[ARRAY]; 345 for (int i = 0; i < ARRAY; ++i) { in FloorBench() 370 for (int i = 0; i < ARRAY; ++i) { in onDraw() 377 for (int i = 0; i < ARRAY; ++i) { in onDraw() 397 ARRAY = 1000, enumerator 399 uint32_t fData[ARRAY]; 406 for (int i = 0; i < ARRAY; ++i) { in CLZBench() 430 for (int i = 0; i < ARRAY; ++i) { in onDraw() 437 for (int i = 0; i < ARRAY; ++i) { in onDraw() [all …]
|
/external/chromium_org/third_party/skia/bench/ |
D | MathBench.cpp | 336 ARRAY = 1000, enumerator 338 float fData[ARRAY]; 345 for (int i = 0; i < ARRAY; ++i) { in FloorBench() 370 for (int i = 0; i < ARRAY; ++i) { in onDraw() 377 for (int i = 0; i < ARRAY; ++i) { in onDraw() 397 ARRAY = 1000, enumerator 399 uint32_t fData[ARRAY]; 406 for (int i = 0; i < ARRAY; ++i) { in CLZBench() 430 for (int i = 0; i < ARRAY; ++i) { in onDraw() 437 for (int i = 0; i < ARRAY; ++i) { in onDraw() [all …]
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
D | SimpleVerifier.java | 116 boolean isArray = type.getSort() == Type.ARRAY; in newValue() 146 && ("Lnull;".equals(t.getDescriptor()) || t.getSort() == Type.ARRAY); in isArrayValue() 154 if (arrayType.getSort() == Type.ARRAY) { in getElementValue() 173 case Type.ARRAY: in isSubTypeOf() 178 || type.getSort() == Type.ARRAY) in isSubTypeOf() 194 && (t.getSort() == Type.OBJECT || t.getSort() == Type.ARRAY)) in merge() 197 && (u.getSort() == Type.OBJECT || u.getSort() == Type.ARRAY)) in merge() 276 if (t.getSort() == Type.ARRAY) { in getClass()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/ |
D | ReflectedType002Test.java | 68 JDWPConstants.TypeTag.ARRAY), in testReflectedType001() 70 JDWPConstants.TypeTag.ARRAY), in testReflectedType001() 72 JDWPConstants.TypeTag.ARRAY), in testReflectedType001() 73 new TypeSignatureAndTag("[C", JDWPConstants.TypeTag.ARRAY) in testReflectedType001()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | JDWPConstants.java | 112 public static final byte ARRAY = 16; field in JDWPConstants.ClassStatus 134 if ((status & ARRAY) == ARRAY) in getName() 158 public static final byte ARRAY = 3; field in JDWPConstants.TypeTag 173 case ARRAY: in getName()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | AllClassesTest.java | 81 if ( (status & JDWPConstants.ClassStatus.ARRAY) != 0 ){ in testAllClasses002() 88 + Integer.toHexString(JDWPConstants.ClassStatus.ARRAY) in testAllClasses002() 90 + JDWPConstants.ClassStatus.getName(JDWPConstants.ClassStatus.ARRAY) in testAllClasses002() 184 assertTrue(refTypeTag == JDWPConstants.TypeTag.ARRAY in testAllClasses001() 201 assertTrue(refTypeTag == JDWPConstants.TypeTag.ARRAY in testAllClasses001()
|
D | AllClassesWithGenericTest.java | 83 if ( (status & JDWPConstants.ClassStatus.ARRAY) != 0 ){ in testAllClassesWithGeneric002() 91 + Integer.toHexString(JDWPConstants.ClassStatus.ARRAY) in testAllClassesWithGeneric002() 93 + JDWPConstants.ClassStatus.getName(JDWPConstants.ClassStatus.ARRAY) in testAllClassesWithGeneric002() 192 assertTrue(refTypeTag == JDWPConstants.TypeTag.ARRAY in testAllClassesWithGeneric001() 211 refTypeTag == JDWPConstants.TypeTag.ARRAY in testAllClassesWithGeneric001()
|
/external/llvm/test/Integer/ |
D | 2007-01-19-TruncSext.ll | 7 @ARRAY = global [ 20 x i17 ] zeroinitializer 14 %P = getelementptr [20 x i17]* @ARRAY, i32 0, i32 %index 23 %P = getelementptr [20 x i17]* @ARRAY, i32 0, i32 0
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
D | Type.java | 92 public static final int ARRAY = 9; field in Type 218 return new Type(buf[0] == '[' ? ARRAY : OBJECT, buf, 0, buf.length); in getObjectType() 369 return new Type(ARRAY, buf, off, len + 1); in getType() 446 case ARRAY: in getClassName() 543 case ARRAY: in getDescriptor() 758 if (sort == OBJECT || sort == ARRAY) { in equals() 778 if (sort == OBJECT || sort == ARRAY) { in hashCode()
|
/external/deqp/framework/delibs/debase/ |
D | deDefs.h | 228 # define DE_LENGTH_OF_ARRAY(ARRAY) ((int)(sizeof(deArraySizeHelper(ARRAY)))) argument 230 # define DE_LENGTH_OF_ARRAY(ARRAY) ((int)(sizeof(ARRAY) / sizeof((ARRAY)[0]))) argument
|
/external/chromium_org/tools/json_schema_compiler/ |
D | ppapi_generator.py | 138 if type_.property_type == model.PropertyType.ARRAY: 163 entity.property_type != model.PropertyType.ARRAY): 184 elif type_.property_type == model.PropertyType.ARRAY: 250 if type_.property_type == model.PropertyType.ARRAY: 255 if type_.property_type == model.PropertyType.ARRAY:
|
D | cpp_util.py | 61 PropertyType.ARRAY: 'base::Value::TYPE_LIST', 79 PropertyType.ARRAY,
|
D | cpp_type_generator.py | 126 elif type_.property_type == PropertyType.ARRAY: 147 PropertyType.ARRAY, 243 elif type_.property_type == PropertyType.ARRAY:
|
D | dart_generator.py | 317 elif p.type_.property_type is PropertyType.ARRAY: 687 return (type_.property_type is PropertyType.ARRAY and 696 return (type_.property_type is PropertyType.ARRAY and 712 or (type_.property_type is PropertyType.ARRAY 757 elif prop_type is PropertyType.ARRAY:
|
/external/clang/test/CodeGenObjC/ |
D | arc-foreach.m | 26 // CHECK-LP64: [[ARRAY:%.*]] = alloca [[ARRAY_T:%.*]]*, 33 // CHECK-LP64-NEXT: store [[ARRAY_T]]* null, [[ARRAY_T]]** [[ARRAY]] 34 // CHECK-LP64-NEXT: [[ZERO:%.*]] = bitcast [[ARRAY_T]]** [[ARRAY]] to i8** 43 // CHECK-LP64-NEXT: [[T0:%.*]] = load [[ARRAY_T]]** [[ARRAY]], align 8 81 // CHECK-LP64: [[T0:%.*]] = bitcast [[ARRAY_T]]** [[ARRAY]] to i8** 164 // CHECK-LP64: [[ARRAY:%.*]] = alloca [[ARRAY_T]]*, align 8
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/ |
D | NewInstanceTest.java | 89 JDWPConstants.TypeTag.ARRAY, refInitTypeTag, in testNewInstance001() 90 JDWPConstants.TypeTag.getName(JDWPConstants.TypeTag.ARRAY), in testNewInstance001()
|
/external/llvm/test/Bitcode/ |
D | pr18704.ll | 17 ; <ARRAY abbrevid=9 op0=6 op1=0/> 19 ; <ARRAY abbrevid=9 op0=10 op1=0/> 21 ; <ARRAY abbrevid=9 op0=4 op1=0/> 23 ; <ARRAY abbrevid=9 op0=5 op1=0/> 27 ; <ARRAY abbrevid=9 op0=2 op1=11/>
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | ValueType.java | 47 public static final int ARRAY = 0x1c; field in ValueType
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/value/ |
D | DexBackedEncodedValue.java | 92 case ValueType.ARRAY: in readFrom() 137 case ValueType.ARRAY: in skipFrom()
|
/external/clang/test/CodeGenObjCXX/ |
D | arc-exceptions.mm | 102 // CHECK-NEXT: [[ARRAY:%.*]] = getelementptr inbounds [[A]]* [[THIS]], i32 0, i32 1 103 // CHECK-NEXT: [[T0:%.*]] = bitcast [2 x [3 x i8*]]* [[ARRAY]] to i8* 110 …// CHECK: [[ARRAYBEGIN:%.*]] = getelementptr inbounds [2 x [3 x i8*]]* [[ARRAY]], i32 0, i32 …
|
/external/llvm/test/DebugInfo/X86/ |
D | empty-array.ll | 12 ; CHECK-NEXT: DW_AT_type [DW_FORM_ref4] (cu + 0x{{[0-9a-f]*}} => {[[ARRAY:0x[0-9a-f]*]]}) 14 ; CHECK: [[ARRAY]]: DW_TAG_array_type [{{.*}}] *
|