OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:negation
(Results
1 - 25
of
30
) sorted by null
1
2
/external/chromium/testing/gmock/src/
gmock-matchers.cc
89
// '
negation
' is false; otherwise returns the description of the
90
//
negation
of the matcher. 'param_values' contains a list of strings
92
string FormatMatcherDescription(bool
negation
, const char* matcher_name,
97
return
negation
? "not (" + result + ")" : result;
/external/chromium_org/third_party/codesighs/
autosummary.win.bash
181
$OBJROOT/dist/bin/maptsvdifftool --
negation
--input $DIFFFILE | dos2unix >> $SUMMARYFILE
205
$OBJROOT/dist/bin/maptsvdifftool --
negation
--summary --input $DIFFFILE | dos2unix
basesummary.win.bash
195
$OBJROOT/dist/bin/maptsvdifftool --
negation
--input $DIFFFILE | dos2unix >> $SUMMARYFILE
218
$OBJROOT/dist/bin/maptsvdifftool --
negation
--summary --input $DIFFFILE | dos2unix
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_has_key.py
56
negation
=not_test<
80
negation
= results.get("
negation
")
97
if
negation
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_has_key.py
56
negation
=not_test<
80
negation
= results.get("
negation
")
97
if
negation
:
/external/chromium/testing/gmock/include/gmock/
gmock-generated-matchers.h
[
all
...]
gmock-matchers.h
137
// Describes the
negation
of this matcher to an ostream. For
208
// Describes the
negation
of this matcher to an ostream.
[
all
...]
/external/chromium_org/chrome/browser/chromeos/policy/
network_configuration_updater_unittest.cc
111
std::string(
negation
? "isn't" : "is") + " equal to " +
116
MATCHER(IsEmpty, std::string(
negation
? "isn't" : "is") + " empty.") {
/external/bison/etc/
bench.pl.in
180
%left NEG /*
negation
--unary minus */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar
/external/chromium_org/chromeos/network/
managed_network_configuration_handler_unittest.cc
54
std::string(
negation
? "isn't" : "is") + " equal to " +
/external/chromium_org/media/filters/
ffmpeg_demuxer_unittest.cc
39
std::string(
negation
? "isn't" : "is") + " end of stream") {
/external/chromium/testing/gmock/test/
gmock-generated-matchers_test.cc
90
// Returns the description of the
negation
of the given matcher.
607
// This also tests that the description string can reference '
negation
'.
608
MATCHER(IsEven2,
negation
? "is odd" : "is even") {
623
string(
negation
? "doesn't equal" : "equals") + " the sum of " +
638
// Tests that the matcher description can reference '
negation
' and the
[
all
...]
/external/chromium_org/v8/test/webkit/fast/js/kde/
operators.js
147
//
negation
/external/chromium/testing/gtest/src/
gtest.cc
[
all
...]
/external/chromium_org/testing/gtest/src/
gtest.cc
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc
[
all
...]
/external/gtest/src/
gtest.cc
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.mli
801
(** [const_neg c] returns the arithmetic
negation
of the constant [c].
805
(** [const_nsw_neg c] returns the arithmetic
negation
of the constant [c] with
806
no signed wrapping. The result is undefined if the
negation
overflows.
810
(** [const_nuw_neg c] returns the arithmetic
negation
of the constant [c] with
811
no unsigned wrapping. The result is undefined if the
negation
overflows.
815
(** [const_fneg c] returns the arithmetic
negation
of the constant float [c].
[
all
...]
/external/llvm/utils/unittest/googletest/
gtest.cc
[
all
...]
/external/mesa3d/src/gtest/src/
gtest.cc
[
all
...]
/external/open-vcdiff/gtest/src/
gtest.cc
[
all
...]
/ndk/sources/third_party/googletest/googletest/src/
gtest.cc
[
all
...]
/external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc
[
all
...]
/external/dropbear/libtommath/
bn.tex
[
all
...]
Completed in 1508 milliseconds
1
2