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

1 2

  /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/llvm/test/MC/AsmParser/
directive_incbin.s 4 .incbin "incbin\137abcd" # "\137" is underscore "_"
directive_include.s 8 .include "directive\137set.s" # "\137" is underscore "_"
  /external/chromium_org/tools/grit/grit/format/
rc.py 308 underscore = language.find('_')
309 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/qemu/ui/
curses_keys.h 311 { "underscore", 0x05f },
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
plotBenchmark.m 74 underscore = strfind(name, '_');
75 if ~isempty(underscore)
76 name = name(1:underscore(1)-1);
  /bionic/libc/tzcode/
strftime.c 169 static char *getformat(int modifier, char *normal, char *underscore,
173 return underscore;
  /frameworks/base/core/java/android/text/format/
TimeFormatter.java 445 private static String getFormat(int modifier, String normal, String underscore, String dash,
449 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/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_tree_test.js     [all...]
math_semantic_attr.js     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
x86_abi_support.asm 96 ; with C linkage be prefixed with an underscore.
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 96 ; with C linkage be prefixed with an underscore.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
x86_abi_support.asm 96 ; with C linkage be prefixed with an underscore.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_tts.js 464 '_': 'underscore',
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /external/stlport/
configure.bat 178 echo in the last place before version information, separated by an underscore, ex:
  /external/fonttools/Lib/fontTools/
agl.py 671 005F;underscore;LOW LINE
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [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...]

Completed in 1815 milliseconds

1 2