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

<<11121314151617181920>>

  /external/guava/guava/src/com/google/common/math/
MathPreconditions.java 79 static void checkRoundingUnnecessary(boolean condition) {
80 if (!condition) {
85 static void checkInRange(boolean condition) {
86 if (!condition) {
91 static void checkNoOverflow(boolean condition) {
92 if (!condition) {
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_assert.c 40 lp_assert(int condition, const char *msg)
42 if (!condition) {
44 assert(condition);
56 * \param condition should be an 'i1' or 'i32' value
61 LLVMValueRef condition,
84 args[0] = LLVMBuildZExt(builder, condition, arg_types[0], "");
  /system/bt/embdrv/sbc/decoder/include/
oi_assert.h 43 /** The macro OI_ASSERT takes a condition argument. If the asserted condition
50 #define OI_ASSERT(condition) \
51 { if (!(condition)) OI_AssertFail(__FILE__, __LINE__, #condition); }
59 #define OI_ASSERT(condition)
  /system/extras/perfprofd/quipper/base/
logging.h 29 // The CHECK(condition) macro is active in both debug and release builds and
74 // There's also VLOG_IS_ON(n) "verbose level" condition macro. To be used as
81 // There is also a VLOG_IF "verbose level" condition macro for sample
97 // PCHECK(condition) << "Couldn't do foo";
98 // DPCHECK(condition) << "Couldn't do foo";
174 // the condition doesn't hold.
175 #define LAZY_STREAM(stream, condition) \
176 !(condition) ? (void) 0 : ::logging::LogMessageVoidify() & (stream)
189 #define LOG_IF(severity, condition) \
190 LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity) && (condition))
    [all...]
  /external/v8/src/compiler/
branch-elimination.cc 53 Node* condition = node->InputAt(0); local
57 Maybe<bool> condition_value = from_input->LookupCondition(condition);
58 // If we know the condition we can discard the branch.
81 // Add the condition to the list arriving from the input branch.
91 Node* condition = branch->InputAt(0); local
93 node, from_branch->AddCondition(zone_, condition, is_true_branch));
171 // Only signal that the node has Changed if the condition information has
193 // Change the current condition list to a longest common tail
194 // of this condition list and the other list. (The common tail
223 Node* condition,
    [all...]
  /external/autotest/frontend/client/src/autotest/tko/
FilterSelector.java 30 private TextBox condition = new TextBox(); field in class:FilterSelector.DatabaseFilter
36 condition.addChangeHandler(this);
48 flexTable.setWidget(0, 1, condition);
61 condition.setEnabled(enabled);
65 return condition.getText().equals("");
69 return dbColumnSelector.getSelectedValue() + " " + condition.getText();
153 args.put(prefix + "[" + index + "][condition]", filters.get(index).condition.getText());
164 String db, condition; local
168 condition = args.get(prefix + "[" + index + "][condition]")
    [all...]
ConditionTestSet.java 22 public void addCondition(String condition) {
23 conditionParts.add(condition);
  /external/iw/
coalesce.c 28 enum nl80211_coalesce_condition condition; local
79 if (strncmp(buf, "condition=", 10) == 0) {
82 condition = strtoul(cond, &end, 10);
86 condition);
173 " condition=<condition>\n"
176 " condition=<condition>\n"
180 "condition: 1/0 i.e. 'not match'/'match' the patterns\n"
204 enum nl80211_coalesce_condition condition; local
    [all...]
  /external/opencv3/samples/wp8/OpenCVXaml/OpenCVComponent/
OpenCVComponent.vcxproj 29 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
58 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
61 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
64 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
72 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    [all...]
  /external/libopus/win32/VS2010/
celt.vcxproj 78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
83 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
94 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
103 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
104 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
106 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
107 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
109 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
110 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /
    [all...]
  /art/runtime/base/
type_static_if.h 20 // A static if which determines whether to return type A or B based on the condition boolean.
21 template <bool condition, typename A, typename B>
  /art/runtime/interpreter/mterp/arm/
bincmp.S 2 * Generic two-operand compare-and-branch operation. Provide a "condition"
14 b${condition} MterpCommonTakenBranchNoFlags
zcmp.S 2 * Generic one-operand compare-and-branch operation. Provide a "condition"
12 b${condition} MterpCommonTakenBranchNoFlags
  /art/runtime/interpreter/mterp/arm64/
bincmp.S 2 * Generic two-operand compare-and-branch operation. Provide a "condition"
14 b.${condition} MterpCommonTakenBranchNoFlags
  /development/ndk/platforms/android-3/include/linux/
kernel.h 33 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
  /external/clang/test/Analysis/
uninit-sometimes.cpp 8 if (b) // expected-warning {{whenever 'if' condition is false}} \
9 // expected-note {{remove the 'if' if its condition is always true}}
20 if (b) {} // expected-warning {{whenever 'if' condition is true}} \
21 // expected-note {{remove the 'if' if its condition is always false}}
32 while (b) { // expected-warning {{whenever 'while' loop exits because its condition is false}} \
33 // expected-note {{remove the condition if it is always true}}
49 // expected-note {{remove the condition if it is always false}}
68 } while (b); // expected-warning {{whenever 'do' loop exits because its condition is false}} \
69 // expected-note {{remove the condition if it is always true}}
84 } while (b); // expected-warning {{whenever 'do' loop condition is true}}
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cintltst.vcxproj 25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
48 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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)'=='Debug|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)'=='Release|x64'" Label="PropertySheets">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /
    [all...]
  /external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/
base-pointers-9.ll 13 %condition = call i1 @runtime_value()
15 %next = select i1 %condition, i64 addrspace(1)* %maybe_next, i64 addrspace(1)* %current
  /external/skia/tests/
Test.cpp 27 if (strlen(this->condition) > 0) {
31 result.append(this->condition);
  /external/valgrind/drd/tests/
annotate_hb_err.c 25 /* happens-after on a condition variable. */
28 /* condition variable operation on a h.b. annotated object. */
  /frameworks/base/core/java/android/service/notification/
IConditionListener.aidl 20 import android.service.notification.Condition;
24 void onConditionsReceived(in Condition[] conditions);
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/
MiniIntermediateClass.java 20 public static int get3(boolean condition) {
21 ClassInSecondaryDex thrower = new ClassInSecondaryDex(condition);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
kernel.h 33 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
kernel.h 33 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
kernel.h 33 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))

Completed in 865 milliseconds

<<11121314151617181920>>