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

12 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 206 def ident(self): member in class:Process
215 pid = ident
  /external/clang/test/CodeGenCXX/
mangle-ms-back-references-pr13207.cpp 187 RetVal ident(int x) { return RetVal(); } function in namespace:fn_space
189 fun_tmpl_recurse<int, fun_tmpl_recurse<int, ident> >(10);
191 // CHECK: "\01??$fun_tmpl_recurse@H$1??$fun_tmpl_recurse@H$1?ident@fn_space@@YA?AURetVal@2@H@Z@fn_space@@YA?AURetVal@1@H@Z@fn_space@@YA?AURetVal@0@H@Z"
192 // CHECK: "\01??$fun_tmpl_recurse@H$1?ident@fn_space@@YA?AURetVal@2@H@Z@fn_space@@YA?AURetVal@0@H@Z"
  /external/ipsec-tools/src/racoon/
localconf.h 88 vchar_t *ident[LC_IDENTTYPE_MAX]; /* base of Identifier payload. */ member in struct:localconf
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btConvexConcaveCollisionAlgorithm.cpp 271 btTransform ident; local
272 ident.setIdentity();
284 ident,ident,castResult))
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCompoundShape.cpp 196 btTransform ident; local
197 ident.setIdentity();
199 getAabb(ident,aabbMin,aabbMax);
btPolyhedralConvexShape.cpp 411 btTransform ident; local
412 ident.setIdentity();
414 getAabb(ident,aabbMin,aabbMax);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyConcaveCollisionAlgorithm.cpp 294 btTransform ident; local
295 ident.setIdentity();
307 ident,ident,castResult))
  /frameworks/base/core/java/android/os/
Looper.java 133 final long ident = Binder.clearCallingIdentity(); local
168 if (ident != newIdent) {
170 + Long.toHexString(ident) + " to 0x"
  /frameworks/base/services/core/java/com/android/server/
DockObserver.java 256 final long ident = Binder.clearCallingIdentity(); local
290 Binder.restoreCallingIdentity(ident);
  /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);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiLockManager.java 154 long ident = Binder.clearCallingIdentity(); local
