/ndk/tests/build/import-install/path1/ |
Android.mk | 1 # This is a trivial shared library that will be imported
|
/ndk/tests/build/import-install/path2/ |
Android.mk | 1 # This is a trivial shared library that will be imported
|
/dalvik/vm/oo/ |
TypeCheck.h | 40 gDvm.instanceofCache->trivial++;
|
/external/llvm/lib/CodeGen/ |
Spiller.cpp | 32 enum SpillerName { trivial, inline_ }; enumerator in enum:__anon21826::SpillerName 39 cl::values(clEnumVal(trivial, "trivial spiller"), 42 cl::init(trivial)); 86 DEBUG(dbgs() << "Trivial spill everywhere of reg" << li->reg << "\n"); 190 case trivial: return new TrivialSpiller(pass, mf, vrm);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/ |
conversion_traits.hpp | 39 typedef mpl::false_ trivial ; typedef in struct:boost::numeric::convdetail::non_trivial_traits_impl 64 typedef mpl::true_ trivial ; typedef in struct:boost::numeric::convdetail::trivial_traits_impl
|
converter.hpp | 450 // Trivial Converter : used when (cv-unqualified) T == (cv-unqualified) S 583 typedef trivial_converter_impl<Traits> Trivial ; 584 typedef mpl::identity <Trivial> TrivialQ ; 593 typedef typename Traits::trivial trivial ; typedef in struct:boost::numeric::convdetail::get_converter_impl 595 typedef typename mpl::eval_if<trivial,TrivialQ,NonTrivialQ>::type type ;
|
/dalvik/vm/ |
AtomicCache.h | 55 int trivial; /* cache access not required */ member in struct:AtomicCache
|
AtomicCache.cpp | 176 pCache->trivial, pCache->fail, pCache->hits,
|
/dalvik/vm/mterp/mips/ |
OP_INSTANCE_OF.S | 28 # same class (trivial success)? 29 beq a0, a1, .L${opcode}_trivial # yes, trivial finish 33 * Trivial test succeeded, save and bail. 52 * Trivial test failed, need to perform full check. This is common.
|
OP_CHECK_CAST.S | 24 # same class (trivial success)? 32 * Trivial test failed, need to perform full check. This is common.
|
/dalvik/vm/mterp/x86/ |
OP_INSTANCE_OF.S | 30 cmpl %eax,%ecx # same class (trivial success)? 31 je .L${opcode}_trivial # yes, trivial finish 33 * Trivial test failed, need to perform full check. This is common. 56 * Trivial test succeeded, save and bail.
|
OP_CHECK_CAST.S | 24 cmpl %eax,%ecx # same class (trivial success)? 32 * Trivial test failed, need to perform full check. This is common.
|
/dalvik/vm/mterp/armv5te/ |
OP_INSTANCE_OF.S | 29 cmp r0, r1 @ same class (trivial success)? 30 beq .L${opcode}_trivial @ yes, trivial finish 35 * Trivial test failed, need to perform full check. This is common. 55 * Trivial test succeeded, save and bail.
|
OP_CHECK_CAST.S | 24 cmp r0, r1 @ same class (trivial success)? 33 * Trivial test failed, need to perform full check. This is common.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_main.py | 79 self.trivial_py2_file = os.path.join(self.py2_src_dir, "trivial.py") 81 with open(self.trivial_py2_file, "w") as trivial: 82 trivial.write("print 'I need a simple conversion.'") 83 self.setup_files.append("trivial.py") 112 stderr, r"No changes to .*/trivial\.py".replace("/", sep))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_main.py | 79 self.trivial_py2_file = os.path.join(self.py2_src_dir, "trivial.py") 81 with open(self.trivial_py2_file, "w") as trivial: 82 trivial.write("print 'I need a simple conversion.'") 83 self.setup_files.append("trivial.py") 112 stderr, r"No changes to .*/trivial\.py".replace("/", sep))
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
inline-param.js | 66 // Perform the same tests again, but this time with non-trivial
|
/external/chromium_org/v8/test/mjsunit/ |
debug-script-breakpoints-nested.js | 46 "function outer() {\n" + // Non-trivial outer closure.
|
getters-on-elements.js | 199 // Construct a non-trivial prototype chain.
|
d8-os.js | 29 // only does non-trivial work on Unix since os.system() is not currently
|
/external/v8/test/mjsunit/compiler/ |
inline-param.js | 66 // Perform the same tests again, but this time with non-trivial
|
/external/chromium_org/v8/test/webkit/fast/js/ |
string-capitalization.js | 26 "This test checks that toLowerCase and toUpperCase handle certain non-trivial cases correctly."
|
/external/v8/test/mjsunit/ |
d8-os.js | 29 // only does non-trivial work on Unix since os.system() is not currently
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
viewport.js | 146 * Useful for implementing non-trivial variants of panning (overview etc).
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
drive_banners.js | 312 // to do this in the constructor, but there remains non-trivial path,
|