Home
last modified time | relevance | path

Searched refs:restriction (Results 1 – 25 of 144) sorted by relevance

123456

/external/skia/src/animator/
DSkAnimate3DSchema.xsd6 <xs:restriction base="xs:string" >
7 </xs:restriction>
11 <xs:restriction base="xs:string" >
13 </xs:restriction>
DSkAnimateSchema.xsd8 <xs:restriction base="xs:string"/>
15 <xs:restriction base="xs:string">
17 </xs:restriction>
24 <xs:restriction base="xs:string">
181 </xs:restriction>
194 <xs:restriction base="xs:string">
199 </xs:restriction>
206 <xs:restriction base="xs:string">
213 </xs:restriction>
220 <xs:restriction base="xs:string">
[all …]
/external/chromium/net/base/
Dsdch_manager.cc181 const std::string& restriction) { in PathMatch() argument
187 if (path == restriction) in PathMatch()
189 size_t prefix_length = restriction.size(); in PathMatch()
192 if (0 != path.compare(0, prefix_length, restriction)) in PathMatch()
194 return restriction[prefix_length - 1] == '/' || path[prefix_length] == '/'; in PathMatch()
199 const std::string& restriction) { in DomainMatch() argument
201 return gurl.DomainIs(restriction.data(), restriction.size()); in DomainMatch()
Dsdch_manager.h205 const std::string& restriction);
208 static bool DomainMatch(const GURL& url, const std::string& restriction);
/external/chromium/chrome/browser/sync/sessions/
Dstatus_controller.h260 ModelSafeGroup restriction) in ScopedModelSafeGroupRestriction() argument
263 status_->group_restriction_ = restriction; in ScopedModelSafeGroupRestriction()
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
DNOTICE29 in the Software without restriction, including without limitation the rights
56 in the Software without restriction, including without limitation the rights
83 in the Software without restriction, including without limitation the rights
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
DNOTICE13 in the Software without restriction, including without limitation the rights
39 in the Software without restriction, including without limitation the rights
/external/libxslt/
DCopyright7 in the Software without restriction, including without limitation the rights
35 in the Software without restriction, including without limitation the rights
DNOTICE7 in the Software without restriction, including without limitation the rights
35 in the Software without restriction, including without limitation the rights
/external/mksh/
DNOTICE9 * is granted to deal in this work without restriction, including un‐
/external/llvm/test/YAMLParser/
DLICENSE.txt5 the Software without restriction, including without limitation the rights to
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
DLICENSE.txt5 the Software without restriction, including without limitation the rights to
/external/dropbear/
DLICENSE17 in the Software without restriction, including without limitation the rights
74 (the "Software"), to deal in the Software without restriction,
DNOTICE17 in the Software without restriction, including without limitation the rights
74 (the "Software"), to deal in the Software without restriction,
/external/giflib/
DNOTICE5 in the Software without restriction, including without limitation the rights
/external/webkit/Source/WebCore/platform/graphics/cairo/
Drgb24-hacks.txt29 + // destination has alpha. Remove the RGB24 restriction. || (dst->format != CAIRO_FORMAT_R…
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
DLICENSE.txt7 in the Software without restriction, including without limitation the rights
/external/bouncycastle/
DNOTICE4 associated documentation files (the "Software"), to deal in the Software without restriction,
/external/libffi/
DLICENSE6 ``Software''), to deal in the Software without restriction, including
DNOTICE6 ``Software''), to deal in the Software without restriction, including
/external/expat/
DNOTICE7 "Software"), to deal in the Software without restriction, including
/external/compiler-rt/
DLICENSE.TXT31 the Software without restriction, including without limitation the rights to
62 in the Software without restriction, including without limitation the rights
/external/zlib/contrib/dotzlib/
DLICENSE_1_0.txt11 the above license grant, this restriction and the following disclaimer,
/external/llvm/lib/Target/MSP430/
DREADME.txt20 (these cannot be used though due to license restriction).
/external/webkit/Source/WebCore/webaudio/
DAudioGainNode.idl30 …// FIXME: eventually it will be interesting to remove the readonly restriction, but need to proper…

123456