HomeSort by relevance Sort by last modified time
    Searched refs:bacon (Results 1 - 11 of 11) sorted by null

  /external/guice/core/test/com/google/inject/
BindingTest.java 470 bind(Bacon.class).to(UncookedBacon.class);
471 bind(Bacon.class).annotatedWith(named("Turkey")).to(TurkeyBacon.class);
472 bind(Bacon.class).annotatedWith(named("Cooked")).toConstructor(
473 (Constructor)InjectionPoint.forConstructorOf(Bacon.class).getMember());
476 Bacon bacon = injector.getInstance(Bacon.class); local
477 assertEquals(Food.PORK, bacon.getMaterial());
478 assertFalse(bacon.isCooked());
480 Bacon turkeyBacon = injector.getInstance(Key.get(Bacon.class, named("Turkey")))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_httpservers.py 370 form.getfirst("bacon"))
461 params = urllib.urlencode({'spam' : 1, 'eggs' : 'python', 'bacon' : 123456})
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_httpservers.py 372 form.getfirst("bacon"))
469 params = urllib.urlencode({'spam' : 1, 'eggs' : 'python', 'bacon' : 123456})
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_httpservers.py 372 form.getfirst("bacon"))
469 params = urllib.urlencode({'spam' : 1, 'eggs' : 'python', 'bacon' : 123456})
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 372 form.getfirst("bacon"))
469 params = urllib.urlencode({'spam' : 1, 'eggs' : 'python', 'bacon' : 123456})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 372 form.getfirst("bacon"))
469 params = urllib.urlencode({'spam' : 1, 'eggs' : 'python', 'bacon' : 123456})
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 504 milliseconds