Home
last modified time | relevance | path

Searched refs:dropFragment (Results 1 – 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/http/client/utils/
DURIUtils.java134 boolean dropFragment) throws URISyntaxException { in rewriteURI() argument
145 dropFragment ? null : uri.getRawFragment()); in rewriteURI()
153 dropFragment ? null : uri.getRawFragment()); in rewriteURI()
/external/skia/src/gpu/instanced/
DInstanceProcessor.cpp642 const char* dropFragment = nullptr; in onEmitCode() local
644 dropFragment = "discard"; in onEmitCode()
647 dropFragment = "covered = 0.0"; in onEmitCode()
650 dropFragment = "color = vec4(0)"; in onEmitCode()
653 SkASSERT(dropFragment); in onEmitCode()
655 fTriangleIsArc.fsIn(), fArcCoords.fsIn(), fArcCoords.fsIn(), dropFragment); in onEmitCode()
658 SkASSERT(dropFragment); in onEmitCode()
662 fInnerShapeCoords.fsIn(), dropFragment); in onEmitCode()
665 fInnerShapeCoords.fsIn(), fInnerShapeCoords.fsIn(), dropFragment); in onEmitCode()
671 f->codeAppendf( "%s;", dropFragment); in onEmitCode()
[all …]