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

  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/inherit/
proto_2.js 52 function Manager () {
55 Manager.prototype = new Employee();
91 var manager = new Manager();
102 "manager.__proto__ == Manager.prototype",
104 manager.__proto__ == Manager.prototype );
proto_4.js 57 function Manager () {
60 Manager.prototype = new Employee();
97 var wally = new Manager();
104 var furry = new Manager();
127 "wally = new Manager(); wally.specialty",
132 "furry = new Manager(); furry.specialty",
proto_3.js 52 function Manager () {
55 Manager.prototype = new Employee();
proto_1.js 52 function Manager () {
55 Manager.prototype = new Employee();
100 var sally = new Manager();
103 "sally = new Manager(); sally.name",
107 "sally = new Manager(); sally.dept",
112 "sally = new Manager(); sally.reports.length",
117 "sally = new Manager(); typeof sally.reports",
proto_11.js 55 function Manager () {
58 Manager.prototype = new Employee();
proto_5.js 54 function Manager () {
57 Manager.prototype = new Employee();
proto_10.js 62 function Manager () {
65 Manager.prototype = new Employee();
proto_12.js 52 function Manager () {
55 Manager.prototype = new Employee();
proto_6.js 54 function Manager () {
57 Manager.prototype = new Employee();
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Expressions/
instanceof-002.js 48 function Manager () {
51 Manager.prototype = new Employee();
  /sdk/files/
post_tools_install.bat 16 rem This script is called by the SDK Manager once a new version of the tools
34 set src=SDK Manager.exe
42 set src=AVD Manager.exe
  /external/clang/lib/Serialization/
ModuleManager.cpp 1 //===--- ModuleManager.cpp - Module Manager ---------------------*- C++ -*-===//
227 static nodes_iterator nodes_begin(const ModuleManager &Manager) {
228 return Manager.begin();
231 static nodes_iterator nodes_end(const ModuleManager &Manager) {
232 return Manager.end();
  /external/llvm/include/llvm/
PassManagers.h 10 // This file declares the LLVM Pass Manager infrastructure.
26 // The Pass Manager Infrastructure manages passes. It's responsibilities are:
34 // Pass Manager Infrastructure uses multiple pass managers. They are
37 // derive from another pass manager.
39 // PassManager and FunctionPassManager are two top-level pass manager that
40 // represents the external interface of this entire pass manager infrastucture.
53 // used by a pass manager to manage execution order of passes. It also provides
54 // a place to implement common pass manager APIs. All pass managers derive from
69 // FunctionPassManagerImpl is a top level manager. It manages FPPassManagers
87 // PassManagerImpl is a top level pass manager responsible for managin
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 39 : Manager(Mgr),
55 : Manager(Mgr),
213 assert(Manager &&
215 return Manager->getLocationContextManager();
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodegettextcontent14.js 103 assertEquals("nodegettextcontent13","\n EMP0003\n Roger\n Jones\n Department Manager\n 100,000\n Element data\n PO Box 27 Irving, texas 98553\n ",textContent);
  /external/clang/include/clang/Analysis/
AnalysisContext.h 72 AnalysisDeclContextManager *Manager;
  /external/chromium/chrome/browser/resources/sync_internals/
chrome_sync.js 72 // Manager events.
161 // Sync manager event handlers.
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 809 RetainSummaryManager &Manager;
816 : Manager(mgr), RealSummary(real), ScratchSummary(real ? *real : base),
821 RealSummary = Manager.getPersistentSummary(ScratchSummary);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml     [all...]

Completed in 1212 milliseconds