Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 25 of 39) sorted by relevance

12

/ndk/tests/device/test-gnustl-full/unit/
Dallocator_test.cpp91 pthread_cond_init(&condition, 0); in SharedDatas()
116 pthread_cond_wait(&condition, &mutex); in initThreadVector()
122 pthread_cond_signal(&condition); in initThreadVector()
137 pthread_cond_t condition; member in SharedDatas
/ndk/tests/device/test-stlport/unit/
Dallocator_test.cpp91 pthread_cond_init(&condition, 0); in SharedDatas()
116 pthread_cond_wait(&condition, &mutex); in initThreadVector()
122 pthread_cond_signal(&condition); in initThreadVector()
137 pthread_cond_t condition; member in SharedDatas
/ndk/sources/host-tools/make-3.81/
Dmakefile.com8 $! one macro intentionally causes an error condition)
Daclocal.m4102 ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
103 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
DChangeLog490 pattern rules out of the if (!two_colon) condition so it is
510 second time: we still want it to be in the error condition.
1465 handle the error condition correctly in all cases.
1527 condition, then don't expand it. Fixed bug # 5798.
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Duniq.good7 #define match_condassert 0x01 /* Called to check a condition assertion */
84 /* If checking an assertion for a condition, return TRUE. */
139 /* The condition is an assertion. Call match() to evaluate it - setting
543 implied in the second condition, because start_offset > 0. */
623 match_condassert - this is an assertion condition
809 supersede any condition above with which it is incompatible.
845 two branches. If the condition is false, skipping the first branch takes us
Duniq.inp335 #define match_condassert 0x01 /* Called to check a condition assertion */
472 /* If checking an assertion for a condition, return TRUE. */
529 /* The condition is an assertion. Call match() to evaluate it - setting
1270 implied in the second condition, because start_offset > 0. */
1358 match_condassert - this is an assertion condition
1701 supersede any condition above with which it is incompatible.
1742 two branches. If the condition is false, skipping the first branch takes us
DPCRE.tests41 # should also be given in the documentation. However, this condition is not
44 # A, the condition is not imposed on package B (unless it uses PCRE
52 # then the terms of that licence shall supersede any condition above with
/ndk/sources/host-tools/make-3.81/glob/
DChangeLog25 Use new automake condition USE_LOCAL_GLOB to decide whether or not
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed-in.texi430 to it: addresses are a kind of condition code, and a command is only
431 executed if the condition is verified before the command is to be
3006 Perl mode. An assertion specifies a condition that has to be met
3959 (?(@var{condition})@var{yes-pattern})
3960 (?(@var{condition})@var{yes-pattern}|@var{no-pattern})
3963 If the condition is satisfied, the yes-pattern is used; otherwise
3967 There are two kinds of condition. If the text between the
3968 parentheses consists of a sequence of digits, the condition
3985 with an opening parenthesis, the condition is true, and so
3993 If the condition is not a sequence of digits, it must be an
[all …]
Dsed.texi431 to it: addresses are a kind of condition code, and a command is only
432 executed if the condition is verified before the command is to be
3173 Perl mode. An assertion specifies a condition that has to be met
4126 (?(@var{condition})@var{yes-pattern})
4127 (?(@var{condition})@var{yes-pattern}|@var{no-pattern})
4130 If the condition is satisfied, the yes-pattern is used; otherwise
4134 There are two kinds of condition. If the text between the
4135 parentheses consists of a sequence of digits, the condition
4152 with an opening parenthesis, the condition is true, and so
4160 If the condition is not a sequence of digits, it must be an
[all …]
Dsed.info309 addresses are a kind of condition code, and a command is only executed
310 if the condition is verified before the command is to be executed.
/ndk/sources/host-tools/sed-4.2.1/po/
Del.po686 #~ msgid "bad condition (?(0)"
/ndk/sources/host-tools/sed-4.2.1/
Daclocal.m4127 ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
128 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
/ndk/sources/host-tools/make-3.81/po/
Dhe.po1732 msgid "Urgent I/O condition"
1733 msgstr "Urgent I/O condition"
Dmake.pot1664 msgid "Urgent I/O condition"
Dbe.po1683 msgid "Urgent I/O condition"
Dko.po1734 msgid "Urgent I/O condition"
Dzh_CN.po1696 msgid "Urgent I/O condition"
Dja.po1744 msgid "Urgent I/O condition"
Drw.po1809 msgid "Urgent I/O condition"
Dda.po1746 msgid "Urgent I/O condition"
Dnl.po1758 msgid "Urgent I/O condition"
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-14853 condition. It contains two arguments, separated by a comma and
4870 ignored, according to the condition. This is why the larger syntactic
4914 the makefile if the condition is true. If the condition is false, no
4936 necessary. Once a given condition is true, TEXT-IF-TRUE is used and no
4937 other clause is used; if no condition is true then TEXT-IF-FALSE is
5044 condition is true, `make' reads the lines of the TEXT-IF-TRUE as part
5045 of the makefile; if the condition is false, `make' ignores those lines
5554 any non-empty string, then the condition is considered to be true.
5555 If it expands to an empty string, the condition is considered to
5558 If the condition is true then the second argument, THEN-PART, is
[all …]
Dmake.texi5913 condition. It contains two arguments, separated by a comma and surrounded
5929 ignored, according to the condition. This is why the larger syntactic
5985 of the makefile if the condition is true. If the condition is false, no
6012 clauses as necessary. Once a given condition is true,
6014 condition is true then @var{text-if-false} is used. The
6135 the condition is true, @code{make} reads the lines of the
6136 @var{text-if-true} as part of the makefile; if the condition is false,
6806 @item $(if @var{condition},@var{then-part}[,@var{else-part}])
6813 The first argument, @var{condition}, first has all preceding and
6815 non-empty string, then the condition is considered to be true. If it
[all …]

12