Home
last modified time | relevance | path

Searched defs:reverse (Results 1 – 25 of 193) sorted by relevance

12345678

/external/chromium_org/third_party/WebKit/Source/core/inspector/
Dgenerate-inspector-protocol-version64 def removed(reverse): argument
69 def required(reverse): argument
74 def compare_schemas(schema_1, schema_2, reverse): argument
90 def compare_domains(domain_1, domain_2, types_map_1, types_map_2, errors, reverse): argument
110 def compare_commands(domain_name, command_1, command_2, types_map_1, types_map_2, errors, reverse): argument
122 def compare_events(domain_name, event_1, event_2, types_map_1, types_map_2, errors, reverse): argument
128 …e_params_list(context, kind, params_1, params_2, types_map_1, types_map_2, depth, errors, reverse): argument
144 def compare_types(context, kind, type_1, type_2, types_map_1, types_map_2, depth, errors, reverse): argument
/external/chromium_org/third_party/closure_linter/closure_linter/
Dtokenutil.py99 reverse=False): argument
147 def Search(start_token, token_types, distance=None, reverse=False): argument
167 def SearchExcept(start_token, token_types, distance=None, reverse=False): argument
189 reverse=False): argument
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
Dtokenutil.py99 reverse=False): argument
147 def Search(start_token, token_types, distance=None, reverse=False): argument
167 def SearchExcept(start_token, token_types, distance=None, reverse=False): argument
189 reverse=False): argument
/external/clang/test/SemaTemplate/
Dexample-typelist.cpp49 class reverse { class
60 class reverse<cons<Head> > { class
66 class reverse<nil> { class
/external/icu4c/layoutex/
DLXUtilities.cpp75 void LXUtilities::reverse(le_int32 array[], le_int32 length) in reverse() function in LXUtilities
87 void LXUtilities::reverse(float array[], le_int32 length) in reverse() function in LXUtilities
/external/clang/test/CXX/except/except.spec/
Dp9-noexcept.cpp16 void reverse() noexcept(false) in reverse() function
/external/chromium_org/third_party/WebKit/Source/core/animation/
DCompositorAnimations.cpp61 …onst KeyframeAnimationEffect* effect, CSSPropertyID id, double scale, bool reverse, KeyframeVector… in getKeyframeValuesForProperty()
85 PassRefPtr<TimingFunction> CompositorAnimationsTimingFunctionReverser::reverse(const LinearTimingFu… in reverse() function in WebCore::CompositorAnimationsTimingFunctionReverser
90 PassRefPtr<TimingFunction> CompositorAnimationsTimingFunctionReverser::reverse(const CubicBezierTim… in reverse() function in WebCore::CompositorAnimationsTimingFunctionReverser
108 PassRefPtr<TimingFunction> CompositorAnimationsTimingFunctionReverser::reverse(const ChainedTimingF… in reverse() function in WebCore::CompositorAnimationsTimingFunctionReverser
120 PassRefPtr<TimingFunction> CompositorAnimationsTimingFunctionReverser::reverse(const TimingFunction… in reverse() function in WebCore::CompositorAnimationsTimingFunctionReverser
DCompositorAnimationsImpl.h44 bool reverse; member
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
DX509Principal.java121 boolean reverse, in X509Principal()
138 boolean reverse, in X509Principal()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_graph.h79 EdgeIterator(Graph::Edge *first, int dir, bool reverse) in EdgeIterator()
207 Graph::EdgeIterator Graph::Node::outgoing(bool reverse) const in outgoing()
212 Graph::EdgeIterator Graph::Node::incident(bool reverse) const in incident()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir_graph.h79 EdgeIterator(Graph::Edge *first, int dir, bool reverse) in EdgeIterator()
207 Graph::EdgeIterator Graph::Node::outgoing(bool reverse) const in outgoing()
212 Graph::EdgeIterator Graph::Node::incident(bool reverse) const in incident()
/external/icu4c/layout/
DArabicLayoutEngine.cpp103 …ne::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, in adjustGlyphPositions()
174 …rsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool /*mi… in mapCharsToGlyphs() argument
199 …ne::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, in adjustGlyphPositions()
/external/chromium_org/third_party/sqlite/src/test/
Dboundary1.tcl98 proc reverse {inlist} { procedure
Dboundary3.tcl98 proc reverse {inlist} { procedure
Dboundary2.tcl98 proc reverse {inlist} { procedure
Dboundary4.tcl97 proc reverse {inlist} { procedure
/external/clang/test/CodeGen/
D2003-11-20-Bitfields.c4 unsigned int reverse :1; member
/external/chromium_org/third_party/skia/src/core/
DSkEdgeClipper.cpp127 bool reverse = sort_increasing_Y(pts, srcPts, 3); in clipMonoQuad() local
330 bool reverse = sort_increasing_Y(pts, src, 4); in clipMonoCubic() local
435 bool reverse) { in appendVLine()
446 void SkEdgeClipper::appendQuad(const SkPoint pts[3], bool reverse) { in appendQuad()
460 void SkEdgeClipper::appendCubic(const SkPoint pts[4], bool reverse) { in appendCubic()
/external/skia/src/core/
DSkEdgeClipper.cpp127 bool reverse = sort_increasing_Y(pts, srcPts, 3); in clipMonoQuad() local
330 bool reverse = sort_increasing_Y(pts, src, 4); in clipMonoCubic() local
435 bool reverse) { in appendVLine()
446 void SkEdgeClipper::appendQuad(const SkPoint pts[3], bool reverse) { in appendQuad()
460 void SkEdgeClipper::appendCubic(const SkPoint pts[4], bool reverse) { in appendCubic()
/external/openfst/src/script/
Dshortest-distance.cc35 bool reverse, double delta) { in ShortestDistance()
/external/chromium_org/chrome/tools/build/win/
Dsln_deps.py66 def sln_deps(filename, project_to_scan, reverse): argument
/external/guava/guava/src/com/google/common/collect/
DNullsFirstOrdering.java47 @Override public <S extends T> Ordering<S> reverse() { in reverse() method in NullsFirstOrdering
DNullsLastOrdering.java47 @Override public <S extends T> Ordering<S> reverse() { in reverse() method in NullsLastOrdering
DNaturalOrdering.java44 @Override public <S extends Comparable> Ordering<S> reverse() { in reverse() method in NaturalOrdering
/external/chromium_org/chrome/browser/chromeos/login/
Dwebui_login_view.cc321 void WebUILoginView::AboutToRequestFocusFromTabTraversal(bool reverse) { in AboutToRequestFocusFromTabTraversal()
380 bool WebUILoginView::TakeFocus(content::WebContents* source, bool reverse) { in TakeFocus()
437 void WebUILoginView::ReturnFocus(bool reverse) { in ReturnFocus()

12345678