HomeSort by relevance Sort by last modified time
    Searched full:autolink (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/clang/test/Modules/Inputs/
autolink.h 1 extern int autolink;
autolink-sub3.pch 1 @import autolink.sub3;
module.map 172 module autolink {
173 header "autolink.h"
174 link "autolink"
177 header "autolink-sub.h"
182 header "autolink-sub2.h"
187 header "autolink-sub3.h"
  /external/clang/test/Modules/
autolink.m 2 // RUN: %clang_cc1 -emit-pch -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -o %t.pch -I %S/Inputs -x objective-c-header %S/Inputs/autolink-sub3.pch
4 // RUN: %clang_cc1 -emit-llvm -fno-autolink -o - -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/Inputs -I %S/Inputs -include-pch %t.pch %s | FileCheck --check-prefix=CHECK-AUTOLINK-DISABLED %s
6 @import autolink.sub2;
12 @import autolink;
15 return autolink;
41 // CHECK: ![[AUTOLINK_OPTIONS]] = !{![[AUTOLINK_PCH:[0-9]+]], ![[AUTOLINK_FRAMEWORK:[0-9]+]], ![[AUTOLINK:[0-9]+]], ![[DEPENDSONMODULE:[0-9]+]], ![[MODULE:[0-9]+]], ![[NOUMBRELLA:[0-9]+]]}
44 // CHECK: ![[AUTOLINK]] = !{!"{{(\\01|-l|/DEFAULTLIB:)}}autolink{{(\.lib)?}}"}
49 // CHECK-AUTOLINK-DISABLED: !llvm.module.flag
    [all...]
autolinkTBD.m 3 // RUN: %clang_cc1 -emit-llvm -fno-autolink -o - -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/Inputs %s | FileCheck --check-prefix=CHECK-AUTOLINK-DISABLED %s
16 // CHECK-AUTOLINK-DISABLED: !llvm.module.flags
17 // CHECK-AUTOLINK-DISABLED-NOT: "Linker Options"
  /cts/tests/tests/widget/res/layout/
textview_autolink.xml 28 android:autoLink="web"/>
33 android:autoLink="email"/>
38 android:autoLink="phone"/>
43 android:autoLink="all"/>
48 android:autoLink="web|email"/>
53 android:autoLink="web|phone"/>
58 android:autoLink="email|phone"/>
63 android:autoLink="phone|all"/>
  /development/samples/browseable/TextLinkify/
_index.jd 9 automatically by setting the "autoLink" property or explicitly.
  /external/clang/test/Driver/
autolink_integrated_as.c 6 // CHECK: -fno-autolink
  /external/jsoncpp/include/json/
json.h 9 #include "autolink.h"
autolink.h 22 #include "autolink.h"
  /developers/build/prebuilts/gradle/TextLinkify/Application/src/main/res/values/
base-strings.xml 25 automatically by setting the "autoLink" property or explicitly.
strings.xml 21 \nThis can be done either automatically by setting the <i>autoLink</i> property
  /development/samples/browseable/TextLinkify/res/values/
base-strings.xml 25 automatically by setting the "autoLink" property or explicitly.
  /external/clang/test/ARCMT/Inputs/
module.map 167 module autolink {
168 header "autolink.h"
169 link "autolink"
172 header "autolink-sub.h"
177 header "autolink-sub2.h"
182 header "autolink-sub3.h"
  /developers/samples/android/views/TextLinkify/
template-params.xml 30 automatically by setting the "autoLink" property or explicitly.
62 automatically by setting the "autoLink" property or explicitly.
73 autoLinking. In XML, use the `android:autoLink` property, programatically call
README.md 6 automatically by setting the "autoLink" property or explicitly.
16 autoLinking. In XML, use the `android:autoLink` property, programatically call
  /development/samples/Wiktionary/res/layout/
about.xml 37 android:autoLink="web"
  /external/opencv3/platforms/android/service/engine/res/layout/
main.xml 25 android:autoLink="web"
  /developers/build/prebuilts/gradle/TextLinkify/
README.md 6 automatically by setting the "autoLink" property or explicitly.
16 autoLinking. In XML, use the `android:autoLink` property, programatically call
  /cts/apps/CtsVerifier/res/layout/
set_support_message.xml 27 android:autoLink="phone|email"
  /packages/apps/Calendar/res/layout/
expandable_textview.xml 31 android:autoLink="all"
  /packages/apps/Settings/res/layout/
admin_support_details_content.xml 23 android:autoLink="email|phone|web"
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
navigation1-expected-complation76.txt 9 ?android:autoLink
  /developers/build/prebuilts/gradle/TextLinkify/Application/src/main/res/layout/
sample_main.xml 45 android:autoLink="all"
  /developers/samples/android/views/TextLinkify/Application/src/main/res/layout/
sample_main.xml 45 android:autoLink="all"

Completed in 2083 milliseconds

1 2 3 4 5