/external/chromium_org/components/policy/core/common/ |
D | schema_registry_unittest.cc | 131 CombinedSchemaRegistry combined; in TEST() local 132 EXPECT_TRUE(combined.IsReady()); in TEST() 145 CombinedSchemaRegistry combined; in TEST() local 146 combined.AddObserver(&observer); in TEST() 156 combined.Track(registry1.get()); in TEST() 161 combined.Track(registry2.get()); in TEST() 167 combined.RegisterComponent(PolicyNamespace(POLICY_DOMAIN_EXTENSIONS, "abc"), in TEST() 184 ASSERT_EQ(1u, combined.schema_map()->GetDomains().size()); in TEST() 185 ASSERT_TRUE(combined.schema_map()->GetComponents(POLICY_DOMAIN_EXTENSIONS)); in TEST() 188 combined.schema_map()->GetComponents(POLICY_DOMAIN_EXTENSIONS)->size()); in TEST() [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 77 %combined = or i64 %oldval_keep, %newval_masked 78 store volatile i64 %combined, i64* %existing 96 %combined = or i32 %oldval_keep, %newval_masked 97 store volatile i32 %combined, i32* %existing 114 %combined = or i64 %newval_masked, %oldval_keep 115 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 | 24 %combined = phi i32 [ %val, %atomic_ver ], [ %newval, %simple_ver] 25 ret i32 %combined
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGLProgramEffects.cpp | 29 SkMatrix combined; in get_transform_matrix() local 35 combined.setConcat(coordTransform.getMatrix(), ccm); in get_transform_matrix() 37 combined = coordTransform.getMatrix(); in get_transform_matrix() 42 combined.set(SkMatrix::kMSkewY, in get_transform_matrix() 43 combined[SkMatrix::kMPersp0] - combined[SkMatrix::kMSkewY]); in get_transform_matrix() 44 combined.set(SkMatrix::kMScaleY, in get_transform_matrix() 45 combined[SkMatrix::kMPersp1] - combined[SkMatrix::kMScaleY]); in get_transform_matrix() 46 combined.set(SkMatrix::kMTransY, in get_transform_matrix() 47 combined[SkMatrix::kMPersp2] - combined[SkMatrix::kMTransY]); in get_transform_matrix() 49 return combined; in get_transform_matrix()
|
D | GrGLProgram.h | 115 SkMatrix combined; in getRTAdjustedGLMatrix() local 117 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1, in getRTAdjustedGLMatrix() 121 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1, in getRTAdjustedGLMatrix() 125 combined.preConcat(fViewMatrix); in getRTAdjustedGLMatrix() 126 GrGLGetMatrix<Size>(destMatrix, combined); in getRTAdjustedGLMatrix()
|
/external/harfbuzz_ng/src/ |
D | gen-indic-table.py | 45 combined = {} variable 48 if i == 2 and not u in combined: 50 if not u in combined: 51 combined[u] = list (defaults) 52 combined[u][i] = v 53 combined = {k:v for k,v in combined.items() if v[2] not in BLACKLISTED_BLOCKS} variable 54 data = combined 55 del combined
|
/external/skia/src/gpu/gl/ |
D | GrGLProgram.h | 118 SkMatrix combined; in getRTAdjustedGLMatrix() local 120 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1, in getRTAdjustedGLMatrix() 124 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1, in getRTAdjustedGLMatrix() 128 combined.preConcat(fViewMatrix); in getRTAdjustedGLMatrix() 129 GrGLGetMatrix<Size>(destMatrix, combined); in getRTAdjustedGLMatrix()
|
D | GrGLProgramEffects.cpp | 119 SkMatrix combined; in get_transform_matrix() local 122 combined.setConcat(coordTransform.getMatrix(), drawEffect.getCoordChangeMatrix()); in get_transform_matrix() 124 combined = coordTransform.getMatrix(); in get_transform_matrix() 129 combined.set(SkMatrix::kMSkewY, in get_transform_matrix() 130 combined[SkMatrix::kMPersp0] - combined[SkMatrix::kMSkewY]); in get_transform_matrix() 131 combined.set(SkMatrix::kMScaleY, in get_transform_matrix() 132 combined[SkMatrix::kMPersp1] - combined[SkMatrix::kMScaleY]); in get_transform_matrix() 133 combined.set(SkMatrix::kMTransY, in get_transform_matrix() 134 combined[SkMatrix::kMPersp2] - combined[SkMatrix::kMTransY]); in get_transform_matrix() 136 return combined; in get_transform_matrix()
|
/external/chromium_org/third_party/webrtc/system_wrappers/source/ |
D | data_log_c.cc | 30 std::string combined = webrtc::DataLog::Combine(table_name, table_id); in WebRtcDataLog_Combine() local 31 if (combined.size() >= combined_len) return NULL; in WebRtcDataLog_Combine() 32 std::copy(combined.begin(), combined.end(), combined_name); in WebRtcDataLog_Combine() 33 combined_name[combined.size()] = '\0'; in WebRtcDataLog_Combine()
|
/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/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 | origin5-bz2.stdout.exp | 3 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373 11 final combined CRC = 0xA212ABF8
|
D | vcpu_bz2.stdout.exp | 2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373 10 final combined CRC = 0xA212ABF8
|
/external/chromium_org/net/http/ |
D | http_auth_sspi_win.cc | 392 void SplitDomainAndUser(const base::string16& combined, in SplitDomainAndUser() argument 398 size_t backslash_idx = combined.find(L'\\'); in SplitDomainAndUser() 401 *user = combined; in SplitDomainAndUser() 403 *domain = combined.substr(0, backslash_idx); in SplitDomainAndUser() 404 *user = combined.substr(backslash_idx + 1); in SplitDomainAndUser()
|
/external/clang/docs/ |
D | LeakSanitizer.rst | 11 LeakSanitizer is a run-time memory leak detector. It can be combined with 22 The combined mode has been tested on fairly large software projects. The
|
/external/chromium_org/tools/perf/benchmarks/ |
D | peacekeeper.py | 64 combined = merge_values.MergeLikeValuesFromDifferentPages( 67 combined_score = [x for x in combined if x.name == 'Score'][0]
|
D | dom_perf.py | 59 combined = merge_values.MergeLikeValuesFromDifferentPages( 62 combined_score = [x for x in combined if x.name == SCORE_TRACE_NAME][0]
|
/external/libexif/ |
D | README-Win32.txt | 1 If this is a combined source/binary distribution tree, then you can find 29 If you want to build a combined source/binary distribution tarball/zipfile,
|
/external/mesa3d/src/glsl/glcpp/ |
D | glcpp-parse.y | 1008 token_t *combined = NULL; in _token_paste() local 1023 combined = _token_create_ival (token, LEFT_SHIFT, LEFT_SHIFT); in _token_paste() 1025 combined = _token_create_ival (token, LESS_OR_EQUAL, LESS_OR_EQUAL); in _token_paste() 1029 combined = _token_create_ival (token, RIGHT_SHIFT, RIGHT_SHIFT); in _token_paste() 1031 combined = _token_create_ival (token, GREATER_OR_EQUAL, GREATER_OR_EQUAL); in _token_paste() 1035 combined = _token_create_ival (token, EQUAL, EQUAL); in _token_paste() 1039 combined = _token_create_ival (token, NOT_EQUAL, NOT_EQUAL); in _token_paste() 1043 combined = _token_create_ival (token, AND, AND); in _token_paste() 1047 combined = _token_create_ival (token, OR, OR); in _token_paste() 1051 if (combined != NULL) { in _token_paste() [all …]
|
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/ |
D | glcpp-parse.y | 1008 token_t *combined = NULL; in _token_paste() local 1023 combined = _token_create_ival (token, LEFT_SHIFT, LEFT_SHIFT); in _token_paste() 1025 combined = _token_create_ival (token, LESS_OR_EQUAL, LESS_OR_EQUAL); in _token_paste() 1029 combined = _token_create_ival (token, RIGHT_SHIFT, RIGHT_SHIFT); in _token_paste() 1031 combined = _token_create_ival (token, GREATER_OR_EQUAL, GREATER_OR_EQUAL); in _token_paste() 1035 combined = _token_create_ival (token, EQUAL, EQUAL); in _token_paste() 1039 combined = _token_create_ival (token, NOT_EQUAL, NOT_EQUAL); in _token_paste() 1043 combined = _token_create_ival (token, AND, AND); in _token_paste() 1047 combined = _token_create_ival (token, OR, OR); in _token_paste() 1051 if (combined != NULL) { in _token_paste() [all …]
|
/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/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
D | st_cb_blit.c | 93 boolean combined; in st_BlitFramebuffer_resolve() local 100 combined = in st_BlitFramebuffer_resolve() 104 if ((mask & GL_DEPTH_BUFFER_BIT) || combined) { in st_BlitFramebuffer_resolve() 110 if (combined && (mask & GL_STENCIL_BUFFER_BIT)) { in st_BlitFramebuffer_resolve()
|