Searched refs:ident (Results 1 – 25 of 53) sorted by relevance
123
/external/tcpdump/tests/ |
D | isakmp4.new | 3 IP 192.1.2.254.500 > 192.1.2.23.500: isakmp: phase 1 I ident 4 IP 192.1.2.23.500 > 192.1.2.254.500: isakmp: phase 1 R ident 5 IP 192.1.2.254.500 > 192.1.2.23.500: isakmp: phase 1 I ident 6 IP 192.1.2.23.500 > 192.1.2.254.500: isakmp: phase 1 R ident 7 IP 192.1.2.254.4500 > 192.1.2.23.4500: NONESP-encap: isakmp: phase 1 I ident[E] 8 IP 192.1.2.23.4500 > 192.1.2.254.4500: NONESP-encap: isakmp: phase 1 R ident[E]
|
D | isakmp4.out | 3 IP 192.1.2.254.500 > 192.1.2.23.500: isakmp: phase 1 I ident 4 IP 192.1.2.23.500 > 192.1.2.254.500: isakmp: phase 1 R ident 5 IP 192.1.2.254.500 > 192.1.2.23.500: isakmp: phase 1 I ident 6 IP 192.1.2.23.500 > 192.1.2.254.500: isakmp: phase 1 R ident 7 IP 192.1.2.254.4500 > 192.1.2.23.4500: NONESP-encap: isakmp: phase 1 I ident[E] 8 IP 192.1.2.23.4500 > 192.1.2.254.4500: NONESP-encap: isakmp: phase 1 R ident[E]
|
D | isakmp3.new | 1 …], proto: UDP (17), length: 312) 127.0.0.1.501 > 127.0.0.1.500: isakmp 1.0 msgid : phase 1 I ident:
|
D | isakmp3.out | 1 …], proto: UDP (17), length: 312) 127.0.0.1.501 > 127.0.0.1.500: isakmp 1.0 msgid : phase 1 I ident:
|
/external/webkit/Source/WebCore/css/ |
D | tokenizer.flex | 17 ident -?{nmstart}{nmchar}* 45 {ident} {yyTok = IDENT; return yyTok;} 49 "#"{ident} {yyTok = IDSEL; return yyTok;} 81 "@"{ident} {yyTok = ATKEYWORD; return yyTok; } 103 {num}{ident} {yyTok = DIMEN; return yyTok;} 104 {num}{ident}\+ {yyTok = INVALIDDIMEN; return yyTok;} 116 {ident}"(" {yyTok = FUNCTION; return yyTok;}
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
D | command.js | 28 var ident = ''; 39 if (ident) 41 ident = part; 45 this.ident_ = ident;
|
/external/openssh/regress/ |
D | cert-hostkey.sh | 141 ident=$1 151 verbose "$tid: host cert connect $ident $kt expect $result" 169 fail "ssh cert connect $ident failed unexpectedly" 173 fail "ssh cert connect $ident succeeded unexpectedly" 251 fail "ssh cert connect $ident succeeded unexpectedly"
|
D | cert-userkey.sh | 229 ident=$1 262 verbose "$tid: $ident auth $auth expect $result $ktype" 274 fail "$ident failed unexpectedly" 278 fail "$ident succeeded unexpectedly" 332 fail "ssh cert connect $ident succeeded unexpectedly"
|
/external/llvm/test/CodeGen/X86/ |
D | 2010-05-26-FP_TO_INT-crash.ll | 6 module asm "\09.ident\09\22GCC: (GNU) 4.5.1 20100510 (prerelease) LLVM: 104604:104605\22"
|
D | 2009-02-21-ExtWeakInitializer.ll | 6 module asm ".ident\09\22$FreeBSD$\22"
|
D | 2010-11-09-MOVLPS.ll | 6 module asm "\09.ident\09\22GCC: (GNU) 4.5.2 20100914 (prerelease) LLVM: 114628\22"
|
D | change-compare-stride-trickiness-2.ll | 6 module asm ".ident\09\22$FreeBSD: head/sys/amd64/amd64/minidump_machdep.c 184499 2008-10-31 10:11:3…
|
/external/clang/test/SemaObjC/ |
D | property-user-setter.m | 37 - (void)setIdentifier:(int)ident {} 54 - (void)setRprop:(int)ident {}
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebPreferences.mm | 1141 + (WebPreferences *)_getInstanceForIdentifier:(NSString *)ident 1143 LOG(Encoding, "requesting for %@\n", ident); 1145 if (!ident) 1148 …ces *instance = [webPreferencesInstances objectForKey:[self _concatenateKeyWithIBCreatorID:ident]]; 1153 + (void)_setInstance:(WebPreferences *)instance forIdentifier:(NSString *)ident 1157 if (ident) { 1158 … [webPreferencesInstances setObject:instance forKey:[self _concatenateKeyWithIBCreatorID:ident]]; 1159 … LOG(Encoding, "recording %p for %@\n", instance, [self _concatenateKeyWithIBCreatorID:ident]); 1172 + (void)_removeReferenceForIdentifier:(NSString *)ident 1174 if (ident) [all …]
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/ |
D | build.com | 133 $ if f$search("ident.opt;-1").nes."" then 'PURGE' ident.opt
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
D | manager_worker_broker.py | 275 …stack_utils.log_thread_state(_log.error, self._client.name(), self.ident, " is wedged on test %s" … 280 self.ident = thread.get_ident()
|
/external/iptables/extensions/ |
D | libip6t_REJECT.man | 29 .I ident
|
D | libipt_REJECT.man | 28 .I ident
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | 2012-10-22-isconsec.ll | 8 module asm "\09.ident\09\22GCC: (GNU) 4.6.3 LLVM: 3.2svn\22"
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | inspectorSyntaxHighlight.css | 69 .webkit-javascript-ident {
|
D | SourceJavaScriptTokenizer.re2js | 166 this.tokenType = "javascript-ident";
|
/external/clang/test/Analysis/ |
D | blocks.m | 42 aslclient asl_open(const char *ident, const char *facility, uint32_t opts);
|
/external/libffi/ |
D | ChangeLog | 2969 * include/ffi.h.in: Remove RCS ident string. 2970 * include/ffi_mips.h: Remove RCS ident string. 2971 * src/debug.c: Remove RCS ident string. 2972 * src/ffitest.c: Remove RCS ident string. 2973 * src/prep_cif.c: Remove RCS ident string. 2974 * src/types.c: Remove RCS ident string. 2975 * src/alpha/ffi.c: Remove RCS ident string. 2976 * src/alpha/osf.S: Remove RCS ident string. 2977 * src/arm/ffi.c: Remove RCS ident string. 2978 * src/arm/sysv.S: Remove RCS ident string. [all …]
|
/external/clang/docs/ |
D | PCHInternals.rst | 228 :ref:`identifier table <pchinternals-ident-table>`. 350 .. _pchinternals-ident-table: 395 <pchinternals-ident-table>`: the first time a particular selector is formed 432 its :ref:`identifier table <pchinternals-ident-table>` to load any top-level 495 :ref:`identifier table <pchinternals-ident-table>`: the search starts at the
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebPreferences.idl | 81 HRESULT identifier([out, retval] BSTR* ident);
|
123