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

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/asm-generic/
bug.h 22 #define BUG_ON(condition) do { if (condition) ; } while(0)
26 #define WARN_ON(condition) do { if (condition) ; } while(0)
29 #define WARN_ON_ONCE(condition) ({ static int __warn_once = 1; int __ret = 0; if (unlikely((condition) && __warn_once)) { __warn_once = 0; WARN_ON(1); __ret = 1; } __ret; })
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/asm-generic/
bug.h 22 #define BUG_ON(condition) do { if (condition) ; } while(0)
26 #define WARN_ON(condition) do { if (condition) ; } while(0)
29 #define WARN_ON_ONCE(condition) ({ static int __warn_once = 1; int __ret = 0; if (unlikely((condition) && __warn_once)) { __warn_once = 0; WARN_ON(1); __ret = 1; } __ret; })
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm-generic/
bug.h 22 #define BUG_ON(condition) do { if (condition) ; } while(0)
26 #define WARN_ON(condition) do { if (condition) ; } while(0)
29 #define WARN_ON_ONCE(condition) ({ static int __warn_once = 1; int __ret = 0; if (unlikely((condition) && __warn_once)) { __warn_once = 0; WARN_ON(1); __ret = 1; } __ret; })
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm-generic/
bug.h 22 #define BUG_ON(condition) do { if (condition) ; } while(0)
26 #define WARN_ON(condition) do { if (condition) ; } while(0)
29 #define WARN_ON_ONCE(condition) ({ static int __warn_once = 1; int __ret = 0; if (unlikely((condition) && __warn_once)) { __warn_once = 0; WARN_ON(1); __ret = 1; } __ret; })
  /external/valgrind/drd/tests/
