HomeSort by relevance Sort by last modified time
    Searched full:frontend (Results 1 - 25 of 441) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/Rewrite/
CMakeLists.txt 2 add_subdirectory(Frontend)
  /external/clang/lib/StaticAnalyzer/
CMakeLists.txt 3 add_subdirectory(Frontend)
  /external/clang/
Android.mk 14 lib/Frontend \
20 lib/Rewrite/Frontend \
25 lib/StaticAnalyzer/Frontend \
  /external/srec/config/en.us/
baseline11k.par 54 CREC.Frontend.mel_dim = 12 ;
55 CREC.Frontend.samplerate = 11025 ;
56 CREC.Frontend.premel = 0.9 ;
57 CREC.Frontend.lowcut = 125 ;
58 CREC.Frontend.highcut = 5500 ;
59 CREC.Frontend.window_factor = 2 ;
60 CREC.Frontend.offset = 0 ;
61 CREC.Frontend.ddmel = YES ;
62 CREC.Frontend.peakdecayup = 0.3 ;
63 CREC.Frontend.peakdecaydown = 0.7
    [all...]
baseline8k.par 56 CREC.Frontend.mel_dim = 12 ;
57 CREC.Frontend.samplerate = 8000 ;
58 CREC.Frontend.premel = 0.9 ;
59 CREC.Frontend.lowcut = 125 ;
60 CREC.Frontend.highcut = 4000 ;
61 CREC.Frontend.window_factor = 2 ;
62 CREC.Frontend.offset = 0 ;
63 CREC.Frontend.ddmel = YES ;
64 CREC.Frontend.peakdecayup = 0.3 ;
65 CREC.Frontend.peakdecaydown = 0.7
    [all...]
baseline.par 50 CREC.Frontend.mel_dim = 12 ;
51 CREC.Frontend.samplerate = 11025 ;
52 CREC.Frontend.premel = 0.9 ;
53 CREC.Frontend.lowcut = 125 ;
54 CREC.Frontend.highcut = 5500 ;
55 CREC.Frontend.window_factor = 2 ;
56 CREC.Frontend.offset = 0 ;
57 CREC.Frontend.ddmel = YES ;
58 CREC.Frontend.peakdecayup = 0.3 ;
59 CREC.Frontend.peakdecaydown = 0.7
    [all...]
  /external/clang/lib/
CMakeLists.txt 15 add_subdirectory(Frontend)
  /external/clang/include/clang/Frontend/
LangStandard.h 18 namespace frontend { namespace in namespace:clang
42 #include "clang/Frontend/LangStandards.def"
58 bool hasLineComments() const { return Flags & frontend::LineComment; }
61 bool isC89() const { return Flags & frontend::C89; }
64 bool isC99() const { return Flags & frontend::C99; }
67 bool isC11() const { return Flags & frontend::C11; }
70 bool isCPlusPlus() const { return Flags & frontend::CPlusPlus; }
73 bool isCPlusPlus11() const { return Flags & frontend::CPlusPlus11; }
76 bool isCPlusPlus1y() const { return Flags & frontend::CPlusPlus1y; }
79 bool hasDigraphs() const { return Flags & frontend::Digraphs;
    [all...]
FrontendPluginRegistry.h 1 //===-- FrontendAction.h - Pluggable Frontend Action Interface --*- C++ -*-===//
13 #include "clang/Frontend/FrontendAction.h"
18 /// The frontend plugin registry.
  /external/clang/test/CodeGen/
branch-target-layout.c 4 // No assumption may be made about the order that a frontend emits branch
7 // order must start with the frontend.
9 // Note that the frontend inverts branches to simplify the condition, so the
2002-05-23-StaticValues.c 3 /* Make sure the frontend is correctly marking static stuff as internal! */
  /external/clang/unittests/
CMakeLists.txt 16 add_subdirectory(Frontend)
  /external/clang/lib/Frontend/
LangStandards.cpp 10 #include "clang/Frontend/LangStandard.h"
14 using namespace clang::frontend;
18 #include "clang/Frontend/LangStandards.def"
26 #include "clang/Frontend/LangStandards.def"
35 #include "clang/Frontend/LangStandards.def"
CompilerInvocation.cpp 10 #include "clang/Frontend/CompilerInvocation.h"
20 #include "clang/Frontend/LangStandard.h"
598 Opts.ProgramAction = frontend::ParseSyntaxOnly;
604 Opts.ProgramAction = frontend::ASTDeclList; break;
606 Opts.ProgramAction = frontend::ASTDump; break;
608 Opts.ProgramAction = frontend::ASTDumpXML; break;
610 Opts.ProgramAction = frontend::ASTPrint; break;
612 Opts.ProgramAction = frontend::ASTView; break;
614 Opts.ProgramAction = frontend::DumpRawTokens; break;
616 Opts.ProgramAction = frontend::DumpTokens; break
    [all...]
  /external/clang/test/Misc/
serialized-diags-frontend.c 5 // This test case tests that we can handle frontend diagnostics.
  /external/srec/doc/logs/uapi/
run_parameters.log 16 CREC.Frontend.samplerate = 11025
24 CREC.Frontend.samplerate = 8000
32 CREC.Frontend.samplerate = 8000
  /external/webkit/Source/WebKit/gtk/
org.webkitgtk.gschema.xml.in 26 <key name="frontend-settings" type="s">
28 <summary>Misc Inspector Frontend Settings</summary>
29 <description>Miscelaneous Settings managed by the Inspector Frontend</description>
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 1 //===- unittests/Frontend/FrontendActionTest.cpp - FrontendAction tests ---===//
10 #include "clang/Frontend/FrontendAction.h"
14 #include "clang/Frontend/CompilerInstance.h"
15 #include "clang/Frontend/CompilerInvocation.h"
59 invocation->getFrontendOpts().ProgramAction = frontend::ParseSyntaxOnly;
  /external/clang/docs/
doxygen.header 4 <meta name="keywords" content="clang,LLVM,Low Level Virtual Machine,C,C++,doxygen,API,frontend,documentation"/>
  /external/clang/test/ARCMT/
verify.m 13 // CHECK-NEXT: (frontend): error reading '{{.*}}verify.m.tmp.invalid'
  /external/clang/test/Driver/
fcomment-block-commands.c 1 // Check that we pass -fcomment-block-commands to frontend.
retain-comments-from-system-headers.c 1 // Check that we pass -fretain-comments-from-system-headers to frontend.
  /external/clang/test/Index/
invalid-rdar-8236270.cpp 3 // This test case previously just crashed the frontend.
  /external/webkit/Source/WebKit/qt/Api/
qwebinspector.cpp 92 // Remove association principally to prevent deleting a child frontend
189 if (frontend)
190 frontend->setParent(0);
192 frontend = newFrontend;
194 if (frontend) {
195 frontend->setParent(q);
196 frontend->show();
228 if (frontend)
229 frontend->resize(size);
  /external/clang/lib/StaticAnalyzer/Frontend/
FrontendActions.cpp 10 #include "clang/StaticAnalyzer/Frontend/FrontendActions.h"
12 #include "clang/Frontend/CompilerInstance.h"

Completed in 570 milliseconds

1 2 3 4 5 6 7 8 91011>>