Searched
full:strong (Results
1276 -
1300 of
3412) sorted by null
<<51525354555657585960>>
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_ListModes.3 | 13 If \fBformat\fR is \fBNULL\fP, the mode list will be for the format returned by \fISDL_GetVideoInfo()\fR->\fBvfmt\fR\&. The \fBflag\fR parameter is an OR\&'d combination of \fIsurface\fR flags\&. The flags are the same as those used \fI\fBSDL_SetVideoMode\fP\fR and they play a strong role in deciding what modes are valid\&. For instance, if you pass \fBSDL_HWSURFACE\fP as a flag only modes that support hardware video surfaces will be returned\&.
|
/external/srec/shared/include/ |
ESR_VariableTypes.h | 24 * Enumeration of all possible variable types. Used to add strong-typing capability to generic
|
/external/tagsoup/ |
build.xml | 156 <bottom><![CDATA[<em>Licence</em>: <strong>Academic Free License 3.0</strong> and/or <strong>GPL 2.0</strong>]]></bottom>
|
/external/tcpdump/ |
enc.h | 27 * so that we may further the use of strong encryption without limitations to
|
/frameworks/base/core/java/android/print/ |
PrintDocumentInfo.java | 302 * <strong>Default: </strong> {@link #PAGE_COUNT_UNKNOWN} 321 * <strong>Default: </strong> {@link #CONTENT_TYPE_UNKNOWN}
|
PrinterInfo.java | 273 * Sets the <strong>localized</strong> printer name which 285 * Sets the <strong>localized</strong> printer description
|
/frameworks/base/docs/html/distribute/users/ |
your-listing.jd | 76 <strong>Tip:</strong> If your app runs on both phones and tablets, be 107 <strong>Tip:</strong> Translate any embedded text, use different imagery
|
/frameworks/base/docs/html/guide/webapps/ |
debugging.jd | 56 <strong>Device > Run logcat</strong>. When using the <a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT 58 <strong>Window > Show View > Other > Android > Logcat</strong>.</p>
|
/frameworks/base/docs/html/training/basics/intents/ |
result.jd | 44 <p class="note"><strong>Note:</strong> You can use explicit or implicit intents when you call 159 <p class="note"><strong>Note:</strong> Before Android 2.3 (API level 9), performing a query
|
/frameworks/base/docs/html/training/basics/supporting-devices/ |
platforms.jd | 44 <p class="note"><strong>Tip:</strong> In order to provide the best features and 98 <p class="note"><strong>Note:</strong> When parsing XML resources, Android ignores XML
|
/frameworks/base/docs/html/training/graphics/opengl/ |
draw.jd | 119 <p class="note"><strong>Note:</strong> Compiling OpenGL ES shaders and linking programs is expensive 184 <strong>Figure 1.</strong> Triangle drawn without a projection or camera view.</p>
|
projection.jd | 90 <p class="note"><strong>Note:</strong> Just applying a projection transformation to your 147 <strong>Figure 1.</strong> Triangle drawn with a projection and camera view applied.</p>
|
/frameworks/base/docs/html/training/material/ |
compatibility.jd | 42 <p class="note"><strong>Note:</strong> 167 <p class="note"><strong>Note:</strong> To specify which versions of Android your app supports,
|
shadows-clipping.jd | 43 <p class="img-caption"><strong>Figure 1</strong> - Shadows for different view elevations.</p> 70 <strong>Outlines</strong> represent the outer shape of a graphics object and define the ripple
|
/frameworks/base/docs/html/training/sharing/ |
receive.jd | 75 <p class="note"><strong>Note:</strong> For more information on intent filters and intent resolution 141 <p class="caution"><strong>Caution:</strong> Take extra care to check the incoming data, you never
|
/frameworks/base/docs/html/training/tv/discovery/ |
recommendations.jd | 34 <strong>Figure 1.</strong> An example of the recommendations row. 237 <strong>Important:</strong> Receiving a boot completed notification requires that your app
|
/frameworks/base/docs/html/training/wearables/ui/ |
2d-picker.jd | 28 <p class="note"><strong>Note:</strong> The <em>GridViewPager</em> sample in the Android SDK 147 <p class="img-caption" style="text-align:center"><strong>Figure 1:</strong>
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
XMLReaderFactory.java | 23 * Public Domain, and comes with <strong>NO WARRANTY</strong>.</em> 39 * <p><strong>Note to Distributions bundled with parsers:</strong>
|
/art/runtime/ |
intern_table_test.cc | 159 // A weak can be promoted to a strong. 172 // Interning a weak after a strong gets you the strong.
|
/docs/source.android.com/src/devices/camera/ |
camera3_3Amodes.jd | 206 <td><strong>mode = AF_MODE_OFF or AF_MODE_EDOF</strong></td> 224 <td><strong>mode = AF_MODE_AUTO or AF_MODE_MACRO</strong></td> 296 <td><strong>mode = AF_MODE_CONTINUOUS_VIDEO</strong></td> 399 <td><strong>mode = AF_MODE_CONTINUOUS_PICTURE</strong></td> 504 <td><strong>mode = AE_MODE_OFF / AWB mode not AUTO</strong></td [all...] |
camera3_requests_hal.jd | 39 <strong>Figure 3.</strong> Camera model</p> 56 <strong>Figure 4.</strong> Camera pipeline<br/> 69 <p><strong>Summary of API use</strong><br/> 83 <p><strong>HAL operation summary</strong></p> 97 <strong>Figure 5.</strong> Camera HAL overview</p [all...] |
/external/chromium_org/content/browser/download/ |
download_stats.h | 75 // (Deprecated) Count of downloads with a strong ETag and specified 83 // Count of downloads that supplies a strong validator (implying byte-wise 176 // counts if a strong validator is supplied. The combination of range request
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
Compiler.h | 80 /* Keep strong enums turned off when building with clang-cl: We cannot yet build all of Blink without fallback to cl.exe, and strong enums are exposed at ABI boundaries. */ 119 /* Strong enums should work from gcc 4.4, but doesn't seem to support some operators */
|
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshalgo.h | 66 /* this is an interpolation zone used for strong points; */ 67 /* weak points are interpolated according to their strong */ 135 PSH_POINT_STRONG = 16, /* point is strong */
|
/external/clang/test/SemaObjC/ |
arc-decls.m | 58 @property (strong) id copyBar; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}} 62 @property (strong) id copyDBar; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}} 130 @property (readwrite, weak) ControllerClass *controller; // expected-warning {{primary property declaration is implicitly strong while redeclaration in class extension is weak}}
|
Completed in 482 milliseconds
<<51525354555657585960>>