pth_uninitialized_cond.c 2 * condition variables for dynamically allocated memory.
16 fprintf(stderr, "Statically initialized condition variable.\n");
20 fprintf(stderr, "Uninitialized condition variable.\n");
pth_uninitialized_cond.stderr.exp 2 Statically initialized condition variable.
3 Uninitialized condition variable.
4 condition variable has not been initialized: cond 0x........
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
sync.h 29 class Condition
36 Condition() {
40 ~Condition() {
  /external/llvm/test/MC/ARM/
thumb-invalid-crypto.txt 5 @ CHECK: error: instruction 'aesd' is not predicable, but condition code specified
7 @ CHECK: error: instruction 'aesimc' is not predicable, but condition code specified
9 @ CHECK: error: instruction 'aesmc' is not predicable, but condition code specified
11 @ CHECK: error: instruction 'aese' is not predicable, but condition code specified
15 @ CHECK: error: instruction 'sha1h' is not predicable, but condition code specified
17 @ CHECK: error: instruction 'sha1su1' is not predicable, but condition code specified
19 @ CHECK: error: instruction 'sha256su0' is not predicable, but condition code specified
23 @ CHECK: error: instruction 'sha1c' is not predicable, but condition code specified
25 @ CHECK: error: instruction 'sha1m' is not predicable, but condition code specified
27 @ CHECK: error: instruction 'sha1p' is not predicable, but condition code specifie
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/opencl/
ocl_defs.hpp 14 #define CV_OCL_RUN_(condition, func, ...) \
16 if (cv::ocl::useOpenCL() && (condition) && func) \
30 #define CV_OCL_RUN_(condition, func, ...) \
32 if (cv::ocl::useOpenCL() && (condition)) \
46 #define CV_OCL_RUN_(condition, func, ...) \
47 if (cv::ocl::useOpenCL() && (condition) && func) \
55 #define CV_OCL_RUN_(condition, func, ...)
58 #define CV_OCL_RUN(condition, func) CV_OCL_RUN_(condition, func)
  /external/zlib/src/contrib/vstudio/vc10/
minizip.vcxproj 34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration">
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration">
50 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
54 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
61 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
65 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    [all...]
zlibvc.vcxproj 45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
50 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration">
55 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
59 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration">
64 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Configuration">
69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration">
73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration">
83 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
90 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
    [all...]
  /external/icu/icu4c/source/common/
common.vcxproj 25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
48 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
49 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
52 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /
    [all...]
  /external/autotest/frontend/tko/preconfigs/metrics/
kernel_compare 4 globalFilter[0][condition]: IN ('dbench', 'tbench')
6 globalFilter[1][condition]: = 'throughput'
8 globalFilter[2][condition]: = 'my_host'
15 seriesFilters[0][0][condition]: LIKE 'my_kernel_1.%'
22 seriesFilters[1][0][condition]: LIKE 'my_kernel_2.%'
27 globalFilter[0][condition]: IN ('dbench', 'tbench')
29 globalFilter[1][condition]: = 'throughput'
31 globalFilter[2][condition]: = 'my_host'
38 seriesFilters[0][0][condition]: LIKE 'my_kernel_1.%'
45 seriesFilters[1][0][condition]: LIKE 'my_kernel_2.%
    [all...]
perf 4 globalFilter[0][condition]: = 'my_host'
11 seriesFilters[0][0][condition]: = 'elapsed'
13 seriesFilters[0][1][condition]: = 'kernbench'
20 seriesFilters[1][0][condition]: = 'throughput'
22 seriesFilters[1][1][condition]: = 'dbench'
29 seriesFilters[2][0][condition]: = 'throughput'
31 seriesFilters[2][1][condition]: = 'tbench'
38 seriesFilters[3][0][condition]: = 'score'
40 seriesFilters[3][1][condition]: = 'unixbench'
47 seriesFilters[4][0][condition]: = '32768-4096-fwrite
    [all...]
  /external/clang/test/Analysis/
cfref_rdar6080742.c 34 void DebugTraceIf(unsigned int condition, const char *format,...);
37 #define Assert(condition)if (!(condition)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu]", #condition, __FILE__, __LINE__); }
38 #define AssertMsg(condition, message)if (!(condition)) { DebugStop("Assertion failure: %s (%s) [File: %s, Line: %lu]", #condition, message, __FILE__, __LINE__); }
39 #define Require(condition)if (!(condition)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu]", #condition, __FILE__, __LINE__);
    [all...]
  /external/icu/icu4c/source/i18n/
i18n.vcxproj 25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
48 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
49 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
52 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /
    [all...]
  /art/compiler/utils/arm/
assembler_thumb2.h 72 Condition cond = AL, SetCc set_cc = kCcDontCare) OVERRIDE;
75 Condition cond = AL, SetCc set_cc = kCcDontCare) OVERRIDE;
78 Condition cond = AL, SetCc set_cc = kCcDontCare) OVERRIDE;
81 Condition cond = AL, SetCc set_cc = kCcDontCare) OVERRIDE;
84 Condition cond = AL, SetCc set_cc = kCcDontCare) OVERRIDE;
87 Condition cond = AL, SetCc set_cc = kCcDontCare) OVERRIDE;
90 Condition cond = AL, SetCc set_cc = kCcDontCare) OVERRIDE;
93 Condition cond = AL, SetCc set_cc = kCcDontCare) OVERRIDE;
95 void tst(Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE;
97 void teq(Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE
    [all...]
  /external/iptables/extensions/
libxt_quota.man 2 packet. The condition matches until the byte counter reaches zero. Behavior
3 is reversed with negation (i.e. the condition does not match until the
  /prebuilts/go/darwin-x86/test/syntax/
if.go 13 if { // ERROR "missing condition"
16 if x(); { // ERROR "missing condition"
  /prebuilts/go/linux-x86/test/syntax/
if.go 13 if { // ERROR "missing condition"
16 if x(); { // ERROR "missing condition"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips5-fp.l 2 .*:61: Warning: condition code register should be even for c.eq.ps, was 3
3 .*:62: Warning: condition code register should be even for movf.ps, was 3
mipsr6@mips5-fp.l 2 .*:4: Warning: condition code register should be even for c.eq.ps, was 3
3 .*:5: Warning: condition code register should be even for movf.ps, was 3
set-arch.l 2 .*:146: Warning: condition code register should be even for c.eq.ps, was 3
3 .*:147: Warning: condition code register should be even for movf.ps, was 3
  /external/libchrome/base/mac/
mac_logging.h 62 #define OSSTATUS_LOG_IF(severity, condition, status) \
64 LOG_IS_ON(severity) && (condition))
69 #define OSSTATUS_VLOG_IF(verbose_level, condition, status) \
71 VLOG_IS_ON(verbose_level) && (condition))
73 #define OSSTATUS_CHECK(condition, status) \
74 LAZY_STREAM(OSSTATUS_LOG_STREAM(FATAL, status), !(condition)) \
75 << "Check failed: " # condition << ". "
79 #define OSSTATUS_DLOG_IF(severity, condition, status) \
81 DLOG_IS_ON(severity) && (condition))
86 #define OSSTATUS_DVLOG_IF(verbose_level, condition, status)
    [all...]
  /external/autotest/frontend/client/src/autotest/tko/
TestContextMenu.java 32 final JSONObject condition = tests.getCondition(); local
35 labelManager.handleInvalidate(condition);
40 labelManager.handleRevalidate(condition);
45 labelManager.handleAddLabels(condition);
50 labelManager.handleRemoveLabels(condition);

Completed in 609 milliseconds

1 2 34 5 6 7 8 91011>>