OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outcome
(Results
151 - 175
of
344
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/protobuf/gtest/test/
gtest_test_utils.py
210
An object that represents
outcome
of the executed process. It has the
/external/v8/src/compiler/
typer.cc
351
ComparisonOutcome
outcome
, Typer* t) {
353
if ((
outcome
& kComparisonUndefined) != 0) result |= kComparisonUndefined;
354
if ((
outcome
& kComparisonTrue) != 0) result |= kComparisonFalse;
355
if ((
outcome
& kComparisonFalse) != 0) result |= kComparisonTrue;
360
Type* Typer::Visitor::FalsifyUndefined(ComparisonOutcome
outcome
, Typer* t) {
361
if ((
outcome
& kComparisonFalse) != 0 ||
362
(
outcome
& kComparisonUndefined) != 0) {
363
return (
outcome
& kComparisonTrue) != 0 ? Type::Boolean()
367
DCHECK((
outcome
& kComparisonTrue) != 0);
[
all
...]
/external/valgrind/coregrind/
m_seqmatch.c
149
// then the
outcome
is failure. However, if we're merely attempting
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_test_utils.py
221
An object that represents
outcome
of the executed process. It has the
/external/webrtc/webrtc/modules/audio_coding/neteq/
dtmf_buffer_unittest.cc
144
// event. The expected
outcome
is that only the longer event is played.
/ndk/sources/third_party/googletest/googletest/test/
gtest_test_utils.py
206
An object that represents
outcome
of the executed process. It has the
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sort.py
131
# If this fails, the most likely
outcome
is a core dump.
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sort.py
131
# If this fails, the most likely
outcome
is a core dump.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sort.py
131
# If this fails, the most likely
outcome
is a core dump.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sort.py
131
# If this fails, the most likely
outcome
is a core dump.
/system/connectivity/shill/wimax/
wimax.cc
160
// We use the RPC device status to determine the
outcome
of the connect
/system/update_engine/
omaha_request_action.h
125
// These are the possible
outcome
upon checking whether we satisfied
/tools/external/gradle/
gradle-2.10-all.zip
gradle-2.11-all.zip
gradle-2.4-all.zip
gradle-2.5-all.zip
gradle-2.6-all.zip
gradle-2.7-all.zip
gradle-2.8-all.zip
gradle-2.9-all.zip
gradle-3.0-all.zip
/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
arm_math.h
[
all
...]
/external/autotest/client/bin/
fsinfo.py
312
# 'extents' will be shown as 'extent' in the
outcome
of tune2fs
/external/autotest/server/site_tests/firmware_ECThermal/
firmware_ECThermal.py
337
temperature sensor. There could be three types of
outcome
:
/external/jacoco/org.jacoco.doc/docroot/doc/
flow.html
287
coverage also the
outcome
of decisions has to be recorded. In any case
Completed in 4468 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>