Searched refs:nativeMethods (Results 1 – 5 of 5) sorted by relevance
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | NativeExtension.cs | 36 readonly NativeMethods nativeMethods; field in Grpc.Core.Internal.NativeExtension 40 this.nativeMethods = LoadNativeMethods(); in NativeExtension() 44 NativeLogRedirector.Redirect(this.nativeMethods); in NativeExtension() 46 DefaultSslRootsOverride.Override(this.nativeMethods); in NativeExtension() 74 get { return this.nativeMethods; }
|
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/ |
D | scoping-shim.min.js | 18 …trim(),a)}function E(a,b){r?a.setAttribute("class",b):window.ShadyDOM.nativeMethods.setAttribute.c… 37 … instanceof ShadowRoot)for(f=pb(d),f!==g&&Ea(d,g,f),d=window.ShadyDOM.nativeMethods.querySelectorA…
|
D | scoping-shim.min.js.map | 1 …nativeMethods']['setAttribute'].call(element, 'class', value);\n }\n}\n\nexport const wrap = wind…
|
D | apply-shim.min.js.map | 1 …nt.setAttribute('class', value);\n } else {\n window['ShadyDOM']['nativeMethods']['setAttribut…
|
/external/javapoet/src/test/java/com/squareup/javapoet/ |
D | TypeSpecTest.java | 1476 @Test public void nativeMethods() throws Exception { in nativeMethods() method in TypeSpecTest
|