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
100
) sorted by null
1
2
3
4
/external/clang/test/Modules/Inputs/
autolink.h
1
extern int
autolink
;
autolink-sub3.pch
1
@import
autolink
.sub3;
module.map
168
module
autolink
{
169
header "
autolink
.h"
170
link "
autolink
"
173
header "
autolink
-sub.h"
178
header "
autolink
-sub2.h"
183
header "
autolink
-sub3.h"
/external/clang/test/Modules/
autolink.m
2
// RUN: %clang_cc1 -emit-pch -fmodules-cache-path=%t -fmodules -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 -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]] = metadata !{metadata ![[AUTOLINK_PCH:[0-9]+]], metadata ![[AUTOLINK_FRAMEWORK:[0-9]+]], metadata ![[
AUTOLINK
:[0-9]+]], metadata ![[DEPENDSONMODULE:[0-9]+]], metadata ![[MODULE:[0-9]+]], metadata ![[NOUMBRELLA:[0-9]+]]}
44
// CHECK: ![[
AUTOLINK
]] = metadata !{metadata !"{{(-l|/DEFAULTLIB:)}}
autolink
{{(\.lib)?}}"}
49
// CHECK-
AUTOLINK
-DISABLED: !llvm.module.flag
[
all
...]
/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"/>
/external/clang/test/Driver/
autolink_integrated_as.c
6
// CHECK: -fno-
autolink
/external/jsoncpp/include/json/
json.h
9
# include "
autolink
.h"
autolink.h
21
# include "
autolink
.h"
/external/chromium_org/build/linux/unbundle/
jsoncpp.gyp
14
'json/
autolink
.h',
/developers/build/prebuilts/gradle/TextLinkify/Application/src/main/res/values/
base-strings.xml
24
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.
/external/chromium_org/third_party/jsoncpp/
BUILD.gn
18
"source/include/json/
autolink
.h",
jsoncpp.gypi
12
'source/include/json/
autolink
.h',
/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.
README.md
5
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/Application/src/main/res/layout/
sample_main.xml
45
android:
autoLink
="all"
/developers/build/prebuilts/gradle/TextLinkify/
README.md
5
automatically by setting the "
autoLink
" property or explicitly.
/developers/samples/android/views/TextLinkify/Application/src/main/res/layout/
sample_main.xml
45
android:
autoLink
="all"
/developers/samples/android/views/TextLinkify/Application/src/main/res/values/
strings.xml
21
\nThis can be done either automatically by setting the <i>
autoLink
</i> property
Completed in 585 milliseconds
1
2
3
4