/external/skia/src/gpu/gl/ |
D | GrGLEffectMatrix.cpp | 192 SkMatrix combined; in setData() local 193 combined.setConcat(matrix, coordChangeMatrix); in setData() 197 combined.set(SkMatrix::kMSkewY, in setData() 198 combined[SkMatrix::kMPersp0] - combined[SkMatrix::kMSkewY]); in setData() 199 combined.set(SkMatrix::kMScaleY, in setData() 200 combined[SkMatrix::kMPersp1] - combined[SkMatrix::kMScaleY]); in setData() 201 combined.set(SkMatrix::kMTransY, in setData() 202 combined[SkMatrix::kMPersp2] - combined[SkMatrix::kMTransY]); in setData() 204 if (!fPrevMatrix.cheapEqualTo(combined)) { in setData() 205 uniformManager.setSkMatrix(fUni, combined); in setData() [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | bitfield-insert.ll | 38 %combined = or i32 %oldval_keep, %newval_masked 39 store volatile i32 %combined, i32* %existing 57 %combined = or i64 %oldval_keep, %newval_masked 58 store volatile i64 %combined, i64* %existing 75 %combined = or i64 %oldval_keep, %newval_masked 76 store volatile i64 %combined, i64* %existing 93 %combined = or i32 %oldval_keep, %newval_masked 94 store volatile i32 %combined, i32* %existing 111 %combined = or i64 %newval_masked, %oldval_keep 112 store volatile i64 %combined, i64* %existing [all …]
|
D | bitfield-insert-0.ll | 15 %combined = or i32 %newval_masked, %oldval_keep 16 store volatile i32 %combined, i32* %existing
|
D | atomic-ops-not-barriers.ll | 22 %combined = phi i32 [ %val, %atomic_ver ], [ %newval, %simple_ver] 23 ret i32 %combined
|
/external/harfbuzz_ng/src/ |
D | gen-indic-table.py | 47 combined = {} variable 50 if i == 2 and not u in combined: 52 if not u in combined: 53 combined[u] = list (defaults) 54 combined[u][i] = v 55 data = combined 56 del combined
|
/external/webrtc/src/system_wrappers/source/ |
D | data_log_c.cc | 32 std::string combined = webrtc::DataLog::Combine(table_name, table_id); in WebRtcDataLog_Combine() local 33 if (combined.size() >= combined_len) return NULL; in WebRtcDataLog_Combine() 34 std::copy(combined.begin(), combined.end(), combined_name); in WebRtcDataLog_Combine() 35 combined_name[combined.size()] = '\0'; in WebRtcDataLog_Combine()
|
/external/llvm/utils/lit/tests/Inputs/shtest-shell/ |
D | redirects.txt | 33 # Check combined redirect (&>). 35 # RUN: echo "not-present" > %t.combined 36 # RUN: %S/write-to-stdout-and-stderr.sh &> %t.combined 37 # RUN: FileCheck --check-prefix=COMBINED-WRITE < %t.combined %s
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | CairoUtilities.cpp | 148 cairo_matrix_t combined; in drawPatternToCairoContext() local 149 cairo_matrix_multiply(&combined, &patternMatrix, &phaseMatrix); in drawPatternToCairoContext() 150 cairo_matrix_invert(&combined); in drawPatternToCairoContext() 151 cairo_pattern_set_matrix(pattern, &combined); in drawPatternToCairoContext()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/ |
D | main.m | 7 NSLog(@"starting combined\n"); 21 NSLog(@"exiting combined\n");
|
/external/valgrind/main/memcheck/tests/ |
D | varinfo6.stdout.exp | 2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373 10 final combined CRC = 0xA212ABF8
|
D | vcpu_bz2.stdout.exp | 2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373 10 final combined CRC = 0xA212ABF8
|
D | origin5-bz2.stdout.exp | 3 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373 11 final combined CRC = 0xA212ABF8
|
/external/chromium/net/http/ |
D | http_auth_sspi_win.cc | 394 void SplitDomainAndUser(const string16& combined, in SplitDomainAndUser() argument 400 size_t backslash_idx = combined.find(L'\\'); in SplitDomainAndUser() 403 *user = combined; in SplitDomainAndUser() 405 *domain = combined.substr(0, backslash_idx); in SplitDomainAndUser() 406 *user = combined.substr(backslash_idx + 1); in SplitDomainAndUser()
|
D | http_auth_sspi_win_unittest.cc | 15 void MatchDomainUserAfterSplit(const std::wstring& combined, in MatchDomainUserAfterSplit() argument 20 SplitDomainAndUser(combined, &actual_domain, &actual_user); in MatchDomainUserAfterSplit()
|
D | http_auth_sspi_win.h | 183 void SplitDomainAndUser(const string16& combined,
|
/external/valgrind/main/exp-sgcheck/tests/ |
D | hackedbz2.stdout.exp | 2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373 10 final combined CRC = 0xA212ABF8
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | SimpleTimeLimiter.java | 154 StackTraceElement[] combined = ObjectArrays.concat(cause.getStackTrace(), in throwCause() local 156 cause.setStackTrace(combined); in throwCause()
|
/external/llvm/test/CodeGen/XCore/ |
D | unaligned_store_combine.ll | 3 ; Unaligned load / store pair. Should be combined into a memmove
|
/external/icu4c/test/testdata/ |
D | format.txt | 112 // normal formats, combined using 'at' 120 // normal formats, combined using ", " 128 // formats with relative day, combined using 'at' 136 // formats with relative day, combined using ", " 144 // normal formats that have quoted literals, combined 152 // vi combined formats have time first
|
/external/chromium/chrome/common/extensions/docs/images/intermediate/ |
D | README.txt | 6 full-size images that we reduced or combined to produce the images
|
/external/iptables/extensions/ |
D | libxt_state.man | 1 This module, when combined with connection tracking, allows access to
|
/external/llvm/tools/gold/ |
D | README.txt | 19 link on x86-64 with a relocation error: PIC and non-PIC can't be combined).
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-11-28-DAGCombineBug.ll | 5 ; combined them into a ldm which causes runtime exception.
|
/external/eigen/ |
D | COPYING.LGPL | 133 License, and convey such a combined library under terms of your 136 a) Accompany the combined library with a copy of the same work based 140 b) Give prominent notice with the combined library that part of it
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR.xcodeproj/ |
D | project.pbxproj | 497 remoteInfo = "Regenerate combined"; 714 … fileEncoding = 30; lastKnownFileType = text; name = Combined.g; path = combined/Combined.g; sourc… 715 …31D005D0757 /* combined */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executab… 716 …oding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = combined/main.m; sourceTre… 784 …eEncoding = 4; lastKnownFileType = text; name = Combined.tokens; path = combined/Combined.tokens; … 785 …= 4; lastKnownFileType = sourcecode.c.h; name = CombinedLexer.h; path = combined/CombinedLexer.h; … 786 …; lastKnownFileType = sourcecode.c.objc; name = CombinedLexer.m; path = combined/CombinedLexer.m; … 787 … 4; lastKnownFileType = sourcecode.c.h; name = CombinedParser.h; path = combined/CombinedParser.h;… 788 … lastKnownFileType = sourcecode.c.objc; name = CombinedParser.m; path = combined/CombinedParser.m;… 1068 F700E8640A5FA31D005D0757 /* combined */, [all …]
|