Searched
full:some (Results
401 -
425 of
29676) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/markdown/extensions/ |
headerid.py | 42 >>> text = "# Some Header #" 45 <h1 id="some-header">Some Header</h1> 62 ... #Some Header 66 <h3 id="some-header">Some Header</h3> 71 >>> text = '#Some *Header* with [markup](http://example.com).' 74 <h1 id="some-header-with-markup">Some <em>Header</em> with <a href="http://example.com">markup</a>.</h1> 79 ... # Some Heade [all...] |
/development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/ |
Anticipation.java | 25 * This example shows how to animate some simple deformations on a standard UI widget 26 * to achieve some interactive and cartoon-ish effects.
|
/device/generic/goldfish/ |
init.ranchu.rc | 28 # fake some battery state 42 # disable some daemons the emulator doesn't want
|
/device/generic/qemu/ |
init.ranchu.rc | 26 # fake some battery state 39 # disable some daemons the emulator doesn't want
|
/external/antlr/antlr-3.4/runtime/Perl5/ |
README | 4 development. Most parts are not working yet, and some of those that are need 5 to catch up with the current development version. The good news is that some
|
/external/chromium-libpac/test/js-unittest/ |
bindings.js | 20 // Call dnsResolve with some wonky arguments. 33 // Call alert with some wonky arguments.
|
/external/chromium_org/ash/wm/dock/ |
dock_types.h | 18 // Some windows are already docked on the left side of the screen. 21 // Some windows are already docked on the right side of the screen.
|
/external/chromium_org/base/third_party/dmg_fp/ |
README.chromium | 14 - made some minor changes to allow clean compilation under g++ -Wall, see 16 - made some minor changes to build on 64-bit, see gcc_64_bit.patch.
|
/external/chromium_org/base/win/ |
resource_util.h | 20 // a dll. Some resources are optional, especially in unit tests, so this 28 // Function for getting a data resource (BINDATA) from a dll. Some
|
win_util_unittest.cc | 33 // The test is somewhat silly, because the Vista bots some have UAC enabled 34 // and some have it disabled. At least we check that it does not crash.
|
/external/chromium_org/chrome/browser/drive/ |
test_util.cc | 28 "This is some test content.", 40 "This is some test content.", 52 "This is some test content.", 64 "This is some test content.", 100 "This is some test content.", 112 "This is some test content.", 154 "This is some test content.", 176 "This is some test content.",
|
/external/chromium_org/chrome/browser/extensions/api/experience_sampling_private/ |
experience_sampling_private_api_unittest.cc | 32 "Some name/Winner/xxx/yyyy/zzz/default/", 40 ASSERT_EQ("Some name/Winner/xxx/yyyy/zzz/default/", trials_string);
|
/external/chromium_org/chrome/browser/extensions/ |
extension_assets_manager.h | 19 // Assets manager for installed extensions. Some extensions can be installed in 34 // |local_install_dir| or some common location shared for multiple users.
|
/external/chromium_org/chrome/browser/resources/options/ |
clear_browser_data_overlay.css | 33 #some-stuff-remains-footer > p { 37 #some-stuff-remains-footer button {
|
/external/chromium_org/components/search_engines/ |
template_url_parser.h | 33 // URLs referenced do not point to valid http/https resources, or for some 35 // |parameter_filter| can be used if you want to filter some parameters out of
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_cleanup_on_io_error_unittest.cc | 148 "some filename", "some message", leveldb_env::kNewLogger, ENOSPC)); 163 busted_factory.SetOpenError(MakeIOError("some filename", 164 "some message", 182 "some filename", "some message", leveldb_env::kNewLogger, EIO)); 197 busted_factory.SetOpenError(MakeIOError("some filename", 198 "some message",
|
/external/chromium_org/content/common/android/ |
address_parser.h | 17 // Find the first address in some chunk of text. If an address is found in 22 // Find the first address in some chunk of test. |begin| is the starting
|
/external/chromium_org/gin/ |
README | 6 Here are some of the key bits: 24 the AMD module specification. Also see modules/ with some example modules.
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
README.chromium | 21 threading library of some kind: Solaris (UI) threads, Win32 threads, DCE 32 * Removed execute permissions on some source files.
|
/external/chromium_org/net/data/proxy_resolver_v8_unittest/ |
bindings.js | 20 // Call dnsResolve with some wonky arguments. 33 // Call alert with some wonky arguments.
|
/external/chromium_org/net/url_request/ |
url_request_status.h | 28 // The request failed for some reason. |error_| may have more information. 41 // Returns true if the status is success, which makes some calling code more
|
/external/chromium_org/sdch/open-vcdiff/testdata/ |
configure.ac.v0.1 | 4 # make sure we're interpreted by some minimal autoconf 22 # Check whether some low-level functions/files are available
|
configure.ac.v0.2 | 4 # make sure we're interpreted by some minimal autoconf 22 # Check whether some low-level functions/files are available
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
target_new.html | 6 var aVar = "some value"; 19 Links in the new window that opens will alert "[object Window]", "some value", and "hello from opener".
|
/external/chromium_org/third_party/android_crazy_linker/src/tests/ |
foo_with_relro.cpp | 11 #define LINE "some example string", 23 if (strcmp(ptr, "some example string")) {
|
Completed in 2201 milliseconds
<<11121314151617181920>>