/external/llvm-project/clang/utils/analyzer/projects/ |
D | projects.json | 6 "origin": "https://github.com/jarro2783/cxxopts.git", string 14 "origin": "https://github.com/erincatto/box2d.git", string 22 "origin": "https://github.com/codeplea/tinyexpr.git", string 30 "origin": "https://github.com/symengine/symengine.git", string 38 "origin": "https://github.com/nsf/termbox.git", string 46 "origin": "https://github.com/jakogut/tinyvm.git", string 54 "origin": "https://github.com/msteinbeck/tinyspline.git", string 62 "origin": "https://github.com/oatpp/oatpp.git", string 70 "origin": "https://github.com/andrewrk/libsoundio.git", string 78 "origin": "https://github.com/facebook/zstd.git", string [all …]
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
D | DependencyCollector.java | 39 default void assumeCompanionClass(String origin, String target) {} in assumeCompanionClass() 46 default void missingImplementedInterface(String origin, String target) {} in missingImplementedInterface() 55 default void recordExtendedInterfaces(String origin, String... targets) {} in recordExtendedInterfaces() 66 default void recordDefaultMethods(String origin, int count) {} in recordDefaultMethods() 85 public void missingImplementedInterface(String origin, String target) { in missingImplementedInterface()
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
D | CookieSpecBase.java | 59 protected static String getDefaultPath(final CookieOrigin origin) { in getDefaultPath() 72 protected static String getDefaultDomain(final CookieOrigin origin) { in getDefaultDomain() 76 protected List<Cookie> parse(final HeaderElement[] elems, final CookieOrigin origin) in parse() 108 public void validate(final Cookie cookie, final CookieOrigin origin) in validate() 121 public boolean match(final Cookie cookie, final CookieOrigin origin) { in match()
|
D | RFC2965Spec.java | 84 final String name, final String value, final CookieOrigin origin) { in createCookie() 92 final String name, final String value, final CookieOrigin origin) { in createCookie2() 103 CookieOrigin origin) throws MalformedCookieException { in parse() 158 public void validate(final Cookie cookie, CookieOrigin origin) in validate() 171 public boolean match(final Cookie cookie, CookieOrigin origin) { in match() 223 private static CookieOrigin adjustEffectiveHost(final CookieOrigin origin) { in adjustEffectiveHost()
|
D | AbstractCookieAttributeHandler.java | 46 public void validate(final Cookie cookie, final CookieOrigin origin) in validate() 51 public boolean match(final Cookie cookie, final CookieOrigin origin) { in match()
|
D | BestMatchSpec.java | 102 final CookieOrigin origin) throws MalformedCookieException { in parse() 138 final CookieOrigin origin) throws MalformedCookieException { in validate() 152 public boolean match(final Cookie cookie, final CookieOrigin origin) { in match()
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | llseek.c | 54 unsigned long ol, llse_loff_t * result, unsigned int origin) in _llseek() 61 unsigned long ol, llse_loff_t * result, unsigned int origin) in _llseek() 68 unsigned int origin) in my_llseek() 82 unsigned int origin) in llse_llseek() 113 unsigned int origin) in llse_llseek()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/ |
D | ArrayType.java | 73 private Origin origin; field in ArrayType 76 public ArrayType(Type componentType, Origin origin, NodeList<AnnotationExpr> annotations) { in ArrayType() 88 …public ArrayType(TokenRange tokenRange, Type componentType, Origin origin, NodeList<AnnotationExpr… in ArrayType() 177 private Origin origin; field in ArrayType.ArrayBracketPair 179 …public ArrayBracketPair(TokenRange tokenRange, Origin origin, NodeList<AnnotationExpr> annotations… in ArrayBracketPair() 207 public ArrayBracketPair setOrigin(Origin origin) { in setOrigin() 224 public ArrayType setOrigin(final Origin origin) { in setOrigin()
|
/external/turbine/java/com/google/turbine/binder/ |
D | HierarchyBinder.java | 44 ClassSymbol origin, in bind() 51 private final ClassSymbol origin; field in HierarchyBinder 57 ClassSymbol origin, in HierarchyBinder() 73 log.error(decl.xtnds().get().position(), ErrorKind.CYCLIC_HIERARCHY, origin); in bind() local 98 log.error(i.position(), ErrorKind.CYCLIC_HIERARCHY, origin); in bind() local
|
D | Resolve.java | 45 ClassSymbol origin, in resolve() 53 ClassSymbol origin, in resolve() 90 Env<ClassSymbol, ? extends HeaderBoundClass> env, ClassSymbol origin) { in resolveFunction() argument
|
/external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/ |
D | MockMethodAdvice.java | 46 private static Object tryInvoke(Method origin, Object instance, Object[] arguments) in tryInvoke() 174 Method origin = Class.forName(methodComponents.group(1)).getDeclaredMethod( in getOrigin() local 195 public Callable<?> handle(Object instance, Method origin, Object[] arguments) throws Throwable { in handle() 239 public boolean isOverridden(Object instance, Method origin) { in isOverridden() 259 private final Method origin; field in MockMethodAdvice.SuperMethodCall 263 private SuperMethodCall(SelfCallInfo selfCallInfo, Method origin, Object instance, in SuperMethodCall()
|
/external/apache-http/src/org/apache/http/cookie/ |
D | CookieSpec.java | 81 List<Cookie> parse(Header header, CookieOrigin origin) throws MalformedCookieException; in parse() 91 void validate(Cookie cookie, CookieOrigin origin) throws MalformedCookieException; in validate() 102 boolean match(Cookie cookie, CookieOrigin origin); in match()
|
D | CookieAttributeHandler.java | 70 void validate(Cookie cookie, CookieOrigin origin) in validate() 81 boolean match(Cookie cookie, CookieOrigin origin); in match()
|
/external/skqp/src/gpu/ |
D | GrProxyProvider.cpp | 120 GrSurfaceOrigin origin) { in findProxyByUniqueKey() 134 sk_sp<GrTextureProxy> GrProxyProvider::createWrapped(sk_sp<GrTexture> tex, GrSurfaceOrigin origin) { in createWrapped() 149 GrSurfaceOrigin origin) { in findOrCreateProxyByUniqueKey() 275 GrSurfaceOrigin origin, in createMipMapProxy() 381 GrSurfaceOrigin origin, in createProxy() 452 GrSurfaceOrigin origin, in wrapBackendTexture() 489 const GrBackendTexture& backendTex, GrSurfaceOrigin origin, int sampleCnt, in wrapRenderableBackendTexture() 519 const GrBackendRenderTarget& backendRT, GrSurfaceOrigin origin) { in wrapBackendRenderTarget() 542 const GrBackendTexture& backendTex, GrSurfaceOrigin origin, int sampleCnt) { in wrapBackendTextureAsRenderTarget() 597 GrSurfaceOrigin origin, in createLazyProxy() [all …]
|
D | GrGpuCommandBuffer.h | 44 void set(GrTexture* texture, GrSurfaceOrigin origin) { in set() 54 GrGpuTextureCommandBuffer(GrTexture* texture, GrSurfaceOrigin origin) in GrGpuTextureCommandBuffer() 129 GrGpuRTCommandBuffer(GrRenderTarget* rt, GrSurfaceOrigin origin) in GrGpuRTCommandBuffer() 134 void set(GrRenderTarget* rt, GrSurfaceOrigin origin) { in set()
|
/external/skia/tests/ |
D | ExifTest.cpp | 21 SkEncodedOrigin origin = codec->getOrigin(); in DEF_TEST() local 35 SkEncodedOrigin origin = codec->getOrigin(); in DEF_TEST() local 44 SkEncodedOrigin origin = codec->getOrigin(); in DEF_TEST() local
|
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/ |
D | test_functions_api.cpp | 190 size_t origin[3] = { 0, 0, 0 }; in api_functions() local 224 size_t origin[3] = { 0, 0, 0 }; in api_functions() local 249 size_t origin[3] = { 0, 0, 0 }; in api_functions() local 283 size_t origin[3] = { 0, 0, 0 }; in api_functions() local 349 size_t origin[3] = { 0, 0, 0 }; in api_functions() local 421 size_t origin[3] = { 0, 0, 0 }; in api_functions() local 485 size_t origin[3] = { 0, 0, 0 }; in api_functions() local 530 size_t origin[3] = { 0, 0, 0 }; in api_functions() local 585 size_t origin[3] = { 0, 0, 0 }; in api_functions() local
|
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/ |
D | MockMethodAdvice.java | 56 @Advice.Origin Method origin, in enter() 96 public Callable<?> handle(Object instance, Method origin, Object[] arguments) throws Throwable { in handle() 129 public boolean isOverridden(Object instance, Method origin) { in isOverridden() 144 private final Method origin; field in MockMethodAdvice.RealMethodCall 150 …private RealMethodCall(SelfCallInfo selfCallInfo, Method origin, Object instance, Object[] argumen… in RealMethodCall() 177 private final SerializableMethod origin; field in MockMethodAdvice.SerializableRealMethodCall 183 …private SerializableRealMethodCall(String identifier, Method origin, Object instance, Object[] arg… in SerializableRealMethodCall() 214 …private static Object tryInvoke(Method origin, Object instance, Object[] arguments) throws Throwab… in tryInvoke()
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ct/ |
D | SignedCertificateTimestamp.java | 64 private final Origin origin; field in SignedCertificateTimestamp 68 DigitallySigned signature, Origin origin) { in SignedCertificateTimestamp() 99 public static SignedCertificateTimestamp decode(InputStream input, Origin origin) in decode() 119 public static SignedCertificateTimestamp decode(byte[] input, Origin origin) in decode()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ct/ |
D | SignedCertificateTimestamp.java | 53 private final Origin origin; field in SignedCertificateTimestamp 57 DigitallySigned signature, Origin origin) { in SignedCertificateTimestamp() 88 public static SignedCertificateTimestamp decode(InputStream input, Origin origin) in decode() 108 public static SignedCertificateTimestamp decode(byte[] input, Origin origin) in decode()
|
/external/desugar/java/com/google/devtools/common/options/ |
D | ParsedOptionDescription.java | 33 private final OptionInstanceOrigin origin; field in ParsedOptionDescription 39 OptionInstanceOrigin origin) { in ParsedOptionDescription() 50 OptionInstanceOrigin origin) { in newParsedOptionDescription() 65 OptionDefinition optionDefinition, OptionInstanceOrigin origin) { in newDummyInstance()
|
/external/skia/tools/gpu/ |
D | BackendSurfaceFactory.cpp | 20 GrSurfaceOrigin origin, in MakeBackendTextureSurface() 51 GrSurfaceOrigin origin, in MakeBackendTextureSurface() 64 GrSurfaceOrigin origin, in MakeBackendRenderTargetSurface() 97 GrSurfaceOrigin origin, in MakeBackendRenderTargetSurface()
|
/external/e2fsprogs/lib/ext2fs/ |
D | llseek.c | 72 unsigned int, origin) in _syscall5() argument 95 ext2_loff_t ext2fs_llseek (int fd, ext2_loff_t offset, int origin) in ext2fs_llseek() 129 ext2_loff_t ext2fs_llseek (int fd, ext2_loff_t offset, int origin) in ext2fs_llseek()
|
/external/rust/crates/url/tests/ |
D | urltestdata.json | 8 "origin": "http://example.org", string 23 "origin": "http://foo:21", string 38 "origin": "https://test", string 53 "origin": "https://test", string 68 "origin": "null", string 83 "origin": "null", string 98 "origin": "http://example.org", string 113 "origin": "http://example.org", string 128 "origin": "http://example.org", string 143 "origin": "null", string [all …]
|
/external/webrtc/p2p/base/ |
D | stun_request.h | 71 void set_origin(const std::string& origin) { origin_ = origin; } in set_origin() 109 const std::string& origin() const { return origin_; } in origin() function 110 void set_origin(const std::string& origin) { origin_ = origin; } in set_origin()
|