HomeSort by relevance Sort by last modified time
    Searched refs:ident (Results 26 - 50 of 910) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/net/
NetworkIdentity.java 84 final NetworkIdentity ident = (NetworkIdentity) obj; local
85 return mType == ident.mType && mSubType == ident.mSubType && mRoaming == ident.mRoaming
86 && Objects.equals(mSubscriberId, ident.mSubscriberId)
87 && Objects.equals(mNetworkId, ident.mNetworkId)
88 && mMetered == ident.mMetered
89 && mDefaultNetwork == ident.mDefaultNetwork;
  /frameworks/base/services/restrictions/java/com/android/server/restrictions/
RestrictionsManagerService.java 79 long ident = Binder.clearCallingIdentity(); local
83 Binder.restoreCallingIdentity(ident);
100 long ident = Binder.clearCallingIdentity(); local
121 Binder.restoreCallingIdentity(ident);
133 long ident = Binder.clearCallingIdentity(); local
153 Binder.restoreCallingIdentity(ident);
166 long ident = Binder.clearCallingIdentity(); local
182 Binder.restoreCallingIdentity(ident);
  /test/vts/utils/python/coverage/
coverage_report.py 48 for ident in gcno_file_summary.functions:
49 func = gcno_file_summary.functions[ident]
gcda_parser_test.py 44 ident = 100
47 func = function_summary.FunctionSummary(ident, 'test', 'test.c', 0)
48 fs.functions[ident] = func
49 self.stream = MockStream.concat_int(self.stream, ident)
57 assert (func.ident == ident)
69 fs.functions[func.ident] = func
93 fs.functions[func.ident] = func
gcno_parser.py 107 self.file_summary.functions[func.ident] = func
113 self.file_summary.functions[func.ident] = func
138 ident = self.ReadInt()
145 return function_summary.FunctionSummary(ident, name, source_file_name,
  /external/python/cpython3/Lib/multiprocessing/
managers.py 229 ident, methodname, args, kwds = request
231 obj, exposed, gettypeid = id_to_obj[ident]
235 self.id_to_local_proxy_obj[ident]
267 self, conn, ident, obj, *args, **kwds
294 def fallback_getvalue(self, conn, ident, obj):
297 def fallback_str(self, conn, ident, obj):
300 def fallback_repr(self, conn, ident, obj):
320 for ident in keys:
321 if ident != '0':
323 (ident, self.id_to_refcount[ident]
    [all...]
  /external/python/cpython2/Lib/test/
test_kqueue.py 28 self.assertEqual(ev.ident, fd)
44 self.assertEqual(ev.ident, fd)
54 self.assertEqual(ev.ident, fd)
64 self.assertEqual(ev.ident, 1)
75 self.assertEqual(ev.ident, bignum)
87 self.assertEqual(ev.ident, 0)
99 self.assertEqual(ev.ident, 0)
145 events = set((e.ident, e.filter) for e in events)
162 events = set((e.ident, e.filter) for e in events)
184 events = set((e.ident, e.filter) for e in events
    [all...]
test_thread.py 47 def task(self, ident):
50 verbose_print("task %s will run for %sus" % (ident, round(delay*1e6)))
52 verbose_print("task %s done" % ident)
189 def task2(self, ident):
191 if ident == 0:
200 (ident, round(delay * 1e6)))
202 verbose_print("task %s entering %s" % (ident, i))
204 verbose_print("task %s leaving barrier" % ident)
  /prebuilts/go/darwin-x86/src/cmd/vet/
shadow.go 91 func (pkg *Package) growSpan(ident *ast.Ident, obj types.Object) {
95 pos := ident.Pos()
96 end := ident.End()
120 ident, ok := expr.(*ast.Ident)
125 checkShadowing(f, ident)
142 lhs, ok := expr.(*ast.Ident)
148 case *ast.Ident:
153 if id, ok := rhs.X.(*ast.Ident); ok
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/
shadow.go 91 func (pkg *Package) growSpan(ident *ast.Ident, obj types.Object) {
95 pos := ident.Pos()
96 end := ident.End()
120 ident, ok := expr.(*ast.Ident)
125 checkShadowing(f, ident)
142 lhs, ok := expr.(*ast.Ident)
148 case *ast.Ident:
153 if id, ok := rhs.X.(*ast.Ident); ok
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java 239 private static class Ident {
244 private static Ident getIdentForDocId(String docId) {
245 final Ident ident = new Ident(); local
248 ident.type = docId;
249 ident.id = -1;
251 ident.type = docId.substring(0, split);
252 ident.id = Long.parseLong(docId.substring(split + 1));
254 return ident;
270 final Ident ident = getIdentForDocId(docId); local
329 final Ident ident = getIdentForDocId(docId); local
448 final Ident ident = getIdentForDocId(docId); local
541 final Ident ident = getIdentForDocId(docId); local
727 final Ident ident = getIdentForDocId(docId); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
Session.java 136 long ident = Binder.clearCallingIdentity(); local
156 Binder.restoreCallingIdentity(ident);
302 long ident = Binder.clearCallingIdentity(); local
308 Binder.restoreCallingIdentity(ident);
320 final long ident = Binder.clearCallingIdentity(); local
325 Binder.restoreCallingIdentity(ident);
331 final long ident = Binder.clearCallingIdentity(); local
335 Binder.restoreCallingIdentity(ident);
341 final long ident = Binder.clearCallingIdentity(); local
345 Binder.restoreCallingIdentity(ident);
364 long ident = Binder.clearCallingIdentity(); local
375 long ident = Binder.clearCallingIdentity(); local
396 long ident = Binder.clearCallingIdentity(); local
410 long ident = Binder.clearCallingIdentity(); local
    [all...]
  /external/swiftshader/third_party/subzero/bloat/
bloat.py 96 def demangle(ident, cppfilt):
97 if cppfilt and ident.startswith('_Z'):
99 ident = subprocess.check_output([cppfilt, ident]).strip()
100 return ident
117 def cleanup(self, ident, cppfilt):
122 found = s.re.match(ident)
126 ident = found.group(1) + found.group(3)
129 ident = demangle(ident, cppfilt
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraCaptureSessionImpl.java 595 final long ident = Binder.clearCallingIdentity();
601 Binder.restoreCallingIdentity(ident);
610 final long ident = Binder.clearCallingIdentity(); local
615 Binder.restoreCallingIdentity(ident);
624 final long ident = Binder.clearCallingIdentity(); local
629 Binder.restoreCallingIdentity(ident);
638 final long ident = Binder.clearCallingIdentity(); local
643 Binder.restoreCallingIdentity(ident);
652 final long ident = Binder.clearCallingIdentity(); local
657 Binder.restoreCallingIdentity(ident);
666 final long ident = Binder.clearCallingIdentity(); local
681 final long ident = Binder.clearCallingIdentity(); local
696 final long ident = Binder.clearCallingIdentity(); local
    [all...]
  /build/soong/androidmk/parser/
parser.go 146 ident := p.parseExpression('=', '?', ':', '#', '\n')
154 p.parseAssignment("?=", nil, ident)
161 p.parseAssignment("+=", nil, ident)
169 p.parseAssignment(":=", nil, ident)
171 p.parseRule(ident)
174 p.parseAssignment("=", nil, ident)
176 ident.TrimRightSpaces()
177 if v, ok := toVariable(ident); ok {
179 } else if !ident.Empty() {
180 p.errorf("expected directive, rule, or assignment after ident " + ident.Dump()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_kqueue.py 28 self.assertEqual(ev.ident, fd)
44 self.assertEqual(ev.ident, fd)
54 self.assertEqual(ev.ident, fd)
64 self.assertEqual(ev.ident, 1)
75 self.assertEqual(ev.ident, bignum)
125 events = [(e.ident, e.filter, e.flags) for e in events]
143 events = [(e.ident, e.filter, e.flags) for e in events]
167 events = [(e.ident, e.filter, e.flags) for e in events]
  /external/python/cpython3/Lib/test/
test_thread.py 45 def task(self, ident):
48 verbose_print("task %s will run for %sus" % (ident, round(delay*1e6)))
50 verbose_print("task %s done" % ident)
187 def task2(self, ident):
189 if ident == 0:
198 (ident, round(delay * 1e6)))
200 verbose_print("task %s entering %s" % (ident, i))
202 verbose_print("task %s leaving barrier" % ident)
  /frameworks/base/services/core/java/com/android/server/net/watchlist/
NetworkWatchlistShellCommand.java 91 final long ident = Binder.clearCallingIdentity(); local
106 Binder.restoreCallingIdentity(ident);
  /frameworks/opt/car/services/src/com/android/internal/car/
CarServiceHelperService.java 103 final long ident = Binder.clearCallingIdentity(); local
107 Binder.restoreCallingIdentity(ident);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_kqueue.py 28 self.assertEqual(ev.ident, fd)
44 self.assertEqual(ev.ident, fd)
54 self.assertEqual(ev.ident, fd)
64 self.assertEqual(ev.ident, 1)
75 self.assertEqual(ev.ident, bignum)
120 events = set((e.ident, e.filter) for e in events)
137 events = set((e.ident, e.filter) for e in events)
159 events = set((e.ident, e.filter) for e in events)
test_thread.py 47 def task(self, ident):
50 verbose_print("task %s will run for %sus" % (ident, round(delay*1e6)))
52 verbose_print("task %s done" % ident)
193 def task2(self, ident):
195 if ident == 0:
204 (ident, round(delay * 1e6)))
206 verbose_print("task %s entering %s" % (ident, i))
208 verbose_print("task %s leaving barrier" % ident)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_kqueue.py 28 self.assertEqual(ev.ident, fd)
44 self.assertEqual(ev.ident, fd)
54 self.assertEqual(ev.ident, fd)
64 self.assertEqual(ev.ident, 1)
75 self.assertEqual(ev.ident, bignum)
120 events = set((e.ident, e.filter) for e in events)
137 events = set((e.ident, e.filter) for e in events)
159 events = set((e.ident, e.filter) for e in events)
test_thread.py 47 def task(self, ident):
50 verbose_print("task %s will run for %sus" % (ident, round(delay*1e6)))
52 verbose_print("task %s done" % ident)
193 def task2(self, ident):
195 if ident == 0:
204 (ident, round(delay * 1e6)))
206 verbose_print("task %s entering %s" % (ident, i))
208 verbose_print("task %s leaving barrier" % ident)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_kqueue.py 28 self.assertEqual(ev.ident, fd)
44 self.assertEqual(ev.ident, fd)
54 self.assertEqual(ev.ident, fd)
64 self.assertEqual(ev.ident, 1)
75 self.assertEqual(ev.ident, bignum)
120 events = set((e.ident, e.filter) for e in events)
137 events = set((e.ident, e.filter) for e in events)
159 events = set((e.ident, e.filter) for e in events)
test_thread.py 47 def task(self, ident):
50 verbose_print("task %s will run for %sus" % (ident, round(delay*1e6)))
52 verbose_print("task %s done" % ident)
193 def task2(self, ident):
195 if ident == 0:
204 (ident, round(delay * 1e6)))
206 verbose_print("task %s entering %s" % (ident, i))
208 verbose_print("task %s leaving barrier" % ident)

Completed in 706 milliseconds

12 3 4 5 6 7 8 91011>>