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

1 2 3 4 5 6 7 8

  /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); }
  /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])
  /external/webkit/Source/JavaScriptCore/parser/
Nodes.cpp 154 append(parameter->ident());
167 void FunctionBodyNode::finishParsing(const SourceCode& source, ParameterNode* firstParameter, const Identifier& ident)
170 finishParsing(FunctionParameters::create(firstParameter), ident); local
173 void FunctionBodyNode::finishParsing(PassRefPtr<FunctionParameters> parameters, const Identifier& ident)
177 m_ident = ident;
  /external/webkit/Source/WebCore/bridge/c/
c_class.cpp 86 NPIdentifier ident = _NPN_GetStringIdentifier(identifier.ascii().data()); local
89 if (_isa->hasMethod && _isa->hasMethod(obj, ident)){
90 Method* aMethod = new CMethod(ident); // deleted in the CClass destructor
107 NPIdentifier ident = _NPN_GetStringIdentifier(identifier.ascii().data());
110 if (_isa->hasProperty && _isa->hasProperty(obj, ident)){
111 aField = new CField(ident); // deleted in the CClass destructor
c_instance.cpp 151 NPIdentifier ident = method->identifier(); local
152 if (!_object->_class->hasMethod(_object, ident))
170 retval = _object->_class->invoke(_object, ident, cArgs.data(), count, &resultVariant);
  /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/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/quake/quake/src/QW/client/
spritegn.h 71 int ident; member in struct:__anon14221
modelgen.h 60 int ident; member in struct:__anon14187
  /external/quake/quake/src/WinQuake/
spritegn.h 71 int ident; member in struct:__anon14666
modelgen.h 60 int ident; member in struct:__anon14547
  /external/webkit/Tools/DumpRenderTree/chromium/
CppBoundClass.cpp 169 bool CppNPObject::hasMethod(NPObject* npObj, NPIdentifier ident)
172 return obj->boundClass->hasMethod(ident);
175 bool CppNPObject::hasProperty(NPObject* npObj, NPIdentifier ident)
178 return obj->boundClass->hasProperty(ident);
181 bool CppNPObject::invoke(NPObject* npObj, NPIdentifier ident,
186 return obj->boundClass->invoke(ident, arguments, argumentCount, result);
189 bool CppNPObject::getProperty(NPObject* npObj, NPIdentifier ident, NPVariant* result)
192 return obj->boundClass->getProperty(ident, result);
195 bool CppNPObject::setProperty(NPObject* npObj, NPIdentifier ident, const NPVariant* value)
198 return obj->boundClass->setProperty(ident, value)
280 NPIdentifier ident = WebBindings::getStringIdentifier(name.c_str()); local
307 NPIdentifier ident = WebBindings::getStringIdentifier(name.c_str()); local
322 NPIdentifier ident = WebBindings::getStringIdentifier(name.c_str()); local
    [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);
  /external/ipsec-tools/src/racoon/
localconf.h 88 vchar_t *ident[LC_IDENTTYPE_MAX]; /* base of Identifier payload. */ member in struct:localconf
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
BaseLayerAndroid.cpp 86 TransformationMatrix ident; local
107 updateGLPositionsAndScale(ident, clip, 1, scale, forcePositionCalculation,
  /frameworks/base/core/java/android/os/
Looper.java 121 final long ident = Binder.clearCallingIdentity(); local
146 if (ident != newIdent) {
148 + Long.toHexString(ident) + " to 0x"
UserManager.java 369 int ident = getUserHandle((int)serialNumber); local
370 return ident >= 0 ? new UserHandle(ident) : null;
  /frameworks/native/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);
325 int ident; member in struct:android::Looper::Request
  /frameworks/native/libs/utils/
Looper.cpp 162 int ident = response.request.ident; local
163 if (ident >= 0) {
170 this, ident, fd, events, data);
175 return ident;
313 if (response.request.ident == ALOOPER_POLL_CALLBACK) {
396 int Looper::addFd(int fd, int ident, int events, ALooper_callbackFunc callback, void* data) {
397 return addFd(fd, ident, events, callback ? new SimpleLooperCallback(callback) : NULL, data);
400 int Looper::addFd(int fd, int ident, int events, const sp<LooperCallback>& callback, void* data) {
402 ALOGD("%p ~ addFd - fd=%d, ident=%d, events=0x%x, callback=%p, data=%p", this, fd, ident
    [all...]

Completed in 655 milliseconds

1 2 3 4 5 6 7 8