Searched refs:is (Results 451 - 475 of 6381) sorted by relevance

<<11121314151617181920>>

/external/clang/lib/Lex/
H A DTokenLexer.cpp5 // This file is distributed under the University of Illinois Open Source
28 // If the client is reusing a TokenLexer, make sure to free any memory
52 assert((Tokens[0].getLocation().isFileID() || Tokens[0].is(tok::comment)) &&
58 // have their locations pointing inside this chunk. This is to avoid
68 // If this is a function-like macro, expand the arguments and change
73 // Mark the macro as currently disabled, so that it is not recursively
85 // If the client is reusing a TokenLexer, make sure to free any memory
131 // In Microsoft-compatibility mode, a comma is removed in the expansion
132 // of " ... , __VA_ARGS__ " if __VA_ARGS__ is empty. This extension is
[all...]
/external/iproute2/doc/
H A Dip-cref.tex25 from the \verb|iproute2| package. It is not a tutorial or user's guide.
26 It is a {\em dictionary\/}, not explaining terms,
28 However, the document is self-contained and the reader, provided they have a
33 This document is split into sections explaining \verb|ip| commands
43 The generic form of an \verb|ip| command is:
47 where \verb|OPTIONS| is a set of optional modifiers affecting the
62 As a rule, the information is statistics or some time values.
68 --- enforce the protocol family to use. If the option is not present,
69 the protocol family is guessed from other arguments. If the rest of the command
71 one, usually \verb|inet| or \verb|any|. \verb|link| is
[all...]
/external/llvm/test/MC/Mips/
H A Dnacl-mask.s5 # This test tests that address-masking sandboxing is added when given assembly
9 # Test that address-masking sandboxing is added before indirect branches and
26 # Check that additional nop is inserted, to align mask and jr to the next
37 # Test that address-masking sandboxing is added before load instructions.
63 # Check that additional nop is inserted, to align mask and load to the next
97 # Check that loads where base register is $sp or $t8 (thread pointer register)
107 # Test that address-masking sandboxing is added before store instructions.
131 # Check that additional nop is inserted, to align mask and store to the next
159 # Check that stores where base register is $sp or $t8 (thread pointer register)
169 # Test that address-masking sandboxing is adde
[all...]
/external/libunwind/doc/
H A Dunw_get_proc_info.tex21 identified by argument \Var{cp}. The \Var{pip} argument is a pointer
22 to a structure of type \Type{unw\_proc\_info\_t} which is used to
29 member is cleared to 0. \\
33 the \Var{end\_ip} member is cleared to 0. \\
37 the procedure has no such area, this member is cleared to 0. \\
39 handler routine. This is sometimes called the \emph{personality}
41 a personality routine, the \Var{handler} member is cleared to 0. \\
50 flag \Const{UNW\_PI\_FLAG\_IA64\_RBS\_SWITCH} is set if the
54 \Var{format} is equal to \Const{UNW\_INFO\_FORMAT\_DYNAMIC}. If the
55 unwind-info consists of a (target-specific) unwind table, it is
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DActionScriptTarget.java54 // If name is a literal, return the token type instead
66 * if the int is below 255, we encode as hex literal
67 * If the int is between 255 and 0x7fff we use a single unicode literal with the value
68 * If the int is above 0x7fff, we use a unicode literal of 0x80hh, where hh is the high-order
69 * bits followed by \xll where ll is the lower order bits of a 16-bit number.
72 * may be a compressed AMF encoding that is embedded using an Embed tag in ActionScript.
100 * 0xHHHHHHHHLLLLLLLL is broken into the following string:
103 * This is to match how the BitSet constructor works, where the bits are
/external/chromium_org/media/base/simd/
H A Dmedia_export.asm2 ; Use of this source code is governed by a BSD-style license that can be
16 ; A flag representing the specified symbol is a private symbol. This define adds
30 ; Designates a symbol as PRIVATE if EXPORT_SYMBOLS is not set.
/external/chromium_org/third_party/freetype/
H A DAndroid.mk1 # this is now the default FreeType build for Android
11 # compile in ARM mode, since the glyph loader/renderer is a hotspot
51 # the following is for testing only, and should not be used in final builds
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_agp_offset.spec29 OpenGL 1.0 or later is required
30 GLX_NV_vertex_array_range is required.
31 This extensions is written against the OpenGL 1.4 Specification.
69 block of AGP memory is located with respect to the start of the AGP
75 memory in basic machine units (i.e. bytes). If pointer is invalid
80 None. This is a client side-only extension.
/external/chromium_org/third_party/skia/
H A Dmake.bat3 @rem Use of this source code is governed by a BSD-style license that can be
33 echo ERROR: Neither VS100COMNTOOLS nor VS110COMNTOOLS environment variable is set.
34 echo Are you sure Visual Studio 2010 or 2012 is installed?
/external/chromium_org/v8/test/cctest/
H A Dtest-code-stubs-arm.cc73 if (!source_reg.is(sp)) {
82 if (!reg.is(destination_reg)) {
96 if (destination_reg.is(source_reg) && !source_reg.is(sp)) {
109 if (!reg.is(destination_reg)) {
119 if (!destination_reg.is(r0))
/external/clang/lib/Rewrite/Frontend/
H A DRewriteMacros.cpp5 // This file is distributed under the University of Illinois Open Source
47 /// comments if ReturnComment is false.
53 if (!ReturnComment && RawTokens[CurTok].is(tok::comment))
67 // though it is in raw mode, it will not return comments.
79 // up the indentifier info. This is important for equality comparison of
81 if (RawTok.is(tok::raw_identifier))
117 // If PPTok is from a different source file, ignore it.
127 if (RawTok.is(tok::hash) && RawTok.isAtStartOfLine()) {
128 // If this is a #warning directive or #pragma mark (GNU extensions),
130 if (RawTokens[CurRawTok].is(to
[all...]
/external/freetype/
H A DAndroid.mk1 # this is now the default FreeType build for Android
11 # compile in ARM mode, since the glyph loader/renderer is a hotspot
52 # the following is for testing only, and should not be used in final builds
/external/jemalloc/include/jemalloc/
H A Djemalloc_mangle.sh9 * so that it is possible to use jemalloc in conjunction with another allocator
30 * public jemalloc API if JEMALLOC_NO_DEMANGLE is defined. This is primarily
/external/libcxx/test/strings/string.conversions/
H A Dto_wstring.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
51 std::wistringstream is(s);
53 is >> t;
58 std::wistringstream is(s);
60 is >> t;
84 std::wistringstream is(s);
86 is >> t;
/external/libvorbis/doc/
H A D08-residue.tex31 vector is the same in all three variants.
34 coding structure, ignoring for the moment exactly how a partition is
35 encoded and simply trusting that it is, is as follows:
38 \item Each vector is partitioned into multiple equal sized chunks
42 coded is \emph{n}/\emph{residue_partition_size}*\emph{ch}. It is
52 is also partitioned into chunks. The integer elements of each scalar
60 codebook design dictates that each vector is encoded as the additive
64 a partition is th
[all...]
/external/llvm/bindings/ocaml/bitreader/
H A Dllvm_bitreader.mli5 * This file is distributed under the University of Illinois Open Source
19 raises [Error msg] otherwise, where [msg] is a description of the error
26 raises [Error msg] otherwise, where [msg] is a description of the error
/external/llvm/bindings/ocaml/bitwriter/
H A Dllvm_bitwriter.mli5 * This file is distributed under the University of Illinois Open Source
21 [m] to the channel [c]. If [unbuffered] is [true], after every write the fd
28 to the channel [c]. If [unbuffered] is [true], after every write the fd
/external/llvm/lib/Support/Windows/
H A DProcess.inc5 // This file is distributed under the University of Illinois Open Source
86 // This function retrieves the page size using GetNativeSystemInfo() and is
138 // of that application, which is the incorrect behavior for this API.
144 // Windows also has modal pop-up message boxes. As this method is used by
145 // bugpoint, preventing these pop-ups is additionally important.
152 /// UTF-8. \arg Name is assumed to be in UTF-8 encoding.
160 // way to know what the encoding is. The only reliable way to look up
161 // multibyte environment variable is to use GetEnvironmentVariableW().
/external/mesa3d/docs/
H A DMESA_agp_offset.spec29 OpenGL 1.0 or later is required
30 GLX_NV_vertex_array_range is required.
31 This extensions is written against the OpenGL 1.4 Specification.
69 block of AGP memory is located with respect to the start of the AGP
75 memory in basic machine units (i.e. bytes). If pointer is invalid
80 None. This is a client side-only extension.
/external/skia/
H A Dmake.bat3 @rem Use of this source code is governed by a BSD-style license that can be
33 echo ERROR: Neither VS100COMNTOOLS nor VS110COMNTOOLS environment variable is set.
34 echo Are you sure Visual Studio 2010 or 2012 is installed?
/external/svox/pico/tts/
H A DAndroid.mk4 # excluding the compatibility code. This is identical
32 # Build Pico Shared Library. This rule is used by the
34 # using dlsym. This is essentially the same as the rule
/external/valgrind/main/memcheck/tests/linux/
H A Drfcomm.stderr.exp4 Address 0x........ is on thread 1's stack
11 Address 0x........ is on thread 1's stack
18 Address 0x........ is on thread 1's stack
/external/valgrind/main/memcheck/tests/
H A Dpartial_load_ok.stderr.exp4 Address 0x........ is 1 bytes inside a block of size 4 alloc'd
10 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
16 Address 0x........ is 0 bytes inside a block of size 4 free'd
H A Dvarinfo2.stderr.exp5 Location 0x........ is 0 bytes inside var[7],
12 Location 0x........ is 2 bytes inside var.bar,
19 Location 0x........ is 1 byte inside local var "var"
H A Dvarinfo4.stderr.exp5 Location 0x........ is 1 byte inside a[3].xyzzy[21].c1,
12 Location 0x........ is 0 bytes inside a[5].bong,
19 Location 0x........ is 1 byte inside a[3].xyzzy[21].c2[2],

Completed in 1029 milliseconds

<<11121314151617181920>>