Searched refs:of (Results 176 - 200 of 2387) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/data/translit/
H A Dtrnsfiles.mk3 # A list of txt's to build
6 # If you are thinking of modifying this file, READ THIS.
8 # Instead of changing this file [unless you want to check it back in],
/external/clang/test/SemaCXX/
H A Dwarn-bool-conversion.cpp4 int* j = false; // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
6 void foo(int* i, int *j=(false)) // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
8 foo(false); // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
12 foo(false == true); // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
13 foo((42 + 24) < 32); // expected-warning{{initialization of pointer of typ
[all...]
/external/guava/guava-tests/test/com/google/common/cache/
H A DForwardingCacheTest.java6 * You may obtain a copy of the License at
64 expect(mock.getAllPresent(ImmutableList.of("key")))
65 .andReturn(ImmutableMap.of("key", Boolean.TRUE));
67 assertEquals(ImmutableMap.of("key", Boolean.TRUE),
68 forward.getAllPresent(ImmutableList.of("key")));
80 mock.invalidateAll(ImmutableList.of("key"));
82 forward.invalidateAll(ImmutableList.of("key"));
/external/icu/icu4c/source/data/translit/
H A Dtrnsfiles.mk3 # A list of txt's to build
6 # If you are thinking of modifying this file, READ THIS.
8 # Instead of changing this file [unless you want to check it back in],
/external/libpng/contrib/examples/
H A Diccfrompng.c9 * example of a program that extracts information from the header of a PNG file
13 * information in the section of the file that preceeds the image data.
18 * To use supply a list of PNG files containing iCCP chunks, the chunks will be
115 FILE *of; local
120 of = fopen(output, "wb");
121 if (of != NULL)
123 if (fwrite(profile, proflen, 1, of) == 1 &&
124 fflush(of) == 0 &&
125 fclose(of)
[all...]
/external/llvm/bindings/ocaml/irreader/
H A Dllvm_irreader.mli5 * This file is distributed under the University of Illinois Open Source
15 exception Error of string
19 raises [Error msg] otherwise, where [msg] is a description of the error
/external/valgrind/main/helgrind/tests/
H A Dfree_is_write.stderr.exp16 Possible data race during write of size 1 at 0x........ by thread #x
23 This conflicts with a previous read of size 1 by thread #x
26 Address 0x........ is 5 bytes inside an unallocated block of size 16 in arena "client"
H A Dtc19_shadowmem.stderr.exp24 Possible data race during write of size 1 at 0x........ by thread #x
31 This conflicts with a previous write of size 1 by thread #x
37 Address 0x........ is 0 bytes inside a block of size 100 alloc'd
58 Possible data race during write of size 1 at 0x........ by thread #x
65 This conflicts with a previous write of size 1 by thread #x
71 Address 0x........ is 1 bytes inside a block of size 100 alloc'd
92 Possible data race during write of size 1 at 0x........ by thread #x
99 This conflicts with a previous write of size 1 by thread #x
105 Address 0x........ is 2 bytes inside a block of size 100 alloc'd
126 Possible data race during write of siz
[all...]
/external/valgrind/main/memcheck/tests/
H A Dmempool.stderr.exp1 Invalid write of size 1
4 Address 0x........ is 1 bytes before a block of size 10 client-defined
9 Invalid write of size 1
12 Address 0x........ is 0 bytes after a block of size 10 client-defined
17 Invalid write of size 1
20 Address 0x........ is 70 bytes inside a block of size 100,000 alloc'd
26 Invalid write of size 1
29 Address 0x........ is 96 bytes inside a block of size 100,000 alloc'd
35 10 bytes in 1 blocks are definitely lost in loss record ... of ...
40 10 bytes in 1 blocks are definitely lost in loss record ... of
[all...]
/external/oprofile/events/i386/nehalem/
H A Devents14 event:0xc0 counters:0,1,2,3 um:inst_retired minimum:6000 name:INST_RETIRED : number of instructions retired
15 event:0xc4 counters:0,1,2,3 um:br_inst_retired minimum:500 name:BR_INST_RETIRED : number of branch instructions retired
16 event:0xc5 counters:0,1,2,3 um:br_misp_retired minimum:500 name:BR_MISS_PRED_RETIRED : number of mispredicted branches retired (precise)
18 event:0x02 counters:0,1,2,3 um:sb_forward minimum:6000 name:SB_FORWARD : Counts the number of store forwards.
19 event:0x03 counters:0,1,2,3 um:load_block minimum:6000 name:LOAD_BLOCK : Counts the number of loads blocked
20 event:0x04 counters:0,1,2,3 um:sb_drain minimum:6000 name:SB_DRAIN : Counts the cycles of store buffer drains.
21 event:0x05 counters:0,1,2,3 um:misalign_mem_ref minimum:6000 name:MISALIGN_MEM_REF : Counts the number of misaligned load references
22 event:0x06 counters:0,1,2,3 um:store_blocks minimum:6000 name:STORE_BLOCKS : This event counts the number of load operations delayed caused by preceding stores.
26 event:0x0B counters:0,1,2,3 um:mem_inst_retired minimum:6000 name:MEM_INST_RETIRED : Counts the number of instructions with an architecturally-visible load/store retired on the architected path.
27 event:0x0C counters:0,1,2,3 um:mem_store_retired minimum:6000 name:MEM_STORE_RETIRED : The event counts the number of retire
[all...]
/external/valgrind/main/memcheck/tests/amd64/
H A Dsh-mem-vec256-plo-no.stderr.exp28 Invalid read of size 32
30 Address 0x........ is 1 bytes before a block of size 80,000 alloc'd
35 Invalid write of size 8
37 Address 0x........ is 1 bytes before a block of size 80,000 alloc'd
47 Invalid read of size 32
49 Address 0x........ is 79,969 bytes inside a block of size 80,000 alloc'd
54 Invalid write of size 8
56 Address 0x........ is 79,993 bytes inside a block of size 80,000 alloc'd
64 Invalid read of size 32
66 Address 0x........ is 0 bytes inside a block of siz
[all...]
/external/libvorbis/doc/
H A D06-floor0.tex10 smooth spectral envelope curve as the frequency response of the LSP
20 Floor zero configuration consists of six integer fields and a list of
26 Configuration information for instances of floor zero decodes from the
31 1) [floor0_order] = read an unsigned integer of 8 bits
32 2) [floor0_rate] = read an unsigned integer of 16 bits
33 3) [floor0_bark_map_size] = read an unsigned integer of 16 bits
34 4) [floor0_amplitude_bits] = read an unsigned integer of six bits
35 5) [floor0_amplitude_offset] = read an unsigned integer of eight bits
36 6) [floor0_number_of_books] = read an unsigned integer of fou
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model_neon.S4 @ Use of this source code is governed by a BSD-style license
5 @ that can be found in the LICENSE file in the root of the source
8 @ be found in the AUTHORS file in the root of the source tree.
146 vmov.32 r2, d1[1] @ Store # of sign bits of only the 32 MSBs.
148 vshl.s64 d0, d3 @ d3 contains # of sign bits of the 32 MSBs.
151 vmov.s32 r1, d1[1] @ Store # of sign bits of only the 32 MSBs.
153 vshl.s64 d0, d3 @ d3 contains # of sig
[all...]
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl4 # a list of DHCP clients.
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 2 of the License, or
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # You should have received a copy of the GNU General Public License
22 # * The license is in fact included at the end of this file, and can
38 # Fixed HTML entities (a client ID of ????<? screwed it up)
45 # Location of state file. (This is the dnsmasq default.)
48 # Location of template. (Assumed to be in current directory.)
70 # Master list of client
[all...]
/external/chromium_org/native_client_sdk/src/doc/reference/
H A Dindex.rst5 The reference section includes more in-depth details about some aspects of
7 addition, it contains information that's mainly of interest to developers who
8 want to have a better understanding of how NaCl and PNaCl work under the hood;
/external/chromium_org/third_party/icu/source/data/misc/
H A Dmiscfiles.mk3 # A list of txt's to build
6 # If you are thinking of modifying this file, READ THIS.
8 # Instead of changing this file [unless you want to check it back in],
19 # * To REPLACE the default list and only build a subset of files:
/external/chromium_org/third_party/icu/source/data/sprep/
H A Dsprepfiles.mk3 # A list of txt's to build
6 # If you are thinking of modifying this file, READ THIS.
8 # Instead of changing this file [unless you want to check it back in],
19 # * To REPLACE the default list and only build a subset of files:
/external/chromium_org/third_party/skia/platform_tools/android/examples/hello_skia_app/jni/
H A DAndroid.mk12 # Local filename of the skia shared object
23 include $(CLEAR_VARS) # clear out the variables of the previous module
25 # Name of the module that the app will reference with System.loadLibrary
28 # List of the source files compiled for this module
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/
H A Dsettings.css2 * Use of this source code is governed by a BSD-style license that can be
13 #tabs-settings table td:last-of-type {
/external/compiler-rt/lib/tsan/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DMinimalIterable.java6 * You may obtain a copy of the License at
24 * An implementation of {@code Iterable} which throws an exception on all
25 * invocations of the {@link #iterator()} method after the first, and whose
34 * <li>throwing an exception of some kind
36 * implementations have, of returning a new, independent iterator
39 * Because of this situation, any public method accepting an iterable should
45 * ones of the robust variety.
55 public static <E> MinimalIterable<E> of(E... elements) { method in class:MinimalIterable
62 * The elements are copied out of the source collection at the time this
67 return (MinimalIterable) of(element
[all...]
/external/guava/guava-tests/test/com/google/common/base/
H A DEquivalencesTest.java6 * You may obtain a copy of the License at
37 EquivalenceTester.of(Equivalences.equals())
44 EquivalenceTester.of(Equivalences.identity())
/external/icu/icu4c/source/data/misc/
H A Dmiscfiles.mk3 # A list of txt's to build
6 # If you are thinking of modifying this file, READ THIS.
8 # Instead of changing this file [unless you want to check it back in],
19 # * To REPLACE the default list and only build a subset of files:
/external/icu/icu4c/source/data/sprep/
H A Dsprepfiles.mk3 # A list of txt's to build
6 # If you are thinking of modifying this file, READ THIS.
8 # Instead of changing this file [unless you want to check it back in],
19 # * To REPLACE the default list and only build a subset of files:
/external/libunwind/doc/
H A Dlibunwind-dynamic.tex14 the \emph{frame state} of each frame in a call-chain. The frame state
15 describes the subset of the machine-state that consists of the
22 For statically generated code, the compiler normally takes care of
23 emitting \emph{unwind-info} which provides the minimum amount of
28 page describes the format of this information in detail.
30 For the purpose of this discussion, a \emph{procedure} is defined to
31 be an arbitrary piece of \emph{contiguous} code. Normally, each
41 A procedure logically consists of a sequence of \emp
[all...]

Completed in 707 milliseconds

1234567891011>>