OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wildcard
(Results
176 - 200
of
1547
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
Makefile
16
HSRC=$(
wildcard
../inc/*)
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
Makefile
15
HSRC=$(
wildcard
../inc/*)
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
Makefile
20
HSRC=$(
wildcard
../inc/*)
/libcore/luni/src/test/java/libcore/javax/security/auth/x500/
GeneralNameTest.java
25
// examples of potential DNS
wildcard
locations from RFC 6125 section 7.2
/ndk/build/core/
build-local.mk
89
$(eval __find_project_manifest := $(strip $(
wildcard
$(__find_project_path)/$(__find_project_file))))\
113
ifneq (,$(strip $(
wildcard
AndroidManifest.xml)))
116
ifneq (,$(strip $(
wildcard
jni/Android.mk)))
140
NDK_APPLICATION_MK := $(strip $(
wildcard
$(NDK_PROJECT_PATH)/jni/Application.mk))
check-cygwin-make.mk
38
SELF_MAKE := $(strip $(
wildcard
$(CYGWIN_MAKE).exe))
init.mk
123
$(if $(strip $(
wildcard
$1/prebuilt/$(HOST_TAG64))),$1/prebuilt/$(HOST_TAG64),$1/prebuilt/$(HOST_TAG))
186
ifneq (,$(strip $(
wildcard
/bin/uname.exe)))
297
HOST_PREBUILT := $(strip $(
wildcard
$(HOST_PREBUILT_ROOT)/bin))
308
HOST_AWK := $(
wildcard
$(HOST_PREBUILT)/awk$(HOST_EXEEXT))
311
HOST_SED := $(
wildcard
$(HOST_PREBUILT)/sed$(HOST_EXEEXT))
314
HOST_MAKE := $(
wildcard
$(HOST_PREBUILT)/make$(HOST_EXEEXT))
317
HOST_PYTHON := $(
wildcard
$(HOST_PREBUILT)/python$(HOST_EXEEXT))
330
HOST_ECHO := $(strip $(
wildcard
$(HOST_PREBUILT)/echo$(HOST_EXEEXT)))
352
HOST_CMP := $(strip $(
wildcard
$(HOST_PREBUILT)/cmp$(HOST_EXEEXT)))
459
NDK_PLATFORMS_ROOT := $(strip $(
wildcard
$(NDK_ROOT)/platforms)
[
all
...]
add-application.mk
69
_local_props := $(strip $(
wildcard
$(APP_PROJECT_PATH)/project.properties))
72
_local_props := $(strip $(
wildcard
$(APP_PROJECT_PATH)/default.properties))
132
APP_MANIFEST := $(strip $(
wildcard
$(APP_PROJECT_PATH)/AndroidManifest.xml))
173
_build_script := $(strip $(
wildcard
$(APP_BUILD_SCRIPT)))
181
_build_script := $(strip $(
wildcard
$(APP_PROJECT_PATH)/jni/Android.mk))
/art/build/
Android.common.mk
51
ifneq ($(
wildcard
art/SMALL_ART),)
63
ifneq ($(
wildcard
art/SEA_IR_ART),)
75
ifneq ($(
wildcard
art/USE_PORTABLE_COMPILER),)
/build/core/combo/
HOST_darwin-x86.mk
60
ifeq ($(
wildcard
$(mac_sdk_root)),)
64
ifeq ($(
wildcard
$(mac_sdk_root)),)
80
ifneq (,$(strip $(
wildcard
$(HOST_TOOLCHAIN_PREFIX)-gcc)))
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
serialize.g
231
|
WILDCARD
{out.
wildcard
(#
WILDCARD
);}
/external/chromium_org/chrome/common/extensions/manifest_handlers/
externally_connectable.cc
32
"\"*\" is an effective top level domain for which
wildcard
subdomains such "
35
"
Wildcard
domain patterns such as \"*\" are not allowed";
118
//
Wildcard
hosts are not allowed.
/external/chromium_org/third_party/lcov/
Makefile
21
FILES := $(
wildcard
bin/*) $(
wildcard
man/*) README CHANGES Makefile \
22
$(
wildcard
rpm/*) lcovrc
/external/chromium_org/third_party/lcov-1.9/
Makefile
21
FILES := $(
wildcard
bin/*) $(
wildcard
man/*) README CHANGES Makefile \
22
$(
wildcard
rpm/*) lcovrc
/external/clang/docs/
Makefile
27
HTML := $(
wildcard
$(PROJ_SRC_DIR)/*.html) \
28
$(
wildcard
$(PROJ_SRC_DIR)/*.css)
29
#IMAGES := $(
wildcard
$(PROJ_SRC_DIR)/img/*.*)
/external/elfutils/src/
elf32-i386.script
114
first. Because this is a
wildcard
, it
118
wildcard
. The
wildcard
also means that it
/ndk/sources/host-tools/make-3.81/
README.Amiga
32
- Amiga specific wildcards can be used in $(
wildcard
...)
39
tries to make dummy.h from "src/*.c" (ie. no
wildcard
-expansion takes
40
place). You have to use "$(
wildcard
src/*.c)" instead.
/ndk/sources/host-tools/make-3.81/doc/
make.info
71
Node:
Wildcard
Examples77362
72
Node:
Wildcard
Pitfall78618
73
Node:
Wildcard
Function80407
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ASTTreeParser.stg
35
* token, set, rule,
wildcard
209
/** Match .
wildcard
and auto dup the node/subtree */
210
wildcard
(token,label,elementIndex,terminalOptions) ::= <<
211
/* ASTTreeParser
wildcard
*/
213
<super.
wildcard
(...)>
/external/chromium_org/chrome/common/
content_settings_pattern.cc
37
// The empty string serves as
wildcard
. Each domain is a subdomain of the
38
//
wildcard
.
244
// Test if the scheme is supported or a
wildcard
.
279
// Test if the scheme is supported or a
wildcard
.
405
ContentSettingsPattern ContentSettingsPattern::
Wildcard
() {
453
// File URLs have no host. Matches if the pattern has the path
wildcard
set,
577
// Case 2: |host| starts with a domain
wildcard
and |other_host| does not
578
// start with a domain
wildcard
.
605
// Case 3: |host| starts NOT with a domain
wildcard
and |other_host| starts
606
// with a domain
wildcard
[
all
...]
/external/chromium_org/chrome/browser/content_settings/
content_settings_policy_provider.cc
284
!pattern_pair.second.IsValid() ? ContentSettingsPattern::
Wildcard
()
371
ContentSettingsPattern::
Wildcard
(),
402
ContentSettingsPattern::
Wildcard
(),
403
ContentSettingsPattern::
Wildcard
(),
408
ContentSettingsPattern::
Wildcard
(),
409
ContentSettingsPattern::
Wildcard
(),
/external/chromium_org/third_party/libxml/src/include/libxml/
schemasInternals.h
286
* If the
wildcard
is complete.
303
* A
wildcard
.
324
* The attribute
wildcard
has been already builded.
330
* The attribute
wildcard
has been already builded.
430
* the complexType owns an attribute
wildcard
, i.e.
951
XMLPUBFUN void XMLCALL xmlSchemaFreeWildcard(xmlSchemaWildcardPtr
wildcard
);
/external/libxml2/include/libxml/
schemasInternals.h
286
* If the
wildcard
is complete.
303
* A
wildcard
.
324
* The attribute
wildcard
has been already builded.
330
* The attribute
wildcard
has been already builded.
430
* the complexType owns an attribute
wildcard
, i.e.
951
XMLPUBFUN void XMLCALL xmlSchemaFreeWildcard(xmlSchemaWildcardPtr
wildcard
);
/external/linux-tools-perf/Documentation/
Makefile
3
$(
wildcard
perf-*.txt)) \
17
API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technical/api-index.txt, $(
wildcard
technical/api-*.txt)))
192
doc.dep : $(
wildcard
*.txt) build-docdep.perl
276
howto-index.txt: howto-index.sh $(
wildcard
howto/*.txt)
278
'$(SHELL_PATH_SQ)' ./howto-index.sh $(
wildcard
howto/*.txt) >$@+ && \
286
$(patsubst %.txt,%.html,$(
wildcard
howto/*.txt)): %.html : %.txt
/build/core/
pdk_config.mk
21
_pdk_fusion_default_platform_zip = $(
wildcard
\
66
ifneq ($(
wildcard
external/proguard),)
76
ifeq (,$(
wildcard
$(PDK_FUSION_PLATFORM_ZIP)))
Completed in 1925 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>