Searched
full:underscore (Results
476 -
500 of
723) sorted by null
<<11121314151617181920>>
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
auto-host.h | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
auto-host.h | [all...] |
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/ |
topics.py | 4 'atom-identifiers': '\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, with leading underscores removed and a single underscore\ninserted, in front of the name. For example, the identifier\n``__spam`` occurring in a class named ``Ham`` will be transformed to\n``_Ham__spam``. This transformation is independent of the syntactical\ncontext in which the identifier is used. If the transformed name is\nextremely long (longer than 255 characters), implementation defined\ntruncation may happen. If the class name consists only of underscores,\nno transformation is done.\n', [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/ |
topics.py | 4 'atom-identifiers': '\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, with leading underscores removed and a single underscore\ninserted, in front of the name. For example, the identifier\n``__spam`` occurring in a class named ``Ham`` will be transformed to\n``_Ham__spam``. This transformation is independent of the syntactical\ncontext in which the identifier is used. If the transformed name is\nextremely long (longer than 255 characters), implementation defined\ntruncation may happen. If the class name consists only of underscores,\nno transformation is done.\n', [all...] |
/prebuilts/sdk/renderscript/lib/arm/ |
libc.so | |
/sdk/emulator/qtools/ |
trace_reader.h | 560 // first character is an underscore. Otherwise, on some strings [all...] |
/system/core/sh/ |
parser.c | [all...] |
/external/clang/docs/ |
LanguageExtensions.rst | 108 following ``__`` (double underscore) to avoid interference from a macro with 134 (double underscore) to avoid interference from a macro with the same name. For [all...] |
/prebuilts/devtools/tools/lib/ |
commons-codec-1.4.jar | |
/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/tools/common/http-client/ |
commons-codec-1.4.jar | |
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/ |
commons-codec-1.4.jar | |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/ |
lto1 | |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/ |
lto1 | |
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
prototype-1.7.js | 668 function underscore() { 767 underscore: underscore, [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
cpp.py | 249 # (This put an underscore before Password but not P and A in WPAPassword). 254 # (This puts an underscore before A in isA but not A in CBA). 258 # but is not proceeded by one. (This puts an underscore before A in 'WordADay'). [all...] |
/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_tabl.cpp | 82 replaced with underscore). There are several exclusions especially marked. [all...] |
/external/bison/ |
aclocal.m4 | [all...] |
/external/bison/build-aux/ |
Makefile.in | 70 $(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/asm-underscore.m4 \ [all...] |
/external/bison/data/ |
Makefile.in | 70 $(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/asm-underscore.m4 \ [all...] |
/external/bison/etc/ |
Makefile.in | 70 $(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/asm-underscore.m4 \ [all...] |
/external/bison/examples/ |
Makefile.in | 70 $(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/asm-underscore.m4 \ [all...] |
Completed in 2127 milliseconds
<<11121314151617181920>>