HomeSort by relevance Sort by last modified time
    Searched full:condition (Results 626 - 650 of 7248) sorted by null

<<21222324252627282930>>

  /bootable/recovery/edify/
README 77 ifelse(condition(), "", abort()) # abort() only called if
78 # condition() is false
82 assert(condition())
106 ifelse(condition(),
  /device/google/contexthub/util/common/
ring.h 37 Condition mNotEmptyCondition;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Antlr3.Runtime.Debug.csproj 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
Antlr3.Runtime.JavaExtensions.csproj 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  /external/autotest/client/cros/video/
video_player.py 33 to check a condition and the next.
130 Helper method to wait for a desired condition.
133 desired condition is achieved.
135 condition is not achieved in allowed time.
  /external/autotest/client/deps/lansim/src/py/
simulator.py 326 def wait_for_condition(self, condition, timeout=None):
327 """Blocks until the condition is met or timeout is exceeded.
331 condition is met. The condition function is evaluated in a callback
335 @param condition: A function called on the simulator thread that returns
336 a value indicating if the condition is met.
338 @return: The value returned by condition the last time it was called.
340 value that evaluates to False since the condition wasn't met the last
343 # Lock and Condition used to wait until the passed condition is met
    [all...]
  /external/autotest/frontend/client/src/autotest/tko/
CompositeTestSet.java 19 // we assume the initial condition is the same for all tests
  /external/autotest/frontend/db/backends/afe/
compiler.py 14 join_dict['condition']))
  /external/autotest/frontend/db/backends/afe_sqlite/
compiler.py 14 join_dict['condition']))
  /external/chromium-trace/catapult/perf_insights/perf_insights/
map_traces.py 18 <query> := <condition> [AND <condition> ...] [ MAX_TRACE_HANDLES=<int>]
19 <condition> := <property> {< | <= | > | >= | = | != } <value>
20 <condition> := <property> IN <list>
  /external/clang/test/CodeGen/
branch-target-layout.c 9 // Note that the frontend inverts branches to simplify the condition, so the
  /external/clang/test/Modules/
diag-pragma.c 9 if (x = DIAG_PRAGMA_MACRO) // expected-warning {{using the result of an assignment as a condition without parentheses}} \
  /external/clang/test/SemaCXX/
condition.cpp 20 while (struct S {} *x=0) ; // expected-error {{'S' cannot be defined in a condition}}
21 while (struct {} *x=0) ; // expected-error-re {{'(anonymous struct at {{.*}})' cannot be defined in a condition}}
22 switch (enum {E} x=0) ; // expected-error-re {{'(anonymous enum at {{.*}})' cannot be defined in a condition}}
62 if (struct S {}* p = 0) // expected-error {{'S' cannot be defined in a condition}}
  /external/curl/tests/data/
test248 20 FTP upload time condition evaluates FALSE => upload anyway
test284 15 condition in the TFTP receive code.
  /external/icu/icu4c/source/test/intltest/
trnserr.h 29 * @summary Error condition tests of Transliterator
  /external/libbrillo/brillo/message_loops/
message_loop_utils.h 16 // Run the MessageLoop until the condition passed in |terminate| returns true
  /external/libcxx/src/
system_error.cpp 38 error_category::equivalent(int code, const error_condition& condition) const _NOEXCEPT
40 return default_error_condition(code) == condition;
44 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT
46 return *this == code.category() && code.value() == condition;
  /external/llvm/test/CodeGen/X86/
pr18014.ll 3 ; Ensure PSRAD is generated as the condition is consumed by both PADD and
  /external/llvm/test/MC/Disassembler/ARM/
invalid-IT-CC15.txt 10 # This is test is dealing with a undefined condition code value of 15 in the
  /external/llvm/test/Transforms/LoopUnswitch/
copy-metadata.ll 3 ; This test checks if unswitched condition preserve make.implicit metadata.
  /external/pcre/dist/
pcre_stringpiece_unittest.cc 15 // CHECK dies with a fatal error if condition is not true. It is *not*
19 #define CHECK(condition) do { \
20 if (!(condition)) { \
22 __FILE__, __LINE__, #condition); \
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_ArithIntDecoder.h 20 // Returns true on success, and false when an OOB condition occurs. Many
  /external/selinux/libsepol/include/sepol/
interfaces.h 37 * -1 to signal an error condition,
nodes.h 34 * -1 to signal an error condition,

Completed in 1086 milliseconds

<<21222324252627282930>>