/external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/ |
Forward.h | 1 #include <JavaScriptCore/Forward.h>
|
/external/webkit/Source/WebKit/mac/ForwardingHeaders/wtf/ |
Forward.h | 1 #include <JavaScriptCore/Forward.h>
|
/external/webkit/Source/WebCore/ForwardingHeaders/wtf/ |
Forward.h | 3 #include <JavaScriptCore/Forward.h>
|
/external/dnsmasq/contrib/try-all-ns/ |
dnsmasq-2.47_no_nxdomain_until_end.patch | 1 diff -ur dnsmasq-2.47/src/forward.c dnsmasq-2.47-patched/src/forward.c 2 --- dnsmasq-2.47/src/forward.c 2009-02-01 17:59:48.000000000 +0200 3 +++ dnsmasq-2.47-patched/src/forward.c 2009-03-18 19:10:22.000000000 +0200 7 server = forward->sentto; 15 forward->forwardall == 0)
|
/external/clang/test/Sema/ |
cast-incomplete.c | 4 enum x; // expected-note {{forward declaration}} 5 extern struct y a; // expected-note {{forward declaration}} 6 extern union z b; // expected-note 2 {{forward declaration}}
|
/external/llvm/test/CodeGen/CBackend/ |
2002-08-19-FunctionPointer.ll | 3 @fptr = global void ()* @f ;; Forward ref method defn
|
2002-08-19-ConstantExpr.ll | 3 global i32* bitcast (float* @2 to i32*) ;; Forward numeric reference 4 global float* @2 ;; Duplicate forward numeric reference
|
2002-08-19-ConstPointerRef.ll | 3 ; Test const pointer refs & forward references
|
2002-08-19-DataPointer.ll | 3 @sptr1 = global [11 x i8]* @somestr ;; Forward ref to a constant
|
/external/webkit/Source/WebCore/manual-tests/ |
back-forward-during-alert-1.html | 2 View this page, then click <a href="back-forward-during-alert-2.html">here.</a>
|
bad-clearTimeout-crash.html | 1 If the back/forward cache is enabled, this test will crash instead of going to the next page that says PASS. 3 It cannot be automated because DumpRenderTree doesn't support the back/forward cache.
|
/external/clang/test/SemaObjC/ |
forward-class-receiver.m | 4 + new; // expected-note {{method 'new' is used for the forward class}} 12 [NotKnown new]; /* expected-warning {{receiver 'NotKnown' is a forward class and corresponding}} */
|
forward-class-1.m | 3 @class FOO, BAR; // expected-note {{forward class is declared here}} 6 @interface INTF : FOO // expected-error {{attempting to use the forward class 'FOO' as superclass of 'INTF'}} 26 // 2nd test of a forward class declaration matching a typedef name 49 @class B; // expected-note {{forward class is declared here}} 50 @interface A : B {} // expected-error {{attempting to use the forward class 'B' as superclass of 'A'}}
|
/external/srec/doc/logs/srec/ |
recog4_SHIP_liveaudio.res | 1 R: forward 19 R: forward
|
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/resources/ |
forward.html | 2 <head><title>Forward</title> 3 <link rel="icon" sizes="32x32" href="forward.png">
|
/external/llvm/tools/llvmc/src/ |
Base.td.in | 185 [(forward "E"), (stop_compilation), (output_suffix E_ext)], 193 [(forward "S"), (output_suffix "ll")], 199 (switch_on "fsyntax-only"), [(forward "fsyntax-only"), 203 (not_empty "Xpreprocessor"), (forward "Xpreprocessor"), 204 (not_empty "include"), (forward "include"), 205 (not_empty "iquote"), (forward "iquote"), 207 (not_empty "I"), (forward "I"), 208 (not_empty "F"), (forward "F"), 209 (not_empty "D"), (forward "D"), 210 (not_empty "arch"), (forward "arch") [all...] |
/frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/ |
FwdLockFile.h | 27 * Attaches to an open Forward Lock file. The file position is assumed to be at the beginning of the 30 * @param[in] fileDesc The file descriptor of an open Forward Lock file. 39 * Opens a Forward Lock file for reading. 49 * Reads the specified number of bytes from an open Forward Lock file. 51 * @param[in] fileDesc The file descriptor of an open Forward Lock file. 61 * Updates the file position within an open Forward Lock file. 63 * @param[in] fileDesc The file descriptor of an open Forward Lock file. 73 * Detaches from an open Forward Lock file. 75 * @param[in] fileDesc The file descriptor of an open Forward Lock file. 84 * Closes an open Forward Lock file [all...] |
/external/llvm/test/FrontendC/ |
2002-08-19-RecursiveLocals.c | 4 * figuring out the syntax for forward declaring a static variable. */ 10 static struct list B; /* Forward declare static */ 14 extern struct list D; /* forward declare normal var */
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
p10.cpp | 4 template<> class X<int>; // expected-note{{forward}}
|
/external/llvm/test/Assembler/ |
2002-05-02-InvalidForwardRef.ll | 2 ; It looks like the assembler is not forward resolving the function declaraion
|
/external/dnsmasq/contrib/port-forward/ |
portforward | 3 # first column of this file, then a DNAT port-forward will be set up 5 # is port number(s). If there is only one, then the port-forward goes to 10 # To forward both TCP and UDP, two lines are required. 14 # will set up a port forward from port 80 on this host to port 80 18 # will set up a port forward from port 8080 on this host to port 80 23 # will port forward port 53 UDP and TCP from this host to port 53 on dnsserver.
|
/external/llvm/test/Feature/ |
constpointer.ll | 6 ; constant pointer initializers. This is tricky because they can be forward 13 @t3 = global i32* @t1 ;; Forward reference 19 global float * @2 ;; Forward numeric reference 20 global float * @2 ;; Duplicate forward numeric reference 25 @fptr = global void() * @f ;; Forward ref method defn 28 @sptr1 = global [11x i8]* @somestr ;; Forward ref to a constant
|
/external/llvm/test/Integer/ |
constpointer_bt.ll | 6 ; constant pointer initializers. This is tricky because they can be forward 13 @t3 = global i40 * @t1 ;; Forward reference 19 global float * @2 ;; Forward numeric reference 20 global float * @2 ;; Duplicate forward numeric reference 25 @fptr = global void() * @f ;; Forward ref method defn 28 @sptr1 = global [11x i8]* @somestr ;; Forward ref to a constant
|
/external/tcpdump/tests/ |
mpls-ldp-hello.new | 4 Common Hello Parameters TLV (0x0400), length: 4, Flags: [ignore and don't forward if unknown] 6 IPv4 Transport Address TLV (0x0401), length: 4, Flags: [ignore and don't forward if unknown] 8 Configuration Sequence Number TLV (0x0402), length: 4, Flags: [ignore and don't forward if unknown]
|
mpls-ldp-hello.out | 4 Common Hello Parameters TLV (0x0400), length: 4, Flags: [ignore and don't forward if unknown] 6 IPv4 Transport Address TLV (0x0401), length: 4, Flags: [ignore and don't forward if unknown] 8 Configuration Sequence Number TLV (0x0402), length: 4, Flags: [ignore and don't forward if unknown]
|