/external/selinux/libsepol/include/sepol/ |
ports.h | 34 * -1 to signal an error condition,
|
/external/v8/src/compiler/ |
instruction-codes.h | 116 // The condition of flags continuation (see below). 142 inline FlagsCondition NegateFlagsCondition(FlagsCondition condition) { 143 return static_cast<FlagsCondition>(condition ^ 1); 146 FlagsCondition CommuteFlagsCondition(FlagsCondition condition);
|
/external/v8/src/ppc/ |
constants-ppc.h | 49 enum Condition { 65 inline Condition NegateCondition(Condition cond) { 67 return static_cast<Condition>(cond ^ ne); 71 // Commute a condition such that {a cond b == b cond' a}. 72 inline Condition CommuteCondition(Condition cond) { 154 MCRF = 0 << 1, // Move Condition Register Field 156 CRNOR = 33 << 1, // Condition Register NOR) 158 CRANDC = 129 << 1, // Condition Register AND with Complemen [all...] |
/external/valgrind/drd/tests/ |
pth_cond_destroy_busy.stderr.exp | 2 destruction of condition variable being waited upon: cond 0x........
|
/external/vixl/examples/ |
check-bounds.cc | 40 // be cleared. This configuration can be checked with the 'pl' condition. 44 // condition is verified. If the condition is not verified, we will clear 48 // We set x0 to 1 only if the 'ls' condition is satisfied.
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
RepeaterSource.h | 43 Condition mCondition;
|
/frameworks/base/core/java/android/service/notification/ |
IConditionProvider.aidl | 20 import android.service.notification.Condition;
|
/frameworks/base/libs/hwui/renderthread/ |
RenderTask.cpp | 19 #include <utils/Condition.h>
|
/frameworks/native/services/surfaceflinger/ |
EventControlThread.h | 43 Condition mCond;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
system_error.cpp | 34 error_category::equivalent(int code, const error_condition& condition) const _NOEXCEPT 36 return default_error_condition(code) == condition; 40 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT 42 return *this == code.category() && code.value() == condition;
|
/ndk/tests/device/test-gnustl-full/unit/ |
allocator_test.cpp | 91 pthread_cond_init(&condition, 0); 116 pthread_cond_wait(&condition, &mutex); 122 pthread_cond_signal(&condition); 137 pthread_cond_t condition; member in class:SharedDatas
|
/ndk/tests/device/test-stlport/unit/ |
allocator_test.cpp | 91 pthread_cond_init(&condition, 0); 116 pthread_cond_wait(&condition, &mutex); 122 pthread_cond_signal(&condition); 137 pthread_cond_t condition; member in class:SharedDatas
|
/packages/apps/Camera2/src/com/android/camera/ |
CameraDisabledException.java | 20 * This class represents the condition that device policy manager has disabled
|
CameraHardwareException.java | 20 * This class represents the condition that we cannot open the camera hardware
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
CameraDisabledException.java | 20 * This class represents the condition that device policy manager has disabled
|
CameraHardwareException.java | 20 * This class represents the condition that we cannot open the camera hardware
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
JJTAddressListParserState.java | 101 /* A conditional node is constructed if its condition is true. All 104 on to the stack. If the condition is false the node is not 106 void closeNodeScope(Node n, boolean condition) { 107 if (condition) {
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/ |
JJTAddressListParserState.java | 101 /* A conditional node is constructed if its condition is true. All 104 on to the stack. If the condition is false the node is not 106 void closeNodeScope(Node n, boolean condition) { 107 if (condition) {
|
/system/connectivity/shill/ |
logging.h | 66 #define SLOG_IF(scope, verbose_level, condition) \ 68 SLOG_IS_ON(scope, verbose_level) && (condition)) 77 #define SPLOG_IF(scope, verbose_level, condition) \ 79 SLOG_IS_ON(scope, verbose_level) && (condition))
|
/system/core/include/utils/ |
threads.h | 31 #include <utils/Condition.h>
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
fpa-mem.s | 29 # condition codes
|
/external/mesa3d/src/mesa/program/ |
prog_instruction.h | 93 * Condition codes 312 * Takes one of the 9 possible condition values (EQ, FL, GT, GE, LE, LT, 314 * (swizzled) condition code value passes. When a conditional update mask 320 * Condition code swizzle value. 325 * Selects the condition code register to use for conditional destination 327 * condition code register 0 is available. In NV_vertex_program3 mode, 328 * condition code registers 0 and 1 are available. 345 * Indicates that the instruction should update the condition code 356 * condition code register that is to be updated. 358 * In GL_NV_fragment_program or GL_NV_vertex_program2 mode, only condition [all...] |
/art/compiler/optimizing/ |
prepare_for_register_allocation.cc | 148 bool PrepareForRegisterAllocation::CanEmitConditionAt(HCondition* condition, 150 if (condition->GetNext() != user) { 158 if (user->IsSelect() && user->AsSelect()->GetCondition() == condition) { 165 void PrepareForRegisterAllocation::VisitCondition(HCondition* condition) { 166 if (condition->HasOnlyOneNonEnvironmentUse()) { 167 HInstruction* user = condition->GetUses().front().GetUser(); 168 if (CanEmitConditionAt(condition, user)) { 169 condition->MarkEmittedAtUseSite();
|
/art/test/003-omnibus-opcodes/src/ |
Main.java | 76 public static void assertTrue(boolean condition) { 77 if (!condition) {
|
/external/autotest/tko/ |
query_history.cgi | 13 condition = "uid='%s'" % uid 14 where = (condition,[])
|