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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
AutoDocTransforms.py 155 is_constructor = False
158 is_constructor = self.class_node and node.name == '__init__'
159 if not is_constructor:
174 if is_constructor:
181 elif not is_constructor and getattr(node, 'py_func', None) is not None:
187 if not is_constructor and getattr(node, 'py_func', None) is not None:
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascriptlintrules.py 193 is_constructor = (
242 elif is_constructor and blank_lines != 3:
246 elif not is_file_overview and not is_constructor and blank_lines != 2:
293 not function.is_constructor and
statetracker.py 539 is_constructor: If the function is a constructor.
547 self.is_constructor = doc and doc.HasFlag('constructor')
605 return self.InFunction() and self._functions[-1].is_constructor
  /external/chromium_org/v8/src/
frames.h 526 bool is_constructor)
531 is_constructor_(is_constructor) { }
537 bool is_constructor() { return is_constructor_; }
frames.cc 961 bool is_constructor = IsConstructor(); local
    [all...]
debug.h 406 bool is_constructor);
isolate.cc 542 Handle<Object> is_constructor = (frames[i].is_constructor()) ? local
545 stack_frame, constructor_key, is_constructor, NONE);
    [all...]
debug.cc     [all...]
  /external/chromium_org/base/android/jni_generator/
jni_generator.py 89 self.is_constructor = kwargs.get('is_constructor', False)
90 self.env_call = GetEnvCall(self.is_constructor, self.static,
442 def GetEnvCall(is_constructor, is_static, return_type):
444 if is_constructor:
617 is_constructor=True)]
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_methods.py 276 if method.is_constructor:
300 (method.is_constructor and
idl_definitions.py 493 self.is_constructor = False
549 constructor.is_constructor = True
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
methods.cpp 236 {% elif method.is_constructor %}
249 {% if method.is_constructor %}
317 {% if method.is_constructor %}
350 {% if method.is_constructor %}
  /external/chromium_org/third_party/closure_linter/closure_linter/
javascriptlintrules.py 229 is_constructor = (
285 elif is_constructor and blank_lines != 3:
289 elif (not is_file_level_comment and not is_constructor and
376 not function.is_constructor and
statetracker.py 661 is_constructor: If the function is a constructor.
672 self.is_constructor = doc and doc.HasFlag('constructor')
734 return self.InFunction() and self._function_stack[-1].is_constructor
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast.h 280 bool is_constructor() const function in class:ast_function_expression
ast_function.cpp     [all...]
  /external/mesa3d/src/glsl/
ast.h 280 bool is_constructor() const function in class:ast_function_expression
ast_function.cpp     [all...]
  /art/runtime/jdwp/
jdwp_handler.cc 91 * If "is_constructor" is set, this returns "object_id" rather than the
96 RefTypeId class_id, MethodId method_id, bool is_constructor)
98 CHECK(!is_constructor || object_id != 0);
133 if (is_constructor) {
    [all...]
  /art/runtime/verifier/
method_verifier.cc 2264 bool is_constructor; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc     [all...]

Completed in 3698 milliseconds