HomeSort by relevance Sort by last modified time
    Searched refs:sia (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/rlz/win/lib/
machine_id_win.cc 79 SID_IDENTIFIER_AUTHORITY* sia = ::GetSidIdentifierAuthority(sid); local
81 if(sia->Value[0] || sia->Value[1]) {
84 SID_REVISION, (USHORT)sia->Value[0], (USHORT)sia->Value[1],
85 (USHORT)sia->Value[2], (USHORT)sia->Value[3], (USHORT)sia->Value[4],
86 (USHORT)sia->Value[5]);
91 authority |= sia->Value[i]
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
SparseIntArrayTest.java 139 SparseIntArray sia = new SparseIntArray(); local
141 sia.put(value, value);
144 assertEquals(size, sia.size());
145 int key = sia.keyAt(i);
146 assertEquals(key, sia.get(key));
147 sia.removeAt(i);
148 assertEquals(21, sia.get(key, 21));
149 assertEquals(size-1, sia.size());
153 SparseIntArray sia = new SparseIntArray(); local
155 sia.put(value, value)
    [all...]
  /external/openssh/
auth-sia.c 28 #include <sia.h>
42 #include "auth-sia.h"
Android.mk 119 loginrec.c auth-pam.c auth-shadow.c auth-sia.c md5crypt.c \
configure     [all...]
  /external/chromium_org/sandbox/win/src/
process_policy_test.cc 70 STARTUPINFOA sia = {sizeof(sia)}; local
79 NULL, NULL, FALSE, 0, NULL, NULL, &sia, pi.Receive())) {
  /external/pixman/pixman/
pixman-mmx.c 910 __m64 da, d, sia; local
914 sia = expand_alpha (s);
915 sia = negate (sia);
917 s = pix_add_mul (s, da, d, sia);
972 __m64 dia, d, sia; local
976 sia = expand_alpha (s);
978 sia = negate (sia);
980 s = pix_add_mul (s, dia, d, sia);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 1004 milliseconds