HomeSort by relevance Sort by last modified time
    Searched full:forward (Results 201 - 225 of 3607) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/Analysis/
rdar-6540084.m 25 NSPredicate *isSearchablePredicate = [NSPredicate predicateWithFormat:@"isSearchable == YES"]; // expected-warning{{receiver 'NSPredicate' is a forward class and corresponding}} // expected-warning{{return type defaults to 'id'}}
  /external/clang/test/CXX/except/except.spec/
p2-dynamic-types.cpp 5 struct Incomplete; // expected-note 3 {{forward declaration}}
  /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/Sema/
array-constraint.c 3 struct s; // expected-note 2 {{forward declaration of 'struct s'}}
  /external/clang/test/SemaCXX/
MicrosoftExtensions.cpp 4 // ::type_info is predeclared with forward class declartion
91 //MSVC allows forward enum declaration
92 enum ENUM; // expected-warning {{forward references to 'enum' types are a Microsoft extension}}
95 enum ENUM1* var3 = 0;// expected-warning {{forward references to 'enum' types are a Microsoft extension}}
qualified-names-diag.cpp 19 struct incomplete; // expected-note{{forward declaration of 'bar::incomplete'}}
switch.cpp 37 struct C; // expected-note{{forward declaration}}
  /external/clang/test/SemaObjC/
exprs.m 37 struct Incomplete_struct; // expected-note {{forward declaration}}
  /external/dnsmasq/bld/
Makefile 3 OBJS = cache.o rfc1035.o util.o option.o forward.o network.o \
  /external/freetype/src/pshinter/
pshpic.c 26 /* forward declaration of PIC init functions from pshmod.c */
  /external/freetype/src/psnames/
pspic.c 26 /* forward declaration of PIC init functions from psmodule.c */
  /external/icu4c/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/icu4c/common/
unistr_props.cpp 66 // move string forward over leading white space
  /external/icu4c/test/perf/strsrchperf/
StrSrchPerf_r.pl 56 "ICU Forward Search", [ "$p1 Test_ICU_Forward_Search", "$p2 Test_ICU_Forward_Search" ],
  /external/iproute2/include/linux/
inet_diag.h 45 * All the commands identified by "code" are conditional jumps forward:
  /external/iptables/extensions/
libip6t_REJECT.man 7 .B FORWARD
libipt_REJECT.man 7 .B FORWARD
libxt_set.man 10 iptables \-A FORWARD \-m set \-\-match\-set test src,dst
  /external/iptables/include/linux/netfilter/
xt_IDLETIMER.h 9 * Converted to x_tables and forward-ported to 2.6.34
  /external/javassist/src/main/javassist/tools/rmi/
Sample.java 27 public Object forward(Object[] args, int identifier) { method in class:Sample
  /external/kernel-headers/original/linux/
ashmem.h 32 __u32 len; /* length forward from offset, in bytes, page-aligned */
  /external/llvm/test/Bitcode/
flags.ll 7 ; forward and backward references.
  /external/llvm/test/Feature/
constexpr.ll 16 @t2 = global i32* @t1 ;; Forward reference without cast
17 @t3 = global i32* bitcast (i32* @t1 to i32*) ;; Forward reference with cast
25 global i32* bitcast (float* @4 to i32*) ;; Forward numeric reference
26 global float* @4 ;; Duplicate forward numeric reference
  /external/llvm/test/Integer/
constexpr_bt.ll 17 @t2 = global i33* @t1 ;; Forward reference without cast
18 @t3 = global i33* bitcast (i33* @t1 to i33*) ;; Forward reference with cast
27 global i32* bitcast (float* @4 to i32*) ;; Forward numeric reference
28 global float* @4 ;; Duplicate forward numeric reference
  /external/srec/doc/logs/srec/
recog4_SHIP_bothtags5.res 31 R: forward

Completed in 401 milliseconds

1 2 3 4 5 6 7 891011>>