Home
last modified time | relevance | path

Searched refs:Revision (Results 1 – 25 of 1231) sorted by relevance

12345678910>>...50

/external/python/pyasn1-modules/
DCHANGES.txt2 Revision 0.2.1, released 23-11-2017
8 Revision 0.1.5, released 10-10-2017
14 Revision 0.1.4, released 07-09-2017
19 Revision 0.1.3, released 07-09-2017
26 Revision 0.1.2, released 07-09-2017
31 Revision 0.1.1, released 27-08-2017
38 Revision 0.0.11, released 04-08-2017
43 Revision 0.0.10, released 27-07-2017
51 Revision 0.0.9, released 01-06-2017
62 Revision 0.0.8, released 28-09-2015
[all …]
/external/clang/lib/Basic/
DVersion.cpp94 std::string Revision = getClangRevision(); in getClangFullRepositoryVersion() local
95 if (!Path.empty() || !Revision.empty()) { in getClangFullRepositoryVersion()
99 if (!Revision.empty()) { in getClangFullRepositoryVersion()
102 OS << Revision; in getClangFullRepositoryVersion()
108 if (!LLVMRev.empty() && LLVMRev != Revision) { in getClangFullRepositoryVersion()
/external/llvm/docs/
DPhabricator.rst66 * Leave the drop down on *Create a new Revision...* and click *Continue*.
118 *Revision Update History*. Most features are self descriptive - explore, and
123 when a review changes state, for example by clicking "Accept Revision" in
136 Differential Revision: <URL>
145 Note that if you use the Arcanist tool the ``Differential Revision`` line will
147 ``Differential Revision`` line (as the last line) to the commit message
151 as it will retrieve reviewers, the ``Differential Revision``, etc from the review
157 ``Differential Revision`` line to your commit message then it is recommended
159 the SVN revision number in the Comment, set the Action to "Close Revision" and
165 On a clean Subversion working copy run the following (where ``<Revision>`` is
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DPhabricator.rst70 * Leave the drop down on *Create a new Revision...* and click *Continue*.
123 *Revision Update History*. Most features are self descriptive - explore, and
128 when a review changes state, for example by clicking "Accept Revision" in
145 Differential Revision: <URL>
154 Note that if you use the Arcanist tool the ``Differential Revision`` line will
156 ``Differential Revision`` line (as the last line) to the commit message
160 as it will retrieve reviewers, the ``Differential Revision``, etc from the review
166 ``Differential Revision`` line to your commit message then it is recommended
168 the SVN revision number in the Comment, set the Action to "Close Revision" and
174 On a clean Subversion working copy run the following (where ``<Revision>`` is
[all …]
/external/python/pyasn1/
DCHANGES.rst2 Revision 0.4.3, released 23-05-2018
9 Revision 0.4.2, released 23-11-2017
15 Revision 0.4.1, released 23-11-2017
54 Revision 0.3.7, released 04-10-2017
59 Revision 0.3.6, released 21-09-2017
68 Revision 0.3.5, released 16-09-2017
82 Revision 0.3.4, released 07-09-2017
94 Revision 0.3.3, released 27-08-2017
109 Revision 0.3.2, released 04-08-2017
125 Revision 0.3.1, released 26-07-2017
[all …]
/external/mesa3d/docs/specs/
DMESA_window_pos.spec122 Revision History
124 * Revision 1.0 - Initial specification
125 * Revision 1.1 - Minor clean-up (7 Jan 2000, Brian Paul)
/external/deqp/external/openglcts/docs/specs/
DCTS_ARB_shader_ballot.txt28 - Revision 5 of the version 4.50 of the OpenGL Shading Language Specification
90 Revision History
92 Revision 1, 4 January, 2017 (Filip Demczewski)
95 Revision 2, 3 February, 2017 (Filip Demczewski)
DCTS_EXT_texture_filter_anisotropic.txt76 Revision History
78 Revision 1, 24 April, 2017 (Adam Czupryna)
81 Revision 2, 2 June, 2017 (Adam Czupryna)
DCTS_ARB_shader_draw_parameters.txt87 Revision History
89 Revision 1, 22 March, 2017 (Adam Czupryna)
92 Revision 2, 3 April, 2017 (Adam Czupryna)
DCTS_ARB_spirv_extensions.txt56 Revision History
58 Revision 1, 12 June, 2017 (Adam Czupryna)
DCTS_KHR_no_error.txt48 Revision History
50 Revision 1, 30 September, 2016 (Adam Czupryna)
DCTS_ARB_texture_filter_minmax.txt95 Revision History
97 Revision 1, 17 November, 2016 (Filip Demczewski)
100 Revision 2, 22 November, 2016 (Filip Demczewski)
DCTS_ARB_shader_atomic_counter_ops.txt69 Revision History
71 Revision 1, 17 February, 2017 (Filip Demczewski)
DCTS_ARB_shader_viewport_layer_array.txt67 Revision History
69 Revision 1, 13 December, 2016 (Filip Demczewski)
DCTS_EXT_polygon_offset_clamp.txt73 Revision History
75 Revision 1, 22 March, 2017 (Filip Demczewski)
DCTS_ARB_parallel_shader_compile.txt81 Revision History
83 Revision 1, 21 September, 2016 (Adam Czupryna)
DCTS_ARB_indirect_parameters.txt86 Revision History
88 Revision 1, 1 March, 2017 (Adam Czupryna)
/external/libavc/common/arm/
Dih264_arm_memory_barrier.s46 @* Revision History :
63 @* Revision History :
/external/swiftshader/third_party/subzero/bloat/
DREADME.chromium6 Revision: 2c22b831f081402a9160adb957b64b83316202e1
24 Revision: a2fa353833eca1a4821ba4c93fb6a7d546aed02a
/external/syzkaller/syz-fuzzer/
Dtesting.go207 if args.target.Revision != vers[2] {
209 args.target.Revision, vers[2])
211 if args.targetRevision != "" && args.targetRevision != args.target.Revision {
213 args.targetRevision, args.target.Revision)
/external/antlr/runtime/ObjC/Framework/
DPtrStack.m80 * Last Revision 9/03/90
104 * Last Revision 9/03/90
130 * Last Revision 9/03/90
/external/mesa3d/docs/specs/OLD/
DMESA_resize_buffers.spec79 Revision History
81 * Revision 1.0 - Initial specification
/external/sonivox/arm-wt-22k/lib_src/
DARM-E_mastergain_gnu.s18 @ Revision Control:
19 @ $Revision: 496 $
DARM_synth_constants_gnu.inc9 @ Revision Control:
10 @ $Revision: 741 $
DARM-E_filter_gnu.s14 @ Revision Control:
15 @ $Revision: 496 $

12345678910>>...50