HomeSort by relevance Sort by last modified time
    Searched refs:to (Results 226 - 250 of 12869) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/005-annotations/src/android/test/anno/
ExportedProperty.java 11 IntToString[] mapping() default { @IntToString(from = -1, to = "-1") };
  /art/test/113-multidex/
build 11 # Unless required by applicable law or agreed to in writing, software
25 ${DX} -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex classes
30 ${DX} -JXmx256m --debug --dex --dump-to=classes2.lst --output=classes2.dex classes
  /art/test/122-secondarydex/
build 11 # Unless required by applicable law or agreed to in writing, software
27 ${DX} -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex --dump-width=1000 classes
29 ${DX} -JXmx256m --debug --dex --dump-to=classes-ex.lst --output=classes.dex --dump-width=1000 classes-ex
  /art/test/126-miranda-multidex/
build 11 # Unless required by applicable law or agreed to in writing, software
25 ${DX} -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex classes
30 ${DX} -JXmx256m --debug --dex --dump-to=classes2.lst --output=classes2.dex classes
  /art/test/131-structural-change/
build 11 # Unless required by applicable law or agreed to in writing, software
27 ${DX} -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex --dump-width=1000 classes
29 ${DX} -JXmx256m --debug --dex --dump-to=classes-ex.lst --output=classes.dex --dump-width=1000 classes-ex
  /art/tools/
Android.mk 10 # Unless required by applicable law or agreed to in writing, software
19 # Copy the art shell script to the host's bin directory
28 $(copy-file-to-new-target)
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_connbytes.h 5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
10 *** To edit the content of this header, modify the corresponding
39 __aligned_u64 to; member in struct:xt_connbytes_info::__anon646
  /build/core/combo/arch/x86_64/
x86_64.mk 1 # This file contains feature macro definitions specific to the
4 # It is also used to build full_x86_64-eng / sdk_x86_64-eng platform images
  /development/ndk/platforms/android-L/include/linux/netfilter/
xt_connbytes.h 5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
10 *** To edit the content of this header, modify the corresponding
39 __aligned_u64 to; member in struct:xt_connbytes_info::__anon2241
  /device/generic/goldfish/qemud/
Android.mk 3 # We're moving the emulator-specific platform libs to
4 # development.git/tools/emulator/. The following test is to ensure
  /external/chromium-libpac/test/js-unittest/
ends_with_comment.js 6 // This used to cause problems, because internally ProxyResolverV8
7 // would append some functions to the script; the first line of
  /external/chromium_org/build/android/gyp/
strip_library_for_device.py 29 help='Path to the toolchain\'s strip binary')
31 help='Argument to be passed to strip')
37 help='List of libraries to strip')
38 parser.add_option('--stamp', help='Path to touch on success')
  /external/chromium_org/chrome/renderer/resources/extensions/
tag_watcher.js 32 // Expose a function to watch the |tagName| introduction via mutation observer.
34 // We employee mutation observer to watch on any introduction of |tagName|
36 // reporting error due to lack of permission).
37 // Think carefully about when to call this. On one hand, mutation observer
38 // functions on document, so we need to make sure document is finished
39 // parsing. To satisfy this, document.readyState has to be "interactive" or
40 // after. On the other hand, we intend to do this as early as possible so that
41 // developer would have no chance to bring in any conflicted property. To mee
    [all...]
  /external/chromium_org/content/shell/common/
webkit_test_helpers.h 24 WebPreferences* to);
32 // Returns list of extra font files to be made accessible to the renderer.
  /external/chromium_org/dbus/
dbus_export.h 9 // library can be exported to consumers.
14 #error dbus support is not currently expected to work on windows
  /external/chromium_org/extensions/renderer/resources/
browser_test_environment_specific_bindings.js 9 // Use setTimeout here to allow previous test contexts to be
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
ends_with_comment.js 6 // This used to cause problems, because internally ProxyResolverV8
7 // would append some functions to the script; the first line of
  /external/chromium_org/printing/
page_range_unittest.cc 12 range.to = 3;
15 range.to = 12;
18 range.to = 5;
42 range.to = 2000000000;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathNodeSet.cpp 15 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
19 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
59 static void sortBlock(unsigned from, unsigned to, WillBeHeapVector<NodeSetVector>& parentMatrix, bool mayContainAttributeNodes)
61 // Should not call this function with less that two nodes to sort.
62 ASSERT(from + 1 < to);
64 for (unsigned i = from; i < to; ++i) {
79 for (unsigned i = from + 1; i < to; ++i) {
93 // document order. Find it and move it to the beginning.
94 for (unsigned i = from; i < to; ++i) {
97 if (from + 2 < to)
256 unsigned to = m_nodes.size() - 1; local
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
time_support.h 26 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
41 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
46 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
77 /* OPENSSL_gmtime_diff calculates the difference between |from| and |to| and
81 const struct tm *to);
  /external/chromium_org/third_party/icu/source/extra/uconv/
resfiles.mk 3 # to include in uconv.
5 # The variable FILESEPCHAR is defined by the caller to be
  /external/chromium_org/third_party/mesa/src/
Android.common.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
8 # to deal in the Software without restriction, including without limitation
9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
10 # and/or sell copies of the Software, and to permit persons to whom the
11 # Software is furnished to do so, subject to the following conditions:
17 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
60 # uncomment to keep the debug symbols
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
spinlock_internal.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,
46 // "from" to "to". It returns when it performs a transition where done==true.
49 int32 to; member in struct:base::internal::SpinLockWaitTransition
53 // Wait until *w can transition from trans[i].from to trans[i].to for some i
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
spinlock_internal.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,
46 // "from" to "to". It returns when it performs a transition where done==true.
49 int32 to; member in struct:base::internal::SpinLockWaitTransition
53 // Wait until *w can transition from trans[i].from to trans[i].to for some i
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_opus_unittest.cc 22 // These constants correspond to those used in ACMOpus::SetPacketLossRate().
39 void TestSetPacketLossRate(int from, int to, int expected_return);
43 void AcmOpusTest::TestSetPacketLossRate(int from, int to, int expected_return) {
44 for (int loss = from; loss <= to; (to >= from) ? ++loss : --loss) {
86 void AcmOpusTest:TestSetPacketLossRate(int /* from */, int /* to */,

Completed in 929 milliseconds

1 2 3 4 5 6 7 8 91011>>