Searched defs:System (Results 1 - 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs37 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/clang/include/clang/Lex/
H A DHeaderSearchOptions.h32 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/v8/src/
H A Dd8-posix.cc142 // bail out of the System() function early. If you don't ever do a waitpid on
440 void Shell::System(const v8::FunctionCallbackInfo<v8::Value>& args) { function in class:v8::Shell
711 FunctionTemplate::New(isolate, System));
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 367 milliseconds