HomeSort by relevance Sort by last modified time
    Searched defs:ident (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /external/libgsm/src/
gsm_create.c 7 static char const ident[] = "$Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/gsm_create.c,v 1.4 1996/07/02 09:59:05 jutta Exp $"; variable
  /frameworks/base/services/java/com/android/server/net/
NetworkIdentitySet.java 70 for (NetworkIdentity ident : this) {
71 out.writeInt(ident.getType());
72 out.writeInt(ident.getSubType());
73 writeOptionalString(out, ident.getSubscriberId());
74 writeOptionalString(out, ident.getNetworkId());
75 out.writeBoolean(ident.getRoaming());
  /external/clang/test/CodeGenCXX/
apple-kext-linkage.C 27 template <typename X> X ident(X x) { return x; } function
29 int foo(int n) { return ident(n); }
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/clang/lib/Analysis/
CocoaConventions.cpp 94 const IdentifierInfo *ident = fn->getIdentifier(); local
95 if (!ident) return false;
96 StringRef functionName = ident->getName();
  /external/elfutils/libelf/
elf32_checksum.c 86 unsigned char *ident; local
102 ident = elf->state.ELFW(elf,LIBELFBITS).ehdr->e_ident;
103 same_byte_order = ((ident[EI_DATA] == ELFDATA2LSB
105 || (ident[EI_DATA] == ELFDATA2MSB
172 if (INTUSE(elfw2(LIBELFBITS,xlatetof)) (data, data, ident[EI_DATA])
182 if (INTUSE(elfw2(LIBELFBITS,xlatetom)) (data, data, ident[EI_DATA])
  /frameworks/base/core/jni/
android_view_InputDevice.cpp 56 const InputDeviceIdentifier& ident = deviceInfo.getIdentifier(); local
61 static_cast<int32_t>(ident.vendor), static_cast<int32_t>(ident.product),
  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 259 int ident; local
266 while ((ident=ALooper_pollAll(engine.animating ? 0 : -1, NULL, &events,
275 if (ident == LOOPER_ID_USER) {
  /external/chromium/webkit/glue/
cpp_bound_class.cc 89 static bool hasProperty(NPObject *obj, NPIdentifier ident);
93 static bool hasMethod(NPObject *obj, NPIdentifier ident);
98 static bool invoke(NPObject *obj, NPIdentifier ident,
105 static bool getProperty(NPObject *obj, NPIdentifier ident,
111 static bool setProperty(NPObject *obj, NPIdentifier ident,
144 NPIdentifier ident) {
146 return obj->bound_class->HasMethod(ident);
150 NPIdentifier ident) {
152 return obj->bound_class->HasProperty(ident);
155 /* static */ bool CppNPObject::invoke(NPObject* np_obj, NPIdentifier ident,
257 NPIdentifier ident = WebBindings::getStringIdentifier(name.c_str()); local
287 NPIdentifier ident = WebBindings::getStringIdentifier(name.c_str()); local
301 NPIdentifier ident = WebBindings::getStringIdentifier(name.c_str()); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
CppBoundClass.cpp 175 bool CppNPObject::hasMethod(NPObject* npObj, NPIdentifier ident)
178 return obj->boundClass->hasMethod(ident);
181 bool CppNPObject::hasProperty(NPObject* npObj, NPIdentifier ident)
184 return obj->boundClass->hasProperty(ident);
187 bool CppNPObject::invoke(NPObject* npObj, NPIdentifier ident,
192 return obj->boundClass->invoke(ident, arguments, argumentCount, result);
195 bool CppNPObject::getProperty(NPObject* npObj, NPIdentifier ident, NPVariant* result)
198 return obj->boundClass->getProperty(ident, result);
201 bool CppNPObject::setProperty(NPObject* npObj, NPIdentifier ident, const NPVariant* value)
204 return obj->boundClass->setProperty(ident, value)
286 NPIdentifier ident = WebBindings::getStringIdentifier(name.c_str()); local
313 NPIdentifier ident = WebBindings::getStringIdentifier(name.c_str()); local
328 NPIdentifier ident = WebBindings::getStringIdentifier(name.c_str()); local
    [all...]
  /external/chromium_org/webkit/renderer/
cpp_bound_class.cc 93 static bool hasProperty(NPObject *obj, NPIdentifier ident);
97 static bool hasMethod(NPObject *obj, NPIdentifier ident);
102 static bool invoke(NPObject *obj, NPIdentifier ident,
109 static bool getProperty(NPObject *obj, NPIdentifier ident,
115 static bool setProperty(NPObject *obj, NPIdentifier ident,
148 NPIdentifier ident) {
150 return obj->bound_class->HasMethod(ident);
154 NPIdentifier ident) {
156 return obj->bound_class->HasProperty(ident);
159 /* static */ bool CppNPObject::invoke(NPObject* np_obj, NPIdentifier ident,
258 NPIdentifier ident = WebBindings::getStringIdentifier(name.c_str()); local
284 NPIdentifier ident = WebBindings::getStringIdentifier(name.c_str()); local
298 NPIdentifier ident = WebBindings::getStringIdentifier(name.c_str()); local
    [all...]
  /external/dropbear/
signkey.c 92 unsigned char* ident; local
99 ident = buf_getstring(buf, &len);
100 keytype = signkey_type_from_name(ident, len);
101 m_free(ident);
144 unsigned char* ident; local
151 ident = buf_getstring(buf, &len);
152 keytype = signkey_type_from_name(ident, len);
153 m_free(ident);
395 unsigned char * ident = NULL; local
401 ident = buf_getstring(buf, &identlen)
    [all...]
  /external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
main.c 259 int ident; local
266 while ((ident=ALooper_pollAll(engine.animating ? 0 : -1, NULL, &events,
275 if (ident == LOOPER_ID_USER) {
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerFactory.cpp 183 long ident = *((long*)buf); local
186 if (ident == 0x5367674f) // 'OggS'
  /frameworks/base/core/java/android/net/
NetworkIdentity.java 69 final NetworkIdentity ident = (NetworkIdentity) obj; local
70 return mType == ident.mType && mSubType == ident.mSubType && mRoaming == ident.mRoaming
71 && Objects.equal(mSubscriberId, ident.mSubscriberId)
72 && Objects.equal(mNetworkId, ident.mNetworkId);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 206 def ident(self): member in class:Process
215 pid = ident
  /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/ipsec-tools/src/racoon/
localconf.h 88 vchar_t *ident[LC_IDENTTYPE_MAX]; /* base of Identifier payload. */ member in struct:localconf
  /frameworks/base/core/java/android/os/
Looper.java 120 final long ident = Binder.clearCallingIdentity(); local
145 if (ident != newIdent) {
147 + Long.toHexString(ident) + " to 0x"
  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 186 long ident = Binder.clearCallingIdentity(); local
196 Binder.restoreCallingIdentity(ident);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerSession.java 137 long ident = Binder.clearCallingIdentity(); local
157 Binder.restoreCallingIdentity(ident);
  /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 202 * "ident" is an identifier for this event, which is returned from pollOnce().
212 * appropriately reading from the file descriptor. The 'ident' is ignored in this case.
214 * (2) If "callback" is NULL, the 'ident' will be returned by ALooper_pollOnce
228 int addFd(int fd, int ident, int events, ALooper_callbackFunc callback, void* data);
229 int addFd(int fd, int ident, int events, const sp<LooperCallback>& callback, void* data);
332 int ident; member in struct:android::Looper::Request
  /system/core/libutils/
Looper.cpp 164 int ident = response.request.ident; local
165 if (ident >= 0) {
172 this, ident, fd, events, data);
177 return ident;
321 if (response.request.ident == ALOOPER_POLL_CALLBACK) {
404 int Looper::addFd(int fd, int ident, int events, ALooper_callbackFunc callback, void* data) {
405 return addFd(fd, ident, events, callback ? new SimpleLooperCallback(callback) : NULL, data);
408 int Looper::addFd(int fd, int ident, int events, const sp<LooperCallback>& callback, void* data) {
410 ALOGD("%p ~ addFd - fd=%d, ident=%d, events=0x%x, callback=%p, data=%p", this, fd, ident
    [all...]

Completed in 1545 milliseconds

1 2 3 4 5 6 7 8 9