Searched defs:System (Results 1 - 10 of 10) sorted by path

/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/chromium_org/chrome/common/mac/
H A Dlaunchd.h26 System = 8 // /System/Library/Launch* enumerator in enum:Launchd::Domain
50 // "System".
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/angle/util/
H A DEvent.h34 bool System; member in struct:Event::KeyEvent
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/tools/cr/cr/base/
H A Dplatform.py36 def System(cls): member in class:Platform
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialcli.py10 import System namespace
11 import System.IO.Ports namespace
17 return System.IO.Ports.SerialPort.GetPortNames()[portnum]
22 sab = System.Array[System.Byte]
40 self._port_handle = System.IO.Ports.SerialPort(self.portstr)
62 self._port_handle.ReadTimeout = System.IO.Ports.SerialPort.InfiniteTimeout
70 self._port_handle.WriteTimeout = System.IO.Ports.SerialPort.InfiniteTimeout
94 self._port_handle.Parity = getattr(System.IO.Ports.Parity, 'None') # reserved keyword in Py3k
96 self._port_handle.Parity = System
[all...]
/external/chromium_org/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/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/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 363 milliseconds