/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ticketpool/ |
FiniteTicketPool.java | 28 import java.util.concurrent.locks.Condition; 59 private final Condition mCondition; 61 private Waiter(int ticketsRequested, Condition condition) { 63 mCondition = condition; 66 public Condition getCondition() {
|
/prebuilts/go/darwin-x86/src/runtime/race/testdata/ |
sync_test.go | 15 condition := 0 21 condition = 1 26 for condition != 1 { 38 condition := 0 43 condition = 1 53 for condition != 1 {
|
/prebuilts/go/darwin-x86/src/sync/ |
cond.go | 12 // Cond implements a condition variable, a rendezvous point 17 // which must be held when changing the condition and 23 // L is held while observing or changing the condition 42 // typically cannot assume that the condition is true when 46 // for !condition() { 49 // ... make use of condition ...
|
/prebuilts/go/linux-x86/src/runtime/race/testdata/ |
sync_test.go | 15 condition := 0 21 condition = 1 26 for condition != 1 { 38 condition := 0 43 condition = 1 53 for condition != 1 {
|
/prebuilts/go/linux-x86/src/sync/ |
cond.go | 12 // Cond implements a condition variable, a rendezvous point 17 // which must be held when changing the condition and 23 // L is held while observing or changing the condition 42 // typically cannot assume that the condition is true when 46 // for !condition() { 49 // ... make use of condition ...
|
/art/test/021-string2/src/junit/framework/ |
Assert.java | 15 * Asserts that a condition is true. If it isn't it throws 18 static public void assertTrue(String message, boolean condition) { 19 if (!condition) 23 * Asserts that a condition is true. If it isn't it throws 26 static public void assertTrue(boolean condition) { 27 assertTrue(null, condition); 30 * Asserts that a condition is false. If it isn't it throws 33 static public void assertFalse(String message, boolean condition) { 34 assertTrue(message, !condition); 37 * Asserts that a condition is false. If it isn't it throw [all...] |
/art/test/082-inline-execute/src/junit/framework/ |
Assert.java | 15 * Asserts that a condition is true. If it isn't it throws 18 static public void assertTrue(String message, boolean condition) { 19 if (!condition) 23 * Asserts that a condition is true. If it isn't it throws 26 static public void assertTrue(boolean condition) { 27 assertTrue(null, condition); 30 * Asserts that a condition is false. If it isn't it throws 33 static public void assertFalse(String message, boolean condition) { 34 assertTrue(message, !condition); 37 * Asserts that a condition is false. If it isn't it throw [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
MsgMgr.java | 58 * the error condition is severe enough to halt processing. 85 * the error condition is severe enough to halt processing. 101 * the error condition is severe enough to halt processing. 119 * the error condition is severe enough to halt processing. 138 * the error condition is severe enough to halt processing. 162 * the error condition is severe enough to halt processing. 190 * the error condition is severe enough to halt processing. 207 * the error condition is severe enough to halt processing. 224 * the error condition is severe enough to halt processing. 242 * the error condition is severe enough to halt processing [all...] |
/external/curl/docs/libcurl/opts/ |
CURLOPT_TIMECONDITION.3 | 25 CURLOPT_TIMECONDITION \- select condition for a time request 36 this feature will have no effect even if the given time condition would not 39 a zero-byte successful "transfer" was due to this condition not matching.
|
/external/junit/src/junit/framework/ |
Assert.java | 15 * Asserts that a condition is true. If it isn't it throws 18 static public void assertTrue(String message, boolean condition) { 19 if (!condition) 23 * Asserts that a condition is true. If it isn't it throws 26 static public void assertTrue(boolean condition) { 27 assertTrue(null, condition); 30 * Asserts that a condition is false. If it isn't it throws 33 static public void assertFalse(String message, boolean condition) { 34 assertTrue(message, !condition); 37 * Asserts that a condition is false. If it isn't it throw [all...] |
/external/libavc/encoder/ |
ime_statistics.h | 74 #define DEBUG_HISTOGRAM_DUMP(condition) if(condition) debug_histogram_dump() 79 #define DEBUG_HISTOGRAM_DUMP(condition)
|
/external/llvm/test/Transforms/LoopUnswitch/ |
trivial-unswitch.ll | 3 ; This test contains two trivial unswitch condition in one loop. 33 br i1 %cond1, label %continue, label %loop_exit ; first trivial condition 37 br i1 %cond2, label %do_something, label %loop_exit ; second trivial condition
|
/external/skia/src/pdf/ |
SkPDFUtils.h | 28 #define NOT_IMPLEMENTED(condition, assert) \ 30 if ((bool)(condition)) { \ 31 PRINT_NOT_IMPL("NOT_IMPLEMENTED: " #condition "\n"); \
|
/frameworks/native/libs/gui/tests/ |
DisconnectWaiter.h | 22 #include <utils/Condition.h> 72 Condition mDisconnectCondition; 75 Condition mFrameCondition;
|
/frameworks/wilhelm/src/android/ |
MediaPlayer_to_android.h | 56 * pre-condition: mp != NULL 65 * pre-condition: gp != 0 72 * for all functions below: pre-condition: mp != NULL
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
sync.h | 44 class Condition 51 Condition() { 55 ~Condition() {
|
/system/connectivity/shill/net/ |
io_input_handler.cc | 56 std::string condition = base::StringPrintf( local 58 LOG(ERROR) << condition; 59 error_callback_.Run(condition);
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
Antlr3.Runtime.Tests (VS2005).csproj | 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
Antlr3.Runtime.Tests (VS2008).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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/ |
Antlr3.Utility (VS2005).csproj | 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
Antlr3.Utility (VS2008).csproj | 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/ |
website.py | 157 rule = RoutingRule(Condition(), Redirect()) 182 :ivar condition: Describes condition that must be met for the 190 def __init__(self, condition=None, redirect=None): 191 self.condition = condition 195 if name == 'Condition': 196 return self.condition 205 if self.condition: 206 parts.append(self.condition.to_xml() [all...] |
/external/clang/test/Analysis/ |
conditional-operator.cpp | 12 int w = x ?: y; // expected-note {{'?' condition is true}}
|
/external/clang/test/Preprocessor/ |
disabled-cond-diags2.c | 12 #X // shouldn't produce diagnostics (block #if condition not valid, so skipped)
|
/external/clang/test/SemaObjC/ |
self-assign.m | 9 if (self = [self :x :y]) {} // expected-warning{{using the result of an assignment as a condition without parentheses}} \
|