Searched defs:type (Results 1 - 10 of 10) sorted by relevance

/build/make/tools/droiddoc/templates-ndk/
H A Dmacros_override.cs11 @<?cs var:anno.type.label ?>
26 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:cl.type.since ?>" >
27 <td class="jd-linkcol"><?cs call:type_link(cl.type) ?></td>
/build/tools/droiddoc/templates-ndk/
H A Dmacros_override.cs11 @<?cs var:anno.type.label ?>
26 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:cl.type.since ?>" >
27 <td class="jd-linkcol"><?cs call:type_link(cl.type) ?></td>
/build/kati/
H A Dfind.h42 FindCommandType type; member in struct:FindCommand
H A Dfind.cc41 virtual bool IsTrue(const string& path, unsigned char type) const = 0;
75 virtual bool IsTrue(const string&, unsigned char type) const override {
76 return type == type_;
93 virtual bool IsTrue(const string& path, unsigned char type) const override {
94 return !c_->IsTrue(path, type);
111 virtual bool IsTrue(const string& path, unsigned char type) const override {
112 if (c1_->IsTrue(path, type))
113 return c2_->IsTrue(path, type);
131 virtual bool IsTrue(const string& path, unsigned char type) const override {
132 if (!c1_->IsTrue(path, type))
167 PrintIfNecessary(const FindCommand& fc, const string& path, unsigned char type, int d, vector<string>& out) const argument
184 DirentFileNode(const string& name, unsigned char type) argument
367 unsigned char type = DT_LNK; variable
506 char type; local
987 unsigned char type = DT_UNKNOWN; local
[all...]
/build/make/tools/
H A Dwarn.py106 type=int, variable
173 'patterns': [r".*: warning: comparison is always .+ due to limited range of data type",
208 'patterns': [r".*: warning: assignment from incompatible pointer type",
209 r".*: warning: return from incompatible pointer type",
210 r".*: warning: passing argument [0-9]+ of '.*' from incompatible pointer type",
211 r".*: warning: initialization from incompatible pointer type"]},
251 'patterns': [r".*: warning: format '.+' expects type '.+', but argument [0-9]+ has type '.+'",
255 r".*: warning: unknown conversion type .* in format",
258 r".*: warning: format specifies type
[all...]
/build/tools/
H A Dwarn.py106 type=int, variable
173 'patterns': [r".*: warning: comparison is always .+ due to limited range of data type",
208 'patterns': [r".*: warning: assignment from incompatible pointer type",
209 r".*: warning: return from incompatible pointer type",
210 r".*: warning: passing argument [0-9]+ of '.*' from incompatible pointer type",
211 r".*: warning: initialization from incompatible pointer type"]},
251 'patterns': [r".*: warning: format '.+' expects type '.+', but argument [0-9]+ has type '.+'",
255 r".*: warning: unknown conversion type .* in format",
258 r".*: warning: format specifies type
[all...]
/build/make/tools/signapk/src/com/android/signapk/
H A DSignApk.java643 private final ASN1ObjectIdentifier type; field in class:SignApk.CMSSigner
661 this.type = new ASN1ObjectIdentifier(CMSObjectIdentifiers.data.getId());
675 return type;
/build/tools/signapk/src/com/android/signapk/
H A DSignApk.java643 private final ASN1ObjectIdentifier type; field in class:SignApk.CMSSigner
661 this.type = new ASN1ObjectIdentifier(CMSObjectIdentifiers.data.getId());
675 return type;
/build/core/
H A Ddefinitions.mk202 $(call find-subdir-files,$(2) -type d -name "$(1)")
419 $(shell if [ -d $(1) ] ; then cd $(1) ; find -L ./ -not -name '.*' -and -type f ; fi)), \
481 find -L $(3) -type f -and -name $(2) -and -not -name ".*") \
2237 $(hide) find $(PRIVATE_CLASS_INTERMEDIATES_DIR) -mindepth 1 -type f \
2320 -D jack.import.type.policy=keep-first \
2367 -D jack.import.type.policy=keep-first \
2385 -D jack.import.type.policy=keep-first \
2500 -D jack.import.type.policy=keep-first \
2677 find $(PRIVATE_JACK_INTERMEDIATES_DIR) -type f | sort \
2728 ( cd $(dir $@)uncompressedlibs && find lib -type
[all...]
/build/make/core/
H A Ddefinitions.mk202 $(call find-subdir-files,$(2) -type d -name "$(1)")
419 $(shell if [ -d $(1) ] ; then cd $(1) ; find -L ./ -not -name '.*' -and -type f ; fi)), \
481 find -L $(3) -type f -and -name $(2) -and -not -name ".*") \
2237 $(hide) find $(PRIVATE_CLASS_INTERMEDIATES_DIR) -mindepth 1 -type f \
2320 -D jack.import.type.policy=keep-first \
2367 -D jack.import.type.policy=keep-first \
2385 -D jack.import.type.policy=keep-first \
2500 -D jack.import.type.policy=keep-first \
2677 find $(PRIVATE_JACK_INTERMEDIATES_DIR) -type f | sort \
2728 ( cd $(dir $@)uncompressedlibs && find lib -type
[all...]

Completed in 426 milliseconds