Home
last modified time | relevance | path

Searched full:oracle (Results 1 – 25 of 644) sorted by relevance

12345678910>>...26

/third_party/libabigail/tests/data/test-read-dwarf/PR26261/
DPR26261-exe.abi17 …<abi-instr address-size='64' path='PR26261-main.c' comp-dir-path='/home/byby/oracle/src/libabigail…
20 …<function-decl name='wrapped_call' mangled-name='wrapped_call' filepath='/home/byby/oracle/src/lib…
21 …<parameter type-id='type-id-4' name='fun' filepath='/home/byby/oracle/src/libabigail-upstream/test…
22 …<parameter type-id='type-id-5' name='a' filepath='/home/byby/oracle/src/libabigail-upstream/tests/…
23 …<parameter type-id='type-id-5' name='b' filepath='/home/byby/oracle/src/libabigail-upstream/tests/…
26 …<function-decl name='main' mangled-name='main' filepath='/home/byby/oracle/src/libabigail-upstream…
27 …<parameter type-id='type-id-5' name='argc' filepath='/home/byby/oracle/src/libabigail-upstream/tes…
28 …<parameter type-id='type-id-3' name='argv' filepath='/home/byby/oracle/src/libabigail-upstream/tes…
31 …<function-decl name='fun_obja' filepath='/home/byby/oracle/src/libabigail-upstream/tests/data/test…
35 …<function-decl name='fun_objb' filepath='/home/byby/oracle/src/libabigail-upstream/tests/data/test…
[all …]
/third_party/icu/docs/processes/release/tasks/
Drelease-build.md86 JRE vendor (Oracle, OpenJDK and IBM use different set of jars) and version.
94oracle/jdk1.7.0_80/jre/lib/resources.jar:/home/yoshito/jdk/oracle/jdk1.7.0_80/jre/lib/rt.jar:/home…
99oracle/7u80/jre/lib/resources.jar;C:/jdk/oracle/7u80/jre/lib/rt.jar;C:/jdk/oracle/7u80/jre/lib/sun…
111oracle/jdk1.7.0_80/jre/lib/resources.jar:/home/yoshito/jdk/oracle/jdk1.7.0_80/jre/lib/rt.jar:/home…
/third_party/icu/docs/userguide/icu4j/
Dlocale-service-provider.md26 support in Java runtime environment. JREs shipped by Oracle or IBM come with
29 [`java.util.spi.LocaleServiceProvider`](http://download.oracle.com/javase/6/docs/api/java/util/spi/…
46 * [`BreakIteratorProvider`](http://download.oracle.com/javase/6/docs/api/java/text/spi/BreakItera…
47 * [`CollatorProvider`](http://download.oracle.com/javase/6/docs/api/java/text/spi/CollatorProvide…
48 * [`DateFormatProvider`](http://download.oracle.com/javase/6/docs/api/java/text/spi/DateFormatPro…
49 * [`DateFormatSymbolsProvider`](http://download.oracle.com/javase/6/docs/api/java/text/spi/DateFo…
50 * [`DecimalFormatSymbolsProvider`](http://download.oracle.com/javase/6/docs/api/java/text/spi/Dec…
51 * [`NumberFormatProvider`](http://download.oracle.com/javase/6/docs/api/java/text/spi/NumberForma…
52 * [`CurrencyNameProvider`](http://download.oracle.com/javase/6/docs/api/java/util/spi/CurrencyNam…
53 * [`LocaleNameProvider`](http://download.oracle.com/javase/6/docs/api/java/util/spi/LocaleNamePro…
[all …]
/third_party/grpc/templates/tools/dockerfile/
Djava_deps.include3 RUN echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-…
11 oracle-java8-installer ${'\\'}
13 apt-get clean && rm -r /var/cache/oracle-jdk8-installer/
15 ENV JAVA_HOME /usr/lib/jvm/java-8-oracle
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest4.so.hash.abi8 …<abi-instr address-size='64' path='test4.c' comp-dir-path='/home/byby/oracle/src/libabigail/tests/…
16 …<function-decl name='cpy' mangled-name='cpy' filepath='/home/byby/oracle/src/libabigail/tests/data…
17 …<parameter type-id='266fe297' name='s1' filepath='/home/byby/oracle/src/libabigail/tests/data/test…
18 …<parameter type-id='9d26089a' name='s2' filepath='/home/byby/oracle/src/libabigail/tests/data/test…
19 …<parameter type-id='f0981eeb' name='n' filepath='/home/byby/oracle/src/libabigail/tests/data/test-…
Dtest4.so.abi8 …<abi-instr address-size='64' path='test4.c' comp-dir-path='/home/byby/oracle/src/libabigail/tests/…
16 …<function-decl name='cpy' mangled-name='cpy' filepath='/home/byby/oracle/src/libabigail/tests/data…
17 …<parameter type-id='type-id-4' name='s1' filepath='/home/byby/oracle/src/libabigail/tests/data/tes…
18 …<parameter type-id='type-id-7' name='s2' filepath='/home/byby/oracle/src/libabigail/tests/data/tes…
19 …<parameter type-id='type-id-2' name='n' filepath='/home/byby/oracle/src/libabigail/tests/data/test…
/third_party/libabigail/tests/data/test-annotate/
Dtest4.so.abi9 …<abi-instr address-size='64' path='test4.c' comp-dir-path='/home/byby/oracle/src/libabigail/tests/…
25 …<function-decl name='cpy' mangled-name='cpy' filepath='/home/byby/oracle/src/libabigail/tests/data…
27 …<parameter type-id='type-id-4' name='s1' filepath='/home/byby/oracle/src/libabigail/tests/data/tes…
29 …<parameter type-id='type-id-7' name='s2' filepath='/home/byby/oracle/src/libabigail/tests/data/tes…
31 …<parameter type-id='type-id-2' name='n' filepath='/home/byby/oracle/src/libabigail/tests/data/test…
/third_party/rust/rust/tests/ui/coherence/
Dre-rebalance-coherence.rs7 struct Oracle; struct
8 impl Backend for Oracle {} implementation
9 impl<'a, T:'a, Tab> QueryFragment<Oracle> for BatchInsert<'a, T, Tab> {}
/third_party/ltp/testcases/network/virt/
Dvlan02.sh4 # Copyright (c) 2015 Oracle and/or its affiliates. All Rights Reserved.
5 # Author: Alexey Kodanev <alexey.kodanev@oracle.com>
Dipvlan01.sh4 # Copyright (c) 2015 Oracle and/or its affiliates. All Rights Reserved.
5 # Author: Alexey Kodanev <alexey.kodanev@oracle.com>
Dmacsec01.sh4 # Copyright (c) 2017 Oracle and/or its affiliates. All Rights Reserved.
5 # Author: Alexey Kodanev <alexey.kodanev@oracle.com>
Dmacvlan01.sh4 # Copyright (c) 2015 Oracle and/or its affiliates. All Rights Reserved.
5 # Author: Alexey Kodanev <alexey.kodanev@oracle.com>
Dgre01.sh4 # Copyright (c) 2015-2019 Oracle and/or its affiliates.
5 # Author: Alexey Kodanev <alexey.kodanev@oracle.com>
Dmacvtap01.sh4 # Copyright (c) 2015 Oracle and/or its affiliates. All Rights Reserved.
5 # Author: Alexey Kodanev <alexey.kodanev@oracle.com>
Dmacsec02.sh4 # Copyright (c) 2017 Oracle and/or its affiliates. All Rights Reserved.
5 # Author: Alexey Kodanev <alexey.kodanev@oracle.com>
Dvxlan01.sh4 # Copyright (c) 2014-2015 Oracle and/or its affiliates. All Rights Reserved.
5 # Author: Alexey Kodanev <alexey.kodanev@oracle.com>
Dvxlan02.sh4 # Copyright (c) 2014-2015 Oracle and/or its affiliates. All Rights Reserved.
5 # Author: Alexey Kodanev <alexey.kodanev@oracle.com>
/third_party/ltp/testcases/network/stress/icmp/
Dicmp-uni-vti.sh4 # Copyright (c) 2016 Oracle and/or its affiliates. All Rights Reserved.
5 # Author: Alexey Kodanev <alexey.kodanev@oracle.com>
/third_party/ltp/m4/
Dltp-warn_oldstyle.m42 dnl Copyright (c) 2014 Oracle and/or its affiliates. All Rights Reserved.
3 dnl Author: Alexey Kodanev <alexey.kodanev@oracle.com>
/third_party/ltp/testcases/network/tcp_cmds/arping/
Darping01.sh3 # Copyright (c) 2016-2019 Oracle and/or its affiliates. All Rights Reserved.
4 # Author: Alexey Kodanev <alexey.kodanev@oracle.com>
/third_party/skia/m133/third_party/externals/icu/source/test/testdata/
DConverterSelectorTestUTF8.txt13 …ерами компьютерной индустрии, как Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Sun, Sybase,…
34 …هِيـْولِـت بـاكـرد (Hewlett-Packard) ، مايكروسوفت (Microsoft)، أوراكِـل (Oracle) ، صن (Sun) وغيرها…
56 …論什麽語言。Unicode標準已經被這些工業界的領導們所採用,例如:Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Sun, Sybase,…
79 …hëheqës të tillë të industrisë si Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Sun, Sybase,…
111 …กนำไปใช้โดยผู้นำในอุตสาหกรรม เช่น Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Sun, Sybase,…
129 … leader di mercato del calibro di Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Sun, Sybase,…
148 …论什么语言。Unicode标准已经被这些工业界的领导们所采用,例如:Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Sun, Sybase,…
172 …o. Alan johtavat yritykset, kuten Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Sun, Sybase,…
195 …ými průmyslovými vůdci, jako jsou Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Sun, Sybase,…
215 … על-ידי המובילים בתעשייה כמו Apple‏, HP‏, IBM‏, JustSystem‏, Microsoft‏, Oracle‏, SAP‏, Sun‏, Syba…
[all …]
/third_party/icu/icu4c/source/test/testdata/
DConverterSelectorTestUTF8.txt13 …ерами компьютерной индустрии, как Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Sun, Sybase,…
34 …هِيـْولِـت بـاكـرد (Hewlett-Packard) ، مايكروسوفت (Microsoft)، أوراكِـل (Oracle) ، صن (Sun) وغيرها…
56 …論什麽語言。Unicode標準已經被這些工業界的領導們所採用,例如:Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Sun, Sybase,…
79 …hëheqës të tillë të industrisë si Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Sun, Sybase,…
111 …กนำไปใช้โดยผู้นำในอุตสาหกรรม เช่น Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Sun, Sybase,…
129 … leader di mercato del calibro di Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Sun, Sybase,…
148 …论什么语言。Unicode标准已经被这些工业界的领导们所采用,例如:Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Sun, Sybase,…
172 …o. Alan johtavat yritykset, kuten Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Sun, Sybase,…
195 …ými průmyslovými vůdci, jako jsou Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Sun, Sybase,…
215 … על-ידי המובילים בתעשייה כמו Apple‏, HP‏, IBM‏, JustSystem‏, Microsoft‏, Oracle‏, SAP‏, Sun‏, Syba…
[all …]
/third_party/ltp/include/
Dlibswap.h3 * Copyright (c) 2013 Oracle and/or its affiliates. All Rights Reserved.
4 * Author: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
/third_party/libabigail/
D.mailmap4 Guillermo E. Martinez <guillermo.e.martinez@oracle.com> Guillermo E. Martinez via Libabigail <libab…
5 Jose E. Marchesi <jose.marchesi@oracle.com> Jose E. Marchesi via Libabigail <libabigail@sourceware.…
/third_party/ltp/testcases/network/stress/dccp/
Ddccp_ipsec.sh4 # Copyright (c) 2017 Oracle and/or its affiliates. All Rights Reserved.
5 # Author: Alexey Kodanev <alexey.kodanev@oracle.com>

12345678910>>...26