HomeSort by relevance Sort by last modified time
    Searched refs:over (Results 1 - 25 of 212) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/test/Index/
file-refs.cpp 19 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/
p6.cpp 20 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/www/analyzer/scripts/
menu.js 8 this.className+=" over";
11 this.className=this.className.replace(" over", "");
  /external/clang/test/SemaCXX/
rval-references.cpp 14 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/
p8.cpp 66 inline namespace Over {
67 void over(Distinct);
69 void over(int);
73 ::over(d);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DragListener.java 58 View over = mStatePanelTrack.findChildAt((int) event.getX(), local
60 if (over != null && over != mStatePanelTrack.getCurrentView()) {
61 StateView stateView = (StateView) over;
63 int pos = mStatePanelTrack.findChild(over);
  /external/libvorbis/doc/
a2-encapsulation-rtp.tex 4 \section{Vorbis encapsulation in RTP} \label{vorbis:over:rtp}
08-residue.tex 194 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 the range 0 ... [step]-1
    [all...]
07-floor1.tex 116 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/
lzf.c 226 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/
filecomplete.c 414 int *completion_type, int *over, int *point, int *end)
464 (over != NULL && !*over && !matches))
468 if (over != NULL)
469 *over = 0;
  /external/clang/www/analyzer/
menu.css 49 .menubar li:hover ul, li.over ul { /* lists nested under hovered list items */
  /external/markdown/MarkdownTest/Tests_2004/
Ordered and unordered lists.text 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDragListener.java 48 // Not dragging over a tree item
52 CanvasViewInfo over = getViewInfo(overTreeItem); local
53 if (over == null) {
  /external/google-fonts/carrois-gothic-sc/
Android.mk 16 # to copy over the NOTICE file.
  /external/google-fonts/coming-soon/
Android.mk 16 # to copy over the NOTICE file.
  /external/google-fonts/cutive-mono/
Android.mk 16 # to copy over the NOTICE file.
  /external/google-fonts/dancing-script/
Android.mk 16 # to copy over the NOTICE file.
  /external/v8/test/mjsunit/
arguments-lazy.js 28 // Make sure we don't allocate the arguments object over and
29 // over again.
  /frameworks/rs/api/
rs_for_each.spec 38 This type is used to suggest how the invoked kernel should iterate over the cells of the
42 locality when the processing is distributed over multiple cores.
51 over, like dimensions, and rarely used indexes, like the Array0 index or the current
54 A kernel may be executed in parallel over multiple threads. Each thread will have its
82 versions, it will also be used to provide hint on how to best iterate over
86 over cells 4, 5, 6, and 7 in the X dimension, set xStart to 4 and xEnd to 8.
100 function will be invoked repeatedly over the cells of the specificed allocation, filling
172 It contains common characteristics of the allocations being iterated over and rarely
322 characteristics of the allocations being iterated over by the kernel in
  /build/tools/releasetools/
edify_generator.py 114 'abort("Can\'t install this package (%s) over newer '
135 """Update the progress bar, advancing it over 'frac' over the next
  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
TimeUnit.java 107 static long x(long d, long m, long over) {
108 if (d > over) return Long.MAX_VALUE;
109 if (d < -over) return Long.MIN_VALUE;
  /libcore/luni/src/main/java/java/util/concurrent/
TimeUnit.java 166 static long x(long d, long m, long over) {
167 if (d > over) return Long.MAX_VALUE;
168 if (d < -over) return Long.MIN_VALUE;

Completed in 2101 milliseconds

1 2 3 4 5 6 7 8 9