HomeSort by relevance Sort by last modified time
    Searched refs:of (Results 401 - 425 of 8142) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/
md5.js 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
12 // * Neither the name of Google Inc. nor the names of its
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US
    [all...]
accessors-on-global-object.js 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
12 // * Neither the name of Google Inc. nor the names of its
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US
    [all...]
object-literal-gc.js 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
12 // * Neither the name of Google Inc. nor the names of its
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US
    [all...]
regexp-string-methods.js 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
12 // * Neither the name of Google Inc. nor the names of its
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
EquivalenceTest.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
38 EquivalenceTester.of(Equivalences.equals().<String>pairwise())
39 .addEquivalenceGroup(ImmutableList.<String>of())
40 .addEquivalenceGroup(ImmutableList.of("a"))
41 .addEquivalenceGroup(ImmutableList.of("b"))
42 .addEquivalenceGroup(ImmutableList.of("a", "b"), ImmutableList.of("a", "b"))
99 EquivalenceTester.of(Equivalences.equals().onResultOf(Functions.toStringFunction()))
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedMultisetTest.java 5 * in compliance with the License. You may obtain a copy of the License at
10 * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
102 Multiset<String> multiset = ImmutableSortedMultiset.of();
107 Multiset<String> multiset = ImmutableSortedMultiset.of("a");
112 Multiset<String> multiset = ImmutableSortedMultiset.of("a", "b");
117 Multiset<String> multiset = ImmutableSortedMultiset.of("a", "b", "c");
122 Multiset<String> multiset = ImmutableSortedMultiset.of("a", "b", "c", "d");
127 Multiset<String> multiset = ImmutableSortedMultiset.of("a", "b", "c", "d", "e");
132 Multiset<String> multiset = ImmutableSortedMultiset.of("a", "b", "c", "d", "e", "f");
137 Multiset<String> multiset = ImmutableSortedMultiset.of("a", "b", "c", "d", "e", "f", "g")
    [all...]
  /external/libunwind/doc/
