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

<<11121314151617181920>>

  /external/llvm/bindings/ocaml/linker/
llvm_linker.mli 5 * This file is distributed under the University of Illinois Open Source
15 exception Error of string
  /external/llvm/test/MC/ARM/
directive-word-diagnostics.s 11 @ CHECK-NOT: error: unexpected token at start of statement
  /external/llvm/test/MC/Mips/
elf_eflags_micromips.s 3 # This *MUST* match the output of gas compiled with the same triple.
elf_eflags_mips16.s 3 # This *MUST* match the output of gas compiled with the same triple.
  /external/guava/guava-tests/test/com/google/common/collect/
MapsTest.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
113 * number of elements won't cause a rehash.
316 tester.setDefault(BiMap.class, ImmutableBiMap.of());
368 Map<Integer, String> left = ImmutableMap.of(
370 Map<Integer, String> right = ImmutableMap.of(
375 assertEquals(ImmutableMap.of(2, "b", 4, "d"), diff1.entriesOnlyOnLeft());
376 assertEquals(ImmutableMap.of(6, "z"), diff1.entriesOnlyOnRight());
377 assertEquals(ImmutableMap.of(1, "a"), diff1.entriesInCommon());
378 assertEquals(ImmutableMap.of(3
    [all...]
  /external/bison/doc/
bison.x 6 is a parser generator in the style of
14 convention of ending in
19 of the input file.
29 instead of
37 This description of the options that can be given to
49 instead of
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
injected_script_loader.js 2 // Use of this source code is governed by a BSD-style license that can be
19 * Loads a dictionary of file contents for Javascript files.
20 * @param {Array.<string>} files A list of file names.
39 // Add a magic comment to the bottom of the file so that
40 // Chrome knows the name of the script in the JavaScript debugger.
42 // The 'chromevox' id is only used in the DevTools instead of a long
  /external/chromium_org/chrome/browser/resources/pdf/
main.js 2 // Use of this source code is governed by a BSD-style license that can be
21 * of the PDF 'stream' (the data that points to the PDF) and constructs a
26 // passed in which identifies the instance of the plugin.
40 // The viewer may be started directly by passing in the URL of the PDF to load
42 // of this page will be of the form
  /external/chromium_org/remoting/webapp/
host.js 2 // Use of this source code is governed by a BSD-style license that can be
7 * The deserialized form of the chromoting host as returned by Apiary.
41 * the host's major version number is more than 1 lower than that of the web-
42 * app (a difference of 1 is tolerated due to the different update mechanisms)
46 * @param {string|number} webappVersion The version number of the web-app, in
49 * @return {boolean} True if the host is on-line but out-of-date.
  /external/chromium_org/third_party/skia/tools/lua/
scrape.lua 25 startcanvas() is called at the start of each picture file, passing the
26 canvas that we will be drawing into, and the name of the file.
28 Following this call, there will be some number of calls to accumulate(t)
29 where t is a table of parameters that were passed to that draw-op.
31 t.verb is a string holding the name of the draw-op (e.g. "drawRect")
74 lua_pictures will call this function after all of the pictures have been
  /external/chromium_org/third_party/sqlite/src/tool/
space_used.tcl 6 # Get the name of the database to analyze
24 name clob, -- Name of a table or index in the database file
26 payload int, -- Total amount of data stored in this table or index
27 pri_pages int, -- Number of primary pages used
28 ovfl_pages int, -- Number of overflow pages used
29 pri_unused int, -- Number of unused bytes on primary pages
30 ovfl_unused int -- Number of unused bytes on overflow pages
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce1.asm 10 [savexmm128 xmm7, 020h];the offset is from the base of the frame
11 ;not the scaled offset of the frame
15 [savereg rdi, 010h]; you can still use RSP as the base of the frame
19 ; you can modify the stack pointer outside of the prologue (similar to alloca)
27 ; we can unwind from the following AV because of the frame pointer
33 ; this isn't part of the official epilog, as described in section 2.5
sce3.asm 10 [savexmm128 xmm7, 020h];the offset is from the base of the frame
11 ;not the scaled offset of the frame
15 [savereg rdi, 010h]; you can still use RSP as the base of the frame
19 ; you can modify the stack pointer outside of the prologue (similar to alloca)
27 ; we can unwind from the following AV because of the frame pointer
33 ; this isn't part of the official epilog, as described in section 2.5
  /external/chromium_org/v8/test/mjsunit/
api-call-after-bypassed-exception.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...]
array-push-non-smi-value.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/
alloc-number-debug.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...]
alloc-number.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...]
for-stmt.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...]
function-call.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...]
jsnatives.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-2.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-5.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-7.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-96989.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-inline-callfunctionstub.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 1971 milliseconds

<<11121314151617181920>>