Home
last modified time | relevance | path

Searched refs:example2 (Results 1 – 15 of 15) sorted by relevance

/external/cblas/examples/
DMakefile4 all: example1 example2
10 example2: target
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-examples.cpp35 void example2() { in example2() function
/external/skia/infra/bots/ct/blacklists/
DREADME.md11 "example2.skp"
/external/fdlibm/
Dreadme203 example2:
220 % cc example2.c libm.a
231 may not change the value of _LIB_VERSION as in example2.
/external/cblas/
DMakefile188 example2: alllib target
/external/llvm/test/Transforms/LoopVectorize/X86/
Dsmall-size.ll50 ;CHECK-LABEL: @example2(
53 define void @example2(i32 %n, i32 %x) optsize {
/external/clang/test/CXX/drs/
Ddr3xx.cpp657 namespace example2 {
871 namespace example2 {
1267 namespace example2 {
Ddr1xx.cpp429 namespace example2 { namespace
545 namespace example2 { namespace
Ddr2xx.cpp284 namespace example2 { namespace
Ddr0xx.cpp412 namespace example2 { namespace
/external/lisa/ipynb/tutorial/
D03_WlGenUsage.ipynb732 "12:43:40 INFO : WlGen - Setup new workload example2\n"
742 "rtapp_name = 'example2'\n",
955 … ## Read energy consumption: /home/derkling/Code/lisa/results/WlgenExample/example2/energy.json\n",
959 …"12:48:17 INFO : # Save FTrace: /home/derkling/Code/lisa/results/WlgenExample/example2/trace.d…
960 …Save platform description: /home/derkling/Code/lisa/results/WlgenExample/example2/platform.json\n",
962 "12:48:19 INFO : /home/derkling/Code/lisa/results/WlgenExample/example2\n"
/external/valgrind/memcheck/tests/
Dunit_oset.c463 void example2(void) in example2() function
605 example2(); in main()
/external/okhttp/okhttp-tests/src/test/resources/
Dweb-platform-test-urltestdata.txt259 http://www.example2.com s:http h:www.example2.com p:/
260 //www.example2.com s:http h:www.example2.com p:/
/external/llvm/test/Transforms/LoopVectorize/
Dgcc-examples.ll63 ;CHECK-LABEL: @example2(
66 ;UNROLL-LABEL: @example2(
72 define void @example2(i32 %n, i32 %x) nounwind uwtable ssp {
/external/python/cpython2/Lib/test/
Dtest_array.py684 example2 = example[:pos] + example[pos+1:]
686 self.assertEqual(a, array.array(self.typecode, example2))