HomeSort by relevance Sort by last modified time
    Searched full:terminated (Results 1026 - 1050 of 2498) sorted by null

<<41424344454647484950>>

  /external/e2fsprogs/e2fsck/
problem.h 650 /* '.' is not NULL terminated */
653 /* '..' is not NULL terminated */
  /external/elfutils/libelf/
libelfP.h 411 char ar_name[16]; /* NUL terminated ar_name of elf_ar_hdr. */
412 char raw_name[17]; /* This is a buffer for the NUL terminated
  /external/gcc-demangle/
demangle.h 422 /* A pointer to the name (which need not NULL terminated) and
622 string. The demangled element string is always nul-terminated, though
  /external/icu4c/common/
normalizer2.cpp 677 // Avoid duplicate argument checking and support NUL-terminated src.
714 // Avoid duplicate argument checking and support NUL-terminated src.
uinvchar.c 222 /* NUL-terminated */
266 /* NUL-terminated */
  /external/icu4c/common/unicode/
bytestrie.h 191 * @param length The length of the byte sequence. Can be -1 if NUL-terminated.
306 * @return The NUL-terminated byte sequence for the last successful next().
  /external/icu4c/i18n/
zonemeta.cpp 272 id[len] = (char) 0; // Make sure it is null terminated.
312 id[len] = (char) 0; // Make sure it is null terminated.
  /external/icu4c/test/intltest/
dcfmtest.cpp 97 // The data is guaranteed to be nul terminated. (This is not true of StringPiece
121 // a UnicodeString. The extracted data is guaranteed to be nul terminated.
  /external/iproute2/ip/
xfrm_policy.c 804 fprintf(stderr, "Delete-all terminated\n");
830 fprintf(stderr, "Dump terminated\n");
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
LwjglAudioRenderer.java 101 if (audioThread.getState() == Thread.State.TERMINATED)
102 throw new IllegalStateException("Audio thread is terminated");
    [all...]
  /external/jpeg/
ansi2knr.c 133 shall be automatically terminated. However, parties who have received
135 have their licenses terminated so long as such parties remain in full
  /external/llvm/include/llvm/ADT/
StringRef.h 35 /// array and a length, which need not be null terminated.
106 /// terminated).
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 114 /// can only fail when the loop's latch block is not terminated by a conditional
164 " Can't unroll; loop not terminated by a conditional branch.\n");
  /external/ppp/pppd/
fsm.c 625 info("%s terminated by peer (%0.*v)", PROTO_NAME(f), len, p);
627 info("%s terminated by peer", PROTO_NAME(f));
utils.c 86 * always leaves destination null-terminated (for len > 0).
109 * always leaves destination null-terminated (for len > 0).
  /external/qemu/distrib/jpeg-6b/
ansi2knr.c 133 shall be automatically terminated. However, parties who have received
135 have their licenses terminated so long as such parties remain in full
  /external/quake/quake/src/WinQuake/
cl_parse.cpp 34 "svc_print", // [string] null terminated string
36 // the string should be \n terminated
  /external/strace/
strace.1 538 The trace may be terminated
596 is terminated by a signal,
  /external/svox/pico/lib/
picotrns.c 695 * Add chars from NULLC-terminated string \c inStr, shifted to plane \c plane, to internal input buffer of
699 * @param inStr NULLC-terminated byte sequence
  /external/v8/src/
platform.h 251 // Safe formatting print. Ensures that str is always null-terminated.
417 // terminated.
  /external/valgrind/main/coregrind/m_demangle/
demangle.h 402 /* A pointer to the name (which need not NULL terminated) and
583 string. The demangled element string is always nul-terminated, though
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.cpp 47 // Construct a string with UTF-16 data, from a null-terminated source.
69 // Construct a string with latin1 data, from a null-terminated source.
WTFString.h 100 // Construct a string with UTF-16 data, from a null-terminated source.
106 // Construct a string with latin1 data, from a null-terminated source.
  /external/zlib/
zlib.h 120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
application-element.jd 160 <dd>Whether the application in question should be terminated after its
169 terminated.

Completed in 510 milliseconds

<<41424344454647484950>>