| /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/ |
| voyager.h | 325 __u8 Level;
|
| /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/ |
| voyager.h | 325 __u8 Level;
|
| /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/ |
| voyager.h | 325 __u8 Level;
|
| /external/clang/lib/Frontend/ |
| TextDiagnostic.cpp | 676 DiagnosticsEngine::Level Level, 685 emitDiagnosticLoc(Loc, PLoc, Level, Ranges, *SM); 690 printDiagnosticLevel(OS, Level, DiagOpts->ShowColors, 693 /*IsSupplemental*/ Level == DiagnosticsEngine::Note, 700 DiagnosticsEngine::Level Level, 705 switch (Level) { 716 switch (Level) { 773 DiagnosticsEngine::Level Level [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| d3d8.h | [all...] |
| netioapi.h | 479 MIB_IF_TABLE_LEVEL Level,
|
| /external/icu/icu4c/source/i18n/ |
| rulebasedcollator.cpp | 773 * Abstract iterator for identical-level string comparisons. 1411 Collation::Level level; member in class:__anon25719::PartLevelCallback 1431 Collation::Level level = (Collation::Level)state[0]; local [all...] |
| /external/clang/lib/Basic/ |
| Targets.cpp | [all...] |
| /external/eigen/blas/testing/ |
| cblat3.f | 3 * Test program for the COMPLEX Level 3 Blas. 37 * A Set of Level 3 Basic Linear Algebra Subprograms. 340 9995 FORMAT( ' TESTS OF THE COMPLEX LEVEL 3 BLAS', //' THE F', 372 * Auxiliary routine for test program for Level 3 Blas. 657 * Auxiliary routine for test program for Level 3 Blas. [all...] |
| zblat3.f | 3 * Test program for the COMPLEX*16 Level 3 Blas. 37 * A Set of Level 3 Basic Linear Algebra Subprograms. 341 9995 FORMAT( ' TESTS OF THE COMPLEX*16 LEVEL 3 BLAS', //' THE F', 373 * Auxiliary routine for test program for Level 3 Blas. 658 * Auxiliary routine for test program for Level 3 Blas. [all...] |
| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
| intel_blit.c | 551 intel_image->base.Base.Level,
|
| /external/chromium_org/third_party/webrtc/voice_engine/ |
| output_mixer.cc | 55 void OutputMixer::MixedAudioLevel(int32_t id, uint32_t level) 58 "OutputMixer::MixedAudioLevel(id=%d, level=%u)", id, level); 260 OutputMixer::GetSpeechOutputLevel(uint32_t& level) 262 int8_t currentLevel = _audioLevel.Level(); 263 level = static_cast<uint32_t> (currentLevel); 265 "GetSpeechOutputLevel() => level=%u", level); 270 OutputMixer::GetSpeechOutputLevelFullRange(uint32_t& level) 273 level = static_cast<uint32_t> (currentLevel) [all...] |
| voe_audio_processing_impl.cc | 82 NoiseSuppression::Level nsLevel = kDefaultNsMode; 88 nsLevel = _shared->audio_processing()->noise_suppression()->level(); 137 NoiseSuppression::Level nsLevel = 138 _shared->audio_processing()->noise_suppression()->level(); 216 // levels when the user modifies the mic level manually. 278 "SetAgcConfig() failed to set target peak |level|" [all...] |
| /external/chromium_org/tools/clang/plugins/ |
| FindBadConstructsConsumer.cpp | 461 DiagnosticsEngine::Level FindBadConstructsConsumer::getErrorLevel() {
|
| /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. 222 Parser::ParseRHSOfBinaryExpression(ExprResult LHS, prec::Level MinPrec) { 223 prec::Level NextTokPrec = getBinOpPrecedence(Tok.getKind(), 336 prec::Level ThisPrec = NextTokPrec; 356 // A=(B=(C=D)), where each paren is a level of recursion here. 359 static_cast<prec::Level>(ThisPrec + !isRightAssoc)); [all...] |
| /external/llvm/include/llvm/CodeGen/ |
| SelectionDAG.h | 157 /// in a low-level Data Dependence DAG representation suitable for instruction 173 CodeGenOpt::Level OptLevel; 257 int level, bool &printed); 263 explicit SelectionDAG(const TargetMachine &TM, llvm::CodeGenOpt::Level); 346 /// Level argument controls whether Combine is allowed to produce nodes and 348 void Combine(CombineLevel Level, AliasAnalysis &AA, 349 CodeGenOpt::Level OptLevel); [all...] |
| /external/llvm/lib/Target/ARM/MCTargetDesc/ |
| ARMMCTargetDesc.cpp | 258 CodeGenOpt::Level OL) {
|
| /external/llvm/lib/Target/X86/MCTargetDesc/ |
| X86MCTargetDesc.cpp | 303 CodeGenOpt::Level OL) {
|
| /external/llvm/tools/opt/ |
| opt.cpp | 125 cl::desc("Optimization level 1. Similar to clang -O1")); 129 cl::desc("Optimization level 2. Similar to clang -O2")); 141 cl::desc("Optimization level 3. Similar to clang -O3")); 202 /// based on selected optimization level, OptLevel. This routine 205 /// OptLevel - Optimization Level 282 CodeGenOpt::Level GetCodeGenOptLevel() {
|
| /external/llvm/unittests/ExecutionEngine/MCJIT/ |
| MCJITTestBase.h | 335 CodeGenOpt::Level OptLevel;
|
| /external/mesa3d/src/mesa/drivers/dri/intel/ |
| intel_blit.c | 551 intel_image->base.Base.Level,
|
| /frameworks/compile/mclinker/lib/CodeGen/ |
| MCLDTargetMachine.cpp | 194 CodeGenOpt::Level pOptLvl,
|
| /external/chromium_org/chrome/installer/setup/ |
| install_worker_unittest.cc | 145 void set_level(Level level) { 146 InstallerState::set_level(level); 300 InstallerState::Level level = system_install ? local 302 installer_state->set_level(level); 567 // Expect ClientStateMedium to be created for system-level installs. [all...] |
| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
| nouveau_texture.c | 323 teximage_fits(struct gl_texture_object *t, int level) 325 struct nouveau_surface *s = &to_nouveau_texture(t)->surfaces[level]; 326 struct gl_texture_image *ti = t->Image[0][level]; 331 if (level == t->BaseLevel && (s->offset & 0x7f)) 341 int level, int x, int y, int z, 344 struct gl_texture_image *ti = t->Image[0][level]; 346 if (teximage_fits(t, level)) { 351 nouveau_surface_ref(s, &ss[level]); 353 context_drv(ctx)->surface_copy(ctx, &ss[level], s, 491 const GLuint level = ti->Level local [all...] |
| /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
| nasm-pp.c | 66 int level; member in struct:SMacro 187 * To handle an arbitrary level of file inclusion, we maintain a 203 * each level of file inclusion. (The only reason we keep the 250 * used in nasm.h for the "real" condition codes. At _this_ level, 342 static int Level = 0; [all...] |