Searched defs:target (Results 1 - 11 of 11) sorted by relevance

/ndk/sources/host-tools/make-3.81/
H A Drule.h25 unsigned int *lens; /* Lengths of each target. */
26 char **suffixes; /* Suffixes (after `%') of each target. */
36 char *target, *dep, *commands; member in struct:pspec
H A Dimplicit.c45 that since the non-archive search uses more information in the target
196 is set up as a target by the recursive call and is also made a dependency
244 in TRYRULES that matched the target file. */
259 /* Nonzero if we have matched a pattern-rule target
306 /* First see which pattern rules match this target
327 char *target = rule->targets[i];
334 if (recursions > 0 && target[1] == '\0' && !rule->terminal)
343 stem = filename + (suffix - target - 1);
347 prefix and the target pattern does not contain a slash. */
353 check_lastslash = (strchr (target, ']')
325 char *target = rule->targets[i]; local
[all...]
H A Drule.c42 /* Maximum number of target patterns of any pattern rule. */
158 TARGET is the target suffix; SOURCE is the source suffix.
160 If TARGET is nil, it means the target pattern should be `(%.o)'.
164 convert_suffix_rule (char *target, char *source, struct commands *cmds)
171 if (target == 0)
173 `.X.a' suffix rule; the target pattern is always `(%.o)'. */
184 /* Construct the target name. */
185 len = strlen (target);
188 bcopy (target, targname + 1, len + 1);
282 (identical target an
161 convert_suffix_rule(char *target, char *source, struct commands *cmds) argument
[all...]
H A Dvariable.h58 unsigned int append:1; /* Nonzero if an appending target-specific
61 unsigned int per_target:1; /* Nonzero if a target-specific variable. */
102 char *target; member in struct:pattern_var
195 extern struct pattern_var *create_pattern_var PARAMS ((char *target, char *suffix));
H A Dvariable.c45 create_pattern_var (char *target, char *suffix) argument
57 p->target = target;
58 p->len = strlen (target);
64 /* Look up a target in the pattern-specific variable list. */
67 lookup_pattern_var (struct pattern_var *start, char *target) argument
70 unsigned int targlen = strlen(target);
83 stem = target + (p->suffix - p->target - 1);
87 if (stem > target
[all...]
H A Dread.c499 The strategy is to accumulate target names in FILENAMES, dependencies
602 /* Find the start of the second token. If it looks like a target or
855 was no preceding target, and the line might have been usable as a
858 fatal(fstart, _("commands commence before first target"));
860 /* This line describes some target files. This is complicated by
861 the existence of target-specific variables, because we can't
864 then check to see if it's a target-specific variable.
900 /* We can't expand the entire line, since if it's a per-target
952 target-specific variable. */
1027 /* Test to see if it's a target
1148 struct nameseq *target; local
[all...]
/ndk/sources/host-tools/ndk-stack/regex/
H A Dregerror.c83 int target = errcode &~ REG_ITOA; local
91 if (r->code == target)
100 "REG_0x%x", target);
/ndk/tests/device/test-gnustl-full/unit/
H A Dunordered_test.cpp481 const size_t target = 500000; local
485 for (i = 0; i < target; ++i) {
489 for (i = 0; i < target; ++i) {
500 const size_t target = 500000; local
504 for (i = 0; i < target; ++i) {
505 iumset.insert(target - i);
508 for (i = 0; i < target; ++i) {
509 iumset.erase(target - i);
/ndk/tests/device/test-stlport/unit/
H A Dunordered_test.cpp481 const size_t target = 500000; local
485 for (i = 0; i < target; ++i) {
489 for (i = 0; i < target; ++i) {
500 const size_t target = 500000; local
504 for (i = 0; i < target; ++i) {
505 iumset.insert(target - i);
508 for (i = 0; i < target; ++i) {
509 iumset.erase(target - i);
/ndk/build/core/
H A Ddefinitions.mk200 # 2: target file
214 # 2: target file
1155 # target-specific C compiler flags used to compile a given
1212 # Macro : set-src-files-target-cflags
1215 # Usage : $(call set-src-files-target-cflags,<sources>,<flags>)
1221 set-src-files-target-cflags = $(foreach __src,$1,$(eval LOCAL_SRC_FILES_TARGET_CFLAGS.$(__src) := $2))
1224 # Macro : add-src-files-target-cflags
1227 # Usage : $(call add-src-files-target-cflags,<sources>,<flags>)
1228 # Rationale: A variant of set-src-files-target-cflags that can be used
1232 add-src-files-target
[all...]
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dregexec.c181 Idx target, Idx ex_subexp,
3222 Idx target, Idx ex_subexp, int type)
3225 for (cur_node = target; !re_node_set_contains (dst_nodes, cur_node);)
3217 check_arrival_expand_ecl_sub(const re_dfa_t *dfa, re_node_set *dst_nodes, Idx target, Idx ex_subexp, int type) argument

Completed in 4174 milliseconds