HomeSort by relevance Sort by last modified time
    Searched full:intro (Results 226 - 250 of 572) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/docs/xml/
manual-intro.xml 6 <chapter id="manual-intro" xreflabel="Introduction">
9 <sect1 id="manual-intro.overview" xreflabel="An Overview of Valgrind">
117 <sect1 id="manual-intro.navigation" xreflabel="How to navigate this manual">
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MixedItemSection.java 228 * then the index is preceded by the given intro string.
232 * @param intro {@code non-null;} the introductory string for non-empty indices
235 String intro) {
252 out.annotate(0, intro);
  /dalvik/dx/src/com/android/dx/dex/file/
MixedItemSection.java 227 * then the index is preceded by the given intro string.
231 * @param intro {@code non-null;} the introductory string for non-empty indices
234 String intro) {
251 out.annotate(0, intro);
  /developers/build/prebuilts/gradle/TextLinkify/Application/src/main/res/layout/
sample_main.xml 37 android:text="@string/intro" />
  /developers/build/prebuilts/gradle/TextLinkify/Application/src/main/res/values/
strings.xml 20 <string name="intro">This sample illustrates how links can be added to a TextView.
  /developers/samples/android/views/TextLinkify/Application/src/main/res/layout/
sample_main.xml 37 android:text="@string/intro" />
  /developers/samples/android/views/TextLinkify/Application/src/main/res/values/
strings.xml 20 <string name="intro">This sample illustrates how links can be added to a TextView.
  /development/samples/browseable/TextLinkify/res/layout/
sample_main.xml 37 android:text="@string/intro" />
  /development/samples/browseable/TextLinkify/res/values/
strings.xml 20 <string name="intro">This sample illustrates how links can be added to a TextView.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/cube/
index.html 22 <div class="intro">
  /external/chromium_org/third_party/launchpad_translations/
ui_strings_ca-valencia.xtb 42 <translation id="8179976553408161302">Intro</translation>
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
MixedItemSection.java 228 * then the index is preceded by the given intro string.
232 * @param intro {@code non-null;} the introductory string for non-empty indices
235 String intro) {
252 out.annotate(0, intro);
  /external/proguard/docs/
index.html 76 <p class="intro">
main.html 26 <p class="intro">
63 <p class="intro">
  /frameworks/base/docs/html/guide/topics/graphics/
index.jd 3 page.landing.intro=Make your apps look and perform their best using Android's powerful graphics features such as OpenGL, hardware acceleration, and built-in UI animations.
  /frameworks/base/docs/html/guide/topics/manifest/
action-element.jd 3 parent.link=manifest-intro.html
category-element.jd 3 parent.link=manifest-intro.html
uses-permission-element.jd 3 parent.link=manifest-intro.html
51 <a href="{@docRoot}guide/topics/manifest/manifest-intro.html#perms">Permissions</a></code>
  /frameworks/base/docs/html/guide/topics/media/
index.jd 3 page.landing.intro=Add video, audio, and photo capabilities to your app with Android's robust APIs for playing and recording media.
  /frameworks/base/docs/html/guide/topics/text/
index.jd 3 page.landing.intro=Use text services to add conventient features such as copy/paste and spell checking to your app. You can also develop your own text services to offer custom IMEs, dictionaries, and spelling checkers that you can distribute to users as applications.
  /frameworks/base/docs/html-intl/intl/ja/guide/publishing/
versioning.jd 29 <li><a href="{@docRoot}guide/topics/manifest/manifest-intro.html">The AndroidManifest.xml File</a></li>
  /prebuilts/tools/common/proguard/proguard4.7/docs/
main.html 26 <p class="intro">
63 <p class="intro">
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_supervised_user_creation.css 113 #supervised-user-creation-intro-title {
118 #supervised-user-creation-intro-placeholder {
125 #supervised-user-creation-intro .below-marketing {
129 #supervised-user-creation-intro-alternate-text {
134 #supervised-user-creation-intro-text-3 {
  /external/clang/lib/Sema/
SemaLambda.cpp     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 670 LambdaIntroducer Intro;
671 Optional<unsigned> DiagID = ParseLambdaIntroducer(Intro);
680 return ParseLambdaExpressionAfterIntroducer(Intro);
718 LambdaIntroducer Intro;
719 if (TryParseLambdaIntroducer(Intro))
722 return ParseLambdaExpressionAfterIntroducer(Intro);
726 /// \param Intro A LambdaIntroducer filled in with information about the
731 /// populate \p Intro. This flag will be set to \c true if we do so.
734 Optional<unsigned> Parser::ParseLambdaIntroducer(LambdaIntroducer &Intro,
742 Intro.Range.setBegin(T.getOpenLocation())
    [all...]

Completed in 3348 milliseconds

1 2 3 4 5 6 7 8 91011>>