161 Binder.restoreCallingIdentity(ident);
189 long ident = Binder.clearCallingIdentity(); local
206 Binder.restoreCallingIdentity(ident);
231 long ident = Binder.clearCallingIdentity(); local
247 Binder.restoreCallingIdentity(ident);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerSession.java 198 long ident = Binder.clearCallingIdentity(); local
222 Binder.restoreCallingIdentity(ident);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sys_setprofile.py 47 self.events.append((frameno, event, ident(frame)))
51 disallowed = [ident(self.add_event.im_func), ident(ident)]
107 f_ident = ident(f)
115 f_ident = ident(f)
124 f_ident = ident(f)
133 f_ident = ident(f)
141 f_ident = ident(f)
158 f_ident = ident(f
340 def ident(function): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sys_setprofile.py 47 self.events.append((frameno, event, ident(frame)))
51 disallowed = [ident(self.add_event.im_func), ident(ident)]
107 f_ident = ident(f)
115 f_ident = ident(f)
124 f_ident = ident(f)
133 f_ident = ident(f)
141 f_ident = ident(f)
158 f_ident = ident(f
340 def ident(function): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys_setprofile.py 47 self.events.append((frameno, event, ident(frame)))
51 disallowed = [ident(self.add_event.im_func), ident(ident)]
107 f_ident = ident(f)
115 f_ident = ident(f)
124 f_ident = ident(f)
133 f_ident = ident(f)
141 f_ident = ident(f)
158 f_ident = ident(f
340 def ident(function): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys_setprofile.py 47 self.events.append((frameno, event, ident(frame)))
51 disallowed = [ident(self.add_event.im_func), ident(ident)]
107 f_ident = ident(f)
115 f_ident = ident(f)
124 f_ident = ident(f)
133 f_ident = ident(f)
141 f_ident = ident(f)
158 f_ident = ident(f
340 def ident(function): function
    [all...]
  /system/core/include/utils/
Looper.h 291 * "ident" is an identifier for this event, which is returned from pollOnce().
301 * appropriately reading from the file descriptor. The 'ident' is ignored in this case.
303 * (2) If "callback" is NULL, the 'ident' will be returned by Looper_pollOnce
317 int addFd(int fd, int ident, int events, Looper_callbackFunc callback, void* data);
318 int addFd(int fd, int ident, int events, const sp<LooperCallback>& callback, void* data);
422 int ident; member in struct:android::Looper::Request
  /toolchain/binutils/binutils-2.25/include/vms/
eihd.h 45 /* Byte offset to image ident. */
81 /* GBL SEC ident value for linkable image. */
82 unsigned char ident[4]; member in struct:vms_eihd
eisd.h 82 /* Ident for global section. */
83 unsigned char ident[4]; member in struct:vms_eisd
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsCollection.java 201 && templateMatches(template, key.ident)) {
235 if (templateMatches(template, key.ident)
245 entry.roaming = key.ident.isAnyMemberRoaming() ? ROAMING_YES : ROAMING_NO;
264 public void recordData(NetworkIdentitySet ident, int uid, int set, int tag, long start,
266 final NetworkStatsHistory history = findOrCreateHistory(ident, uid, set, tag);
299 NetworkIdentitySet ident, int uid, int set, int tag) {
300 final Key key = new Key(ident, uid, set, tag);
337 final NetworkIdentitySet ident = new NetworkIdentitySet(in); local
345 final Key key = new Key(ident, uid, set, tag);
359 // cluster key lists grouped by ident
411 final NetworkIdentitySet ident = new NetworkIdentitySet(in); local
465 final NetworkIdentitySet ident = new NetworkIdentitySet(in); local
613 public final NetworkIdentitySet ident; field in class:NetworkStatsCollection.Key
    [all...]
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fmparse.cpp 99 CFX_WideStringC ident; local
109 ident = m_pToken->m_wstring;
150 e = new CXFA_FMFunctionDefinition(line, 0, ident, pArguments, pExpressions);
226 CFX_WideStringC ident; local
234 ident = m_pToken->m_wstring;
242 e = new CXFA_FMVarExpression(line, ident, e);
    [all...]
  /external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 339 const DWRITE_MATRIX ident = {1.0, 0.0, 0.0, 1.0, 0.0, 0.0}; variable
340 *transform = ident;
  /external/toybox/toys/pending/
traceroute.c 68 uint32_t ident;
81 uint32_t ident; member in struct:payload_s
119 send_data4->ident = TT.ident;
124 send_icmp4->icmp_id = htons(TT.ident);
148 send_data6->ident = TT.ident;
280 && ricmp->icmp_id == ntohs(TT.ident)
286 && hicmp->icmp_id == htons(TT.ident)
402 if ((pkt->ident == TT.ident) && (pkt->seq == seq)
    [all...]
  /frameworks/base/core/java/android/app/admin/
DeviceAdminInfo.java 168 public final int ident; field in class:DeviceAdminInfo.PolicyInfo
175 public PolicyInfo(int ident, String tag, int label, int description) {
176 this(ident, tag, label, description, label, description);
179 public PolicyInfo(int ident, String tag, int label, int description,
181 this.ident = ident;
235 sRevKnownPolicies.put(pi.ident, pi);
236 sKnownPolicies.put(pi.tag, pi.ident);
452 if (usesPolicy(pi.ident)) {
  /frameworks/base/services/core/java/com/android/server/search/
SearchManagerService.java 305 long ident = Binder.clearCallingIdentity(); local
314 Binder.restoreCallingIdentity(ident);

Completed in 2357 milliseconds

12 3 4 5 6 7 8 91011>>