/cts/tools/signature-tools/src/signature/compare/model/impl/ |
SigTypeVariableDefinitionDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 32 ITypeVariableDefinition to) { 33 super(from, to);
|
SigWildcardTypeDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 30 public SigWildcardTypeDelta(IWildcardType from, IWildcardType to) { 31 super(from, to);
|
/dalvik/dx/tests/034-dex-minimal/ |
run | 11 # Unless required by applicable law or agreed to in writing, software 17 dx --debug --dex --dump-to=- --no-files
|
/dalvik/dx/tests/082-dex-throws-list-sharing/ |
run | 11 # Unless required by applicable law or agreed to in writing, software 18 dx --debug --dex --positions=none --no-locals --dump-to=- --dump-width=200 \
|
/dalvik/dx/tests/108-string-annotation/ |
run | 11 # Unless required by applicable law or agreed to in writing, software 19 --dump-to=- *.class | cut -f 2 -d '|' | awk '
|
/dalvik/dx/tests/110-dex-preserve-this/ |
run | 11 # Unless required by applicable law or agreed to in writing, software 19 --dump-to=dump.txt --dump-method="Blort.test" *.class
|
/development/ndk/tests/dlclose-destruction/jni/ |
Android.mk | 1 # A small sample used to demonstrate static C++ destructors
|
/development/samples/SpellChecker/HelloSpellChecker/ |
Android.mk | 8 # TODO: Change sdk version to 16
|
/development/samples/SpellChecker/SampleSpellCheckerService/ |
Android.mk | 8 # TODO: Change sdk version to 16
|
/external/ceres-solver/internal/ceres/ |
casts.h | 14 // used to endorse or promote products derived from this software without 18 // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 // CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 48 // - Performing arithmetic conversions (int32 to int64, int to double, etc.). 51 // In general, implicit_cast can be used to convert this code 52 // To to = from; 53 // DoSomething(to); 54 // to thi [all...] |
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
binding_from_global.js | 1 // Calls a bindings outside of FindProxyForURL(). This causes the code to
|
/external/chromium-libpac/test/js-unittest/ |
binding_from_global.js | 1 // Calls a bindings outside of FindProxyForURL(). This causes the code to
|
/external/chromium-trace/trace-viewer/examples/ |
run_stream_server.sh | 9 echo Navigate to http://localhost:8001/examples/stream_trace_viewer.html
|
/external/chromium_org/chrome/browser/chromeos/dbus/ |
org.chromium.LibCrosService.conf | 17 <!-- bluez makes agent method calls to Chromium. --> 22 <!-- tlsdate needs to query proxy config. --> 27 <!-- powerd needs to change display power states. --> 32 <!-- update_engine uses this service to resolve the proxy config. -->
|
/external/chromium_org/chrome/browser/resources/ |
about_version.js | 6 * Callback from the backend with the list of variations to display. 8 * section if there are none to display. 18 * Callback from the backend with the executable and profile paths to display. 19 * @param {string} execPath The executable path to display. 20 * @param {string} profilePath The profile path to display. 28 * Callback from the backend with the Flash version to display. 29 * @param {string} flashVersion The Flash version to display. 36 * Callback from the backend with the OS version to display. 37 * @param {string} osVersion The OS version to display.
|
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/ |
constants.js | 8 * Key to access wallpaper rss in chrome.local.storage. 13 * Key to access wallpaper manifest in chrome.storage.local. 18 * Key to access user wallpaper info in chrome.storage.local. 23 * Key to access user wallpaper info in chrome.storage.sync. 28 * Key to access last changed date of a surprise wallpaper. 33 * Key to access if surprise me feature is enabled or not in 39 * Suffix to append to baseURL if requesting high resoultion wallpaper. 44 * URL to get latest wallpaper RSS feed.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/ |
background.js | 9 // The number of matches is sent in the request - pass it to the 19 // Return nothing to let the connection be cleaned up. 23 // Listen for the content script to send a message to the background page.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_content/ |
background.js | 6 // wants to show the page action. 12 // Return nothing to let the connection be cleaned up. 16 // Listen for the content script to send a message to the background page.
|
/external/chromium_org/chrome/installer/util/ |
installer_util_test_common.cc | 17 bool CopyFileHierarchy(const base::FilePath& from, const base::FilePath& to) { 18 // In SHFILEOPSTRUCT below, |pFrom| and |pTo| have to be double-null 22 string16 double_null_to(to.value());
|
/external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/ |
error.js | 3 alert('Prepare to DIE!');
|
/external/chromium_org/net/data/proxy_resolver_v8_unittest/ |
binding_from_global.js | 1 // Calls a bindings outside of FindProxyForURL(). This causes the code to
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAnimatedNumber.cpp | 15 * along with this library; see the file COPYING.LIB. If not, write to 70 void SVGAnimatedNumberAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to) 73 ASSERT(from->type() == to->type()); 75 to->number() += from->number(); 85 void SVGAnimatedNumberAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) 91 float toNumber = to->number(); 106 float to = 0; local 108 parseNumberFromString(toString, to); 109 return fabsf(to - from);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebFontImpl.h | 15 * contributors may be used to endorse or promote products derived from 20 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 54 const WebRect& clip, bool canvasIsOpaque, int from = 0, int to = -1) const; 58 int height, int from = 0, int to = -1) const;
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebFont.h | 15 * contributors may be used to endorse or promote products derived from 20 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 61 // Draws the text run to the given canvas. The text is positioned at the 64 // The text will be clipped to the given clip rect. |canvasIsOpaque| is 65 // used to control whether subpixel antialiasing is possible. If there is a 69 // |from| and |to| allow the caller to specify a subrange of the given text 70 // run to draw. If |to| is -1, the entire run will be drawn [all...] |
/external/chromium_org/third_party/icu/source/common/ |
dtintrv.cpp | 23 DateInterval::DateInterval(UDate from, UDate to) 25 toDate(to)
|