HomeSort by relevance Sort by last modified time
    Searched refs:keywords (Results 276 - 300 of 309) sorted by null

<<111213

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
compile.c     [all...]
symtable.c     [all...]
  /external/curl/tests/
runtests.pl     [all...]
  /external/python/cpython2/Python/
compile.c     [all...]
symtable.c     [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js 188 * <p>Specifically, I've removed any keywords that can't precede a regexp
    [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js 188 * <p>Specifically, I've removed any keywords that can't precede a regexp
    [all...]
docs.js     [all...]
  /external/python/cpython2/Lib/pydoc_data/
topics.py 318 'and keywords for lexical definition and section Naming '
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
symtable.c     [all...]
  /external/python/cpython3/Lib/test/
test_pydoc.py     [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
estimator.py 199 if hasattr(fn, 'func') and hasattr(fn, 'keywords') and hasattr(fn, 'args'):
203 if arg not in set(fn.keywords.keys())
    [all...]
  /external/tensorflow/tensorflow/python/eager/
function.py 516 ("Expected at most {} positional arguments (and the rest keywords, "
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 3184 static char *keywords[] = {"family", "type", "proto", 0}; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 3097 static char *keywords[] = {"family", "type", "proto", 0}; local
    [all...]
  /external/python/cpython2/Modules/
socketmodule.c 3209 static char *keywords[] = {"family", "type", "proto", 0}; local
    [all...]
  /external/syzkaller/pkg/report/
linux.go 471 // When a report contains 'Call Trace', 'backtrace', 'Allocated' or 'Freed' keywords,
    [all...]
  /external/mksh/src/
funcs.c 668 tp = ktsearch(&keywords, id, h);
    [all...]
sh.h 1839 EXTERN struct table keywords; \/* keywords *\/ variable in typeref:struct:table
    [all...]
edit.c 493 glob_table(pat, &w, &keywords);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py 4 'atom-identifiers': u'\nIdentifiers (Names)\n*******************\n\nAn identifier occurring as an atom is a name. See section\n*Identifiers and keywords* for lexical definition and section *Naming\nand binding* for documentation of naming and binding.\n\nWhen the name is bound to an object, evaluation of the atom yields\nthat object. When a name is not bound, an attempt to evaluate it\nraises a ``NameError`` exception.\n\n**Private name mangling:** When an identifier that textually occurs in\na class definition begins with two or more underscore characters and\ndoes not end in two or more underscores, it is considered a *private\nname* of that class. Private names are transformed to a longer form\nbefore code is generated for them. The transformation inserts the\nclass name in front of the name, with leading underscores removed, and\na single underscore inserted in front of the class name. For example,\nthe identifier ``__spam`` occurring in a class named ``Ham`` will be\ntransformed to ``_Ham__spam``. This transformation is independent of\nthe syntactical context in which the identifier is used. If the\ntransformed name is extremely long (longer than 255 characters),\nimplementation defined truncation may happen. If the class name\nconsists only of underscores, no transformation is done.\n',
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py 5 'atom-identifiers': u'\nIdentifiers (Names)\n*******************\n\nAn identifier occurring as an atom is a name. See section Identifiers\nand keywords for lexical definition and section Naming and binding for\ndocumentation of naming and binding.\n\nWhen the name is bound to an object, evaluation of the atom yields\nthat object. When a name is not bound, an attempt to evaluate it\nraises a "NameError" exception.\n\n**Private name mangling:** When an identifier that textually occurs in\na class definition begins with two or more underscore characters and\ndoes not end in two or more underscores, it is considered a *private\nname* of that class. Private names are transformed to a longer form\nbefore code is generated for them. The transformation inserts the\nclass name, with leading underscores removed and a single underscore\ninserted, in front of the name. For example, the identifier "__spam"\noccurring in a class named "Ham" will be transformed to "_Ham__spam".\nThis transformation is independent of the syntactical context in which\nthe identifier is used. If the transformed name is extremely long\n(longer than 255 characters), implementation defined truncation may\nhappen. If the class name consists only of underscores, no\ntransformation is done.\n',
    [all...]
  /external/brotli/js/
decode.min.js     [all...]
  /external/python/cpython3/Lib/
inspect.py     [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 2155 milliseconds

<<111213