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

1 2 3 4

  /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/tools/gyp/test/ios/extension/ExtensionContainer/
AppDelegate.h 9 @property (strong, nonatomic) UIWindow *window;
  /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;
RTCPeerConnection.h 51 @property(nonatomic, strong, readonly) NSArray *localStreams;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
RTCSessionDescriptionSyncObserver.h 42 @property(atomic, strong) RTCSessionDescription *sessionDescription;
RTCSessionDescriptionSyncObserver.m 39 @property(nonatomic, strong) NSCondition* condition;
  /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);
  /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>"
android-developer-resource-browser.js 96 return '<strong>' + allTags[item].displayTag + '</strong>';
124 return '<strong>' + allTags[item].displayTag + '</strong>';
yui-3.3.0-reset-min.css 8 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2 (…)
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_network.css 32 html:not([highlight=strong]) #network-timezone-setting {
oobe_screen.css 172 html[highlight=strong] #security-info a:focus,
173 html[highlight=strong] #eula a:focus,
174 html[highlight=strong] .step-extra-controls a:focus,
175 html[highlight=strong] .menu-control:focus,
176 html[highlight=strong] input[type='button']:focus,
177 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;
  /external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
GAEChannelClient.m 38 @property(nonatomic, strong) UIWebView* webView;
46 @property(nonatomic, strong) WebView* webView;
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/static/
default.css 309 strong {
324 header ul a strong {

Completed in 578 milliseconds

1 2 3 4