Home
last modified time | relevance | path

Searched refs:nativeMethods (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeExtension.cs36 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/
Dscoping-shim.min.js18 …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…
Dscoping-shim.min.js.map1nativeMethods']['setAttribute'].call(element, 'class', value);\n }\n}\n\nexport const wrap = wind…
Dapply-shim.min.js.map1 …nt.setAttribute('class', value);\n } else {\n window['ShadyDOM']['nativeMethods']['setAttribut…
/external/javapoet/src/test/java/com/squareup/javapoet/
DTypeSpecTest.java1476 @Test public void nativeMethods() throws Exception { in nativeMethods() method in TypeSpecTest