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

1 2 3 4 5 6 7

  /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/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
everything.js 62 // 'the quick brown fox jumped over the lazy dogs'.match(/((\w+)\s*)+/)
63 testcases[count++] = new TestCase ( SECTION, "'the quick brown fox jumped over the lazy dogs'.match(/((\\w+)\\s*)+/)",
64 String(['the quick brown fox jumped over the lazy dogs','dogs','dogs']),String('the quick brown fox jumped over the lazy dogs'.match(/((\w+)\s*)+/)));
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLUnderOver.cpp 45 // Determine what kind of under/over expression we have by element name
50 m_kind = Over;
79 // the under or over
82 if (m_kind == Over) {
83 // add the over as first
91 // the under or over
95 // add the over as first
128 // For over or underover, the base is the sibling of the first child
148 RenderObject* over = 0; local
151 case Over
    [all...]
  /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/webkit/Source/WebCore/html/
HTMLLabelElement.cpp 100 void HTMLLabelElement::setHovered(bool over)
102 if (over == hovered())
106 HTMLElement::setHovered(over);
110 element->setHovered(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/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/webkit/Tools/Scripts/webkitpy/common/checkout/
changelog_unittest.py 57 _rolled_over_footer = '== Rolled over to ChangeLog-2009-06-16 =='
91 == Rolled over to ChangeLog-2009-06-16 ==
  /external/naver-fonts/
Android.mk 16 # to copy over the NOTICE file.
  /external/quake/quake/src/QW/
qwcl.spec.sh 26 original version of Quake can be played over the Internet, many users modem
36 one thing, play deathmatch games over a TCP/IP network such as the Internet.
qwsv.spec.sh 26 original version of Quake can be played over the Internet, many users modem
36 one thing, play deathmatch games over a TCP/IP network such as the Internet.
  /external/v8/test/mjsunit/
arguments-lazy.js 28 // Make sure we don't allocate the arguments object over and
29 // over again.
  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
TimeUnit.java 103 static long x(long d, long m, long over) {
104 if (d > over) return Long.MAX_VALUE;
105 if (d < -over) return Long.MIN_VALUE;
  /libcore/luni/src/main/java/java/util/concurrent/
TimeUnit.java 136 static long x(long d, long m, long over) {
137 if (d > over) return Long.MAX_VALUE;
138 if (d < -over) return Long.MIN_VALUE;

Completed in 1356 milliseconds

1 2 3 4 5 6 7