HomeSort by relevance Sort by last modified time
    Searched refs:strong (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /external/clang/test/CodeGenObjC/
attr-strong.c 6 struct s0 * __attribute__((objc_gc(strong))) g0;
  /external/chromium_org/chrome/browser/resources/chromeos/
proxy_settings.css 35 html[highlight=strong] input[type='button']:focus,
36 html[highlight=strong] input[type='checkbox']:focus,
37 html[highlight=strong] input[type='radio']:focus,
38 html[highlight=strong] input[type='text']:focus,
39 html[highlight=strong] input[type='url']:focus,
40 html[highlight=strong] button:focus,
41 html[highlight=strong] list:focus {
45 html[highlight=strong] #network-proxy-tab {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCPair.h 33 @property(nonatomic, strong, readonly) NSString *key;
34 @property(nonatomic, strong, readonly) NSString *value;
RTCMediaStream.h 36 @property(nonatomic, strong, readonly) NSArray *audioTracks;
37 @property(nonatomic, strong, readonly) NSArray *videoTracks;
38 @property(nonatomic, strong, readonly) NSString *label;
RTCNSGLVideoView.h 45 @property(nonatomic, strong) RTCVideoTrack* videoTrack;
RTCVideoTrack.h 36 @property(nonatomic, strong, readonly) NSArray *renderers;
RTCEAGLVideoView.h 44 @property(nonatomic, strong) RTCVideoTrack* videoTrack;
RTCICEServer.h 34 @property(nonatomic, strong, readonly) NSURL* URI;
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_elementretrievetagname.java 66 String strong; local
70 strong = testEmployee.getNodeName();
71 assertEqualsAutoCase("element", "nodename", "code", strong);
72 strong = ((Element) /*Node */testEmployee).getTagName();
73 assertEqualsAutoCase("element", "tagname", "code", strong);
hc_elementreplaceexistingattribute.java 71 String strong; local
78 strong = testEmployee.getAttribute("class");
79 assertEquals("replacedValue", "", strong);
  /external/chromium_org/remoting/ios/
app_delegate.h 13 @property(strong, nonatomic) UIWindow* window;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
RTCSessionDescriptionSyncObserver.h 42 @property(atomic, strong) RTCSessionDescription *sessionDescription;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 92 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="test.html"><font color="#ffffff">test</font></a>.pydoc_mod</strong></big></big> (version 1.2.3.4)</font></td
100 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
116 <font color="#000000" face="helvetica, arial"><a name="A">class <strong>A</strong></a></font></td></tr>
122 <dl><dt><a name="A-__init__"><strong>__init__</strong></a>()</dt><dd><tt>Wow,&nbsp;I&nbsp;have&nbsp;no&nbsp;function!</tt></dd></dl>
128 <font color="#000000" face="helvetica, arial"><a name="B">class <strong>B</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 92 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="test.html"><font color="#ffffff">test</font></a>.pydoc_mod</strong></big></big> (version 1.2.3.4)</font></td
100 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
116 <font color="#000000" face="helvetica, arial"><a name="A">class <strong>A</strong></a></font></td></tr>
122 <dl><dt><a name="A-__init__"><strong>__init__</strong></a>()</dt><dd><tt>Wow,&nbsp;I&nbsp;have&nbsp;no&nbsp;function!</tt></dd></dl>
128 <font color="#000000" face="helvetica, arial"><a name="B">class <strong>B</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkTypefaceCache.cpp 33 bool strong) {
41 rec->fStrong = strong;
42 if (strong) {
86 bool strong = fArray[i].fStrong; local
87 if ((strong && face->unique()) || (!strong && face->weak_expired())) {
88 if (strong) {
124 bool strong) {
126 Get().add(face, requestedStyle, strong);
SkTypefaceCache.h 42 void add(SkTypeface*, SkTypeface::Style requested, bool strong = true);
77 bool strong = true);
  /external/skia/src/core/
SkTypefaceCache.cpp 33 bool strong) {
41 rec->fStrong = strong;
42 if (strong) {
86 bool strong = fArray[i].fStrong; local
87 if ((strong && face->unique()) || (!strong && face->weak_expired())) {
88 if (strong) {
124 bool strong) {
126 Get().add(face, requestedStyle, strong);
SkTypefaceCache.h 42 void add(SkTypeface*, SkTypeface::Style requested, bool strong = true);
77 bool strong = true);
  /build/tools/droiddoc/templates-pdk/assets/
customizations.js 3 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_network.css 32 html:not([highlight=strong]) #network-timezone-setting {
oobe_screen.css 174 html[highlight=strong] #security-info a:focus,
175 html[highlight=strong] #eula a:focus,
176 html[highlight=strong] .step-extra-controls a:focus,
177 html[highlight=strong] .menu-control:focus,
178 html[highlight=strong] input[type='button']:focus,
179 html[highlight=strong] button:focus {
  /external/chromium_org/third_party/markupsafe/
__init__.py 60 >>> strong = Markup("<strong>%(text)s</strong>")
61 >>> strong % {'text': '<blink>hacker here</blink>'}
62 Markup(u'<strong>&lt;blink&gt;hacker here&lt;/blink&gt;</strong>')
  /art/test/074-gc-thrash/src/
Main.java 197 private static String strong[] = new String[MAX_DEPTH]; field in class:Deep
219 * "weak" should be matched in "strong", and the two should be
223 if (strong[i] != weak[i].get()) {
224 System.err.println("Deep: " + i + " strong=" + strong[i] +
230 * Wipe "strong", do a GC, see if "weak" got collected.
233 strong[i] = null;
293 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...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCNSGLVideoView.m 42 @property(atomic, strong) RTCI420Frame* i420Frame;
43 @property(atomic, strong) RTCOpenGLVideoRenderer* glRenderer;

Completed in 667 milliseconds

1 2 3 4 5