HomeSort by relevance Sort by last modified time
    Searched full:greeting (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/libxml2/test/
cdata 2 <![CDATA[<greeting>Hello, world!</greeting>]]>
  /external/libxml2/result/
cdata 3 <![CDATA[<greeting>Hello, world!</greeting>]]>
cdata.rde 4 1 4 #cdata-section 0 1 <greeting>Hello, world!</greeting>
cdata.rdr 4 1 4 #cdata-section 0 1 <greeting>Hello, world!</greeting>
cdata.sax 6 SAX.pcdata(<greeting>Hello, wor, 34)
cdata.sax2 6 SAX.pcdata(<greeting>Hello, wor, 34)
  /external/libxml2/result/noent/
cdata 3 <![CDATA[<greeting>Hello, world!</greeting>]]>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmllib.py 10 <!DOCTYPE greeting [
11 <!ELEMENT greeting (#PCDATA)>
13 <greeting>Hello, world!</greeting>
test_string.py 136 fmt = NamespaceFormatter({'greeting':'hello'})
137 self.assertEqual(fmt.format("{greeting}, world!"), 'hello, world!')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmllib.py 10 <!DOCTYPE greeting [
11 <!ELEMENT greeting (#PCDATA)>
13 <greeting>Hello, world!</greeting>
test_string.py 136 fmt = NamespaceFormatter({'greeting':'hello'})
137 self.assertEqual(fmt.format("{greeting}, world!"), 'hello, world!')
  /external/robolectric/src/test/resources/res/values/
strings.xml 3 <string name="greeting">@string/howdy</string>
  /external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/
usingdatastore.rst 64 class Greeting(db.Model):
84 # slight chance that Greeting that had just been written would not show up
87 "FROM Greeting "
92 for greeting in greetings:
93 if greeting.author:
95 '<b>%s</b> wrote:' % greeting.author.nickname())
99 cgi.escape(greeting.content))
116 # We set the same parent key on the 'Greeting' to ensure each greeting is in
121 greeting = Greeting(parent=guestbook_key(guestbook_name)
    [all...]
templates.rst 32 greetings_query = Greeting.all().ancestor(
59 {% for greeting in greetings %}
60 {% if greeting.author %}
61 <b>{{ greeting.author.nickname }}</b> wrote:
65 <blockquote>{{ greeting.content|escape }}</blockquote>
usingusers.rst 10 Let's use the Users service to personalize this application's greeting.
helloworld.rst 125 greeting right now and share it with users worldwide. But before we deploy it,
usingwebapp2.rst 38 Let's rewrite our friendly greeting as a ``webapp2`` application. Edit
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
StringResourceLoaderTest.java 34 assertThat(stringResourceLoader.getValue(R.string.greeting), equalTo("Howdy"));
  /frameworks/base/tests/RenderScriptTests/HelloWorld/src/com/example/android/rs/helloworld/
helloworld.rs 40 // Introuduce ourselves to the world by drawing a greeting
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ProcessManagerTest.java 40 String greeting = "Hello, World!"; local
41 out.write(greeting.getBytes());
45 assertEquals(greeting, readLine(process));
  /external/tinyxml/docs/
tutorial0.html 148 TiXmlElement * element2 = new TiXmlElement( "Greeting" );
175 + Element "Greeting"
185 &lt;Greeting&gt;How are you?
187 &lt;/Greeting&gt;
  /external/lldb/test/pexpect-2.4/examples/
README 44 This starts the python interpreter and prints the greeting message backwards.
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceTest.java 783 final String greeting = "Hello There"; local
784 final String greetingID = "greeting";
787 service.registerObject(greeting, greetingID);
795 return "A different greeting: \"" + previous + "\"";
801 result.put("greeting", this);
810 confirmEqual("wrap test: ", service.get(greetingID), "A different greeting: \"" + greeting + "\"");
    [all...]
  /external/lldb/test/pexpect-2.4/doc/
examples.html 84 greeting message backwards.
  /external/icu/icu4c/source/test/intltest/
icusvtst.cpp 1278 UnicodeString* greeting = new UnicodeString("Hello There"); local
    [all...]

Completed in 185 milliseconds

1 2 3