Searched refs:is (Results 651 - 675 of 7284) sorted by relevance

<<21222324252627282930>>

/external/clang/lib/Parse/
H A DParseStmtAsm.cpp5 // This file is distributed under the University of Illinois Open Source
83 // The total length we've consumed is the relative offset
110 // For now, assert that the string we're working with is a substring
138 // FIXME: This isn't right if .macro is involved (but hopefully, no
153 // FIXME: Assert the answer is sane once we handle .macro correctly.
213 if (Tok.is(EndOfStream)) {
224 if (Invalid || Tok.is(EndOfStream)) {
236 assert(Tok.is(EndOfStream));
263 if (!isNewStatement && (Tok.is(tok::kw_asm) || Tok.isAtStartOfLine())) {
277 if (Tok.is(to
[all...]
/external/e2fsprogs/tests/scripts/
H A Dresize_test31 echo Checksum is $CSUM_1 >> $LOG
67 echo Checksum is $CSUM_2 >> $LOG
92 echo Checksum is $CSUM_2 >> $LOG
117 echo Checksum is $CSUM_2 >> $LOG
142 echo Checksum is $CSUM_2 >> $LOG
/external/libunwind/doc/
H A Dunw_resume.tex37 \Func{access\_fpreg} accessor callbacks as needed. Once that is
38 accomplished, the \Func{resume} accessor callback is invoked. The
39 \Func{unw\_resume} routine then returns normally (that is, unlikely
46 registers. However, if \Prog{libunwind} is used to set an exception
65 negative value of one of the errors below is returned.
69 \Func{unw\_resume}() is thread-safe. If cursor \Var{cp} is in the
70 local address-space, this routine is also safe to use from a signal
80 \Var{cp} is not valid.
82 \Var{cp} is no
[all...]
H A Dunw_create_addr_space.tex29 is supported depends on the target platform.
37 variable is copied into the newly-created address space, so the
41 The first argument to every call-back routine is an address-space
42 identifier (\Var{as}) and the last argument is an arbitrary,
45 address-space on whose behalf the invocation is made and the \Var{arg}
81 \Var{ip} argument is an instruction-address inside the procedure whose
82 information is needed. The \Var{pip} argument is a pointer to the
84 variable is \Type{unw\_proc\_info\_t}. See
86 \Var{need\_unwind\_info} is zer
[all...]
H A Dlibunwind.tex66 \Prog{Libunwind} is very easy to use when unwinding a stack from
67 within a running program. This is called \emph{local} unwinding. Say
71 initialize an \emph{unwind~cursor} based on this snapshot. This is
73 to the current frame, that is, the stack frame that corresponds to the
83 While it is not possible to directly move the unwind cursor in the
92 back \Var{prev} to \Var{curr} whenever that is necessary. In the most
97 Given an unwind cursor, it is possible to read and write the CPU
120 execution at an arbitrary stack frame. As you might guess, this is
134 \File{$<$libunwind.h$>$}. It is perfectly OK for a single program to
135 employ both local-only and generic unwinding. That is, whethe
[all...]
/external/llvm/test/MC/ARM/
H A Deh-directive-text-section-multiple-func.s4 @ Check whether the section is switched back or not.
7 @ It is incorrect if the machine code is emitted in .ARM.exidx or .ARM.extab.
51 @ 0xB0B0B080, which means compact model 0 is used (0x80) and the rest of the
52 @ word is filled with FINISH opcode (0xB0).
H A Deh-directive-text-section.s7 @ exception handling table. For example, if the function is defined in .text
47 @ this should be .ARM.exidx. It is incorrect to see .ARM.exidx.text here.
65 @ 0xB0B0B080, which means compact model 0 is used (0x80) and the rest of the
66 @ word is filled with FINISH opcode (0xB0).
76 @ Besides, since this function is using compact model 0, thus we have to
/external/mesa3d/docs/OLD/
H A DMESA_program_debug.spec28 OpenGL 1.4 is required
29 The extension is written against the OpenGL 1.4 specification.
31 or NV_fragment_program is required.
38 The concept is that vertex and fragment program debuggers will be
48 The main feature is the ProgramCallbackMESA function. It allows the
91 The rule is that the callback function can only issue glGet*()
185 When the callback function is called, <target> will either be
187 program is currently executing and <data> will be the value
226 The current value of the named variable is returned as four
228 the error INVALID_OPERATION is generate
[all...]
/external/valgrind/main/memcheck/tests/
H A Dmempool2.stderr.exp7 Address 0x........ is 1 bytes before a block of size 10 client-defined
15 Address 0x........ is 0 bytes after a block of size 10 client-defined
26 Address 0x........ is 1 bytes before a block of size 20 client-defined
34 Address 0x........ is 0 bytes after a block of size 20 client-defined
45 Address 0x........ is 0 bytes inside a block of size 32 alloc'd
57 Address 0x........ is not stack'd, malloc'd or (recently) free'd
65 Address 0x........ is 0 bytes inside a block of size 32 alloc'd
77 Address 0x........ is not stack'd, malloc'd or (recently) free'd
85 Address 0x........ is 1 bytes before a block of size 10 client-defined
92 Address 0x........ is
[all...]
/external/ant-glob/
H A DNOTICE14 * the copyright owner that is granting the License.
38 * copyright notice that is included in or attached to the work
39 * (an example is provided in the Appendix below).
42 * form, that is based on (or derived from) the Work and for which the
51 * to that Work or Derivative Works thereof, that is intentionally
60 * excluding communication that is conspicuously marked or otherwise
88 * as of the date such litigation is filed.
199 * distributed under the License is distributed on an "AS IS" BASIS,
209 related items) is being provided by the copyright holders under the following
215 with or without modification, for any purpose and without fee or royalty is
[all...]
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DTokenRewriteStream.js6 * String. This is very efficient because you are not moving data around
7 * all the time. As the buffer of tokens is converted to strings, the
8 * toString() method(s) check to see if there is an operation at the
9 * current index. If so, the operation is done and then normal String
10 * rendering continues on the buffer. This is like having multiple Turing
14 * screw up the token index values. That is, an insert operation at token
20 * roll back any changes if there is an error just by removing instructions.
49 * If you don't use named rewrite streams, a "default" stream is used as
147 * the indicated instruction (via instructionIndex) is no
161 var is
[all...]
/external/chromium_org/third_party/skia/tools/lua/
H A Dscrape_dashing.lua26 startcanvas() is called at the start of each picture file, passing the
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")
34 when a given picture is done, we call endcanvas(canvas, fileName)
41 Called when the current canvas is done drawing.
/external/f2fs-tools/
H A DAndroid.mk9 # external/e2fsprogs/lib is needed for uuid/uuid.h
61 # The LOCAL_MODULE name is referenced by the code. Don't change it.
64 # mkfs.f2fs is used in recovery: must be static.
69 # when the recovery image is being made.
84 # The LOCAL_MODULE name is referenced by the code. Don't change it.
/external/qemu/slirp/
H A Ddebug.c20 * Only done when the tty being used is /dev/tty --RedWolf */
88 struct slirp_ifstats *is = &ttyp->ifstats;
100 lprint(" using %s encapsulation (VJ compression is %s)\r\n", (
106 lprint(" interface is %s\r\n", ttyp->up?"up":"down");
107 lprint(" using fd %d, guardian pid is %d\r\n", ttyp->fd, ttyp->pid);
109 lprint(" towrite is %d bytes\r\n", ttyp->towrite);
116 lprint(" %6d output packets sent (%d bytes)\r\n", is->out_pkts, is->out_bytes);
117 lprint(" %6d output packets dropped (%d bytes)\r\n", is->out_errpkts, is
[all...]
/external/qemu/slirp-android/
H A Ddebug.c22 * Only done when the tty being used is /dev/tty --RedWolf */
87 struct slirp_ifstats *is = &ttyp->ifstats;
99 lprint(" using %s encapsulation (VJ compression is %s)\r\n", (
105 lprint(" interface is %s\r\n", ttyp->up?"up":"down");
106 lprint(" using fd %d, guardian pid is %d\r\n", ttyp->fd, ttyp->pid);
108 lprint(" towrite is %d bytes\r\n", ttyp->towrite);
115 lprint(" %6d output packets sent (%d bytes)\r\n", is->out_pkts, is->out_bytes);
116 lprint(" %6d output packets dropped (%d bytes)\r\n", is->out_errpkts, is
[all...]
/external/skia/tools/lua/
H A Dscrape_dashing.lua26 startcanvas() is called at the start of each picture file, passing the
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")
34 when a given picture is done, we call endcanvas(canvas, fileName)
41 Called when the current canvas is done drawing.
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc226 // The deserializer needs to know whether a pointer is specially coded.  Being
227 // specially coded on ARM means that it is a movw/movt instruction, or is an
229 // FLAG_enable_ool_constant_pool is true.
290 // ROR #0 is functionally equivalent to LSL #0 and this allow us to encode
403 // register r is not encoded.
407 // register r is not encoded.
686 // Check the instruction is indeed a
693 // Check the instruction is indeed a
700 // Check the instruction is indee
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dfont.cc11 * distributed under the License is distributed on an "AS IS" BASIS,
216 InputStream* is) {
218 builder->LoadFont(is);
322 void Font::Builder::LoadFont(InputStream* is) { argument
323 // Note: we do not throw exception here for is. This is more of an assertion.
324 assert(is);
325 FontInputStream font_is(is);
335 // Note: we do not throw exception here for is. This is mor
215 GetOTFBuilder(FontFactory* factory, InputStream* is) argument
480 ReadHeader(FontInputStream* is, HeaderOffsetSortedSet* records) argument
524 LoadTableData(HeaderOffsetSortedSet* headers, FontInputStream* is, DataBlockMap* table_data) argument
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DH264TrackImpl.java370 ByteArrayInputStream is = cleanBuffer(data);
371 is.read();
372 seqParameterSet = SeqParameterSet.read(is);
381 ByteArrayInputStream is = new ByteArrayInputStream(data);
382 is.read();
383 pictureParameterSet = PictureParameterSet.read(is);
442 public SliceHeader(InputStream is, SeqParameterSet sps, PictureParameterSet pps, boolean IdrPicFlag) throws IOException { argument
443 is.read();
444 CAVLCReader reader = new CAVLCReader(is);
555 LOG.fine("Resetting to " + markPos + " (pos is "
587 SEIMessage(InputStream is, SeqParameterSet sps) argument
[all...]
/external/sfntly/cpp/src/sfntly/
H A Dfont.cc11 * distributed under the License is distributed on an "AS IS" BASIS,
216 InputStream* is) {
218 builder->LoadFont(is);
322 void Font::Builder::LoadFont(InputStream* is) { argument
323 // Note: we do not throw exception here for is. This is more of an assertion.
324 assert(is);
325 FontInputStream font_is(is);
335 // Note: we do not throw exception here for is. This is mor
215 GetOTFBuilder(FontFactory* factory, InputStream* is) argument
480 ReadHeader(FontInputStream* is, HeaderOffsetSortedSet* records) argument
524 LoadTableData(HeaderOffsetSortedSet* headers, FontInputStream* is, DataBlockMap* table_data) argument
[all...]
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3commontreenodestream.c66 static void consume (pANTLR3_INT_STREAM is);
67 static ANTLR3_MARKER tindex (pANTLR3_INT_STREAM is);
68 static ANTLR3_UINT32 _LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i);
69 static ANTLR3_MARKER mark (pANTLR3_INT_STREAM is);
70 static void release (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker);
71 static void rewindMark (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker);
72 static void rewindLast (pANTLR3_INT_STREAM is);
73 static void seek (pANTLR3_INT_STREAM is, ANTLR3_MARKER index);
74 static ANTLR3_UINT32 size (pANTLR3_INT_STREAM is);
260 // Signal that this is
615 consume(pANTLR3_INT_STREAM is) argument
631 _LA(pANTLR3_INT_STREAM is, ANTLR3_INT32 i) argument
656 mark(pANTLR3_INT_STREAM is) argument
677 release(pANTLR3_INT_STREAM is, ANTLR3_MARKER marker) argument
688 rewindMark(pANTLR3_INT_STREAM is, ANTLR3_MARKER marker) argument
694 rewindLast(pANTLR3_INT_STREAM is) argument
703 seek(pANTLR3_INT_STREAM is, ANTLR3_MARKER index) argument
715 tindex(pANTLR3_INT_STREAM is) argument
731 size(pANTLR3_INT_STREAM is) argument
[all...]
/external/chromium_org/media/base/simd/
H A Dconvert_rgb_to_yuv_ssse3.inc2 ; Use of this source code is governed by a BSD-style license that can be
47 ; When the width is odd, We read the rightmost ARGB pixel and convert its
61 ; Calculate u[0] from one RGB pixel read above. If this is an odd line, the
77 ; If the input width is not a multiple of four, read the rightmost two ARGB
92 ; Skip calculating u and v if the output buffer is NULL.
116 ; Check if the input buffer is aligned to a 16-byte boundary and use movdqa
125 ; source address is aligned.)
133 ; Skip calculating u and v if the output buffer is NULL, which means we are
174 ; Skip calculating u and v if the output buffer is NULL.
199 ; Just exit this function since this is
[all...]
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_drm_image.spec27 Requires EGL 1.4 or later. This extension is written against the
30 EGL_KHR_base_image is required.
90 extension is EGL_DRM_BUFFER_FORMAT_ARGB32_MESA, where each pixel
91 is a CPU-endian, 32-bit quantity, with alpha in the upper 8 bits,
101 EGL_DRM_BUFFER_USE_CURSOR_MESA is set, width and height must both
113 If <name> is non-NULL, a global name is assigned to the image and
115 for use with DRM kernel modesetting API) is written to <handle> if
116 non-NULL and the stride (in bytes) is written to <stride>, if
129 RESOLVED: The eglCreateImageKHR entry point is reserve
[all...]
/external/mesa3d/docs/
H A DMESA_drm_image.spec27 Requires EGL 1.4 or later. This extension is written against the
30 EGL_KHR_base_image is required.
90 extension is EGL_DRM_BUFFER_FORMAT_ARGB32_MESA, where each pixel
91 is a CPU-endian, 32-bit quantity, with alpha in the upper 8 bits,
101 EGL_DRM_BUFFER_USE_CURSOR_MESA is set, width and height must both
113 If <name> is non-NULL, a global name is assigned to the image and
115 for use with DRM kernel modesetting API) is written to <handle> if
116 non-NULL and the stride (in bytes) is written to <stride>, if
129 RESOLVED: The eglCreateImageKHR entry point is reserve
[all...]
/external/valgrind/main/memcheck/tests/amd64/
H A Dsh-mem-vec128-plo-no.stderr.exp30 Address 0x........ is 1 bytes before a block of size 80,000 alloc'd
37 Address 0x........ is 1 bytes before a block of size 80,000 alloc'd
49 Address 0x........ is 79,985 bytes inside a block of size 80,000 alloc'd
56 Address 0x........ is 79,993 bytes inside a block of size 80,000 alloc'd
66 Address 0x........ is 0 bytes inside a block of size 64 alloc'd
82 Address 0x........ is 0 bytes inside a block of size 64 alloc'd
98 Address 0x........ is 0 bytes inside a block of size 64 alloc'd
114 Address 0x........ is 0 bytes inside a block of size 64 alloc'd
130 Address 0x........ is 0 bytes inside a block of size 64 alloc'd
146 Address 0x........ is
[all...]

Completed in 5894 milliseconds

<<21222324252627282930>>