Searched defs:analysis (Results 251 - 269 of 269) sorted by relevance

<<11

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
H A DEmitter.java150 // Scalar analysis and style.
151 private ScalarAnalysis analysis; field in class:Emitter
209 // Scalar analysis and style.
210 this.analysis = null;
701 if (analysis == null) {
702 analysis = analyzeScalar(((ScalarEvent) event).getValue());
704 length += analysis.scalar.length();
707 || (event instanceof ScalarEvent && !analysis.empty && !analysis.multiline)
764 if (analysis
[all...]
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_dataflow_analysis_test.cc40 // Test is parameterized on a bool which is whether the dataflow analysis is
47 // Run dataflow analysis on the member module. For convenience returns a
48 // reference to the generated analysis stored in analysis_.
51 hlo_graph_dumper::MaybeDumpHloModule(*module_, "Before dataflow analysis");
112 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); local
115 EXPECT_EQ(analysis.values().size(), 3);
116 EXPECT_TRUE(analysis.ValueIsDefinedAt(constant1));
117 EXPECT_TRUE(analysis.ValueIsDefinedAt(constant2));
118 EXPECT_TRUE(analysis.ValueIsDefinedAt(add));
122 EXPECT_THAT(analysis
160 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); local
215 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); local
270 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); local
323 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); local
375 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); local
437 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); local
512 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); local
617 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); local
704 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); local
799 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); local
854 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); local
897 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); local
968 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); local
1057 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); local
1100 const HloDataflowAnalysis& analysis = local
1111 const HloDataflowAnalysis& analysis = local
1135 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); local
1167 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); local
1190 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); local
1584 const HloDataflowAnalysis& analysis = RunAnalysis(GetParam()); local
1671 const HloDataflowAnalysis& analysis = RunAnalysis(GetParam()); local
1799 const HloDataflowAnalysis& analysis = RunAnalysis(GetParam()); local
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/
H A DDepthFirstAdapter.java3 package com.google.clearsilver.jsilver.syntax.analysis;
H A DReversedDepthFirstAdapter.java3 package com.google.clearsilver.jsilver.syntax.analysis;
/external/skia/src/gpu/ops/
H A DGrDashOp.cpp315 auto analysis = fProcessorSet.finalize(fColor, coverage, clip, false, caps, dstIsClamped, variable
317 fDisallowCombineOnTouchOrOverlap = analysis.requiresDstTexture() ||
320 fUsesLocalCoords = analysis.usesLocalCoords();
321 return analysis.requiresDstTexture() ? RequiresDstTexture::kYes : RequiresDstTexture::kNo;
/external/skqp/src/gpu/ops/
H A DGrDashOp.cpp315 auto analysis = fProcessorSet.finalize(fColor, coverage, clip, false, caps, dstIsClamped, variable
317 fDisallowCombineOnTouchOrOverlap = analysis.requiresDstTexture() ||
320 fUsesLocalCoords = analysis.usesLocalCoords();
321 return analysis.requiresDstTexture() ? RequiresDstTexture::kYes : RequiresDstTexture::kNo;
/external/libopus/celt/
H A Dcelt_encoder.c100 AnalysisInfo analysis; member in struct:OpusCustomEncoder
782 AnalysisInfo *analysis, opus_val16 *stereo_saving, opus_val16 tf_estimate,
850 if (analysis->valid)
853 (opus_val16)(QCONST16(2.f, 8)*(analysis->tonality_slope+.05f))));
856 (void)analysis;
967 int effectiveBytes, opus_int32 *tot_boost_, int lfe, opus_val16 *surround_dynalloc, AnalysisInfo *analysis)
1063 (void)analysis;
1065 if (analysis->valid)
1068 follower[i] = follower[i] + QCONST16(1.f/64.f, DB_SHIFT)*analysis->leak_boost[i];
1157 /*printf("%d %d %f %f\n", pitch_change, pitch_index, gain1, st->analysis
780 alloc_trim_analysis(const CELTMode *m, const celt_norm *X, const opus_val16 *bandLogE, int end, int LM, int C, int N0, AnalysisInfo *analysis, opus_val16 *stereo_saving, opus_val16 tf_estimate, int intensity, opus_val16 surround_trim, opus_int32 equiv_rate, int arch) argument
964 dynalloc_analysis(const opus_val16 *bandLogE, const opus_val16 *bandLogE2, int nbEBands, int start, int end, int C, int *offsets, int lsb_depth, const opus_int16 *logN, int isTransient, int vbr, int constrained_vbr, const opus_int16 *eBands, int LM, int effectiveBytes, opus_int32 *tot_boost_, int lfe, opus_val16 *surround_dynalloc, AnalysisInfo *analysis) argument
1238 compute_vbr(const CELTMode *mode, AnalysisInfo *analysis, opus_int32 base_target, int LM, opus_int32 bitrate, int lastCodedBands, int C, int intensity, int constrained_vbr, opus_val16 stereo_saving, int tot_boost, opus_val16 tf_estimate, int pitch_change, opus_val16 maxDepth, int lfe, int has_surround_mask, opus_val16 surround_masking, opus_val16 temporal_vbr) argument
[all...]
/external/libopus/src/
H A Dopus_encoder.c45 #include "analysis.h"
91 TonalityAnalysisState analysis; member in struct:OpusEncoder
266 tonality_analysis_init(&st->analysis, st->Fs);
267 st->analysis.application = st->application;
1155 analysis_read_pos_bak = st->analysis.read_pos;
1156 analysis_read_subframe_bak = st->analysis.read_subframe;
1157 run_analysis(&st->analysis, celt_mode, analysis_pcm, analysis_size, frame_size,
1177 /* Reset voice_ratio if this frame is not silent or if analysis is disabled.
1584 st->analysis.read_pos = analysis_read_pos_bak;
1585 st->analysis
[all...]
/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1731 CAnalysis analysis; local
1734 analysis.ParseWav = false;
1735 analysis.ParseExe = false;
1736 analysis.ParseAll = false;
1740 analysis.Callback = opCallback;
1743 analysis.ParseWav = true;
1746 analysis.ParseExe = true;
1748 analysis.ParseAll = true;
1766 RINOK(analysis.GetFilterGroup(i, ui, fm));
/external/swiftshader/src/Shader/
H A DShader.hpp543 unsigned int analysis; member in union:sw::Shader::Instruction::__anon22391
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jar ... -INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/bytecode/stackmap/ javassist/compiler/ javassist/compiler ...
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jar ... asm/signature/ org/mockito/asm/tree/ org/mockito/asm/tree/analysis/ org/mockito/asm/util/ org/mockito/cglib/ org/mockito/cglib ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jar ... antlr.analysis.DFAState ovfState org.antlr.analysis.NFAConfiguration proposedNFAConfiguration } org/antlr/analysis/AnalysisTimeoutException.class AnalysisTimeoutException ...
/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/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jar ... asm/signature/ org/objectweb/asm/tree/ org/objectweb/asm/tree/analysis/ org/objectweb/asm/util/ org/objectweb/asm/util/attrs/ org ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...

Completed in 1559 milliseconds

<<11