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

  /external/chromium_org/base/android/jni_generator/
jni_generator.py 79 self.is_constructor = kwargs.get('is_constructor', False)
80 self.env_call = GetEnvCall(self.is_constructor, self.static,
327 def GetEnvCall(is_constructor, is_static, return_type):
329 if is_constructor:
493 is_constructor=True)]
797 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 520 bool is_constructor)
525 is_constructor_(is_constructor) { }
531 bool is_constructor() { return is_constructor_; }
frames.cc 975 bool is_constructor = IsConstructor(); local
    [all...]
isolate.cc 828 Handle<Object> is_constructor = (frames[i].is_constructor()) ? local
833 is_constructor, NONE));
    [all...]
debug.h 323 bool is_constructor);
    [all...]
debug.cc     [all...]
api.cc 2615 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/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 3665 milliseconds