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

  /frameworks/wilhelm/src/
trace.c 68 const char *underscore = function; local
69 while (*underscore != '\0') {
70 if (*underscore == '_') {
75 SL_LOGD("Entering %.*s::%s", (int) (underscore - function), function,
76 &underscore[1]);
80 ++underscore;
94 const char *underscore = function; local
95 while (*underscore != '\0') {
96 if (*underscore == '_') {
99 ++underscore;
    [all...]
  /external/chromium_org/tools/grit/grit/format/
rc.py 304 underscore = language.find('_')
305 return language[0:underscore] + '-' + language[underscore + 1:].upper()
  /external/libvorbis/doc/
Vorbis_I_spec.tex 39 % Normally, one can not use the underscore character in LaTeX without
41 % we use the underscore package to change this default behavior.
42 \usepackage[nohyphen]{underscore}
  /external/chromium_org/tools/grit/grit/
exception.py 117 '''Placeholder name can only contain A-Z, a-z, 0-9 and underscore.'''
  /external/chromium_org/chrome_frame/
exception_barrier_lowlevel.asm 8 ; MASM 8.0 inserts an additional leading underscore in front of names
  /external/llvm/autoconf/m4/
ltdl.m4 321 # does the compiler prefix global symbols with an underscore?
335 # See whether the symbols have a leading underscore.
364 AC_CACHE_CHECK([whether we have to add an underscore for dlsym],
379 [Define if dlsym() requires a leading underscore in symbol names.])
  /external/llvm/projects/sample/autoconf/m4/
ltdl.m4 327 # does the compiler prefix global symbols with an underscore?
341 # See whether the symbols have a leading underscore.
370 AC_CACHE_CHECK([whether we have to add an underscore for dlsym],
385 [Define if dlsym() requires a leading underscore in symbol names.])
  /external/qemu/
curses_keys.h 311 { "underscore", 0x05f },
  /bionic/libc/tzcode/
strftime.c 180 static char *getformat(int modifier, char *normal, char *underscore,
184 return underscore;
  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 377 int underscore = checks[index].indexOf('_'); local
378 if (underscore >= 0) {
379 String abbr = checks[index].substring(underscore + 1);
    [all...]
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 96 ; with C linkage be prefixed with an underscore.
  /external/stlport/
configure.bat 178 echo in the last place before version information, separated by an underscore, ex:
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/grub/stage2/
builtins.c     [all...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php     [all...]
  /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...]
  /external/opencv/cxcore/src/
cxpersistence.cpp     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 470 underscore: function() {
    [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 1239 milliseconds