Home
last modified time | relevance | path

Searched refs:happy (Results 1 – 25 of 258) sorted by relevance

1234567891011

/external/auto/value/src/it/functional/src/test/java/
DPackagelessValueTypeTest.java32 final String happy = "happy"; in testPackagelessValueType() local
35 PackagelessValueType simple = PackagelessValueType.create(happy, testInt, testMap); in testPackagelessValueType()
36 assertSame(happy, simple.string()); in testPackagelessValueType()
42 expectedHashCode = (expectedHashCode * 1000003) ^ happy.hashCode(); in testPackagelessValueType()
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
DSimpleValueTypeTest.java33 final String happy = "happy"; in testSimpleValueType() local
36 SimpleValueType simple = SimpleValueType.create(happy, testInt, testMap); in testSimpleValueType()
37 assertSame(happy, simple.string()); in testSimpleValueType()
42 expectedHashCode = (expectedHashCode * 1000003) ^ happy.hashCode(); in testSimpleValueType()
/external/auto/value/src/test/java/com/google/auto/value/processor/
DTemplateVarsTest.java75 HappyVars happy = new HappyVars(); in testHappy() local
76 happy.integer = 23; in testHappy()
77 happy.string = "wibble"; in testHappy()
78 happy.list = ImmutableList.of(5, 17, 23); in testHappy()
81 String actualText = happy.toText(); in testHappy()
/external/owasp/java-encoder/
DREADME.md54 The team is happy to announce that version 1.2.3 has been released!
59 The team is happy to announce that version 1.2.2 has been released!
63 The team is happy to announce that version 1.2.1 has been released!
74 We're happy to announce that version 1.1.1 has been released. Along with a important bug fix, we ad…
77 We're happy to announce that version 1.1 has been released. Along with a few minor encoding enhance…
/external/vboot_reference/tests/
Dload_kernel_tests.sh58 happy 'Kernel verification succeeded'
75 happy 'Image verification succeeded'
Dcommon.sh33 function happy { function
Dvb2_firmware_tests.sh58 happy 'vb2_verify_fw succeeded'
Drun_preamble_tests.sh109 happy "${ME}: All ${tests} tests passed"
/external/testng/
DANNOUNCEMENT.txt10 The TestNG team is happy to announce the immediate availability of TestNG 4.5.
27 The TestNG team is happy to announce the immediate availability of TestNG 4.0, with a lot of improv…
41 The TestNG team is happy to announce the availability of TestNG 2.3.
64 I am happy to announce the availability of TestNG 2.1 (http://beust.com/testng).
92 The TestNG team is happy to announce the first release of the TestNG plug-in for Eclipse.
/external/curl/docs/cmdline-opts/
Dhappy-eyeballs-timeout-ms.d3 Long: happy-eyeballs-timeout-ms
8 Example: --happy-eyeballs-timeout-ms 500 $URL
/external/elfutils/tests/
Drun-all-dwarf-ranges.sh60 die: happy (1d)
112 die: happy (1d)
/external/rust/crates/weak-table/
DCMakeLists.txt1 # This file is here to make CLion happy.
/external/libwebsockets/minimal-examples/api-tests/api-test-secure-streams/
Dmain.c217 goto happy; in myss_state()
235 happy: in myss_state()
/external/webrtc/rtc_base/
Dstrong_alias_unittest.cc354 BoolAlias happy(true); in TEST() local
357 EXPECT_TRUE(happy); in TEST()
359 EXPECT_TRUE(*happy); in TEST()
/external/webrtc/modules/third_party/portaudio/
DREADME.chromium14 - Minor formatting to make 'git cl format' happy.
/external/rust/crates/cesu8/
DCargo.toml16 # to keep travis-cargo happy and enable access to benchmarks if we want them.
/external/rust/crates/grpcio-sys/grpc/third_party/py/
Dvariety.tpl9 # A placeholder for Unix platforms which makes --no_build happy.
/external/grpc-grpc/third_party/py/
DBUILD.tpl11 # A placeholder for Unix platforms which makes --no_build happy.
/external/rust/crates/regex-automata/
DTODO9 * Once we're happy, re-organize the public API such that NFAs are exported
/external/webrtc/sdk/objc/helpers/
Dnoop.mm11 // This file is only needed to make ninja happy on some platforms.
/external/pigweed/pw_build/bazel_internal/
DBUILD.gn17 # This is target is to keep the presubmit happy. But is not actually used.
/external/cronet/base/third_party/cityhash/
DREADME.chromium25 - formating to make 'git cl format' happy.
/external/apache-velocity-engine/velocity-engine-core/src/test/resources/templates/compare/
Dstring.cmp11 might make some happy
/external/skia/gn/
DBUILDCONFIG.gn70 # This is just to make the Dawn build files happy. Skia itself uses target_os = "linux"
74 # This is to make the ANGLE build files happy. Skia always uses is_mac and/or is_ios.
/external/apache-velocity-engine/velocity-engine-core/src/test/resources/templates/
Dstring.vm23 might make some happy"

1234567891011