/external/compiler-rt/test/tsan/libcxx/ |
std_shared_ptr.cc | 13 auto thingy = std::make_shared<int>(42); local 14 t1 = std::thread([thingy, &v1] { v1 = *thingy; }); 15 t2 = std::thread([thingy, &v2] { v2 = *thingy; });
|
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/ |
FeatureMatcherTest.java | 10 private final FeatureMatcher<Thingy, String> resultMatcher = resultMatcher(); 14 assertMatches("feature", resultMatcher, new Thingy("bar")); 15 assertDescription("Thingy with result \"bar\"", resultMatcher); 20 assertMismatchDescription("result mismatch-description", resultMatcher, new Thingy("foo")); 43 public static class Thingy { 46 public Thingy(String result) { 59 private static FeatureMatcher<Thingy, String> resultMatcher() { 60 return new FeatureMatcher<Thingy, String>(new Match("bar"), "Thingy with result", "result") { 62 public String featureValueOf(Thingy actual) [all...] |
/external/llvm/test/MC/COFF/ |
rdata.ll | 5 @"\01?thingy@@3Ufoo@@B" = constant %struct.foo zeroinitializer, align 4
|
bss_section.ll | 5 @"\01?thingy@@3Ufoo@@B" = global %struct.foo zeroinitializer, align 4
|
/external/clang/test/Sema/ |
pragma-section-invalid.c | 6 #pragma data_seg("__THINGY,thingy")
|
/external/clang/test/SemaObjC/ |
nowarn-superclass-method-mismatch.m | 8 @property (nonatomic) NSString *thingy;
|
/external/clang/test/SemaCXX/ |
warn-missing-noreturn.cpp | 115 template <typename T> void thingy(T thing) { function in namespace:PR10801 122 thingy(f); 123 thingy(b);
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/ |
Configurator.java | 100 * <config thingy.description="@string/thingyDescription" 101 * thingy.titlePaint.textSize=""/>
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
JavaExpression.java | 217 * An untyped method call on an instance (e.g. thingy.doStuff(x, "y")). We assume it returns VOID 226 * A typed method call on an instance (e.g. thingy.doStuff(x, "y")).
|
/external/toybox/www/ |
design.html | 460 if (thingy) thingy; 461 else thingy; 463 if (thingy) { 464 thingy; 465 thingy; 466 } else thingy; 471 thingy;
|
/packages/apps/Settings/src/com/android/settings/fingerprint/ |
FingerprintEnrollFindSensor.java | 222 // This shouldn't happen, as we should only end up at this step if a lock thingy is
|
FingerprintEnrollIntroduction.java | 123 // Lock thingy is already set up, launch directly into find sensor step from wizard.
|
/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/ |
RemoteManagerFuncTest.java | 359 // disgusting sleep alert! TODO: change to a wait-notify thingy 378 // disgusting sleep alert! TODO: change to a wait-notify thingy
|
/external/python/cpython2/Doc/tutorial/ |
introduction.rst | 195 Usage: thingy [OPTIONS] 204 Usage: thingy [OPTIONS]
|
/external/python/cpython2/Modules/ |
ossaudiodev.c | 695 /* Can't use _do_ioctl_1 because of encoded arg thingy. */ 715 /* Can't use _do_ioctl_1 because of encoded arg thingy. */
|
/external/toybox/lib/ |
args.c | 181 // to make "tar xCjfv blah1 blah2 thingy" work like 182 // "tar -x -C blah1 -j -f blah2 -v thingy"
|
/hardware/qcom/display/msm8084/liboverlay/ |
overlayUtils.cpp | 41 // just a helper static thingy
|
/hardware/qcom/display/msm8226/liboverlay/ |
overlayUtils.cpp | 41 // just a helper static thingy
|
/hardware/qcom/display/msm8909/liboverlay/ |
overlayUtils.cpp | 41 // just a helper static thingy
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayUtils.cpp | 40 // just a helper static thingy
|
/hardware/qcom/display/msm8994/liboverlay/ |
overlayUtils.cpp | 41 // just a helper static thingy
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_optparse.py | 545 parser = OptionParser(prog="thingy",
550 expected_usage = "Usage: thingy arg arg\n"
552 self.assertVersion(parser, "thingy 0.1")
[all...] |
/external/python/cpython2/Lib/test/ |
test_optparse.py | 546 parser = OptionParser(prog="thingy", 551 expected_usage = "Usage: thingy arg arg\n" 553 self.assertVersion(parser, "thingy 0.1") [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_optparse.py | 545 parser = OptionParser(prog="thingy", 550 expected_usage = "Usage: thingy arg arg\n" 552 self.assertVersion(parser, "thingy 0.1") [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_optparse.py | 545 parser = OptionParser(prog="thingy", 550 expected_usage = "Usage: thingy arg arg\n" 552 self.assertVersion(parser, "thingy 0.1") [all...] |