OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:autolink
(Results
1 - 25
of
84
) sorted by null
1
2
3
4
/external/clang/test/Modules/Inputs/
autolink.h
1
extern int
autolink
;
module.map
156
module
autolink
{
157
header "
autolink
.h"
158
link "
autolink
"
161
header "
autolink
-sub.h"
166
header "
autolink
-sub2.h"
/external/clang/test/Modules/
autolink.m
3
// RUN: %clang_cc1 -emit-llvm -fno-
autolink
-o - -fmodules-cache-path=%t -fmodules -F %S/Inputs -I %S/Inputs %s | FileCheck --check-prefix=CHECK-
AUTOLINK
-DISABLED %s
5
@import
autolink
.sub2;
11
@import
autolink
;
14
return
autolink
;
36
// CHECK: ![[AUTOLINK_OPTIONS]] = metadata !{metadata ![[AUTOLINK_FRAMEWORK:[0-9]+]], metadata ![[
AUTOLINK
:[0-9]+]], metadata ![[DEPENDSONMODULE:[0-9]+]], metadata ![[MODULE:[0-9]+]], metadata ![[NOUMBRELLA:[0-9]+]]}
38
// CHECK: ![[
AUTOLINK
]] = metadata !{metadata !"{{(-l|/DEFAULTLIB:)}}
autolink
{{(\.lib)?}}"}
43
// CHECK-
AUTOLINK
-DISABLED: !llvm.module.flags
44
// CHECK-
AUTOLINK
-DISABLED-NOT: "Linker Options
[
all
...]
/cts/tests/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"/>
/external/clang/test/Driver/
autolink_integrated_as.c
6
// CHECK: -fno-
autolink
/external/chromium_org/build/linux/unbundle/
jsoncpp.gyp
14
'json/
autolink
.h',
/developers/build/prebuilts/gradle/TextLinkify/TextLinkifySample/src/main/res/values/
base-strings.xml
27
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
27
automatically by setting the "
autoLink
" property or explicitly.
strings.xml
21
\nThis can be done either automatically by setting the <i>
autoLink
</i> property
/external/chromium_org/third_party/jsoncpp/
jsoncpp.gypi
12
'source/include/json/
autolink
.h',
/developers/samples/android/views/TextLinkify/
template-params.xml
30
automatically by setting the "
autoLink
" property or explicitly.
/development/samples/Wiktionary/res/layout/
about.xml
37
android:
autoLink
="web"
/external/chromium_org/native_client_sdk/src/libraries/jsoncpp/
library.dsc
28
'
autolink
.h',
/packages/apps/Calendar/res/layout/
expandable_textview.xml
31
android:
autoLink
="all"
/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/TextLinkifySample/src/main/res/layout/
sample_main.xml
45
android:
autoLink
="all"
/developers/samples/android/views/TextLinkify/TextLinkifySample/src/main/res/layout/
sample_main.xml
45
android:
autoLink
="all"
/developers/samples/android/views/TextLinkify/TextLinkifySample/src/main/res/values/
strings.xml
21
\nThis can be done either automatically by setting the <i>
autoLink
</i> property
/development/samples/ApiDemos/res/layout/
link.xml
34
android:
autoLink
="all"
/development/samples/browseable/TextLinkify/res/layout/
sample_main.xml
45
android:
autoLink
="all"
/external/chromium_org/third_party/skia/gyp/
jsoncpp.gyp
27
'../third_party/externals/jsoncpp/include/json/
autolink
.h',
/external/skia/gyp/
jsoncpp.gyp
27
'../third_party/externals/jsoncpp/include/json/
autolink
.h',
/developers/build/prebuilts/gradle/TextLinkify/TextLinkifySample/src/main/java/com/example/android/textlinkify/
MainActivity.java
37
* autoLinking. In XML, use the android:
autoLink
property, programatically call
59
* text_auto_linkify shows the android:
autoLink
property, which
/developers/samples/android/views/TextLinkify/TextLinkifySample/src/main/java/com/example/android/textlinkify/
MainActivity.java
37
* autoLinking. In XML, use the android:
autoLink
property, programatically call
59
* text_auto_linkify shows the android:
autoLink
property, which
Completed in 5083 milliseconds
1
2
3
4