Searched refs:is (Results 301 - 325 of 7284) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/strings/string.conversions/
H A Dto_string.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
51 std::istringstream is(s);
53 is >> t;
58 std::istringstream is(s);
60 is >> t;
84 std::istringstream is(s);
86 is >> t;
/external/valgrind/main/coregrind/m_demangle/
H A Dsafe-ctype.c7 This file is part of the libiberty library.
8 Libiberty is free software; you can redistribute it and/or
13 Libiberty is distributed in the hope that it will be useful,
29 It is defined by @file{safe-ctype.h}, and will be an integer constant
34 The host character set is unknown - that is, not one of the next two
38 The host character set is ASCII.
41 The host character set is some variant of EBCDIC. (Only one of the
42 nineteen EBCDIC varying characters is tested; exercise caution.)
88 Note that, if the host character set is ASCI
136 #define is macro
[all...]
/external/valgrind/main/drd/tests/
H A Dannotate_ignore_rw2.stderr.exp4 Location 0x........ is 0 bytes inside global var "s_b"
9 Location 0x........ is 0 bytes inside global var "s_a"
14 Location 0x........ is 0 bytes inside global var "s_c"
H A Dannotate_ignore_write.stderr.exp4 Location 0x........ is 0 bytes inside global var "s_b"
9 Location 0x........ is 0 bytes inside global var "s_c"
14 Location 0x........ is 0 bytes inside global var "s_a"
/external/valgrind/main/memcheck/tests/
H A Ddw4.stderr.exp4 Address 0x........ is 4 bytes inside a block of size ... alloc'd
11 Location 0x........ is 0 bytes inside S2[0].i,
17 Location 0x........ is 0 bytes inside local.i,
H A Drealloc3.stderr.exp3 Address 0x........ is 15 bytes after a block of size 5 alloc'd
9 Address 0x........ is 15 bytes after a block of size 5 alloc'd
15 Address 0x........ is 15 bytes after a block of size 5 alloc'd
H A Dwritev1.stderr.exp5 Address 0x........ is not stack'd, malloc'd or (recently) free'd
11 Address 0x........ is not stack'd, malloc'd or (recently) free'd
17 Address 0x........ is not stack'd, malloc'd or (recently) free'd
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_array.spec30 OpenGL 1.2 or GL_EXT_texture3D is required.
32 Support for ARB_fragment_program is assumed, but not required.
34 Support for ARB_fragment_program_shadow is assumed, but not required.
36 Support for EXT_framebuffer_object is assumed, but not required.
54 texture applied to it. If the transition is from beach sand to
59 3. Storing short video clips in textures. Each depth slice is a
68 TEXTURE_2D_ARRAY, is added that functions identically to TEXTURE_3D in
70 traditional 3D texturing, the size of the N+1 LOD is half the size
72 the height and width of the N+1 LOD is halved, but the depth is th
[all...]
H A DMESA_texture_signed_rgba.spec49 It is usually possible to get the same functionality
51 is undesirable since modern hardware has direct support for this.
61 The rgba part is there because only 4 channel format is supported.
69 since OpenGL 3.1 does not support them any longer, and there is some
71 avoid all this. Likewise, only 8 bits per channel is supported.
83 A signed 8-bit two's complement value X is computed to
95 This conversion is intentionally NOT the "byte" conversion listed
100 The Table 2.9 conversion is incapable of exactly representing
104 This is th
[all...]
/external/mesa3d/docs/
H A DMESA_texture_array.spec30 OpenGL 1.2 or GL_EXT_texture3D is required.
32 Support for ARB_fragment_program is assumed, but not required.
34 Support for ARB_fragment_program_shadow is assumed, but not required.
36 Support for EXT_framebuffer_object is assumed, but not required.
54 texture applied to it. If the transition is from beach sand to
59 3. Storing short video clips in textures. Each depth slice is a
68 TEXTURE_2D_ARRAY, is added that functions identically to TEXTURE_3D in
70 traditional 3D texturing, the size of the N+1 LOD is half the size
72 the height and width of the N+1 LOD is halved, but the depth is th
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGElement.h6 * This library is free software; you can redistribute it and/or
11 * This library is distributed in the hope that it will be useful,
197 // FIXME: |parseAttributeNew| is a new implementation of parseAttribute
199 // This is to replace |parseAttribute()| after all derived class switch to call this.
281 inline bool is##thisType(const thisType* element); \
282 inline bool is##thisType(const thisType& element); \
283 inline bool is##thisType(const SVGElement* element) { return element && is##thisType(*element); } \
284 inline bool is##thisType(const Node& node) { return node.isSVGElement() ? is##thisTyp
[all...]
/external/chromium_org/v8/src/ic/arm/
H A Dstub-cache-arm.cc2 // Use of this source code is governed by a BSD-style license that can be
71 // It's a nice optimization if this constant is encodable in the bic insn.
104 // Make sure that code is valid. The multiplying code relies on the
112 DCHECK(!scratch.is(receiver));
113 DCHECK(!scratch.is(name));
114 DCHECK(!extra.is(receiver));
115 DCHECK(!extra.is(name));
116 DCHECK(!extra.is(scratch));
117 DCHECK(!extra2.is(receiver));
118 DCHECK(!extra2.is(nam
[all...]
/external/chromium_org/v8/src/ic/mips/
H A Dstub-cache-mips.cc2 // Use of this source code is governed by a BSD-style license that can be
100 // Make sure that code is valid. The multiplying code relies on the
108 DCHECK(!scratch.is(receiver));
109 DCHECK(!scratch.is(name));
110 DCHECK(!extra.is(receiver));
111 DCHECK(!extra.is(name));
112 DCHECK(!extra.is(scratch));
113 DCHECK(!extra2.is(receiver));
114 DCHECK(!extra2.is(name));
115 DCHECK(!extra2.is(scratc
[all...]
/external/chromium_org/v8/src/ic/mips64/
H A Dstub-cache-mips64.cc2 // Use of this source code is governed by a BSD-style license that can be
100 // Make sure that code is valid. The multiplying code relies on the
109 DCHECK(!scratch.is(receiver));
110 DCHECK(!scratch.is(name));
111 DCHECK(!extra.is(receiver));
112 DCHECK(!extra.is(name));
113 DCHECK(!extra.is(scratch));
114 DCHECK(!extra2.is(receiver));
115 DCHECK(!extra2.is(name));
116 DCHECK(!extra2.is(scratc
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
H A Dutilities.mak12 # This is used as the common way to specify
14 # newlines; the default is a bizarre string.
27 # The only solution is to change each newline into
47 # the default escape is a bizarre string.
49 # NOTE: The escape is used directly as a string constant
50 # in an `awk' program that is delimited by shell
63 # the default escape is a bizarre string.
65 # NOTE: The escape is used directly as an extended regular
66 # expression constant in an `awk' program that is
70 # (The bash shell has a bug where `{gsub(...),...}' is
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognizerSharedState.as8 * parser is protected.
18 /** This is true when we see an error and before having successfully
25 * This is used to prevent infinite loops where an error is found
26 * but no token is consumed during recovery...another error is found,
27 * ad naseum. This is a failsafe mechanism to guarantee that at least
28 * one token/tree node is consumed for two errors.
40 /** If 0, no backtracking is going on. Safe to exec actions etc...
46 * the stop token index for each rule. ruleMemo[ruleIndex] is
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DANTLRStringStream.pm13 is => 'ro',
19 is => 'rw',
25 is => 'rw',
31 is => 'rw',
37 is => 'rw',
43 is => 'rw',
49 is => 'rw',
55 is => 'rw',
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
H A DStreamRedirector.java12 * distributed under the License is distributed on an "AS IS" BASIS,
46 * @param is stream to be redirected
50 public StreamRedirector(InputStream is, LogWriter logWriter, String name) { argument
54 InputStreamReader isr = new InputStreamReader(is);
/external/chromium_org/v8/test/cctest/
H A Dtest-code-stubs-ia32.cc56 source_reg.is(esp) ? 0 : (HeapNumber::kValueOffset - kSmiTagSize);
66 if (!source_reg.is(esp)) {
75 if (!reg.is(esp) && !reg.is(ebp) && !reg.is(destination_reg)) {
93 if (!reg.is(esp) && !reg.is(ebp) && !reg.is(destination_reg)) {
H A Dtest-code-stubs-x64.cc55 source_reg.is(rsp) ? 0 : (HeapNumber::kValueOffset - kSmiTagSize);
65 if (!source_reg.is(rsp)) {
66 // The argument we pass to the stub is not a heap number, but instead
79 if (!reg.is(rsp) && !reg.is(rbp) && !reg.is(destination_reg)) {
96 if (!reg.is(rsp) && !reg.is(rbp) && !reg.is(destination_reg)) {
H A Dtest-code-stubs-x87.cc56 source_reg.is(esp) ? 0 : (HeapNumber::kValueOffset - kSmiTagSize);
66 if (!source_reg.is(esp)) {
75 if (!reg.is(esp) && !reg.is(ebp) && !reg.is(destination_reg)) {
93 if (!reg.is(esp) && !reg.is(ebp) && !reg.is(destination_reg)) {
/external/clang/test/Sema/
H A Dno-documentation-warn-tagdecl-specifier.c17 // expected-warning@+1 {{'@return' command used in a comment that is not attached to a function or method declaration}}
24 struct s4 { int is; }; member in struct:s4
26 // expected-warning@+1 {{'@return' command used in a comment that is not attached to a function or method declaration}}
28 struct s5 { int is; }; member in struct:s5
31 // expected-warning@+1 {{'@return' command used in a comment that is not attached to a function or method declaration}}
36 // expected-warning@+1 {{'@return' command used in a comment that is not attached to a function or method declaration}}
59 // expected-warning@+1 {{'@return' command used in a comment that is not attached to a function or method declaration}}
68 // expected-warning@+1 {{'@return' command used in a comment that is not attached to a function or method declaration}}
73 // expected-warning@+1 {{'@return' command used in a comment that is not attached to a function or method declaration}}
78 // expected-warning@+1 {{'@return' command used in a comment that is no
[all...]
/external/compiler-rt/lib/tsan/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
/external/junit/src/org/junit/
H A DAssume.java4 import static org.hamcrest.CoreMatchers.is;
12 * A set of methods useful for stating assumptions about the conditions in which a test is meaningful.
13 * A failed assumption does not mean the code is broken, but that the test provides no useful information.
18 * // only provides information if database is reachable.
39 assumeThat(b, is(true));
52 * If not, the test halts and is ignored.
55 * assumeThat(1, is(1)); // passes
57 * assumeThat(0, is(1)); // assumption failure! test halts
61 * @param <T> the static type accepted by the matcher (this can flag obvious compile-time problems such as {@code assumeThat(1, is("a"))}
74 * Use to assume that an operation completes normally. If {@code t} is no
[all...]
/external/libunwind/doc/
H A Dunw_regname.tex20 register \Var{regnum}. If \Var{regnum} is an invalid or otherwise
22 marks is returned. The returned string is statically allocated and
32 The \Func{unw\_regname}() routine is thread-safe as well as safe to

Completed in 953 milliseconds

<<11121314151617181920>>