HomeSort by relevance Sort by last modified time
    Searched refs:semicolon (Results 1 - 25 of 49) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/
semi.s 1 .macro semicolon
9 semicolon
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/
semi.s 0 semicolon macro
9 semicolon
1 semicolon macro macro
  /external/curl/src/
tool_formparse.c 186 bool semicolon; local
192 semicolon = (';' == *ptr) ? TRUE : FALSE;
196 while(semicolon) {
219 /* there's a semicolon following - we check if it is a filename
228 semicolon = (';' == *ptr) ? TRUE : FALSE;
232 semicolon = FALSE;
240 semicolon = (';' == *ptr) ? TRUE : FALSE;
247 semicolon = (';' == *ptr) ? TRUE : FALSE;
  /external/selinux/libsemanage/src/
users_base_file.c 148 goto semicolon;
177 /* Check for semicolon */
178 semicolon:
  /external/libmicrohttpd/src/microhttpd/
connection.c 1298 char *semicolon; local
    [all...]
  /external/nfacct/
nfacct.c 589 char *semicolon = strchr(buffer, ';'); local
590 if (semicolon == NULL) {
594 *semicolon = 0;
  /external/v8/test/webkit/
do-while-semicolon.js 25 "This test checks that toString() round-trip on a function that has do..while in JavaScript does not insert extra semicolon."
class-syntax-semicolon.js 24 description('Tests for ES6 class syntax containing semicolon in the class body');
  /external/v8/test/webkit/fast/js/kde/
exceptions.js 44 // same as above but lacking a semicolon after throw
  /external/curl/lib/
checksrc.pl 50 'SPACESEMILCOLON' => 'space before semicolon',
417 # check for space before the semicolon last in a line
420 $line, length($1), $file, $ol, "space before last semicolon");
  /external/icu/icu4c/source/common/
uloc.cpp 649 const char* semicolon = NULL; local
670 semicolon = uprv_strchr(pos, ';');
673 if(!equalSign || (semicolon && semicolon<equalSign)) {
705 if (!*equalSign || equalSign == semicolon) {
712 pos = semicolon;
    [all...]
  /external/v8/test/webkit/fast/js/
parser-syntax-check.js 71 // it seems the End-Of-File terminator is converted to semicolon
76 // some comma expressions: see reparsing-semicolon-insertion.js
  /external/ImageMagick/www/api/
channel.php 72 <p>A channel without an operation symbol implies separate (i.e, semicolon). </dd>
  /external/bison/
maint.mk 271 dummy=; : so we do not need a semicolon before each use; \
276 dummy=; : so we do not need a semicolon before each use; \
470 dummy=; : so we do not need a semicolon before each use; \
    [all...]
  /external/fonttools/Lib/fontTools/
agl.py 68 # Format: three semicolon-delimited fields:
624 003B;semicolon;SEMICOLON
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 221 'whitespace/semicolon',
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/
tokenizer.js 439 if (this._lookahead() === $.SEMICOLON)
466 //then found match is terminated by semicolon.
470 if (cp === $.SEMICOLON) {
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 202 'whitespace/semicolon',
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py 202 'whitespace/semicolon',
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /external/zxing/core/
core.jar 
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
parse5.js 688 SEMICOLON: 0x3B,
    [all...]

Completed in 2259 milliseconds

1 2