HomeSort by relevance Sort by last modified time
    Searched refs:strong (Results 26 - 50 of 163) sorted by null

12 3 4 5 6 7

  /art/test/074-gc-thrash/src/
Main.java 200 private static String strong[] = new String[MAX_DEPTH]; field in class:Deep
223 * Wipe "strong", do a GC, see if "weak" got collected.
226 strong[i] = null;
243 * "weak" should be matched in "strong", and the two should be
253 if (strong[i] != weak[i].get()) {
254 System.out.println("Deep: " + i + " strong=" + strong[i] +
305 strong[depth] = funStr;
  /external/owasp/sanitizer/empiricism/
canned-data.js 111 "strong": true,
232 "strong",
347 "strong",
462 "strong",
577 "strong",
692 "strong",
808 "strong",
923 "strong",
1038 "strong",
1153 "strong",
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
prime_test.go 56 "1195068768795265792518361315725116351898245581", // strong pseudoprime to prime bases 2 through 29
57 // strong pseudoprime to all prime bases up to 200
65 // Extra-strong Lucas pseudoprimes. https://oeis.org/A217719
prime.go 29 // extra strong Lucas test as its Lucas test, but since no one knows
126 // probablyPrimeLucas reports whether n passes the "almost extra strong" Lucas probable prime test,
140 // Baillie, "Extra strong Lucas pseudoprimes", OEIS A217719, https://oeis.org/A217719.
145 // (Note that Nicely's definition of the "extra strong" test gives the wrong Jacobi condition,
204 // Grantham definition of "extra strong Lucas pseudoprime", after Thm 2.3 on p. 876
208 // An extra strong Lucas pseudoprime to base b is a composite n = 2^r s + Jacobi(?, n),
221 // We apply the "almost extra strong" test, which checks the above conditions
223 // Jacobsen points out that maybe we should just do the full extra strong test:
225 // U_n = D^-1 (2V_{n+1} - PV_n) allowing us to run the full extra-strong test
227 // so we can get the full extra-strong test at essentially the same performance as th
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
prime_test.go 56 "1195068768795265792518361315725116351898245581", // strong pseudoprime to prime bases 2 through 29
57 // strong pseudoprime to all prime bases up to 200
65 // Extra-strong Lucas pseudoprimes. https://oeis.org/A217719
prime.go 29 // extra strong Lucas test as its Lucas test, but since no one knows
126 // probablyPrimeLucas reports whether n passes the "almost extra strong" Lucas probable prime test,
140 // Baillie, "Extra strong Lucas pseudoprimes", OEIS A217719, https://oeis.org/A217719.
145 // (Note that Nicely's definition of the "extra strong" test gives the wrong Jacobi condition,
204 // Grantham definition of "extra strong Lucas pseudoprime", after Thm 2.3 on p. 876
208 // An extra strong Lucas pseudoprime to base b is a composite n = 2^r s + Jacobi(?, n),
221 // We apply the "almost extra strong" test, which checks the above conditions
223 // Jacobsen points out that maybe we should just do the full extra strong test:
225 // U_n = D^-1 (2V_{n+1} - PV_n) allowing us to run the full extra-strong test
227 // so we can get the full extra-strong test at essentially the same performance as th
    [all...]
  /compatibility/cdd/5_multimedia/
5_8_secure-media.md 11 * [C-2-1] MUST secure the link with a cryptographically strong mechanism such
  /prebuilts/go/darwin-x86/src/html/template/
example_test.go 24 {{range .Items}}<div>{{ . }}</div>{{else}}<div><strong>no rows</strong></div>{{end}}
79 // <div><strong>no rows</strong></div>
  /prebuilts/go/linux-x86/src/html/template/
example_test.go 24 {{range .Items}}<div>{{ . }}</div>{{else}}<div><strong>no rows</strong></div>{{end}}
79 // <div><strong>no rows</strong></div>
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
weakref1u.d 2 #name: weakref tests, strong undefined syms
  /external/clang/test/Index/
complete-method-decls.m 91 @property (nullable, strong) id prop;
92 @property (nullable, strong) void(^propWB)(int *_Nullable);
  /external/python/cpython2/Doc/
conf.py 125 \strong{Python Software Foundation}\\
  /external/webrtc/talk/app/webrtc/objc/
RTCNSGLVideoView.m 42 @property(atomic, strong) RTCI420Frame* i420Frame;
43 @property(atomic, strong) RTCOpenGLVideoRenderer* glRenderer;
  /external/webrtc/talk/app/webrtc/objc/public/
RTCPeerConnection.h 52 @property(nonatomic, strong, readonly) NSArray *localStreams;
  /external/webrtc/webrtc/api/objc/
RTCNSGLVideoView.m 21 @property(atomic, strong) RTCVideoFrame *videoFrame;
22 @property(atomic, strong) RTCOpenGLVideoRenderer *glRenderer;
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_namednodemapchildnoderange.java 68 String strong; local
hc_namednodemapwrongdocumenterr.java 77 String strong; local
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cgitb.py 53 def strong(text): function
55 return '<strong>' + text + '</strong>'
111 strong(pydoc.html.escape(str(etype))),
128 call = 'in ' + strong(func) + \
159 name = ('<em>%s</em> ' % where) + strong(name)
161 name = strong(name)
163 name = where + strong(name.split('.')[-1])
173 exception = ['<p>%s: %s' % (strong(pydoc.html.escape(str(etype))),
  /external/python/cpython2/Lib/
cgitb.py 53 def strong(text): function
55 return '<strong>' + text + '</strong>'
111 strong(pydoc.html.escape(str(etype))),
128 call = 'in ' + strong(func) + \
159 name = ('<em>%s</em> ' % where) + strong(name)
161 name = strong(name)
163 name = where + strong(name.split('.')[-1])
173 exception = ['<p>%s: %s' % (strong(pydoc.html.escape(str(etype))),
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cgitb.py 53 def strong(text): function
55 return '<strong>' + text + '</strong>'
111 strong(pydoc.html.escape(str(etype))),
128 call = 'in ' + strong(func) + \
159 name = ('<em>%s</em> ' % where) + strong(name)
161 name = strong(name)
163 name = where + strong(name.split('.')[-1])
173 exception = ['<p>%s: %s' % (strong(pydoc.html.escape(str(etype))),
  /prebuilts/gdb/linux-x86/lib/python2.7/
cgitb.py 53 def strong(text): function
55 return '<strong>' + text + '</strong>'
111 strong(pydoc.html.escape(str(etype))),
128 call = 'in ' + strong(func) + \
159 name = ('<em>%s</em> ' % where) + strong(name)
161 name = strong(name)
163 name = where + strong(name.split('.')[-1])
173 exception = ['<p>%s: %s' % (strong(pydoc.html.escape(str(etype))),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgitb.py 53 def strong(text): function
55 return '<strong>' + text + '</strong>'
111 strong(pydoc.html.escape(str(etype))),
128 call = 'in ' + strong(func) + \
159 name = ('<em>%s</em> ' % where) + strong(name)
161 name = strong(name)
163 name = where + strong(name.split('.')[-1])
173 exception = ['<p>%s: %s' % (strong(pydoc.html.escape(str(etype))),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgitb.py 53 def strong(text): function
55 return '<strong>' + text + '</strong>'
111 strong(pydoc.html.escape(str(etype))),
128 call = 'in ' + strong(func) + \
159 name = ('<em>%s</em> ' % where) + strong(name)
161 name = strong(name)
163 name = where + strong(name.split('.')[-1])
173 exception = ['<p>%s: %s' % (strong(pydoc.html.escape(str(etype))),
  /frameworks/native/libs/binder/tests/
binderLibTest.cpp 507 #if 0 /* Is there an unlink api that does not require a strong reference? */
530 #if 0 /* Is there an unlink api that does not require a strong reference? */
648 sp<IBinder> strong = new BBinder(); local
649 wp<IBinder> weak = strong;
651 EXPECT_TRUE(strong != NULL);
652 EXPECT_EQ(strong, strong_from_weak);
653 strong = NULL;
662 sp<IBinder> strong = new BBinder(); local
666 ASSERT_TRUE(strong != NULL);
668 ret = data.writeWeakBinder(strong);
715 struct flat_binder_object *strong = (struct flat_binder_object *)(data.data()); local
921 sp<IBinder> strong; local
    [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.js 96 return '<strong>' + allTags[item].displayTag + '</strong>';
124 return '<strong>' + allTags[item].displayTag + '</strong>';

Completed in 630 milliseconds

12 3 4 5 6 7