/external/clang/test/Index/ |
annotate-tokens-pp.c | 5 NOTHING(more,junk) float WIBBLE(int, float); 61 // CHECK: Identifier: "more" [5:9 - 5:13]
|
/external/stlport/stlport/ |
float.h | 22 # error This header is only reentrant once, it should be modified if it has to be included more.
|
/ndk/sources/cxx-stl/stlport/stlport/ |
float.h | 22 # error This header is only reentrant once, it should be modified if it has to be included more.
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/ |
float.h | 22 # error This header is only reentrant once, it should be modified if it has to be included more.
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/ |
float.h | 22 # error This header is only reentrant once, it should be modified if it has to be included more.
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/ |
float.h | 22 # error This header is only reentrant once, it should be modified if it has to be included more.
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
RewriteCardinalityException.js | 6 * This signifies a case where the cardinality of two or more elements
|
/external/jmonkeyengine/ |
Android.mk | 17 # more info.
|
/external/webkit/Tools/Scripts/ |
print-msvc-project-dependencies | 64 warn "Warning: Project $name appears more than once in $sln; using first definition\n"; 100 warn "Warning: UUID $uuid1 listed more than once as dependency of project ", $currentProject->{name}, "\n";
|
/external/chromium/testing/gmock/ |
CMakeLists.txt | 6 # For more options, run 'ctest --help'. 76 # Google Mock libraries. We build them using more strict warnings than what 112 cxx_test(gmock-more-actions_test gmock_main) 134 cxx_test_with_flags(gmock-more-actions_no_exception_test "${cxx_no_exception}" 135 gmock_main_no_exception test/gmock-more-actions_test.cc)
|
/external/webkit/LayoutTests/fast/url/resources/ |
utilities.js | 6 // It would be more elegant to use the DOM here, but we use document.write() 15 // It would be more elegant to use the DOM here, but we chose document.write() 31 // It would be more elegant to use the DOM here, but we use document.write()
|
/external/jpeg/ |
ansi2knr.c | 93 Agreement (except that you may choose to grant more extensive 327 char *more; local 382 more = ++line; 387 switch ( *skipspace(more, 1) ) 392 fputs(more, out); 401 /* more might be. */ 403 strcpy(buf, more);
|
/external/qemu/distrib/jpeg-6b/ |
ansi2knr.c | 93 Agreement (except that you may choose to grant more extensive 327 char *more; local 382 more = ++line; 387 switch ( *skipspace(more, 1) ) 392 fputs(more, out); 401 /* more might be. */ 403 strcpy(buf, more);
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
logtesting.py | 29 more advanced needs (e.g. unit-testing methods that configure logging), 136 for more details. 166 This method asserts that there are no more messages in the array of 169 unittest.TestCase. See the docstring of this class for more details. 191 # This gets us a bit more mileage out of our tests without writing any
|
/frameworks/av/media/libstagefright/ |
ESDS.cpp | 80 bool more; local 90 more = (x & 0x80) != 0; 92 while (more);
|
/build/tools/atree/ |
atree.cpp | 28 " -f FILELIST Specify one or more files containing the\n" 30 " -I INPUTDIR Specify one or more base directories in\n" 186 vector<FileRecord> more; local 211 err |= list_dir(*it, excludes, &more); 214 for (vector<FileRecord>::iterator it=more.begin(); 215 it!=more.end(); it++) {
|
/external/clang/test/CodeGen/ |
blockstret.c | 16 char more[32]; member in struct:bigbig
|
/external/icu4c/samples/legacy/ |
Makefile | 55 # Can add more libraries here. 67 more $(TARGET).cpp $(TARGET).out > $@
|
/external/icu4c/samples/uresb/ |
Makefile | 62 # Can add more libraries here. 74 more $(TARGET).cpp $(TARGET).out > $@
|
/libcore/json/src/test/java/org/json/ |
JSONTokenerTest.java | 32 new JSONTokener(null).more(); 107 assertFalse(new JSONTokener("").more()); 151 assertFalse(abcdeTokener.more()); 153 assertTrue(abcdeTokener.more()); 159 assertTrue(abcTokener.more()); 162 assertTrue(abcTokener.more()); 164 assertFalse(abcTokener.more()); 166 assertTrue(abcTokener.more()); 168 assertFalse(abcTokener.more()); 357 assertFalse(tokener.more()); [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/ |
feed.js | 75 // Where the more stories link should navigate to. 216 var more = document.createElement('a'); 217 more.className = 'more'; 218 more.innerText = moreStoriesLocale; 219 more.addEventListener('click', moreStories); 220 feed.appendChild(more); 247 * Redirects to Google news site for more stories.
|
/frameworks/base/services/java/com/android/server/wm/ |
AppWindowAnimator.java | 170 final boolean more = animation.getTransformation(currentTime, transformation); 172 TAG, "Stepped animation in " + mAppToken + ": more=" + more + ", xform=" + transformation); 173 if (!more) { 179 hasTransformation = more; 180 return more;
|
/ndk/sources/host-tools/make-3.81/ |
ansi2knr.c | 241 char *more; local 319 more = ++line; 324 switch ( *skipspace(ppdirforward(more), 1) ) 329 fputs(more, out); 338 /* more might be. */ 340 strcpy(buf, more); 376 * Skip forward or backward over one or more preprocessor directives.
|
/system/core/sh/ |
input.c | 281 * 3) If the is more stuff in this buffer, use it else call read to fill it. 289 int more; local 315 for (more = 1; more;) { 327 more = 0; /* Stop processing here */ 342 more = 0;
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
SlotView.java | 247 boolean more = mScroller.advanceAnimation(animTime); 248 more |= mLayout.advanceAnimation(animTime); 269 more |= paperActive; 272 more |= mAnimation.calculate(animTime); 283 if ((r & RENDER_MORE_FRAME) != 0) more = true; 292 if ((r & RENDER_MORE_FRAME) != 0) more = true; 300 if (more) invalidate(); 303 if (mMoreAnimation && !more && listener != null) { 311 mMoreAnimation = more;
|