HomeSort by relevance Sort by last modified time
    Searched refs:Manager (Results 1 - 21 of 21) 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/llvm/include/llvm/
PassManagers.h 10 // This file declares the LLVM Pass Manager infrastructure.
27 // The Pass Manager Infrastructure manages passes. It's responsibilities are:
35 // Pass Manager Infrastructure uses multiple pass managers. They are
38 // derive from another pass manager.
40 // PassManager and FunctionPassManager are two top-level pass manager that
41 // represents the external interface of this entire pass manager infrastucture.
54 // used by a pass manager to manage execution order of passes. It also provides
55 // a place to implement common pass manager APIs. All pass managers derive from
70 // FunctionPassManagerImpl is a top level manager. It manages FPPassManagers
88 // PassManagerImpl is a top level pass manager responsible for managin
    [all...]
  /external/clang/lib/Serialization/
ModuleManager.cpp 1 //===--- ModuleManager.cpp - Module Manager ---------------------*- C++ -*-===//
157 // Map those modules to AST files known to the module manager.
254 // manager since we loaded the global module index.
373 static nodes_iterator nodes_begin(const ModuleManager &Manager) {
374 return Manager.begin();
377 static nodes_iterator nodes_end(const ModuleManager &Manager) {
378 return Manager.end();
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 40 : Manager(Mgr),
54 : Manager(Mgr),
93 if (!Body && Manager && Manager->synthesizeBodies()) {
261 assert(Manager &&
263 return Manager->getLocationContextManager();
  /external/clang/include/clang/Analysis/
AnalysisContext.h 73 AnalysisDeclContextManager *Manager;
110 return Manager;
  /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);
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 152 update to the latest tools or platform using the <em>Android SDK and AVD Manager</em>, rather than
  /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 810 RetainSummaryManager &Manager;
816 : Manager(mgr), RealSummary(real), ScratchSummary(*real), Accessed(false) {}
820 RealSummary = Manager.getPersistentSummary(ScratchSummary);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml     [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]

Completed in 657 milliseconds