HomeSort by relevance Sort by last modified time
    Searched full:forward (Results 401 - 425 of 6195) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
DNS.h 30 #include "wtf/Forward.h"
  /external/chromium_org/third_party/WebKit/Source/core/xml/
DOMParser.h 23 #include "wtf/Forward.h"
XMLSerializer.h 24 #include "wtf/Forward.h"
XPathNSResolver.h 31 #include "wtf/Forward.h"
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationPermissionCallback.h 31 #include "wtf/Forward.h"
  /external/chromium_org/third_party/angle_dx11/src/compiler/
generate_parser.sh 28 patch --silent --forward < 64bit-lexer-safety.patch
  /external/chromium_org/third_party/cacheinvalidation/
README.chromium 15 Note: If you are rolling forward the Cache Invalidation API version, and want to
  /external/chromium_org/third_party/freetype/src/pshinter/
pshpic.c 26 /* forward declaration of PIC init functions from pshmod.c */
  /external/chromium_org/third_party/freetype/src/psnames/
pspic.c 26 /* forward declaration of PIC init functions from psmodule.c */
  /external/chromium_org/third_party/icu/source/common/unicode/
chariter.h 23 * Abstract class that defines an API for forward-only iteration
165 * This is used with nextPostInc() or next32PostInc() in forward
190 * This is an interface for forward and backward iteration
197 * <li>While the old API functions provided forward iteration with
210 * See ForwardCharacterIterator for examples for using the new forward iteration
217 * Forward iteration with hasNext():
227 * Forward iteration more similar to loops with the old forward iteration,
312 * Traverse both forward and backward from a given position in the text.
387 * for forward iteration with nextPostInc()
    [all...]
  /external/chromium_org/third_party/icu/source/common/
unistr_props.cpp 66 // move string forward over leading white space
  /external/chromium_org/third_party/icu/source/test/perf/strsrchperf/
StrSrchPerf_r.pl 56 "ICU Forward Search", [ "$p1 Test_ICU_Forward_Search", "$p2 Test_ICU_Forward_Search" ],
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/docs/
coding_style.txt 52 Forward declarations should not be used unless necessary.
53 In particular C++ classes should be implemented "inline" and should you should almost never have a forward declaration of a class.
55 Alternatively, use global helpers with forward declaration.
57 Order definitions so that forward declarations are not necessary (e.g. put main at the end of the file).
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
drisw_util.c 152 /* There are no forward-compatible contexts before OpenGL 3.0. The
155 * "Forward-compatible contexts are defined only for OpenGL versions
158 * Moreover, Mesa can't fulfill the requirements of a forward-looking
159 * context. Return failure if a forward-looking context is requested.
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-ia64.pl 63 { .mmi; ld1 $Xn=[inp],2 // forward Xload
66 { .mmi; ld1 tmp2=[tmp3],2 // forward Xload
75 { .mmi; ld1 tmp0=[inp],2 // forward Xload
78 { .mmi; ld1 tmp4=[tmp3],2 // forward Xload
82 dep $Xn=$Xn,tmp2,8,8 // forward Xload
98 { .mmi; xor $Xn=$Xn,$X[($j+2)%16] // forward Xupdate
99 xor tmp3=$X[($j+8)%16],$X[($j+13)%16] // forward Xupdate
102 xor $Xn=$Xn,tmp3 // forward Xupdate
128 { .mmi; xor $Xn=$Xn,$X[($j+2)%16] // forward Xupdate
129 xor tmp3=$X[($j+8)%16],$X[($j+13)%16] // forward Xupdat
    [all...]
  /external/chromium_org/tools/gn/
escape.h 31 // When set, converts forward-slashes to system-specific path separators.
  /external/chromium_org/ui/gfx/
selection_model.cc 34 return str + (backward ? ",BACKWARD}" : ",FORWARD}");
  /external/chromium_org/v8/test/mjsunit/harmony/
module-resolution.js 80 // import A.* // invalid forward import
84 // import M.* // invalid forward import
139 //// export module C5 = { import C5.* } // invalid forward import
140 //// export module C6 = { import M3.C6.* } // invalid forward import
  /external/clang/test/CXX/except/except.spec/
p2-dynamic-types.cpp 5 struct Incomplete; // expected-note 3 {{forward declaration}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p4.cpp 49 struct Incomplete; // expected-note{{forward declaration of 'Incomplete'}}
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p5.cpp 31 struct X<IntHolder, long>::Inner; // expected-note{{forward declaration}}
  /external/clang/test/CodeGenCXX/
debug-info-enum-class.cpp 6 enum D : short; // enum forward declaration
  /external/clang/test/Parser/
cxx-template-decl.cpp 31 // Template class (forward) declarations
37 // Forward declarations with default parameters?
41 // Forward declarations w/template template parameters
48 // Forward declarations with non-type params
  /external/clang/test/Sema/
array-constraint.c 3 struct s; // expected-note 2 {{forward declaration of 'struct s'}}
atomic-type.c 19 _Atomic(struct ErrorS) error2; // expected-error {{_Atomic cannot be applied to incomplete type}} expected-note {{forward declaration}}

Completed in 433 milliseconds

<<11121314151617181920>>