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

  /external/chromium_org/base/android/jni_generator/
jni_generator.py 80 self.is_constructor = kwargs.get('is_constructor', False)
81 self.env_call = GetEnvCall(self.is_constructor, self.static,
334 def GetEnvCall(is_constructor, is_static, return_type):
336 if is_constructor:
505 is_constructor=True)]
809 if called_by_native.static or called_by_native.is_constructor:
    [all...]
  /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/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/v8/src/
frames.cc 847 bool is_constructor = IsConstructor(); local
899 FrameSummary summary(receiver, function, code, pc_offset, is_constructor);
901 is_constructor = false;
905 ASSERT(!is_constructor);
906 is_constructor = true;
912 ASSERT(!is_constructor);
    [all...]
frames.h 453 bool is_constructor)
458 is_constructor_(is_constructor) { }
464 bool is_constructor() { return is_constructor_; }
isolate.cc 650 Handle<Object> is_constructor = (frames[i].is_constructor()) ? local
655 is_constructor, NONE));
    [all...]
debug.h 298 bool is_constructor);
    [all...]
debug.cc     [all...]
api.cc 2087 i::Handle<i::Object> is_constructor = GetProperty(self, "isConstructor"); local
    [all...]
  /external/chromium_org/v8/src/
frames.h 521 bool is_constructor)
526 is_constructor_(is_constructor) { }
532 bool is_constructor() { return is_constructor_; }
frames.cc 972 bool is_constructor = IsConstructor(); local
    [all...]
isolate.cc 637 Handle<Object> is_constructor = (frames[i].is_constructor()) ? local
642 is_constructor, NONE));
    [all...]
debug.h 328 bool is_constructor);
    [all...]
debug.cc     [all...]
api.cc 2469 i::Handle<i::Object> is_constructor = GetProperty(self, "isConstructor"); local
    [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);
131 if (is_constructor) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
v8_interface.py 340 'is_constructor': True,
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
methods.cpp 183 {% if method.is_constructor %}
  /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/verifier/
method_verifier.cc 2158 bool is_constructor; local
    [all...]

Completed in 1737 milliseconds