OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:condition
(Results
826 - 850
of
7248
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/cts/tests/app/src/android/app/cts/
ActivityManagerMemoryInfoTest.java
52
// test null
condition
.
77
// test null
condition
.
/cts/tests/tests/calllog/src/android/calllog/cts/
CallLogBackupTest.java
86
protected interface
Condition
{
182
waitUntilConditionIsTrueOrTimeout(new
Condition
() {
284
void waitUntilConditionIsTrueOrTimeout(
Condition
condition
, long timeout) {
286
while (!
condition
.expected().equals(
condition
.actual())
294
assertEquals(
condition
.expected(),
condition
.actual());
/external/autotest/client/site_tests/desktopui_CrashyReboot/
desktopui_CrashyReboot.py
41
condition
=self._nuke_browser_with_prejudice_and_check_for_ui_stop,
65
utils.poll_for_condition(
condition
=cros_ui.is_up,
/external/autotest/server/cros/
stress_unittest.py
83
'Stress event ran despite a False start
condition
')
105
'Stress event ran despite a False start
condition
')
/external/autotest/tko/
compose_query.cgi
4
Selects all rows and columns that satisfy the
condition
specified
25
<td>
Condition
: </td>
42
<input type="text" name="
condition
" size="30" value="%s">
63
<input type="hidden" name="
condition
" value="%s">
109
condition_field = parse_condition(form, '
condition
', '')
147
'rows': next_row, '
condition
': next_condition,
265
msg = "Unspecified error when parsing
condition
"
303
'rows': column, '
condition
': condition_field,
/external/deqp/doc/testspecs/GLES2/
functional.shaders.discard.txt
26
+ Conditional discard with compile-time false
condition
44
using a simple C function that implements the same discard
condition
.
/external/google-breakpad/src/testing/gtest/test/
gtest_uninitialized_test.py
42
def Assert(
condition
):
43
if not
condition
:
/external/gtest/test/
gtest_uninitialized_test.py
42
def Assert(
condition
):
43
if not
condition
:
/external/guava/guava-tests/test/com/google/common/io/
TestInputStream.java
92
private static void throwIf(boolean
condition
) throws IOException {
93
if (
condition
) {
/external/libevent/
evthread-internal.h
147
/** Allocate a new
condition
variable and store it in the void *, condvar */
153
/** Deallocate and free a
condition
variable in condvar */
165
/** Wait until the
condition
'cond' is signalled. Must be called while
166
* holding 'lock'. The lock will be released until the
condition
is
261
/** Allocate a new
condition
variable and store it in the void *, condvar */
266
/** Deallocate and free a
condition
variable in condvar */
278
/** Wait until the
condition
'cond' is signalled. Must be called while
279
* holding 'lock'. The lock will be released until the
condition
is
/external/libgdx/extensions/gdx-bullet/jni/vs/gdxBullet/gdxBullet/
gdxBullet.vcxproj
189
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
195
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
201
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
208
<PropertyGroup
Condition
="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
218
<ImportGroup Label="PropertySheets"
Condition
="'$(Configuration)|$(Platform)'=='Debug|Win32'">
219
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
221
<ImportGroup
Condition
="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
222
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
224
<ImportGroup Label="PropertySheets"
Condition
="'$(Configuration)|$(Platform)'=='Release|Win32'">
225
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition
="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /
[
all
...]
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
OverrideLog.cpp
44
** BT_TRACE_LEVEL_ERROR 1 * Error
condition
trace messages
45
** BT_TRACE_LEVEL_WARNING 2 * Warning
condition
trace messages
/external/libnfc-nci/src/adaptation/
OverrideLog.cpp
43
** BT_TRACE_LEVEL_ERROR 1 * Error
condition
trace messages
44
** BT_TRACE_LEVEL_WARNING 2 * Warning
condition
trace messages
/external/libvpx/libvpx/test/
borders_test.cc
52
// extend into the border and test the border
condition
.
67
// lots of small partitions which might will test the other
condition
.
/external/llvm/test/CodeGen/ARM/
movcc-double.ll
4
; select with and i1/or i1
condition
should be implemented as a series of 2
21
; select with and i1
condition
should be implemented as a series of 2 cmovs, not
/external/llvm/test/CodeGen/X86/
cmov-double.ll
4
; select with and i1/or i1
condition
should be implemented as a series of 2
22
; select with and i1
condition
should be implemented as a series of 2 cmovs, not
/external/llvm/test/Transforms/LoopUnswitch/
infinite-loop.ll
6
; Loop unswitching shouldn't trivially unswitch the true case of
condition
%a
9
; It can trivially unswitch on the false cas of
condition
%a though.
/external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/
base-pointers-4.ll
11
define void @test(i32 %
condition
) gc "statepoint-example" {
20
switch i32 %
condition
, label %dest_a [
/external/mesa3d/src/glsl/
opt_if_simplification.cpp
81
/* FINISHME: Ideally there would be a way to note that the
condition
results
86
ir_constant *condition_constant = ir->
condition
->constant_expression_value();
/external/protobuf/gtest/test/
gtest_uninitialized_test.py
42
def Assert(
condition
):
43
if not
condition
:
/external/testng/src/test/java/test/mustache/
MustacheTest.java
48
// Null
condition
54
// Null
condition
with new line
/external/v8/src/compiler/mips/
code-generator-mips.cc
255
Condition
FlagsConditionToConditionCmp(FlagsCondition
condition
) {
256
switch (
condition
) {
288
Condition
FlagsConditionToConditionTst(FlagsCondition
condition
) {
289
switch (
condition
) {
303
FlagsCondition
condition
) {
304
switch (
condition
) {
[
all
...]
/external/v8/src/compiler/
select-lowering.cc
35
// Check if we already have a diamond for this
condition
.
39
// Create a new diamond for this
condition
and remember its merge node.
/external/v8/test/mjsunit/compiler/
loops.js
37
// Test assignments in the loop
condition
.
60
// Test deoptimization in the loop
condition
.
/external/valgrind/drd/tests/
pth_inconsistent_cond_wait.c
1
/** Trigger two kinds of errors: once that
condition
variable s_cond is
4
* associated with the
condition
variable is locked.
Completed in 1610 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>