| /external/harfbuzz_ng/src/hb-ucdn/ |
| D | ucdn.c | 53 static const UCDRecord *get_ucd_record(uint32_t code) in get_ucd_record() 70 static const unsigned short *get_decomp_record(uint32_t code) in get_decomp_record() 88 static int get_comp_index(uint32_t code, const Reindex *idx) in get_comp_index() 104 static int compare_mp(const void *a, const void *b) in compare_mp() 111 static int hangul_pair_decompose(uint32_t code, uint32_t *a, uint32_t *b) in hangul_pair_decompose() 131 static int hangul_pair_compose(uint32_t *code, uint32_t a, uint32_t b) in hangul_pair_compose() 155 const unsigned short *code = *code_ptr; in decode_utf16() local 172 int ucdn_get_combining_class(uint32_t code) in ucdn_get_combining_class() 177 int ucdn_get_east_asian_width(uint32_t code) in ucdn_get_east_asian_width() 182 int ucdn_get_general_category(uint32_t code) in ucdn_get_general_category() [all …]
|
| /external/eigen/blas/ |
| D | level3_impl.h | 35 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local 61 int code = OP(*opa) | (OP(*opb) << 2); in EIGEN_BLAS_FUNC() local 114 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local 130 int code = OP(*opa) | (SIDE(*side) << 2) | (UPLO(*uplo) << 3) | (DIAG(*diag) << 4); in EIGEN_BLAS_FUNC() local 198 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local 214 int code = OP(*opa) | (SIDE(*side) << 2) | (UPLO(*uplo) << 3) | (DIAG(*diag) << 4); in EIGEN_BLAS_FUNC() local 241 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local 330 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local 372 int code = OP(*op) | (UPLO(*uplo) << 2); in EIGEN_BLAS_FUNC() local 383 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local [all …]
|
| D | level2_impl.h | 30 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local 52 int code = OP(*opa); in EIGEN_BLAS_FUNC() local 106 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local 121 int code = OP(*opa) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3); in EIGEN_BLAS_FUNC() local 161 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local 181 int code = OP(*opa) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3); in EIGEN_BLAS_FUNC() local 203 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local 362 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local 384 int code = OP(*op) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3); in EIGEN_BLAS_FUNC() local 451 int code = OP(*opa) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3); in EIGEN_BLAS_FUNC() local [all …]
|
| D | level2_cplx_impl.h | 36 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local 66 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local 144 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local 198 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local 235 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local 251 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local 290 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local 308 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local 333 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local 370 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local
|
| D | level2_real_impl.h | 30 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local 58 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local 120 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local 183 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local 267 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local 321 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local 344 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local
|
| /external/strace/ |
| D | ioctl.c | 35 compare(const void *a, const void *b) in compare() 43 ioctl_lookup(long code) in ioctl_lookup() 63 long code; in ioctl_next_match() local 73 ioctl_decode(struct tcb *tcp, long code, long arg) in ioctl_decode()
|
| /external/chromium_org/v8/test/intl/ |
| D | assert.js | 34 function deepObjectEquals(a, b) { argument 55 function deepEquals(a, b) { argument 131 function assertThrows(code, type_opt, cause_opt) { argument 157 function assertDoesNotThrow(code, name_opt) { argument
|
| /external/chromium_org/v8/test/mjsunit/compiler/ |
| D | literals-assignment.js | 34 var code = "(function() {\ variable 73 var a, b; variable
|
| /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/tasm/tests/ |
| D | segment.asm | 2 a db 0 define 6 code segment label
|
| /external/dexmaker/src/test/java/com/google/dexmaker/ |
| D | DexMakerTest.java | 81 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testNewInstance() local 96 private final long a; field in DexMakerTest.Constructable 98 public Constructable(long a, boolean b) { in Constructable() 110 Code code = dexMaker.declare(methodId, PUBLIC); in testVoidNoArgMemberMethod() local 129 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeStatic() local 148 Code code = dexMaker.declare(methodId, PUBLIC); in testCreateLocalMethodAsNull() local 162 public static int staticMethod(int a) { in staticMethod() 174 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeVirtual() local 187 public int virtualMethod(int a) { in virtualMethod() 212 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeDirect() local [all …]
|
| /external/chromium_org/third_party/closure_linter/closure_linter/common/ |
| D | error.py | 26 def __init__(self, code, message, token, position, fix_data): argument 50 def Compare(a, b): argument
|
| /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
| D | error.py | 26 def __init__(self, code, message, token, position, fix_data): argument 50 def Compare(a, b): argument
|
| /external/bzip2/ |
| D | bzip.css | 13 a, a:link, a:visited, a:active { color: #336699; } selector 64 code, tt, pre { font-size: 120%; } selector 65 code, tt { color: #761596; } selector
|
| /external/chromium_org/third_party/skia/experimental/PdfViewer/ |
| D | SkPdfReporter.h | 89 #define SkPdfREPORTCODE(code) code argument 93 #define SkPdfReportIf(a,b,c,d,e,f) argument 94 #define SkPdfReport(a,b,c,d,e) argument 95 #define SkPdfReportUnexpectedType(a,b,c,d,e) argument 96 #define SkPdfREPORTCODE(code) argument
|
| /external/skia/experimental/PdfViewer/ |
| D | SkPdfReporter.h | 89 #define SkPdfREPORTCODE(code) code argument 93 #define SkPdfReportIf(a,b,c,d,e,f) argument 94 #define SkPdfReport(a,b,c,d,e) argument 95 #define SkPdfReportUnexpectedType(a,b,c,d,e) argument 96 #define SkPdfREPORTCODE(code) argument
|
| /external/valgrind/main/none/tests/x86/ |
| D | faultstatus.c | 16 int code; member 42 static int testcode(int code, int want) in testcode() 95 volatile int a; in test4() local 134 #define T(n, sig, code, addr) { test##n, sig, code, addr } in main() argument
|
| /external/chromium_org/v8/test/mjsunit/ |
| D | debug-handle.js | 35 function safeEval(code) { argument 232 function f(a) { argument
|
| /external/chromium_org/v8/test/webkit/ |
| D | dfg-dead-variable-on-exit.js | 31 var code = ""; variable 53 function foo(a, b) { argument
|
| /external/libvorbis/vq/ |
| D | distribution.c | 29 int ascend(const void *a,const void *b){ in ascend() 165 float code; in main() local 208 float code; in main() local
|
| /external/chromium_org/v8/test/cctest/ |
| D | test-assembler-arm.cc | 60 Handle<Code> code = isolate->factory()->NewCode( variable 95 Handle<Code> code = isolate->factory()->NewCode( variable 139 Handle<Code> code = isolate->factory()->NewCode( variable 185 Handle<Code> code = isolate->factory()->NewCode( variable 210 double a; member 308 Handle<Code> code = isolate->factory()->NewCode( variable 368 Handle<Code> code = isolate->factory()->NewCode( variable 401 Handle<Code> code = isolate->factory()->NewCode( variable 474 Handle<Code> code = isolate->factory()->NewCode( in TestRoundingMode() local 606 double a; member [all …]
|
| /external/strace/linux/ |
| D | ioctlsort.c | 16 unsigned long code; member 25 int compare(const void* a, const void* b) { in compare()
|
| /external/webp/src/dsp/ |
| D | lossless.h | 184 static WEBP_INLINE void VP8LPrefixEncodeBitsNoLUT(int distance, int* const code, in VP8LPrefixEncodeBitsNoLUT() 192 static WEBP_INLINE void VP8LPrefixEncodeNoLUT(int distance, int* const code, in VP8LPrefixEncodeNoLUT() 211 static WEBP_INLINE void VP8LPrefixEncodeBits(int distance, int* const code, in VP8LPrefixEncodeBits() 222 static WEBP_INLINE void VP8LPrefixEncode(int distance, int* const code, in VP8LPrefixEncode() 236 static WEBP_INLINE uint32_t VP8LSubPixels(uint32_t a, uint32_t b) { in VP8LSubPixels()
|
| /external/chromium_org/third_party/libwebp/dsp/ |
| D | lossless.h | 184 static WEBP_INLINE void VP8LPrefixEncodeBitsNoLUT(int distance, int* const code, in VP8LPrefixEncodeBitsNoLUT() 192 static WEBP_INLINE void VP8LPrefixEncodeNoLUT(int distance, int* const code, in VP8LPrefixEncodeNoLUT() 211 static WEBP_INLINE void VP8LPrefixEncodeBits(int distance, int* const code, in VP8LPrefixEncodeBits() 222 static WEBP_INLINE void VP8LPrefixEncode(int distance, int* const code, in VP8LPrefixEncode() 236 static WEBP_INLINE uint32_t VP8LSubPixels(uint32_t a, uint32_t b) { in VP8LSubPixels()
|
| /external/openssl/crypto/store/ |
| D | str_lib.c | 1276 #define ATTR_IS_SET(a,i) ((i) > 0 && (i) < STORE_ATTR_TYPE_NUM \ argument 1278 #define SET_ATTRBIT(a,i) ((a)->set[(i) / 8] |= (1 << ((i) % 8))) argument 1279 #define CLEAR_ATTRBIT(a,i) ((a)->set[(i) / 8] &= ~(1 << ((i) % 8))) argument 1286 STORE_ATTR_TYPES code) in STORE_ATTR_INFO_attr_free() 1327 char *STORE_ATTR_INFO_get0_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) in STORE_ATTR_INFO_get0_cstr() 1342 STORE_ATTR_TYPES code) in STORE_ATTR_INFO_get0_sha1str() 1356 X509_NAME *STORE_ATTR_INFO_get0_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) in STORE_ATTR_INFO_get0_dn() 1370 BIGNUM *STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) in STORE_ATTR_INFO_get0_number() 1384 int STORE_ATTR_INFO_set_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, in STORE_ATTR_INFO_set_cstr() 1404 int STORE_ATTR_INFO_set_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, in STORE_ATTR_INFO_set_sha1str() [all …]
|
| /external/chromium_org/third_party/openssl/openssl/crypto/store/ |
| D | str_lib.c | 1276 #define ATTR_IS_SET(a,i) ((i) > 0 && (i) < STORE_ATTR_TYPE_NUM \ argument 1278 #define SET_ATTRBIT(a,i) ((a)->set[(i) / 8] |= (1 << ((i) % 8))) argument 1279 #define CLEAR_ATTRBIT(a,i) ((a)->set[(i) / 8] &= ~(1 << ((i) % 8))) argument 1286 STORE_ATTR_TYPES code) in STORE_ATTR_INFO_attr_free() 1327 char *STORE_ATTR_INFO_get0_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) in STORE_ATTR_INFO_get0_cstr() 1342 STORE_ATTR_TYPES code) in STORE_ATTR_INFO_get0_sha1str() 1356 X509_NAME *STORE_ATTR_INFO_get0_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) in STORE_ATTR_INFO_get0_dn() 1370 BIGNUM *STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) in STORE_ATTR_INFO_get0_number() 1384 int STORE_ATTR_INFO_set_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, in STORE_ATTR_INFO_set_cstr() 1404 int STORE_ATTR_INFO_set_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, in STORE_ATTR_INFO_set_sha1str() [all …]
|