HomeSort by relevance Sort by last modified time
    Searched full:terminator (Results 1 - 25 of 936) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Other/
2002-03-11-ConstPropCrash.ll 1 ; When constant propogating terminator instructions, the basic block iterator
2 ; was not updated to refer to the final position of the new terminator. This
3 ; can be bad, f.e. because constproping a terminator can lead to the
  /external/llvm/lib/Target/SystemZ/
SystemZLongBranch.cpp 94 // Represents the state of a block terminator.
96 // If this terminator is a relaxable branch, this points to the branch
100 // The address that we currently assume the terminator has.
103 // The current size of the terminator in bytes.
144 void skipTerminator(BlockPosition &Position, TerminatorInfo &Terminator,
148 bool mustRelaxBranch(const TerminatorInfo &Terminator, uint64_t Address);
153 void relaxBranch(TerminatorInfo &Terminator);
173 // accordingly and move Position to the end of the block's non-terminator
196 // Position describes the state immediately before Terminator.
197 // Update Terminator accordingly and move Position past it
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asynchat.py 35 'terminator' (usually '\r\n' for single-line responses, '\r\n.\r\n'
41 of the connection, you'll have self.terminator set to '\r\n', in
45 method) up to the terminator, and then control will be returned to
65 # for string terminator matching
97 self.terminator = term
100 return self.terminator
104 # check for the terminator,
117 # Continue to search for self.terminator in self.ac_in_buffer,
119 # is necessary because we might read several data+terminator
124 terminator = self.get_terminator(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asynchat.py 35 'terminator' (usually '\r\n' for single-line responses, '\r\n.\r\n'
41 of the connection, you'll have self.terminator set to '\r\n', in
45 method) up to the terminator, and then control will be returned to
65 # for string terminator matching
97 self.terminator = term
100 return self.terminator
104 # check for the terminator,
117 # Continue to search for self.terminator in self.ac_in_buffer,
119 # is necessary because we might read several data+terminator
124 terminator = self.get_terminator(
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-892742.js 33 // line terminator making g() return undefined.
35 return/* Counts as line-terminator whitespace.
40 return// Comment doesn't include line-terminator at end.
  /external/v8/test/mjsunit/regress/
regress-892742.js 33 // line terminator making g() return undefined.
35 return/* Counts as line-terminator whitespace.
40 return// Comment doesn't include line-terminator at end.
  /bionic/libc/arch-x86/string/
strlen.S 13 xorl %eax,%eax /* set search for null terminator */
  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
length_limits.h 17 // These lengths do not include the NULL terminator.
  /external/llvm/test/Transforms/SimplifyCFG/
branch-fold-test.ll 2 ; terminator instructions.
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
vectorbuffer.cpp 19 void TNodeBuffer::TNode::Terminator(TNodeBuffer::TNode* aNode)
48 node->iSucc->iSucc = NULL; //terminator
  /external/chromium_org/third_party/icu/source/tools/toolutil/
uparse.c 296 const char **terminator,
321 *terminator=end;
340 *terminator=end;
348 const char *terminator; local
350 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode);
352 terminator=u_skipWhitespace(terminator);
353 if(*terminator!=';' && *terminator!=0) {
  /external/icu4c/tools/toolutil/
uparse.c 298 const char **terminator,
323 *terminator=end;
342 *terminator=end;
350 const char *terminator; local
352 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode);
354 terminator=u_skipWhitespace(terminator);
355 if(*terminator!=';' && *terminator!=0) {
  /libcore/luni/src/main/java/java/io/
LineNumberInputStream.java 26 * line terminator sequences are {@code '\r'}, {@code '\n'} and {@code "\r\n"}.
27 * When using {@code read}, line terminator sequences are always translated into
107 * The line number count is incremented if a line terminator is encountered.
108 * Recognized line terminator sequences are {@code '\r'}, {@code '\n'} and
109 * {@code "\r\n"}. Line terminator sequences are always translated into
146 * <p>The line number count is incremented if a line terminator is encountered.
147 * Recognized line terminator sequences are {@code '\r'}, {@code '\n'} and
148 * {@code "\r\n"}. Line terminator sequences are always translated into
216 * terminator sequences are skipped.
  /external/llvm/test/CodeGen/Mips/
machineverifier.ll 3 ; is not the terminator instruction after delay slot filler pass is run.
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_VideoDriverName.3 11 The buffer pointed to by \fBnamebuf\fR is filled up to a maximum of \fBmaxlen\fR characters (include the NULL terminator) with the name of the initialised video driver\&. The driver name is a simple one word identifier like "x11" or "windib"\&.
  /bionic/libc/include/sys/
system_properties.h 42 ** \0 terminator to the provided pointer. The total bytes
65 ** of the value. Copies the value and \0 terminator into
67 ** terminator) will be no greater that PROP_VALUE_MAX.
  /development/ndk/platforms/android-3/include/sys/
system_properties.h 42 ** \0 terminator to the provided pointer. The total bytes
61 ** of the value. Copies the value and \0 terminator into
63 ** terminator) will be no greater that PROP_VALUE_MAX.
  /external/chromium_org/third_party/angle_dx11/extensions/
ANGLE_translated_shader_source.txt 76 source string, including a null terminator, is returned. If no source has
91 terminator, is returned in <length>. If <length> is NULL, no length is
93 <source>, including the null terminator, is speci?ed by <bufSize>. The
  /external/clang/lib/Analysis/
CFGStmtMap.cpp 58 // If 'Entry' is already initialized (e.g., a terminator was already),
71 // Finally, look at the terminator. If the terminator was already added
  /external/libvpx/libvpx/third_party/libmkv/
EbmlWriter.c 44 /* TODO: it's not clear from the spec whether the nul terminator
45 * should be serialized too. For now we omit the null terminator.
53 /* TODO: it's not clear from the spec whether the nul terminator
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 42 ** \0 terminator to the provided pointer. The total bytes
61 ** of the value. Copies the value and \0 terminator into
63 ** terminator) will be no greater that PROP_VALUE_MAX.
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
system_properties.h 42 ** \0 terminator to the provided pointer. The total bytes
61 ** of the value. Copies the value and \0 terminator into
63 ** terminator) will be no greater that PROP_VALUE_MAX.
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
system_properties.h 42 ** \0 terminator to the provided pointer. The total bytes
61 ** of the value. Copies the value and \0 terminator into
63 ** terminator) will be no greater that PROP_VALUE_MAX.
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
system_properties.h 42 ** \0 terminator to the provided pointer. The total bytes
61 ** of the value. Copies the value and \0 terminator into
63 ** terminator) will be no greater that PROP_VALUE_MAX.
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
system_properties.h 42 ** \0 terminator to the provided pointer. The total bytes
61 ** of the value. Copies the value and \0 terminator into
63 ** terminator) will be no greater that PROP_VALUE_MAX.

Completed in 1188 milliseconds

1 2 3 4 5 6 7 8 91011>>