Searched defs:combined (Results 1 - 25 of 38) sorted by relevance

12

/external/junit-params/src/main/java/junitparams/custom/combined/
H A DCombinedParameters.java1 package junitparams.custom.combined;
H A DCombinedParametersProvider.java1 package junitparams.custom.combined;
H A DCartesian.java1 package junitparams.custom.combined;
/external/junit-params/src/test/java/junitparams/custom/combined/
H A DCartesianTest.java1 package junitparams.custom.combined;
H A DCombinedParametersProviderTest.java1 package junitparams.custom.combined;
/external/skia/src/gpu/glsl/
H A DGrGLSLPrimitiveProcessor.cpp17 SkMatrix combined; local
18 combined.setConcat(coordTransform.getMatrix(), localMatrix);
21 combined.postIDiv(coordTransform.texture()->width(), coordTransform.texture()->height());
25 // combined.postScale(1,-1);
26 // combined.postTranslate(0,1);
27 combined.set(SkMatrix::kMSkewY,
28 combined[SkMatrix::kMPersp0] - combined[SkMatrix::kMSkewY]);
29 combined.set(SkMatrix::kMScaleY,
30 combined[SkMatri
[all...]
/external/libchrome/base/trace_event/
H A Dtrace_sampling_thread.cc53 const char* const combined = local
57 ExtractCategoryAndName(combined, &category_group, &name);
84 void TraceSamplingThread::ExtractCategoryAndName(const char* combined, argument
87 *category = combined;
88 *name = &combined[strlen(combined) + 1];
/external/skia/src/gpu/gl/
H A DGrGLPathRendering.h109 SkMatrix combined; local
111 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1,
115 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1,
119 combined.preConcat(fViewMatrix);
120 GrGLSLGetMatrix<Size>(destMatrix, combined);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dgrammar.rb45 GRAMMAR_TYPES = %w(lexer parser tree combined)
89 elsif combined? then base = name + 'Lexer'
101 elsif combined? then base = name + 'Parser'
116 @type == 'combined' || @type == 'lexer'
120 @type == 'combined' || @type == 'parser'
137 def combined?
138 @type == "combined"
264 @type = $1 || 'combined'
/external/harfbuzz_ng/src/
H A Dgen-indic-table.py67 combined = {} variable
70 if i == 2 and not u in combined:
72 if not u in combined:
73 combined[u] = list (defaults)
74 combined[u][i] = v
75 combined = {k:v for k,v in combined.items() if k in ALLOWED_SINGLES or v[2] in ALLOWED_BLOCKS} variable
76 data = combined
77 del combined
H A Dgen-use-table.py53 combined = {} variable
56 if i >= 2 and not u in combined:
58 if not u in combined:
59 combined[u] = list (defaults)
60 combined[u][i] = v
61 combined = {k:v for k,v in combined.items() if v[3] not in BLACKLISTED_BLOCKS} variable
62 data = combined
63 del combined
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_blit.c93 boolean combined; local
100 combined =
104 if ((mask & GL_DEPTH_BUFFER_BIT) || combined) {
105 /* resolve depth and, if combined and requested, stencil as well */
110 if (combined && (mask & GL_STENCIL_BUFFER_BIT)) {
295 /* Blitting depth and stencil values between combined
/external/avb/libavb/
H A Davb_slot_verify.c876 char combined[AVB_MAX_DIGITS_UINT64 * 2 + 1]; local
881 avb_memcpy(combined, major_digits, num_major_digits);
882 combined[num_major_digits] = '.';
883 avb_memcpy(combined + num_major_digits + 1, minor_digits, num_minor_digits);
884 combined[num_major_digits + 1 + num_minor_digits] = '\0';
886 return cmdline_append_option(slot_data, key, combined);
/external/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource.cc643 string combined; local
662 if (!combined.empty()) {
663 combined.append(",");
665 combined.append(ConvertFieldMaskPath(str, &ToCamelCase));
667 ow->RenderString(field_name, combined);
/external/v8/src/regexp/
H A Dregexp-parser.cc1537 uc32 combined = local
1539 if (NeedsDesugaringForIgnoreCase(combined)) {
1540 AddCharacterClassForDesugaring(combined);
/external/webp/src/dsp/
H A Denc_sse2.c621 const __m128i combined = _mm_unpacklo_epi64(top_values, left_values); local
622 const int DC = VP8HorizontalAdd8b(&combined) + 8;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp46 STATISTIC(NodesCombined , "Number of dag nodes combined");
112 /// \brief Set of nodes which have been combined (at least once).
115 /// which have not yet been combined to the worklist.
135 // Skip handle nodes as they can't usefully be combined and confuse the
1295 // Add any operands of the new node which have not yet been combined to the
2189 SDValue combined; local
2202 if (!combined) {
2205 combined = DAG.getNode(DivRemOpc, SDLoc(Node), VTs, Op0, Op1);
2207 combined = SDValue(User, 0);
2214 CombineTo(User, combined);
[all...]
/external/robolectric/v1/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/lib/build/
H A Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 985 milliseconds

12