/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cfgparser.py | 320 "bar=something %(with1)s interpolation (1 step)\n" 321 "bar9=something %(with9)s lots of interpolation (9 steps)\n" 322 "bar10=something %(with10)s lots of interpolation (10 steps)\n" 323 "bar11=something %(with11)s lots of interpolation (11 steps)\n" 364 ConfigParser.ConfigParser: ("something %(with11)s " 371 eq(cf.get("Foo", "bar"), "something with interpolation (1 step)") 373 "something with lots of interpolation (9 steps)") 375 "something with lots of interpolation (10 steps)") 452 "something %(with1)s interpolation (1 step)") 454 "something %(with9)s lots of interpolation (9 steps)" [all...] |
/external/libmicrohttpd/src/microspdy/ |
session.h | 37 * @return SPDY_YES if something was read or session's status was 59 * something was written and/or session's status was 76 * callbacks are called and maybe something is put on the response queue 80 * @return SPDY_YES if something from the read buffers was processed, 202 * providing response data did something wrong). If
|
/external/littlemock/tests/com/google/testing/littlemock/ |
LittleMockTest.java | 173 verify("hello").contains("something"); 180 verify(createNotARealMock()).add("something"); 186 mFoo.add("something"); 187 verify(mFoo).add("something"); 191 mFoo.add("something"); 192 mFoo.add("something else"); 193 verify(mFoo).add("something"); 194 verify(mFoo).add("something else"); 198 mFoo.add("something"); 199 mFoo.add("something else") [all...] |
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
fixjsstyle_test.py | 424 'goog.provide(\'dummy.Something\');', 426 'dummy.Something = function() {};', 432 'goog.provide(\'dummy.Something\');', 436 'dummy.Something = function() {};', 448 'dummy.Something = function() {};', 454 'goog.provide(\'dummy.Something\');', 458 'dummy.Something = function() {};',
|
/cts/tests/tests/text/src/android/text/cts/ |
HtmlTest.java | 101 Spanned s = Html.fromHtml("<font color=\"#00FF00\">something</font>"); 109 s = Html.fromHtml("<font color=\"gibberish\">something</font>"); 197 s = new SpannableString("Hello world\nor something"); 199 "<p dir=\"ltr\">Hello world<br>\nor something</p>")); 203 + "<p dir=\"ltr\" style=\"margin-top:0; margin-bottom:0;\">or something</p>")); 205 s = new SpannableString("Hello world\n\nor something"); 207 "<p dir=\"ltr\">Hello world</p>\n<p dir=\"ltr\">or something</p>")); 209 s = new SpannableString("Hello world\n\n\nor something"); 211 "<p dir=\"ltr\">Hello world<br></p>\n<p dir=\"ltr\">or something</p>")); 217 + "<p dir=\"ltr\" style=\"margin-top:0; margin-bottom:0;\">or something</p>")) [all...] |
/external/libvncserver/ |
README | 27 to paint something. Note that everytime you click, there is some bigger blot, 34 or similar for the remote client. Now you are ready to type something. Be sure 94 Whenever you change something in the frame buffer, call rfbMarkRectAsModified. 102 Whenever you draw something, you have to call 106 Before you draw something, be sure to call 196 If you insist on colour maps or something more obscure, you have to 328 The latter is not strictly necessary, but when you put something like this 333 int something; 386 The people at AT&T worked really well to produce something as clean and lean 409 money with it. If you want something implemented, you have the choice [all...] |
/system/connectivity/shill/wifi/ |
wifi_endpoint_unittest.cc | 223 make_key_management_args(make_string_vector1("something-eap")), 234 make_key_management_args(make_string_vector1("something-psk")), 246 make_string_vector2("something-eap", "something-psk")), 256 ParseSecurity(make_security_args("RSN", "something-eap"))); 261 ParseSecurity(make_security_args("WPA", "something-eap"))); 266 ParseSecurity(make_security_args("RSN", "something-psk"))); 271 ParseSecurity(make_security_args("WPA", "something-psk"))); 747 endpoint->PropertiesChanged(make_security_args("RSN", "something-eap")); 754 endpoint->PropertiesChanged(make_security_args("WPA", "something-psk")) [all...] |
/external/pcre/dist/testdata/ |
testinput8 | 960 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom 965 \\ [^\x80-\xff] # Escaped something (something != CR) 974 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom 979 \\ [^\x80-\xff] # Escaped something (something != CR) 988 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom 1001 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom 1011 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom 1016 \\ [^\x80-\xff] # Escaped something (something != CR [all...] |
/developers/build/ |
github.sh | 191 echoerr "Something went wrong when cloning $i - result directory does not exist. 236 These repos returned something other than a 404 or 200 result code:" 276 ## If there's something to update, do the updates 300 echoerr "Something went wrong when cloning $i - result directory does not exist. 313 ## If there's something new to upload, do the uploads 358 fi #end of "is there something to do?" if statemen
|
/device/htc/flounder/ |
media_codecs.xml | 39 <MediaCodec name="OMX.foo.bar" type="something/interesting" /> 45 <Type name="something/interesting" /> 46 <Type name="something/else" />
|
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/ |
Main.java | 162 // did something; our testing public wants to know! 163 // We do something fairly cool here and generate a graphviz/dot 243 // Something went wrong in the parser, report this
|
/external/autotest/client/common_lib/ |
control_data_unittest.py | 67 'owner': 'someone@something.org', 72 'cc': ['a@something, b@something'],
|
/external/chromium-trace/catapult/third_party/Paste/paste/util/ |
threadedprint.py | 30 ``threading.currentThread().getName()``, a string (typically something 56 * Something with ``sys.stderr``. 57 * Some default handlers. Maybe something that hooks into `logging`.
|
/external/dbus/doc/ |
TODO | 89 number, rather than putting it in the DBusMessage, or something. 99 has rules for it anyway, or something. it's conceptually 153 - test/name-test should be named test/with-bus or something like that
|
/external/icu/icu4c/source/io/ |
ufile.c | 73 * is something like: 158 /* Something bad happened. 186 /* Something bad happened.
|
/external/libselinux/src/ |
sestatus.c | 83 * It returns whether something has been happened since the last call. 86 * value informs us something has been happened. 110 * We never return 'something was updated' in the first call,
|
/external/llvm/test/CodeGen/X86/ |
combine-multiplies.ll | 3 ; Source file looks something like this: 58 ; Source looks something like this: 70 ; Output looks something like this:
|
/external/selinux/libselinux/src/ |
sestatus.c | 83 * It returns whether something has been happened since the last call. 86 * value informs us something has been happened. 110 * We never return 'something was updated' in the first call,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
xxmodule.c | 4 to something reasonable for your objects. After that, all other 5 occurrences of 'xx' should be changed to something reasonable for your 158 res = i+j; /* XXX Do something here */
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
xxmodule.c | 4 to something reasonable for your objects. After that, all other 5 occurrences of 'xx' should be changed to something reasonable for your 158 res = i+j; /* XXX Do something here */
|
/art/runtime/ |
indirect_reference_table-inl.h | 32 // Returns "false" if something looks bad.
|
/art/test/121-modifiers/ |
build | 17 # Stop if something fails.
|
/art/test/555-checker-regression-x86const/ |
build | 17 # Stop if something fails.
|
/bionic/libc/arch-arm64/bionic/ |
__bionic_clone.S | 44 # Set errno if something went wrong.
|
/bionic/libc/upstream-openbsd/android/include/ |
openbsd-compat.h | 59 /* OpenBSD has these in <sys/param.h>, but "ALIGN" isn't something we want to reserve. */
|