HomeSort by relevance Sort by last modified time
    Searched refs:extended (Results 151 - 175 of 194) sorted by null

1 2 3 4 5 67 8

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex.h 356 static constexpr flag_type extended = regex_constants::extended; member in class:basic_regex
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 192 function $extend(original, extended){
193 for (var key in (extended || {})) original[key] = extended[key];
937 if (event.$extended) return event;
938 this.$extended = true;
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
id3_parser.js 344 // Skip extended header if found
  /external/chromium_org/third_party/libxml/src/
tree.c     [all...]
testapi.c 19239 int extended; \/* if 1 do a recursive copy (properties, namespaces and children when applicable) if 2 copy properties and namespaces (when applicable) *\/ local
19708 int extended; \/* if 1 do a recursive copy (properties, namespaces and children when applicable) if 2 copy properties and namespaces (when applicable) *\/ local
    [all...]
  /external/libxml2/
tree.c     [all...]
  /external/elfutils/
elfutils.spec 266 - libebl, libdwfl: backend register name support extended with more info
  /external/grub/
config.status 262 This file was extended by GRUB $as_me 0.97, which was
    [all...]
  /external/icu4c/
config.status 262 This file was extended by $as_me, which was
    [all...]
  /external/srtp/
config.status 262 This file was extended by $as_me, which was
  /external/zlib/src/
make_vms.com 63 $!!! if axp .or. ia64 then set proc/parse=extended
  /external/valgrind/main/VEX/priv/
host_ppc_defs.c 829 PPCInstr* PPCInstr_Div ( Bool extended, Bool syned, Bool sz32,
833 i->Pin.Div.extended = extended;
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php     [all...]
  /external/chromium_org/v8/src/
messages.js 139 illegal_let: ["Illegal let declaration outside extended mode"],
    [all...]
  /external/fdlibm/
configure     [all...]
  /external/v8/src/
messages.js 208 "illegal_let", ["Illegal let declaration outside extended mode"],
    [all...]
  /external/blktrace/btt/doc/
btt.tex 549 low, it represents an extended period of time where no queue requests
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 2 topics = {'assert': '\nThe ``assert`` statement\n************************\n\nAssert statements are a convenient way to insert debugging assertions\ninto a program:\n\n assert_stmt ::= "assert" expression ["," expression]\n\nThe simple form, ``assert expression``, is equivalent to\n\n if __debug__:\n if not expression: raise AssertionError\n\nThe extended form, ``assert expression1, expression2``, is equivalent\nto\n\n if __debug__:\n if not expression1: raise AssertionError(expression2)\n\nThese equivalences assume that ``__debug__`` and ``AssertionError``\nrefer to the built-in variables with those names. In the current\nimplementation, the built-in variable ``__debug__`` is ``True`` under\nnormal circumstances, ``False`` when optimization is requested\n(command line option -O). The current code generator emits no code\nfor an assert statement when optimization is requested at compile\ntime. Note that it is unnecessary to include the source code for the\nexpression that failed in the error message; it will be displayed as\npart of the stack trace.\n\nAssignments to ``__debug__`` are illegal. The value for the built-in\nvariable is determined when the interpreter starts.\n',
12 'bltin-ellipsis-object': '\nThe Ellipsis Object\n*******************\n\nThis object is used by extended slice notation (see *Slicings*). It\nsupports no special operations. There is exactly one ellipsis object,\nnamed ``Ellipsis`` (a built-in name).\n\nIt is written as ``Ellipsis``. When in a subscript, it can also be\nwritten as ``...``, for example ``seq[...]``.\n',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 2 topics = {'assert': '\nThe ``assert`` statement\n************************\n\nAssert statements are a convenient way to insert debugging assertions\ninto a program:\n\n assert_stmt ::= "assert" expression ["," expression]\n\nThe simple form, ``assert expression``, is equivalent to\n\n if __debug__:\n if not expression: raise AssertionError\n\nThe extended form, ``assert expression1, expression2``, is equivalent\nto\n\n if __debug__:\n if not expression1: raise AssertionError(expression2)\n\nThese equivalences assume that ``__debug__`` and ``AssertionError``\nrefer to the built-in variables with those names. In the current\nimplementation, the built-in variable ``__debug__`` is ``True`` under\nnormal circumstances, ``False`` when optimization is requested\n(command line option -O). The current code generator emits no code\nfor an assert statement when optimization is requested at compile\ntime. Note that it is unnecessary to include the source code for the\nexpression that failed in the error message; it will be displayed as\npart of the stack trace.\n\nAssignments to ``__debug__`` are illegal. The value for the built-in\nvariable is determined when the interpreter starts.\n',
12 'bltin-ellipsis-object': '\nThe Ellipsis Object\n*******************\n\nThis object is used by extended slice notation (see *Slicings*). It\nsupports no special operations. There is exactly one ellipsis object,\nnamed ``Ellipsis`` (a built-in name).\n\nIt is written as ``Ellipsis``. When in a subscript, it can also be\nwritten as ``...``, for example ``seq[...]``.\n',
    [all...]
  /external/eigen/blas/testing/
cblat2.f 49 * An extended set of Fortran Basic Linear Algebra Subprograms.
    [all...]
dblat2.f 48 * An extended set of Fortran Basic Linear Algebra Subprograms.
    [all...]

Completed in 865 milliseconds

1 2 3 4 5 67 8