Searched defs:ident (Results 1 - 25 of 67) sorted by relevance

123

/external/elfutils/0.153/libebl/
H A Deblsymbolbindingname.c81 char *ident; local
86 && (ident = elf_getident (ebl->elf, NULL)) != NULL
87 && ident[EI_OSABI] == ELFOSABI_LINUX)
H A Deblsymboltypename.c87 char *ident; local
92 && (ident = elf_getident (ebl->elf, NULL)) != NULL
93 && ident[EI_OSABI] == ELFOSABI_LINUX)
/external/libgsm/src/
H A Dgsm_create.c7 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
/external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
H A Derr.c60 err_reporting_init(char *ident) { argument
72 err_reporting_init(char *ident) { argument
74 openlog(ident, LOG_PID, LOG_AUTHPRIV);
/external/chromium_org/tools/gn/
H A Dscope_per_file_provider.cc23 const base::StringPiece& ident) {
24 if (ident == variables::kCurrentToolchain)
26 if (ident == variables::kDefaultToolchain)
28 if (ident == variables::kPythonPath)
31 if (ident == variables::kRootBuildDir)
33 if (ident == variables::kRootGenDir)
35 if (ident == variables::kRootOutDir)
39 if (ident == variables::kTargetGenDir)
41 if (ident == variables::kTargetOutDir)
22 GetProgrammaticValue( const base::StringPiece& ident) argument
H A Dscope.cc57 const Value* Scope::GetValue(const base::StringPiece& ident, argument
62 const Value* v = (*i)->GetProgrammaticValue(ident);
67 RecordMap::iterator found = values_.find(ident);
76 return const_containing_->GetValue(ident);
78 return mutable_containing_->GetValue(ident, counts_as_used);
82 Value* Scope::GetMutableValue(const base::StringPiece& ident, argument
85 RecordMap::iterator found = values_.find(ident);
94 return mutable_containing_->GetMutableValue(ident, counts_as_used);
98 Value* Scope::GetValueForcedToCurrentScope(const base::StringPiece& ident, argument
100 RecordMap::iterator found = values_.find(ident);
124 SetValue(const base::StringPiece& ident, const Value& v, const ParseNode* set_node) argument
133 RemoveIdentifier(const base::StringPiece& ident) argument
170 MarkUsed(const base::StringPiece& ident) argument
179 MarkUnused(const base::StringPiece& ident) argument
[all...]
/external/clang/test/CodeGenCXX/
H A Dapple-kext-linkage.C27 template <typename X> X ident(X x) { return x; } function
29 int foo(int n) { return ident(n); }
H A Dmangle-ms-back-references-pr13207.cpp187 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/elfutils/0.153/libelf/
H A Delf32_checksum.c86 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/srtp/crypto/kernel/
H A Derr.c60 err_reporting_init(char *ident) { argument
72 err_reporting_init(char *ident) { argument
74 openlog(ident, LOG_PID, LOG_AUTHPRIV);
/external/clang/lib/Analysis/
H A DCocoaConventions.cpp94 const IdentifierInfo *ident = fn->getIdentifier(); local
95 if (!ident) return false;
96 StringRef functionName = ident->getName();
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSValuePool.cpp55 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> CSSValuePool::createIdentifierValue(CSSValueID ident) argument
57 if (ident <= 0)
58 return CSSPrimitiveValue::createIdentifier(ident);
60 if (!m_identifierValueCache[ident])
61 m_identifierValueCache[ident] = CSSPrimitiveValue::createIdentifier(ident);
62 return m_identifierValueCache[ident];
65 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> CSSValuePool::createIdentifierValue(CSSPropertyID ident) argument
67 return CSSPrimitiveValue::createIdentifier(ident);
H A DMediaQueryExp.cpp59 static inline bool featureWithValidIdent(const String& mediaFeature, CSSValueID ident) argument
62 return ident == CSSValuePortrait || ident == CSSValueLandscape;
65 return ident == CSSValueNone || ident == CSSValueCoarse || ident == CSSValueFine;
69 return ident == CSSValueNone || ident == CSSValueOnDemand || ident == CSSValueHover;
72 return ident
[all...]
/external/tcpdump/
H A Dprint-ascii.c91 hex_and_ascii_print_with_offset(register const char *ident, argument
115 ident, oset, HEXDUMP_HEXSTUFF_PER_LINE,
132 ident, oset, HEXDUMP_HEXSTUFF_PER_LINE,
138 hex_and_ascii_print(register const char *ident, register const u_char *cp, argument
141 hex_and_ascii_print_with_offset(ident, cp, length, 0);
148 hex_print_with_offset(register const char *ident, register const u_char *cp, register u_int length, argument
158 (void)printf("%s0x%04x: ", ident, oset);
166 (void)printf("%s0x%04x: ", ident, oset);
175 hex_print(register const char *ident, register const u_char *cp, register u_int length) argument
177 hex_print_with_offset(ident, c
[all...]
H A Dutil.c262 print_unknown_data(const u_char *cp,const char *ident,int len) argument
266 ident);
273 ident);
276 hex_print(ident,cp,len);
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c259 int ident; local
266 while ((ident=ALooper_pollAll(engine.animating ? 0 : -1, NULL, &events,
275 if (ident == LOOPER_ID_USER) {
/external/mdnsresponder/mDNSShared/
H A DPlatformCommon.c159 mDNSexport void mDNSPlatformWriteLogMsg(const char *ident, const char *buffer, mDNSLogLevel_t loglevel) argument
171 if (ident && ident[0] && mDNSPlatformClockDivisor)
195 if (!log_inited) { openlog(ident, LOG_CONS, LOG_DAEMON); log_inited++; }
198 if (ident && ident[0] && mDNSPlatformClockDivisor)
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c259 int ident; local
266 while ((ident=ALooper_pollAll(engine.animating ? 0 : -1, NULL, &events,
275 if (ident == LOOPER_ID_USER) {
/external/ipsec-tools/src/racoon/
H A Dlocalconf.h88 vchar_t *ident[LC_IDENTTYPE_MAX]; /* base of Identifier payload. */ member in struct:localconf
/external/chromium_org/third_party/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp361 const DWRITE_MATRIX ident = {1.0, 0.0, 0.0, 1.0, 0.0, 0.0}; variable
362 *transform = ident;
/external/qemu/include/android/
H A Dtrace_common.h41 char ident[16]; member in struct:TraceHeader
/external/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp361 const DWRITE_MATRIX ident = {1.0, 0.0, 0.0, 1.0, 0.0, 0.0}; variable
362 *transform = ident;
/external/compiler-rt/lib/profile/
H A DGCDAProfiling.c353 void llvm_gcda_emit_function(uint32_t ident, const char *function_name, argument
361 fprintf(stderr, "llvmgcda: function id=0x%08x name=%s\n", ident,
371 write_32bit_value(ident);
/external/iputils/
H A Dtraceroute6.c316 pid_t ident; variable
326 __u32 ident; member in struct:pkt_format
485 ident = getpid();
731 pkt->ident = htonl(ident);
857 if (ntohl(pkt->ident) == ident &&
/external/ltrace/
H A Dread_config_file.c157 char *ident = *str; local
168 return xstrndup(ident, *str - ident);

Completed in 2130 milliseconds

123