/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
FileSystem.h | 528 uint16_t Level; 541 /// Gets the current level. path is at level 0. 542 int level() const; 547 /// Goes up one level if Level > 0.
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
ExecutionEngineBindings.cpp | 128 .setOptLevel((CodeGenOpt::Level)OptLevel);
|
/external/swiftshader/third_party/LLVM/tools/lli/ |
lli.cpp | 63 // Determine optimization level.
66 cl::desc("Optimization level. [-O0, -O1, -O2, or -O3] "
214 CodeGenOpt::Level OLvl = CodeGenOpt::Default;
217 errs() << argv[0] << ": invalid optimization level.\n";
|
/frameworks/compile/slang/ |
slang.h | 266 void setOptimizationLevel(llvm::CodeGenOpt::Level OptimizationLevel);
|
/hardware/interfaces/audio/effect/2.0/default/ |
NoiseSuppressionEffect.h | 113 Return<Result> setSuppressionLevel(INoiseSuppressionEffect::Level level) override;
|
/libcore/ojluni/src/main/java/java/net/ |
CookieManager.java | 281 if (logger.isLoggable(PlatformLogger.Level.SEVERE)) {
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
mce.h | 300 ULONGLONG Level:2; 333 ULONGLONG Level:2; 378 ULONGLONG Level:2; 527 ULONGLONG Level:3;
|
usbdlib.h | 226 IN USHORT Level,
|
/external/eigen/blas/testing/ |
cblat2.f | 19 *> Test program for the COMPLEX Level 2 Blas. 410 9993 FORMAT( ' TESTS OF THE COMPLEX LEVEL 2 BLAS', //' THE F', 444 * Auxiliary routine for test program for Level 2 Blas. 789 * Auxiliary routine for test program for Level 2 Blas. [all...] |
dblat2.f | 19 *> Test program for the DOUBLE PRECISION Level 2 Blas. 405 9993 FORMAT( ' TESTS OF THE DOUBLE PRECISION LEVEL 2 BLAS', //' THE F', 437 * Auxiliary routine for test program for Level 2 Blas. 778 * Auxiliary routine for test program for Level 2 Blas. [all...] |
dblat3.f | 19 *> Test program for the DOUBLE PRECISION Level 3 Blas. 53 *> A Set of Level 3 Basic Linear Algebra Subprograms. 371 9995 FORMAT( ' TESTS OF THE DOUBLE PRECISION LEVEL 3 BLAS', //' THE F', 401 * Auxiliary routine for test program for Level 3 Blas. 682 * Auxiliary routine for test program for Level 3 Blas. [all...] |
sblat2.f | 19 *> Test program for the REAL Level 2 Blas. 405 9993 FORMAT( ' TESTS OF THE REAL LEVEL 2 BLAS', //' THE F', 437 * Auxiliary routine for test program for Level 2 Blas. 778 * Auxiliary routine for test program for Level 2 Blas. [all...] |
sblat3.f | 19 *> Test program for the REAL Level 3 Blas. 53 *> A Set of Level 3 Basic Linear Algebra Subprograms. 371 9995 FORMAT( ' TESTS OF THE REAL LEVEL 3 BLAS', //' THE F', 401 * Auxiliary routine for test program for Level 3 Blas. 682 * Auxiliary routine for test program for Level 3 Blas. [all...] |
zblat2.f | 19 *> Test program for the COMPLEX*16 Level 2 Blas. 411 9993 FORMAT( ' TESTS OF THE COMPLEX*16 LEVEL 2 BLAS', //' THE F', 445 * Auxiliary routine for test program for Level 2 Blas. 791 * Auxiliary routine for test program for Level 2 Blas. [all...] |
/external/clang/lib/Lex/ |
Pragma.cpp | 115 // Invoke the first level of pragma handlers which reads the namespace id. [all...] |
/device/linaro/bootloader/edk2/OvmfPkg/AcpiTables/ |
Dsdt.asl | 2 Contains root level name space objects for the platform
215 // shareable, level", and that doesn't match qemu.
328 Interrupt (ResourceConsumer, Level, ActiveHigh, Shared) { 9 }
369 Interrupt (ResourceConsumer, Level, ActiveHigh, Shared){0}
393 Interrupt (ResourceConsumer, Level, ActiveHigh, Shared) {5, 10, 11}
|
/external/llvm/include/llvm/Target/ |
TargetLowering.h | 607 /// made legal with custom lowering. This is used to help guide high-level 616 /// made legal using promotion. This is used to help guide high-level lowering 626 /// guide high-level lowering decisions. 635 /// on that type. This is used to help guide high-level lowering 643 /// high-level lowering decisions. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/ |
Expression.c | 430 @param Level Which type this expression belong to. Form,
439 IN EXPRESS_LEVEL Level
442 switch (Level) {
458 @param Level Which type this expression belong to. Form,
466 IN EXPRESS_LEVEL Level
469 switch (Level) {
487 @param Level Which type this expression belong to. Form,
497 IN EXPRESS_LEVEL Level
500 switch (Level) {
531 @param Level Which type this expression belong to. Form, [all...] |
/external/clang/include/clang/Frontend/ |
ASTUnit.h | 79 DiagnosticsEngine::Level Level; 138 /// Track the top-level decls which appeared in an ASTUnit which was loaded 151 /// \brief Map from FileID to the file-level declarations that it contains. 292 /// \brief A list of the serialization ID numbers for each of the top-level 392 /// \brief A string hash of the top-level declaration and macro definition 399 /// \brief A string hash of the top-level declaration and macro definition 406 /// \brief The current hash value for the top-level declaration and macro 578 /// \brief Add a new top-level declaration. 583 /// \brief Add a new local file-level declaration [all...] |
/external/clang/lib/Frontend/ |
ASTUnit.cpp | 476 // Save the current top-level hash value. 577 void HandleDiagnostic(DiagnosticsEngine::Level Level, 609 void StoredDiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level Level, 612 DiagnosticConsumer::HandleDiagnostic(Level, Info); 618 StoredDiags.emplace_back(Level, Info); 777 /// \brief Add the given declaration to the hash of all top-level entities. 792 // enter the top-level namespace. 834 // reported as top-level declarations, even though their DeclContex [all...] |
/external/clang/lib/Parse/ |
ParseExpr.cpp | 19 /// handled by ParseCastExpression, the higher level pieces are handled by 156 /// \brief Parse an expr that doesn't include (top-level) commas. 239 static bool isFoldOperator(prec::Level Level) { 240 return Level > prec::Unknown && Level != prec::Conditional; 249 Parser::ParseRHSOfBinaryExpression(ExprResult LHS, prec::Level MinPrec) { 250 prec::Level NextTokPrec = getBinOpPrecedence(Tok.getKind(), 383 prec::Level ThisPrec = NextTokPrec; 403 // A=(B=(C=D)), where each paren is a level of recursion here [all...] |
/external/guava/guava/src/com/google/common/util/concurrent/ |
CycleDetectingLockFactory.java | 42 import java.util.logging.Level; 109 * deadlock will happen, as it is possible that higher level application logic 214 * of a {@link Level#SEVERE} message indicating the potential deadlock, 221 logger.log(Level.SEVERE, "Detected potential deadlock", e); [all...] |
/external/guava/guava-testlib/src/com/google/common/testing/ |
ArbitraryInstances.java | 142 import java.util.logging.Level; 374 logger.log(Level.WARNING, "Exception while invoking default constructor.", e.getCause());
|
/external/icu/icu4c/source/i18n/ |
collationkeys.cpp | 206 CollationKeys::LevelCallback::needToWrite(Collation::Level /*level*/) { return TRUE; } 210 * to a mask of Collation::Level bits up to that strength, 230 Collation::Level minLevel, LevelCallback &callback, 274 // Variable CE, shift it to quaternary level. 306 // If ce==NO_CE, then write nothing for the primary level but 319 // at the end of the level or merged segment. 340 // When the primary level overflows we can stop because we need not 383 // Append reverse weights. The level will be re-reversed later. 401 // The backwards secondary level compares secondary weights backward [all...] |
/external/llvm/lib/CodeGen/ |
PostRASchedulerList.cpp | 108 const TargetSubtargetInfo &ST, CodeGenOpt::Level OptLevel, 268 CodeGenOpt::Level OptLevel,
|