Home
last modified time | relevance | path

Searched refs:ident (Results 1 – 25 of 53) sorted by relevance

123

/external/tcpdump/tests/
Disakmp4.new3 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]
Disakmp4.out3 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]
Disakmp3.new1 …], proto: UDP (17), length: 312) 127.0.0.1.501 > 127.0.0.1.500: isakmp 1.0 msgid : phase 1 I ident:
Disakmp3.out1 …], 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/
Dtokenizer.flex17 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/
Dcommand.js28 var ident = '';
39 if (ident)
41 ident = part;
45 this.ident_ = ident;
/external/openssh/regress/
Dcert-hostkey.sh141 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"
Dcert-userkey.sh229 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/
D2010-05-26-FP_TO_INT-crash.ll6 module asm "\09.ident\09\22GCC: (GNU) 4.5.1 20100510 (prerelease) LLVM: 104604:104605\22"
D2009-02-21-ExtWeakInitializer.ll6 module asm ".ident\09\22$FreeBSD$\22"
D2010-11-09-MOVLPS.ll6 module asm "\09.ident\09\22GCC: (GNU) 4.5.2 20100914 (prerelease) LLVM: 114628\22"
Dchange-compare-stride-trickiness-2.ll6 module asm ".ident\09\22$FreeBSD: head/sys/amd64/amd64/minidump_machdep.c 184499 2008-10-31 10:11:3…
/external/clang/test/SemaObjC/
Dproperty-user-setter.m37 - (void)setIdentifier:(int)ident {}
54 - (void)setRprop:(int)ident {}
/external/webkit/Source/WebKit/mac/WebView/
DWebPreferences.mm1141 + (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/
Dbuild.com133 $ if f$search("ident.opt;-1").nes."" then 'PURGE' ident.opt
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dmanager_worker_broker.py275 …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/
Dlibip6t_REJECT.man29 .I ident
Dlibipt_REJECT.man28 .I ident
/external/llvm/test/Transforms/LoopVectorize/
D2012-10-22-isconsec.ll8 module asm "\09.ident\09\22GCC: (GNU) 4.6.3 LLVM: 3.2svn\22"
/external/webkit/Source/WebCore/inspector/front-end/
DinspectorSyntaxHighlight.css69 .webkit-javascript-ident {
DSourceJavaScriptTokenizer.re2js166 this.tokenType = "javascript-ident";
/external/clang/test/Analysis/
Dblocks.m42 aslclient asl_open(const char *ident, const char *facility, uint32_t opts);
/external/libffi/
DChangeLog2969 * 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/
DPCHInternals.rst228 :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/
DIWebPreferences.idl81 HRESULT identifier([out, retval] BSTR* ident);

123