HomeSort by relevance Sort by last modified time
    Searched refs:Level (Results 326 - 350 of 690) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Target/Mips/
MipsSubtarget.cpp 138 CodeGenOpt::Level MipsSubtarget::getOptLevelToEnablePostRAScheduler() const {
MipsSubtarget.h 164 CodeGenOpt::Level getOptLevelToEnablePostRAScheduler() const override;
  /external/llvm/tools/lli/
OrcLazyJIT.cpp 125 CodeGenOpt::Level getOptLevel();
  /external/llvm/tools/llvm-cov/
SourceCoverageView.h 116 void renderIndent(raw_ostream &OS, unsigned Level);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp 256 .setOptLevel((CodeGenOpt::Level)OptLevel);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_copy.c 102 intelImage->base.Base.Level,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex_copy.c 50 const GLuint level = timg->base.Base.Level; local
85 intptr_t dst_offset = radeon_miptree_image_offset(timg->mt, face, level);
88 fprintf(stderr, "%s: copying to face %d, level %d\n",
89 __FUNCTION__, face, level);
131 timg->mt->levels[level].rowstride / dst_bpp,
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DefaultMp4Builder.java 61 import java.util.logging.Level;
338 if (LOG.isLoggable(Level.FINE)) {
347 if (LOG.isLoggable(Level.FINER)) {
351 if (LOG.isLoggable(Level.FINEST)) {
  /external/webrtc/webrtc/modules/audio_processing/test/
audioproc_float.cc 66 DEFINE_int32(ns_level, -1, "Noise suppression level [0 - 3].");
126 static_cast<NoiseSuppression::Level>(FLAGS_ns_level)));
  /external/webrtc/webrtc/voice_engine/
voice_engine_defines.h 61 const NoiseSuppression::Level kDefaultNsMode = NoiseSuppression::kModerate;
  /frameworks/compile/mclinker/lib/Script/
Assignment.cpp 30 Assignment::Assignment(Level pLevel,
  /external/curl/lib/
mk-ca-bundle.pl 263 my @included_mozilla_trust_levels = parse_csv_param( "trust level", $included_mozilla_trust_levels_string, @valid_mozilla_trust_levels );
270 foreach my $level (@included_mozilla_trust_levels) {
271 # for each level we want to output, see if any of our desired purposes are included
272 return 1 if ( defined( List::Util::first { is_in_list( $_, @included_mozilla_trust_purposes ) } @{$trust_purposes_by_level{$level}} ) );
421 report "Warning: Unrecognized trust purpose for cert: $caname. Trust purpose: $1. Trust Level: $2";
423 report "Warning: Unrecognized trust level for cert: $caname. Trust purpose: $1. Trust Level: $2";
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
CacheBuilder.java 35 import java.util.logging.Level;
136 * "http://code.google.com/p/guava-libraries/wiki/CachesExplained">caching</a> for a higher-level
255 * is {@code 60}, and the concurrency level is {@code 8}, then eight segments are created, each
290 * <p>The current implementation uses the concurrency level to create a fixed number of hashtable
303 * @throws IllegalStateException if a concurrency level was already set
306 checkState(this.concurrencyLevel == UNSET_INT, "concurrency level was already set to %s",
577 logger.log(Level.WARNING, "ignoring weigher specified without maximumWeight");
  /external/guava/guava-testlib/src/com/google/common/testing/
AbstractPackageSanityTests.java 47 import java.util.logging.Level;
51 * Automatically runs sanity checks against top level classes in the same package of the test that
57 * <p>Note that only top-level classes with either a non-private constructor or a non-private static
141 * Tests all top-level {@link Serializable} classes in the package. For a serializable Class
188 * Performs {@link NullPointerTester} checks for all top-level classes in the package. For a class
221 * Tests {@code equals()} and {@code hashCode()} implementations for every top-level class in the
341 logger.log(Level.SEVERE, "Cannot load class " + classInfo + ", skipping...", e);
  /external/guice/core/src/com/google/inject/internal/
ProxyFactory.java 42 import java.util.logging.Level;
105 logger.log(Level.WARNING,
  /external/jmdns/src/javax/jmdns/impl/
DNSQuestion.java 9 import java.util.logging.Level;
284 if (logger.isLoggable(Level.FINER)) {
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
ShortNumberInfo.java 32 import java.util.logging.Level;
413 logger.log(Level.SEVERE, "Unrecognised cost for region: " + costForRegion);
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 262 /// It is the user-level function for completing the process of making the
517 CodeGenOpt::Level OptLevel;
567 /// setOptLevel - Set the optimization level for the JIT. This option
569 EngineBuilder &setOptLevel(CodeGenOpt::Level l) {
  /external/llvm/include/llvm/IR/
Module.h 58 /// LLVM module. Modules are the top level container of all other LLVM
191 /// @name Module Level Accessors
237 /// @name Module Level Mutators
412 /// Returns the NamedMDNode in the module that represents module-level flags.
413 /// This method returns null if there are no module-level flags.
416 /// Returns the NamedMDNode in the module that represents module-level flags.
417 /// If module-level flags aren't found, it creates the named metadata that
421 /// Add a module-level flag to the module-level flags metadata. It will create
422 /// the module-level flags named metadata if it doesn't already exist
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 42 XCoreDAGToDAGISel(XCoreTargetMachine &TM, CodeGenOpt::Level OptLevel)
84 CodeGenOpt::Level OptLevel) {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Platform.java 30 import java.util.logging.Level;
297 logger.log(Level.INFO, "ALPN callback dropped: SPDY and HTTP/2 are disabled. "
  /external/skia/gm/
showmiplevels.cpp 151 SkMipMap::Level level; local
153 while (mm->extractLevel(SkSize::Make(scale, scale), &level)) {
154 SkBitmap bm = func(prevPM, level.fPixmap);
157 if (level.fPixmap.width() <= 2 || level.fPixmap.height() <= 2) {
161 x += level.fPixmap.width() + 4;
163 y += level.fPixmap.height() + 4;
166 prevPM = level.fPixmap;
259 SkMipMap::Level level local
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 832 params.Level = 0;
871 // Convert level from OpenSL ES format to LVM format
874 // level level to be applied
878 int16_t ReverbConvertLevel(int16_t level){
996 int16_t level; local
1079 int16_t level; local
1164 int16_t level; local
1757 int16_t level; local
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 73 const llvm::CodeGenOpt::Level script_opt_level =
74 static_cast<llvm::CodeGenOpt::Level>(pScript.getOptimizationLevel());
  /external/llvm/include/llvm/Support/
TargetRegistry.h 98 CodeGenOpt::Level OL);
108 CodeGenOpt::Level OL);
307 CodeGenOpt::Level OL) const {
365 CodeGenOpt::Level OL = CodeGenOpt::Default) const {
    [all...]

Completed in 441 milliseconds

<<11121314151617181920>>