Searched defs:System (Results 1 - 4 of 4) sorted by relevance
/external/chromium/chrome/common/ |
H A D | launchd_mac.h | 26 System = 8 // /System/Library/Launch* enumerator in enum:Launchd::Domain 50 // "System".
|
/external/clang/include/clang/Lex/ |
H A D | HeaderSearchOptions.h | 32 System, ///< Like Angled, but marks system directories. enumerator in enum:clang::frontend::IncludeDirGroup 33 ExternCSystem, ///< Like System, but headers are implicitly wrapped in 35 CSystem, ///< Like System, but only used for C. 36 CXXSystem, ///< Like System, but only used for C++. 37 ObjCSystem, ///< Like System, but only used for ObjC. 38 ObjCXXSystem, ///< Like System, but only used for ObjC++. 39 After ///< Like System, but searched after the system directories.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
H A D | HashList.cs | 37 using System; 38 using IDictionary = System.Collections.IDictionary; 39 using IDictionaryEnumerator = System.Collections.IDictionaryEnumerator; 40 using ICollection = System.Collections.ICollection; 41 using IEnumerator = System.Collections.IEnumerator; 42 using Hashtable = System.Collections.Hashtable; 43 using ArrayList = System.Collections.ArrayList; 44 using DictionaryEntry = System.Collections.DictionaryEntry; 45 using StringBuilder = System.Text.StringBuilder; 475 IEnumerator System [all...] |
/external/v8/src/ |
H A D | d8-posix.cc | 161 // bail out of the System() function early. If you don't ever do a waitpid on 451 Handle<Value> Shell::System(const Arguments& args) { function in class:v8::Shell 678 os_templ->Set(String::New("system"), FunctionTemplate::New(System));
|
Completed in 224 milliseconds