HomeSort by relevance Sort by last modified time
    Searched refs:trivial (Results 1 - 19 of 19) 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/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
  /external/boringssl/src/ssl/pqueue/
pqueue_test.c 33 static int trivial(void) { function
122 if (!trivial() || !fixed_random()) {
  /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/clang/test/CXX/drs/
dr5xx.cpp 71 // expected-error@-2 {{has a non-trivial constructor}}
490 // trivial default constructor, so we never notice that defining the
495 // constructor, even if it is trivial.
663 class trivial : x { class in namespace:dr568
668 int check_trivial[__is_trivial(trivial) ? 1 : -1];
682 trivial t;
688 void g(trivial t) { f(t); }
699 trivial t;
  /external/v8/test/mjsunit/compiler/
inline-param.js 66 // Perform the same tests again, but this time with non-trivial
  /external/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/v8/test/webkit/fast/js/
string-capitalization.js 26 "This test checks that toLowerCase and toUpperCase handle certain non-trivial cases correctly."
  /external/clang/lib/Sema/
SemaType.cpp 138 /// Whether there are non-trivial modifications to the decl spec.
139 bool trivial; member in class:__anon5576::TypeProcessingState
155 trivial(true), hasSavedAttrs(false) {}
193 trivial &= savedAttrs.empty();
213 if (trivial) return;
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 218 \emph{It should be relatively trivial to add in the notion of
  /external/iproute2/doc/
ip-cref.tex 91 count records with \verb|wc| or to \verb|grep| the output. The trivial
    [all...]
  /external/v8/src/
d8.js 273 // entered as a command. Converting that to a JSON request is trivial.
    [all...]

Completed in 1484 milliseconds