/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsTypes.cpp | 90 const char* const names[3] = { "butt", "round", "square" }; in lineCapName() local 115 const char* const names[3] = { "miter", "round", "bevel" }; in lineJoinName() local 123 const char* const names[5] = { "start", "end", "left", "center", "right" }; in textAlignName() local 156 …const char* const names[6] = { "alphabetic", "top", "middle", "bottom", "ideographic", "hanging" }; in textBaselineName() local
|
/external/stlport/test/unit/ |
D | finsert_test.cpp | 34 deque<char const*> names; in finsert1() local 52 deque<char const*> names; in finsert2() local
|
D | binsert_test.cpp | 33 vector<const char*> names; in binsert1() local 49 vector<const char*> names; in binsert2() local
|
D | insert_test.cpp | 36 deque<char const*> names(array1, array1 + 3); in insert1() local 60 deque<char const*> names(array1, array1 + 3); in insert2() local
|
D | partial_test.cpp | 99 char const* names[] = { "aa", "ff", "dd", "ee", "cc", "bb" }; in parsrt2() local 155 char const* names[] = { "aa", "ff", "dd", "ee", "cc", "bb" }; in parsrtc2() local
|
/external/v8/test/mjsunit/ |
D | debug-evaluate-locals-optimized.js | 38 { locals: {a0: 1, b0: 2}, args: { names: ["i", "x0", "y0"], values: [0, 3, 4] } }, property 39 { locals: {a1: 3, b1: 4}, args: { names: ["i", "x1", "y1"], values: [1, 5, 6] } }, property 40 { locals: {a2: 5, b2: 6}, args: { names: ["i"], values: [2] } }, property 41 …{ locals: {a3: 7, b3: 8}, args: { names: ["i", "x3", "y3", "z3"], values: [3, 9, 10, undefined] } … property 42 { locals: {a4: 9, b4: 10}, args: { names: ["i", "x4", "y4"], values: [4, 11, 12] } } property
|
D | debug-evaluate-locals-optimized-double.js | 46 { locals: {a0: 1.01, b0: 2.02}, args: { names: ["i", "x0", "y0"], values: [0, 3.03, 4.04] } }, property 47 { locals: {a1: 3.03, b1: 4.04}, args: { names: ["i", "x1", "y1"], values: [1, 5.05, 6.06] } }, property 48 { locals: {a2: 5.05, b2: 6.06}, args: { names: ["i"], values: [2] } }, property 49 { locals: {a3: 7.07, b3: 8.08}, args: { names: ["i", "x3", "y3", "z3"], property 52 { locals: {a4: 9.09, b4: 10.10}, args: { names: ["i", "x4", "y4"], values: [4, 11.11, 12.12] } } property
|
D | mirror-array.js | 43 function testArrayMirror(a, names) { argument
|
/external/xmlwriter/src/org/jheer/ |
D | XMLWriter.java | 159 protected void tag(String tag, String[] names, String[] values, in tag() 190 public void tag(String tag, String[] names, String[] values, int nattr) throws IOException in tag() 203 public void start(String tag, String[] names, String[] values, int nattr) throws IOException in start() 283 protected void tag(String tag, ArrayList names, ArrayList values, in tag() 314 public void tag(String tag, ArrayList names, ArrayList values, int nattr) throws IOException in tag() 327 public void start(String tag, ArrayList names, ArrayList values, int nattr) throws IOException in start()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | GeneralNames.java | 12 private final GeneralName[] names; field in GeneralNames 50 GeneralName[] names) in GeneralNames()
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/ |
D | AnnotationEncodedSubValue.java | 46 public final StringIdItem[] names; field in AnnotationEncodedSubValue 73 …public AnnotationEncodedSubValue(TypeIdItem annotationType, StringIdItem[] names, EncodedValue[] v… in AnnotationEncodedSubValue()
|
/external/v8/test/mjsunit/regress/ |
D | regress-crbug-40931.js | 34 var names = "a,b,c,d"; variable
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ |
D | AttributeCertificateIssuer.java | 50 GeneralName[] names = name.getNames(); in getNames() local 67 GeneralName[] names = targets.getNames(); in matchesDN() local
|
/external/gcc-demangle/ |
D | test.c | 3 const char* names[4] = {"_ZN6SkPath4IterC1ERKS_b", variable
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | AttributeCertificateHolder.java | 209 GeneralName[] names = targets.getNames(); in matchesDN() local 234 private Object[] getNames(GeneralName[] names) in getNames() 257 private Principal[] getPrincipals(GeneralNames names) in getPrincipals()
|
D | AttributeCertificateIssuer.java | 65 GeneralName[] names = name.getNames(); in getNames() local 112 GeneralName[] names = targets.getNames(); in matchesDN() local
|
/external/mesa3d/src/glsl/ |
D | ast_type.cpp | 54 static const char *const names[] = { in ast_type_specifier() local
|
/external/e2fsprogs/e2fsck/ |
D | profile_helpers.c | 141 profile_get_values(profile_t profile, const char *const *names, in profile_get_values() 182 profile_get_subsection_names(profile_t profile, const char **names, in profile_get_subsection_names() 218 profile_get_relation_names(profile_t profile, const char **names, in profile_get_relation_names()
|
/external/opencv/cv/src/ |
D | cvswitcher.cpp | 45 #define IPCVAPI_EX(type,func_name,names,modules,arg) \ argument
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebIDBDatabase.h | 69 …virtual WebIDBTransaction* transaction(const WebDOMStringList& names, unsigned short mode, WebExce… in transaction() 74 …virtual WebIDBTransaction* transaction(const WebDOMStringList& names, unsigned short mode, unsigne… in transaction()
|
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/ |
D | AutoFillHostAndroid.cpp | 38 void AutoFillHostAndroid::AutoFillSuggestionsReturned(const std::vector<string16>& names, const std… in AutoFillSuggestionsReturned()
|
/external/valgrind/main/VEX/priv/ |
D | host_s390_disasm.c | 49 static const HChar names[16][5] = { in gpr_operand() local 66 static const HChar names[16][5] = { in fpr_operand() local 83 static const HChar names[16][5] = { in ar_operand() local
|
/external/doclava/src/com/google/doclava/ |
D | Doclava2.java | 57 String[] names = line.split(" "); in main() local
|
/external/elfutils/backends/ |
D | sparc_regs.c | 59 static const char names[2][8][6] = in sparc_register_info() local
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
D | X509CertSelectorTest.java | 70 String[] names = new String[] {"*", "*.", "%anything"}; in test_addSubjectAlternativeNameLintLjava_lang_String() local
|