unw_get_proc_name.tex 8 \begin{Name}{3}{unw\_get\_proc\_name}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_name}unw\_get\_proc\_name -- get name of current procedure
19 The \Func{unw\_get\_proc\_name}() routine returns the name of the
23 the name of the procedure. The \Var{offp} argument is a pointer to a
24 word that is used to return the byte-offset of the instruction-pointer
26 of the procedure. For example, if procedure \Func{foo}() starts at
28 stack frame with an instruction-pointer value of 0x40003080 would
29 return a value of 0x80 in the word pointed to by \Var{offp} (assuming
37 may return the name of a label or a preceeding (nearby) procedure.
39 the returned name, which ensures that the value (address) of the
41 instruction-pointer of the stack frame identified by \Var{cp}
    [all...]
  /external/mockito/src/org/mockito/internal/util/collections/
HashCodeAndEqualsSafeSet.java 3 * This program is made available under the terms of the MIT License.
63 return backingHashSet.contains(HashCodeAndEqualsMockWrapper.of(mock));
67 return backingHashSet.add(HashCodeAndEqualsMockWrapper.of(mock));
71 return backingHashSet.remove(HashCodeAndEqualsMockWrapper.of(mock));
136 hashSet.add(HashCodeAndEqualsMockWrapper.of(mock));
145 public static HashCodeAndEqualsSafeSet of(Object... mocks) { method
146 return of(Arrays.asList(mocks));
149 public static HashCodeAndEqualsSafeSet of(Iterable<Object> objects) { method
  /external/chromium_org/third_party/simplejson/
__init__.py 1 r"""JSON (JavaScript Object Notation) <http://json.org> is a subset of
5 :mod:`simplejson` exposes an API familiar to users of the standard library
7 version of the :mod:`json` library contained in Python 2.6, but maintains
156 will be skipped instead of raising a ``TypeError``.
169 serialize out of range ``float`` values (``nan``, ``inf``, ``-inf``)
170 in strict compliance of the JSON specification, instead of using the
175 for each level of nesting. ``None`` (the default) selects the most compact
177 versions of simplejson earlier than 2.1.0, an integer is also accepted
181 then it will be used instead of the default ``(', ', ': ')`` separators
    [all...]
  /external/chromium_org/chrome/browser/resources/
about_conflicts.js 2 // Use of this source code is governed by a BSD-style license that can be
12 'type': 'The type of module found',
14 'The type of module (string), defaults to blank for regular modules',
17 'name': 'The name of the module',
18 'product_name': 'The name of the product the module belongs to',
21 'digital_signer': 'The signer of the digital certificate for the module',
53 * current state of installed modules.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
script_installer.js 2 // Use of this source code is governed by a BSD-style license that can be
23 * @param {Array.<string>} srcs An array of URLs of scripts.
24 * @param {string} uid A unique id. This function won't install the same set of
44 // Directly write the contents of the script we are trying to inject into
51 // Add a magic comment to the bottom of the file so that
52 // Chrome knows the name of the script in the JavaScript debugger.
  /external/chromium_org/chrome/browser/resources/options/chromeos/
bluetooth_device_list.js 2 // Use of this source code is governed by a BSD-style license that can be
32 * @param {BluetoothDevice} device Description of the Bluetooth device.
53 * Description of the Bluetooth device.
64 // There are four kinds of devices we want to distinguish:
79 // can be in the process of connecting and pairing, so we check connecting
91 * Class for displaying a list of Bluetooth devices.
101 * Height of a list entry in px.
108 * Width of a list entry in px.
117 // Force layout of all items even if not in the viewport to address
121 // required to avoid caching incorrect sizes during layout of a hidde
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
declarative_content_custom_bindings.js 2 // Use of this source code is governed by a BSD-style license that can be
18 // Returns the schema definition of type |typeId| defined in |namespace|.
25 // Helper function for the constructor of concrete datatypes of the
27 // Makes sure that |this| contains the union of parameters and
46 'Element of \'css\' array must be a ' +
47 'list of valid compound selectors: ' +
  /external/chromium_org/third_party/skia/tools/lua/
scrape_dashing.lua 26 startcanvas() is called at the start of each picture file, passing the
27 canvas that we will be drawing into, and the name of the file.
29 Following this call, there will be some number of calls to accumulate(t)
30 where t is a table of parameters that were passed to that draw-op.
32 t.verb is a string holding the name of the draw-op (e.g. "drawRect")
82 lua_pictures will call this function after all of the pictures have been
89 print("histogram of point-counts for all drawPoints calls")
  /external/chromium_org/ui/webui/resources/js/
local_strings.js 2 // Use of this source code is governed by a BSD-style license that can be
6 * NOTE: The use of this file is deprecated. Use load_time_data.js instead.
15 * of window.templateDate will be used.
23 // Start of anonymous namespace.
60 * @param {string} id The ID of the string we want.
76 * @param {string} id The ID of the string we want.
86 // End of anonymous namespace.
  /external/chromium_org/v8/test/intl/break-iterator/
property-override.js 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
12 // * Neither the name of Google Inc. nor the names of its
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US
    [all...]
  /external/chromium_org/v8/test/intl/collator/
property-override.js 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
12 // * Neither the name of Google Inc. nor the names of its
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
inline-function-apply.js 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
12 // * Neither the name of Google Inc. nor the names of its
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US
    [all...]
simple-deopt.js 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
12 // * Neither the name of Google Inc. nor the names of its
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US
    [all...]
variables.js 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
12 // * Neither the name of Google Inc. nor the names of its
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
module-recompile.js 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
12 // * Neither the name of Google Inc. nor the names of its
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1079.js 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
12 // * Neither the name of Google Inc. nor the names of its
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US
    [all...]
regress-108296.js 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
12 // * Neither the name of Google Inc. nor the names of its
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US
    [all...]
regress-1106.js 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
12 // * Neither the name of Google Inc. nor the names of its
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US
    [all...]
regress-1531.js 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
12 // * Neither the name of Google Inc. nor the names of its
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US
    [all...]

Completed in 742 milliseconds

<<11121314151617181920>>