Searched refs:UID (Results 1 - 25 of 67) sorted by relevance

123

/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
H A DJsonRpcServer.java66 protected void handleRPCConnection(Socket sock, Integer UID, BufferedReader reader, argument
71 Log.d("UID " + UID);
74 if (mgrs.containsKey(UID)) {
76 receiverManager = mgrs.get(UID);
79 receiverManager = mRpcReceiverManagerFactory.create(UID);
85 Log.v("Session " + UID + " Received: " + data);
93 send(writer, JsonRpcResult.error(id, new RpcError("Unknown RPC: " + method)), UID);
97 send(writer, JsonRpcResult.result(id, rpc.invoke(receiverManager, params)), UID);
100 send(writer, JsonRpcResult.error(id, t), UID);
117 send(PrintWriter writer, JSONObject result, int UID) argument
[all...]
H A DRpcReceiverManagerFactory.java22 public RpcReceiverManager create(Integer UID); argument
/external/llvm/include/llvm/Object/
H A DArchiveWriter.h26 unsigned UID = 0, GID = 0, Perms = 0644; member in struct:llvm::NewArchiveMember
30 : Buf(std::move(Other.Buf)), ModTime(Other.ModTime), UID(Other.UID),
35 UID = Other.UID;
/external/ltp/testscripts/
H A Dsysfs.sh58 if [ $UID != 0 ]
H A Dtest_containers.sh13 if [ $UID != 0 ]
H A Dtest_filecaps.sh13 if [ $UID != 0 ]
H A Dexportfs.sh59 if [ $UID != 0 ]
/external/ltp/tools/pounder21/test_repo/
H A DT00hwinfo23 if [ "$UID" -ne 0 ]; then
/external/ltp/tools/pounder21/test_scripts/
H A Dget_hw_info23 if [ "$UID" -ne 0 ]; then
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DFacadeManagerFactory.java48 public FacadeManager create(Integer UID) { argument
50 mFacadeManagers.put(UID, facadeManager);
/external/llvm/lib/Object/
H A DArchiveWriter.cpp51 M.UID = OldMember.getUID();
87 M.UID = Status.getUser();
104 // Some of the data this is used for (like UID) can be larger than the
119 const sys::TimeValue &ModTime, unsigned UID,
123 printWithSpacePadding(Out, UID, 6, true);
132 unsigned UID, unsigned GID,
135 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size);
139 const sys::TimeValue &ModTime, unsigned UID,
146 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms,
162 const sys::TimeValue &ModTime, unsigned UID, unsigne
118 printRestOfMemberHeader(raw_fd_ostream &Out, const sys::TimeValue &ModTime, unsigned UID, unsigned GID, unsigned Perms, unsigned Size) argument
130 printGNUSmallMemberHeader(raw_fd_ostream &Out, StringRef Name, const sys::TimeValue &ModTime, unsigned UID, unsigned GID, unsigned Perms, unsigned Size) argument
138 printBSDMemberHeader(raw_fd_ostream &Out, StringRef Name, const sys::TimeValue &ModTime, unsigned UID, unsigned GID, unsigned Perms, unsigned Size) argument
159 printMemberHeader(raw_fd_ostream &Out, object::Archive::Kind Kind, bool Thin, StringRef Name, std::vector<unsigned>::iterator &StringMapIndexIter, const sys::TimeValue &ModTime, unsigned UID, unsigned GID, unsigned Perms, unsigned Size) argument
[all...]
/external/libvorbis/symbian/
H A Dvorbis.mmp35 UID 0
/external/sl4a/Common/src/com/googlecode/android_scripting/webcam/
H A DMjpegServer.java66 protected void handleRPCConnection(Socket sock, Integer UID, BufferedReader reader, PrintWriter writer) argument
/external/sl4a/Utils/src/com/googlecode/android_scripting/
H A DSimpleServer.java62 Integer UID,
92 private final Integer UID; field in class:SimpleServer.ConnectionThread
98 this.UID = uid;
110 handleRPCConnection(mmSocket, UID, reader, writer);
121 mConnectionThreads.remove(this.UID);
61 handleRPCConnection(Socket socket, Integer UID, BufferedReader reader, PrintWriter writer) argument
/external/autotest/site_utils/sponge_lib/
H A Dacts_job_info.py33 UID = 'UID' variable in class:ACTSRecordEnums
159 return self._json_record.get(ACTSRecordEnums.UID, None)
/external/clang/include/clang/Basic/
H A DFileManager.h59 unsigned UID; // A unique (small) ID for the file. member in class:clang::FileEntry
89 unsigned getUID() const { return UID; }
H A DVirtualFileSystem.h35 llvm::sys::fs::UniqueID UID; member in class:clang::vfs::Status
49 Status(StringRef Name, llvm::sys::fs::UniqueID UID,
67 llvm::sys::fs::UniqueID getUniqueID() const { return UID; }
/external/elfutils/libebl/
H A Deblauxvinfo.c54 TYPE (UID, "u") \
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.h36 InstrUID UID; member in class:llvm::X86Disassembler::RecognizableInstr
44 /// encoding and therefore distinct from the UID
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DX86RecognizableInstr.h39 InstrUID UID; member in class:llvm::X86Disassembler::RecognizableInstr
45 /// encoding and therefore distinct from the UID
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
H A DBCStyle.java178 public static final ASN1ObjectIdentifier UID = new ASN1ObjectIdentifier("0.9.2342.19200300.100.1.1"); field in class:BCStyle
203 DefaultSymbols.put(UID, "UID");
239 DefaultLookUp.put("uid", UID);
/external/linux-kselftest/tools/testing/selftests/efivarfs/
H A Defivarfs.sh10 if [ $UID != 0 ]; then
/external/sl4a/Common/src/com/googlecode/android_scripting/event/
H A DEventServer.java121 protected void handleRPCConnection(Socket sock, Integer UID, BufferedReader reader, PrintWriter writer) argument
/external/openssh/contrib/cygwin/
H A Dssh-user-config78 pwdhome=$(getent passwd $UID | awk -F: '{ print $6; }')
/external/elfutils/tests/
H A Drun-readelf-mixed-corenote.sh54 UID: 0
128 UID: 0
189 UID: 0
266 UID: 1000
338 UID: 0
468 UID: 1000
539 UID: 1000

Completed in 700 milliseconds

123