HomeSort by relevance Sort by last modified time
    Searched refs:trivial (Results 1 - 24 of 24) sorted by null

  /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
  /external/chromium_org/third_party/boringssl/src/ssl/pqueue/
pqueue_test.c 22 static int trivial() { function
85 if (!trivial() || !fixed_random()) {
  /external/llvm/lib/CodeGen/
Spiller.cpp 32 enum SpillerName { trivial, inline_ }; enumerator in enum:__anon9521::SpillerName
39 cl::values(clEnumVal(trivial, "trivial spiller"),
42 cl::init(trivial));
86 DEBUG(dbgs() << "Trivial spill everywhere of reg" << li->reg << "\n");
180 case trivial: return new TrivialSpiller(pass, mf, vrm);
  /external/ltrace/testsuite/ltrace.main/
parameters2.exp 19 set trivial [ltraceCompile {} [ltraceSource c {
27 }] -- $trivial] "error" == 0
32 }] -- $trivial] "error" == 0
37 }] -- $trivial] "error" != 0
42 }] -- $trivial] "error" != 0
48 }] -- $trivial] "error" != 0
54 }] -- $trivial] "error" != 0
58 }] -- $trivial] "error" != 0
  /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 ;
  /external/clang/test/CodeGenCXX/
uncopyable-args.cpp 4 namespace trivial { namespace
5 // Trivial structs should be passed directly.
14 // CHECK: alloca %"struct.trivial::A"
19 // WIN64-LABEL: declare void @"\01?foo@trivial@@YAXUA@1@@Z"(i64)
44 // The presence of a move constructor implicitly deletes the trivial copy ctor
198 // FIXME: This class has a non-trivial copy ctor and a trivial copy ctor. It's
  /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.
d8-os.js 29 // only does non-trivial work on Unix since os.system() is not currently
getters-on-elements.js 206 // Construct a non-trivial prototype chain.
  /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/chromium_org/chrome/browser/resources/gaia_auth/
background.js 307 // it is not trivial to prepend a cookie:
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
drive_banners.js 315 // to do this in the constructor, but there remains non-trivial path,
  /art/runtime/arch/mips/
quick_entrypoints_mips.S 650 bne $t1, $t0, .Lcheck_assignability # value's type == array's component type - trivial assignability
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 138 /// Whether there are non-trivial modifications to the decl spec.
139 bool trivial; member in class:__anon1813::TypeProcessingState
155 trivial(true), hasSavedAttrs(false) {}
193 trivial &= savedAttrs.empty();
213 if (trivial) return;
    [all...]
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 503 cmp r3, ip @ value's type == array's component type - trivial assignability
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 218 \emph{It should be relatively trivial to add in the notion of
  /external/elfutils/0.153/
elfutils.spec 395 - readelf, elflint: trivial bugs fixed
  /external/iproute2/doc/
ip-cref.tex 91 count records with \verb|wc| or to \verb|grep| the output. The trivial
    [all...]
  /external/chromium_org/v8/src/
d8.js 273 // entered as a command. Converting that to a JSON request is trivial.
    [all...]

Completed in 1331 milliseconds