Home
last modified time | relevance | path

Searched refs:combined (Results 1 – 25 of 270) sorted by relevance

1234567891011

/external/chromium_org/components/policy/core/common/
Dschema_registry_unittest.cc131 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/
Dbitfield-insert.ll38 %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 …]
Dbitfield-insert-0.ll15 %combined = or i32 %newval_masked, %oldval_keep
16 store volatile i32 %combined, i32* %existing
Datomic-ops-not-barriers.ll24 %combined = phi i32 [ %val, %atomic_ver ], [ %newval, %simple_ver]
25 ret i32 %combined
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLProgramEffects.cpp29 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()
DGrGLProgram.h115 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/
Dgen-indic-table.py45 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/
DGrGLProgram.h118 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()
DGrGLProgramEffects.cpp119 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/
Ddata_log_c.cc30 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/
Ddata_log_c.cc32 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/
Dredirects.txt33 # 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/
Dmain.m7 NSLog(@"starting combined\n");
21 NSLog(@"exiting combined\n");
/external/valgrind/main/memcheck/tests/
Dvarinfo6.stdout.exp2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
10 final combined CRC = 0xA212ABF8
Dorigin5-bz2.stdout.exp3 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
11 final combined CRC = 0xA212ABF8
Dvcpu_bz2.stdout.exp2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
10 final combined CRC = 0xA212ABF8
/external/chromium_org/net/http/
Dhttp_auth_sspi_win.cc392 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/
DLeakSanitizer.rst11 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/
Dpeacekeeper.py64 combined = merge_values.MergeLikeValuesFromDifferentPages(
67 combined_score = [x for x in combined if x.name == 'Score'][0]
Ddom_perf.py59 combined = merge_values.MergeLikeValuesFromDifferentPages(
62 combined_score = [x for x in combined if x.name == SCORE_TRACE_NAME][0]
/external/libexif/
DREADME-Win32.txt1 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/
Dglcpp-parse.y1008 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/
Dglcpp-parse.y1008 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/
Dhackedbz2.stdout.exp2 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/
Dst_cb_blit.c93 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()

1234567891011