HomeSort by relevance Sort by last modified time
    Searched refs:Unit (Results 26 - 50 of 51) sorted by null

12 3

  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-tree-wizard.rb 6 require 'test/unit'
12 class TestPatternLexer < Test::Unit::TestCase
83 class TestPatternParser < Test::Unit::TestCase
158 class TestTreeWizard < Test::Unit::TestCase
test-trees.rb 5 require 'test/unit'
11 class TestTreeNodeStream < Test::Unit::TestCase
313 class TestCommonTreeNodeStream < Test::Unit::TestCase
456 class TestCommonTree < Test::Unit::TestCase
792 class TestTreeContext < Test::Unit::TestCase
  /external/chromium/testing/gtest/test/
gtest_xml_output_unittest.py 32 """Unit test for the gtest_xml_output module"""
136 Unit test for Google Test's XML output functionality.
  /external/gtest/test/
gtest_xml_output_unittest.py 32 """Unit test for the gtest_xml_output module"""
136 Unit test for Google Test's XML output functionality.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg 282 def <ruleName>_fragment(<ruleDescriptor.parameterScope:parameterScope()>): Unit = {
480 final def m<ruleName>(<ruleDescriptor.parameterScope:parameterScope()>): Unit = {
517 def mTokens(): Unit = {
    [all...]
  /external/oprofile/events/i386/nehalem/
unit_masks 2 # Unit masks for the Intel "Nehalem" micro architecture
184 0x02 l1d Counts the number of cycles that cacheline in the L1 data cache unit is locked
191 0x01 full Instruction Fetche unit victim cache full
206 0x02 mru Instruction Length Decoder stall cycles due to Brand Prediction Unit (PBU) Most Recently Used (MRU) bypass
238 0x20 fpcw Counts the number of cycles while execution was stalled due to writing the floating-point unit (FPU) control word
321 0x01 clear Counts the number of times the front end is resteered, mainly when the Branch Prediction Unit cannot provide a correct prediction and this is corrected by the Branch Address Calculator at the front end
324 0x01 early Counts early (normal) Branch Prediction Unit clears: BPU predicted a taken branch after incorrectly assuming that it was not taken
325 0x02 late Counts late Branch Prediction Unit clears due to Most Recently Used conflicts
372 0x20 No unit mask
events 63 event:0x81 counters:0,1,2,3 um:ifu_ivc minimum:6000 name:IFU_IVC : Instruction Fetch unit events
72 event:0xA7 counters:0,1,2,3 um:one minimum:6000 name:BACLEAR_FORCE_IQ : Counts number of times a BACLEAR was forced by the Instruction Queue. The IQ is also responsible for providing conditional branch prediciton direction based on a static scheme and dynamic data provided by the L2 Branch Prediction Unit. If the conditional branch target is not found in the Target Array and the IQ predicts that the branch is taken, then the IQ will force the Branch Address Calculator to issue a BACLEAR. Each BACLEAR asserted by the BAC generates approximately an 8 cycle bubble in the instruction fetch pipeline.
96 event:0xE5 counters:0,1,2,3 um:one minimum:6000 name:BPU_MISSED_CALL_RET : Counts number of times the Branch Prediciton Unit missed predicting a call or return branch.
98 event:0xE8 counters:0,1,2,3 um:bpu_clears minimum:6000 name:BPU_CLEARS : Counts Branch Prediction Unit clears.
  /external/libvpx/examples/includes/geshi/geshi/
rails.php 99 'Test::Unit::TestCase', 'Test::Unit', 'Test', 'Thread',
  /external/compiler-rt/
Makefile 37 @echo " test: run unit tests"
86 cd test/Unit && ./test
  /external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c 33 /* unit -> bool */
34 CAMLprim value llvm_initialize_native_target(value Unit) {
200 /* ExecutionEngine.t -> unit */
206 /* llmodule -> ExecutionEngine.t -> unit */
252 /* ExecutionEngine.t -> unit */
258 /* ExecutionEngine.t -> unit */
317 /* llvalue -> ExecutionEngine.t -> unit */
  /frameworks/compile/libbcc/runtime/
Makefile 37 @echo " test: run unit tests"
86 cd test/Unit && ./test
  /external/clang/include/clang-c/
Index.h 74 * \brief A single translation unit, which resides in an index.
175 * is one that belongs in the translation unit itself and not in a precompiled
176 * header that was used by the translation unit. If zero, all declarations
279 * \brief A particular source file that is part of a translation unit.
303 * \brief Retrieve a file handle within the given translation unit.
305 * \param tu the translation unit
309 * \returns the file handle for the named file in the translation unit \p tu,
310 * or a NULL file handle if the file was not a part of this translation unit.
334 * unit.
363 * the same translation unit, refer to exactly the same point in the sourc
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 73 /// the translation unit.
214 ASTUnit *Unit = static_cast<ASTUnit *>(TU->TUData);
215 SourceManager &SM = Unit->getSourceManager();
260 ASTUnit *Unit = static_cast<ASTUnit *>(TU->TUData);
261 SourceManager &SM = Unit->getSourceManager();
265 Unit->findFileRegionDecls(File, Offset, Length, Decls);
285 Unit->findFileRegionDecls(File, Offset, Length, Decls);
331 // is a context that contains the range or we reach the translation unit
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 76 /// unit as it was parsed or loaded.
80 /// unit.
105 /// \brief What kind of translation unit this AST represents.
138 /// translation unit.
358 /// \brief Bit used by CIndex to mark when a translation unit may be in an
603 /// \brief Determine what kind of translation unit this AST represents.
639 /// translation unit, to improve the performance of reparsing.
659 /// \param Unit - optionally an already created ASTUnit. Its ownership is not
670 /// created ASTUnit was passed in \param Unit then the caller can check that.
675 ASTUnit *Unit = 0
    [all...]
  /external/oprofile/events/i386/westmere/
unit_masks 2 # Unit masks for the Intel "Westmere" micro architecture
9 0x01 No unit mask
11 0x02 No unit mask
13 0x07 No unit mask
15 0x10 No unit mask
17 0x20 No unit mask
25 0x01 early Early Branch Prediction Unit clears
26 0x02 late Late Branch Prediction Unit clears
  /external/icu4c/i18n/
decNumberLocal.h 75 #define Unit decNumberUnit
256 /* decNumber struct) safely. Note that one Unit is included in the */
260 ((((SD2U(d)-1)*sizeof(Unit))+sizeof(decNumber)*2-1)/sizeof(decNumber))
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 97 /* unit -> llcontext */
98 CAMLprim LLVMContextRef llvm_create_context(value Unit) {
102 /* llcontext -> unit */
108 /* unit -> llcontext */
109 CAMLprim LLVMContextRef llvm_global_context(value Unit) {
127 /* llmodule -> unit */
138 /* string -> llmodule -> unit */
149 /* string -> llmodule -> unit */
155 /* llmodule -> unit */
161 /* llmodule -> string -> unit */
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 52 var proxyform = new Test.Unit.Runner({
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 116 /// Preincrement. Move to the next unit.
145 // Return true of this unit appears in RegUnits.
146 static bool hasRegUnit(CodeGenRegister::RegUnitList &RegUnits, unsigned Unit) {
147 return std::count(RegUnits.begin(), RegUnits.end(), Unit);
157 // Only create a unit if no other subregs have units.
312 // unit. Otherwise, it inherits all its subregister's units. Because
341 // Get the sum of this register's unit weights.
    [all...]
  /external/zlib/contrib/delphi/
ZLib.pas 4 { ZLIB Data Compression Interface Unit }
12 unit ZLib;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
ant.jar 

Completed in 1812 milliseconds

12 3