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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
UtilityCode.py 3 import Naming
20 if prefix in (Naming.typeobj_prefix, Naming.func_prefix, Naming.var_prefix, Naming.pyfunc_prefix):
ModuleNode.py 6 cython.declare(Naming=object, Options=object, PyrexTypes=object, TypeSlots=object,
17 import Naming
140 h_guard = Naming.h_guard_prefix + self.api_name(env)
147 api_guard = Naming.api_guard_prefix + self.api_name(env)
184 Naming.extern_c_macro,
205 api_guard = Naming.api_guard_prefix + self.api_name(env)
221 cname = env.mangle(Naming.func_prefix, entry.name)
228 cname = env.mangle(Naming.varptr_prefix, entry.name)
245 cname = env.mangle(Naming.func_prefix, entry.name)
251 cname = env.mangle(Naming.varptr_prefix, entry.name
    [all...]
Symtab.py 9 import Options, Naming
29 and not (cname.startswith(Naming.pyrex_prefix)
32 cname = Naming.pyrex_prefix + cname
374 prefix = "%s%s_" % (Naming.pyrex_prefix, name)
450 cname = self.mangle(Naming.enum_prefix, name)
481 cname = self.mangle(Naming.type_prefix, name)
502 cname = self.mangle(Naming.type_prefix, name)
533 cname = self.mangle(Naming.type_prefix, name)
594 cname = self.mangle(Naming.type_prefix, name)
612 cname = self.mangle(Naming.var_prefix, name
    [all...]
Nodes.py 7 Builtin=object, error=object, warning=object, Naming=object, PyrexTypes=object,
18 import Naming
726 arg_count_member = '%sn' % Naming.pyrex_prefix
732 struct_cname = env.mangle(Naming.opt_arg_prefix, self.base.name)
    [all...]
Code.py 8 Naming=object, Options=object, StringEncoding=object,
24 import Naming
91 #@substitute: naming
114 if tags and 'substitute' in tags and tags['substitute'] == set(['naming']):
117 code = Template(code).substitute(vars(Naming))
497 # label_counter integer counter for naming labels
542 label = "%s%d" % (Naming.label_prefix, n)
640 result = "%s%d" % (Naming.codewriter_temp_prefix, self.temp_counter)
812 prefix = Naming.interned_prefixes['str']
814 prefix = Naming.py_const_prefi
    [all...]
Pipeline.py 9 import Naming
285 entry.cname = entry.scope.mangle(Naming.func_prefix, entry.name)
Buffer.py 10 from Cython.Compiler import Naming
95 auxvars = ((PyrexTypes.c_pyx_buffer_nd_type, Naming.pybuffernd_prefix),
96 (PyrexTypes.c_pyx_buffer_type, Naming.pybufferstruct_prefix))
ExprNodes.py 9 Naming=object, Nodes=object, PyrexTypes=object, py_object_type=object,
24 import Naming
    [all...]
PyrexTypes.py 7 import Naming
    [all...]
TypeSlots.py 6 import Naming
440 return "%s%s_%s" % (Naming.pyrex_prefix, self.slot_name, scope.class_name)
    [all...]
ParseTreeTransforms.py 2 cython.declare(PyrexTypes=object, Naming=object, ExprNodes=object, Nodes=object,
8 import Naming
    [all...]
Optimize.py 6 UtilNodes=object, Naming=object)
15 import Naming
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
TestTreeFragment.py 5 import Cython.Compiler.Naming as Naming
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
PrivateScriptRunner.js 91 "SQLDatabaseError", // Naming conflict with DatabaseError class.
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /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...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 1142 milliseconds