HomeSort by relevance Sort by last modified time
    Searched full:condition (Results 376 - 400 of 11431) sorted by null

<<11121314151617181920>>

  /external/vixl/src/aarch32/
macro-assembler-aarch32.h 184 Condition* cond,
235 Condition cond_;
255 void HandleOutOfBoundsImmediate(Condition cond, Register tmp, uint32_t imm);
339 MemOperand MemOperandComputationHelper(Condition cond,
355 MemOperand MemOperandComputationHelper(Condition cond,
428 Condition* cond = NULL) {
552 void Adr(Condition cond, Register rd, RawLiteral* literal) {
575 void Ldr(Condition cond, Register rt, RawLiteral* literal) {
596 void Ldrb(Condition cond, Register rt, RawLiteral* literal) {
617 void Ldrd(Condition cond, Register rt, Register rt2, RawLiteral* literal)
    [all...]
  /external/annotation-tools/annotation-file-utilities/tests/converted/
InstanceOfMultiple.jaif 12 insert-annotation Method.body, Block.statement 0, If.thenStatement, Block.statement 0, If.thenStatement, Block.statement 0, If.condition, Parenthesized.expression, InstanceOf.type: @java.lang.UnderInitialization
13 insert-annotation Method.body, Block.statement 0, If.condition, Parenthesized.expression, InstanceOf.type: @java.lang.Tainted
14 insert-annotation Method.body, Block.statement 1, If.condition, Parenthesized.expression, InstanceOf.type: @java.lang.UnderInitialization
15 insert-annotation Method.body, Block.statement 1, If.condition, Parenthesized.expression, InstanceOf.type, ParameterizedType.typeArgument 0: @java.lang.Tainted
  /external/ant-glob/
README.txt 20 org.apache.tools.ant.taskdefs.condition.Condition,
21 org.apache.tools.ant.taskdefs.condition.OS,
25 brought Condition). In turn this brought in BuildException which was trimmed
  /external/boringssl/src/util/bot/
DEPS 26 'condition': 'checkout_android',
31 'condition': 'checkout_android',
39 'condition': 'checkout_fuzzer',
52 'condition': 'host_os == "linux"',
64 'condition': 'host_os == "linux"',
74 'condition': 'host_os == "mac"',
86 'condition': 'host_os == "mac"',
96 'condition': 'host_os == "win"',
108 'condition': 'host_os == "win"',
118 'condition': 'host_os == "win"'
    [all...]
  /external/iptables/include/linux/netfilter/
xt_iprange.h 9 IPRANGE_SRC_INV = 1 << 4, /* negate the condition */
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
NodeWithCondition.java 9 N setCondition(Expression condition);
  /external/jsoncpp/makefiles/msvc2010/
lib_json.vcxproj 37 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
53 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
62 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
69 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
assertions.xml 5 shall destroy the given condition variable specified by cond;
7 to set the object referenced by cond to an invalid value. A destroyed condition variable object can
13 It shall be safe to destroy an initialized condition variable upon which no threads are currently
14 blocked. Attempting to destroy a condition variable upon which other threads are currently
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_destroy/
1-1.c 9 * shall destroy a condition variable attributes object.
27 /* Initialize a condition variable attributes object */
30 "Cannot initialize condition variable attributes object\n");
34 /* Destroy the condition variable attributes object */
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_init/
coverage.txt 5 2 NO *Looking for a way to judge if initialized condition
  /external/python/cpython3/Tools/msi/doc/
doc.wixproj 15 <IncludeDocFile Condition="$(BuildForRelease) or Exists('$(PySourcePath)Doc\build\htmlhelp\$(DocFilename)')">true</IncludeDocFile>
17 <PropertyGroup Condition="$(IncludeDocFile)">
22 <Compile Include="doc_files.wxs" Condition="$(IncludeDocFile)" />
23 <Compile Include="doc_no_files.wxs" Condition="!$(IncludeDocFile)" />
  /external/python/cpython3/Tools/msi/launcher/
launcher.wixproj 22 <Target Name="_EnsurePyEx86" Condition="!Exists('$(BuildPath32)py.exe')" BeforeTargets="PrepareForBuild">
25 <Target Name="_EnsurePywEx86" Condition="!Exists('$(BuildPath32)pyw.exe')" BeforeTargets="PrepareForBuild">
28 <Target Name="_EnsurePyShellExt86" Condition="!Exists('$(BuildPath32)pyshellext.dll')" BeforeTargets="PrepareForBuild">
31 <Target Name="_EnsurePyShellExt64" Condition="!Exists('$(BuildPath64)pyshellext.dll')" BeforeTargets="PrepareForBuild">
  /external/scapy/scapy/layers/tls/
automaton_cli.py 169 @ATMT.condition(PREPARE_CLIENTFLIGHT1)
178 @ATMT.condition(ADDED_CLIENTHELLO)
196 @ATMT.condition(RECEIVED_SERVERFLIGHT1, prio=1)
209 @ATMT.condition(RECEIVED_SERVERFLIGHT1, prio=2)
218 @ATMT.condition(HANDLED_SERVERHELLO, prio=1)
229 @ATMT.condition(HANDLED_SERVERHELLO, prio=2)
245 @ATMT.condition(HANDLED_SERVERCERTIFICATE, prio=1)
258 @ATMT.condition(HANDLED_SERVERCERTIFICATE, prio=2)
275 @ATMT.condition(HANDLED_SERVERKEYEXCHANGE, prio=2)
279 @ATMT.condition(HANDLED_SERVERCERTIFICATE, prio=3
    [all...]
  /frameworks/base/libs/hwui/thread/
Signal.h 29 explicit Signal(Condition::WakeUpType type = Condition::WAKE_UP_ALL)
50 Condition::WakeUpType mType;
53 mutable Condition mCondition;
  /hardware/interfaces/biometrics/fingerprint/2.1/default/
android.hardware.biometrics.fingerprint@2.1-service.rc 2 # "class hal" causes a race condition on some devices due to files created
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_iprange.h 10 IPRANGE_SRC_INV = 1 << 4, /* negate the condition */
  /prebuilts/go/darwin-x86/test/syntax/
semi4.go 11 { // ERROR "unexpected {, expecting for loop condition"
  /prebuilts/go/linux-x86/test/syntax/
semi4.go 11 { // ERROR "unexpected {, expecting for loop condition"
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_mutex.h 161 * \name Condition variable functions
165 /* The SDL condition variable structure, defined in SDL_syscond.c */
170 * Create a condition variable.
172 * Typical use of condition variables:
176 * while ( ! condition ) {
184 * condition = true;
189 * There is some discussion whether to signal the condition variable
194 * In general it's safer to signal the condition variable while the
200 * Destroy a condition variable.
205 * Restart one of the threads that are waiting on the condition variable
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_mutex.h 161 * \name Condition variable functions
165 /* The SDL condition variable structure, defined in SDL_syscond.c */
170 * Create a condition variable.
172 * Typical use of condition variables:
176 * while ( ! condition ) {
184 * condition = true;
189 * There is some discussion whether to signal the condition variable
194 * In general it's safer to signal the condition variable while the
200 * Destroy a condition variable.
205 * Restart one of the threads that are waiting on the condition variable
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_mutex.h 161 * \name Condition variable functions
165 /* The SDL condition variable structure, defined in SDL_syscond.c */
170 * Create a condition variable.
172 * Typical use of condition variables:
176 * while ( ! condition ) {
184 * condition = true;
189 * There is some discussion whether to signal the condition variable
194 * In general it's safer to signal the condition variable while the
200 * Destroy a condition variable.
205 * Restart one of the threads that are waiting on the condition variable
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_mutex.h 161 * \name Condition variable functions
165 /* The SDL condition variable structure, defined in SDL_syscond.c */
170 * Create a condition variable.
172 * Typical use of condition variables:
176 * while ( ! condition ) {
184 * condition = true;
189 * There is some discussion whether to signal the condition variable
194 * In general it's safer to signal the condition variable while the
200 * Destroy a condition variable.
205 * Restart one of the threads that are waiting on the condition variable
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
scc.s 25 ; Add new condition names here, not above.
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
AsyncUtils.java 72 public static void waitOn(Object notifyLock, BooleanSupplier condition) {
73 waitOn(notifyLock, condition, DEFAULT_TIMEOUT_MS);
76 public static void waitOn(Object notifyLock, BooleanSupplier condition, long timeoutMs) {
77 if (condition.getAsBoolean()) return;
82 while (!condition.getAsBoolean() && timeSlept < timeoutMs) {
87 if (!condition.getAsBoolean()) {
89 + "ms waiting for condition");
  /external/curl/projects/Windows/VC10/src/
curl.vcxproj 234 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI|Win32'" Label="Configuration">
239 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI - DLL WinIDN|Win32'" Label="Configuration">
244 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI|Win32'" Label="Configuration">
249 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI - DLL WinIDN|Win32'" Label="Configuration">
254 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL - DLL LibSSH2|Win32'" Label="Configuration">
259 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL OpenSSL - DLL LibSSH2|Win32'" Label="Configuration">
264 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL|Win32'" Label="Configuration">
269 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL OpenSSL|Win32'" Label="Configuration">
274 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - LIB OpenSSL - LIB LibSSH2|Win32'" Label="Configuration">
279 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - LIB OpenSSL - LIB LibSSH2|Win32'" Label="Configurati (…)
    [all...]

Completed in 1049 milliseconds

<<11121314151617181920>>