Searched refs:over (Results 1 - 25 of 144) sorted by relevance

123456

/external/clang/test/Index/
H A Dfile-refs.cpp19 void over(int);
20 void over(float);
23 over(0);
24 over(0.0f);
80 // CHECK-NEXT: FunctionDecl=over:20:6
81 // CHECK-NEXT: FunctionDecl=over:20:6 =[20:6 - 20:10]
82 // CHECK-NEXT: DeclRefExpr=over:20:6 =[24:3 - 24:7]
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp6.cpp20 void over(int);
21 int over(long);
25 apply(0, &over);
28 apply(0L, &over); // expected-error {{no matching function for call to 'apply'}}
31 void over(short);
35 // pick correct overload of 'over' during overload resolution for 'apply'
36 apply(0, &over);
65 void over(int);
66 int over(long);
70 invoke(&over);
[all...]
/external/clang/test/SemaCXX/
H A Drval-references.cpp14 int over(int&);
15 not_int over(int&&);
38 int i2 = over(i1);
39 not_int ni1 = over(0);
40 int i3 = over(virr2);
41 not_int ni2 = over(ret_irr());
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
H A Dp8.cpp67 void over(Distinct);
69 void over(int);
73 ::over(d);
/external/syslinux/gpxe/src/include/gpxe/
H A Dretry.h51 void ( * expired ) ( struct retry_timer *timer, int over );
/external/ImageMagick/PerlMagick/t/ttf/
H A Dread.t30 testReadCompare(q!label:The quick brown fox jumps over the lazy dog.!,
44 q!text=>'The quick brown fox jumps over the lazy dog.',
/external/libvorbis/doc/
H A Da2-encapsulation-rtp.tex4 \section{Vorbis encapsulation in RTP} \label{vorbis:over:rtp}
H A D08-residue.tex194 1) iterate [i] over the range 0 ... [residue_classifications]-1 {
206 specific bit set in the cascade bitmap. We loop over the possible
212 1) iterate [i] over the range 0 ... [residue_classifications]-1 {
214 2) iterate [j] over the range 0 ... 7 {
290 3) iterate [pass] over the range 0 ... 7 {
298 7) iterate [j] over the range 0 .. [ch]-1 {
303 10) iterate [i] descending over the range [classwords_per_codeword]-1 ... 0 {
317 13) iterate [i] over the range 0 .. ([classwords_per_codeword] - 1) while [partition_count]
320 14) iterate [j] over the range 0 .. [ch]-1 {
365 2) iterate [i] over th
[all...]
H A D07-floor1.tex116 3) iterate [i] over the range 0 ... [floor1_partitions]-1 \{
123 6) iterate [i] over the range 0 ... [maximum_class] \{
133 11) iterate [j] over the range 0 ... (2 exponent [floor1_class_subclasses] element [i]) - 1 \{
145 18) iterate [i] over the range 0 ... [floor1_partitions]-1 \{
148 20) iterate [j] over the range 0 ... ([floor1_class_dimensions] element [current_class_number])-1 \{
190 5) iterate [i] over the range 0 ... [floor1_partitions]-1 \{
203 13) iterate [j] over the range 0 ... [cdim]-1 \{
264 6) iterate [i] over the range 2 ... [floor1_values]-1 \{
361 4) iterate [i] over the range 1 ... [floor1_values]-1 \{
/external/liblzf/
H A Dlzf.c226 ssize_t rc, cs, us, bytes, over = 0; local
231 rc = rread (from, header + over, MAX_HDR_SIZE - over);
239 rc += over;
240 over = 0;
279 over = l - bytes;
280 memmove (header, &p[bytes], over);
/external/libedit/src/
H A Dfilecomplete.c414 int *completion_type, int *over, int *point, int *end)
464 (over != NULL && !*over && !matches))
468 if (over != NULL)
469 *over = 0;
409 fn_complete(EditLine *el, char *(*complet_func)(const char *, int), char **(*attempted_completion_function)(const char *, int, int), const Char *word_break, const Char *special_prefixes, const char *(*app_func)(const char *), size_t query_items, int *completion_type, int *over, int *point, int *end) argument
/external/clang/www/analyzer/
H A Dmenu.css49 .menubar li:hover ul, li.over ul { /* lists nested under hovered list items */
/external/markdown/MarkdownTest/Tests_2004/
H A DOrdered and unordered lists.text89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
/external/markdown/MarkdownTest/Tests_2007/
H A DOrdered and unordered lists.text89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
/external/markdown/tests/markdown-test/
H A Dordered-and-unordered-list.txt89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
/external/libchrome/base/metrics/
H A Dsample_vector.cc110 size_t over = bucket_count; local
113 DCHECK_GE(over, under);
114 mid = under + (over - under)/2;
120 over = mid;
/external/google-fonts/carrois-gothic-sc/
H A DAndroid.mk16 # to copy over the NOTICE file.
/external/google-fonts/coming-soon/
H A DAndroid.mk16 # to copy over the NOTICE file.
/external/google-fonts/cutive-mono/
H A DAndroid.mk16 # to copy over the NOTICE file.
/external/google-fonts/dancing-script/
H A DAndroid.mk16 # to copy over the NOTICE file.
/external/toolchain-utils/user_activity_benchmarks/
H A Dselect_hot_functions.sql11 -- Collect the data stored in CWP over the last 30 days.
/external/webrtc/tools/matlab/
H A DmaxUnwrap.m10 % and after which it will wrap over to 0.
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
H A DTimeUnit.java107 static long x(long d, long m, long over) { argument
108 if (d > over) return Long.MAX_VALUE;
109 if (d < -over) return Long.MIN_VALUE;
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dbacktracking.rb46 * manual predicate here so that we don't backtrack over
/external/flatbuffers/samples/
H A DSampleBinary.php69 // We now have a FlatBuffer that can be stored on disk or sent over a network.
71 // ...Code to store to disk or send over a network goes here...

Completed in 590 milliseconds

123456