Searched
full:condition (Results
876 -
900 of
7248) sorted by null
<<31323334353637383940>>
/art/runtime/interpreter/mterp/arm64/ |
binopLit8.S | 25 $preinstr // optional op; may set condition codes
|
/art/test/592-checker-regression-bool-input/smali/ |
TestCase.smali | 34 # ... and generate an If with a byte-typed condition.
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
VideoCallTest.java | 603 new Condition() { 630 new Condition() { 656 new Condition() { 683 new Condition() { 710 new Condition() { 737 new Condition() { 764 new Condition() { 789 new Condition() { 815 new Condition() { [all...] |
/device/google/dragon/power/ |
timed_qos_manager.h | 60 Condition mCondition;
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ |
Series.java | 32 // used primarily for synchronization. can also be used to hang a condition on updates.
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
Antlr3.Runtime.csproj | 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
/external/apache-http/src/org/apache/commons/codec/ |
BinaryDecoder.java | 41 * if a Decoder encounters a failure condition during
|
BinaryEncoder.java | 41 * encounters a failure condition during the
|
DecoderException.java | 20 * Thrown when a Decoder has encountered a failure condition during a decode.
|
EncoderException.java | 20 * Thrown when there is a failure condition during the encoding process. This
|
/external/autotest/client/site_tests/power_VideoSuspend/ |
power_VideoSuspend.py | 39 condition=lambda: get_current_time() > old_time,
|
/external/autotest/frontend/client/src/autotest/tko/ |
TestLabelManager.java | 214 public void handleInvalidate(JSONObject condition) { 215 currentTestCondition = condition; 219 public void handleRevalidate(JSONObject condition) { 220 currentTestCondition = condition;
|
/external/bison/lib/ |
dirname.c | 29 "memory exhausted" condition and exit. */
|
/external/chromium-trace/catapult/devil/devil/android/ |
device_signal.py | 33 SIGURG = 23 # Urgent I/O condition
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/ |
smooth_gesture_util.py | 16 on Windows. This problem is probably caused by a race condition between
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/ |
ObjectGraph.py | 30 def flatten(self, condition=None, start=None): 32 Iterate over the subgraph that is entirely reachable by condition 38 return self.graph.iterdata(start=start, condition=condition)
|
/external/clang/test/Analysis/ |
malloc.m | 10 // test condition. Not really a malloc() issue, but this also exercises
|
/external/clang/test/SemaObjC/ |
idiomatic-parentheses.m | 30 if (self.uid = 100) { // expected-warning {{using the result of an assignment as a condition without parentheses}} \
|
/external/clang/test/SemaTemplate/ |
instantiate-scope.cpp | 27 // condition, so we don't select X<void>::f(...).
|
/external/compiler-rt/test/msan/ |
select_origin.cc | 5 // Test condition origin propagation through "select" IR instruction.
|
/external/compiler-rt/test/tsan/ |
cond_destruction.cc | 8 // POSIX states that it is safe to destroy a condition variable upon which no
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_TIMEVALUE.3 | 32 since 1 Jan 1970, and the time will be used in a condition as specified with
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/ |
test.xml | 66 <condition property="loginClient" value="rsh"> 68 </condition> 75 <condition property="copyClient" value="rcp"> 77 </condition>
|
/external/fio/examples/ |
enospc-pressure.fio | 2 # Test for race-condition DIO-write vs punch_hole
|
/external/google-breakpad/src/processor/ |
logging.h | 149 #define BPLOG_LAZY_STREAM(stream, condition) \ 150 !(condition) ? (void) 0 : \ 183 #define BPLOG_IF(severity, condition) \ 184 BPLOG_LAZY_STREAM(severity, ((condition) && BPLOG_LOG_IS_ON(severity)))
|
Completed in 2071 milliseconds
<<31323334353637383940>>