/external/chromium-trace/catapult/dashboard/dashboard/ |
change_internal_only.py | 127 test_keys, next_cursor, more = test_query.fetch_page( 139 if more: 173 rows, next_cursor, more = rows_query.fetch_page( 181 if more:
|
update_test_suites.py | 115 more = True 117 while more: 118 some_suites, cursor, more = suite_query.fetch_page( 201 more = True 203 while more: 206 some_suites, cursor, more = suite_query.fetch_page(
|
/external/clang/test/Index/ |
annotate-tokens-pp.c | 5 NOTHING(more,junk) float WIBBLE(int, float); 73 // CHECK: Identifier: "more" [5:9 - 5:13]
|
/external/skia/platform_tools/android/tests/ |
generate_user_config_tests.py | 91 raise Exception('failed one or more unittests')
|
/external/v8/test/js-perf-test/Collections/ |
weakmap.js | 74 // This is run more than once per setup so we will end up deleting items 75 // more than once. Therefore, we do not the return value of delete.
|
weakset.js | 58 // This is run more than once per setup so we will end up deleting items 59 // more than once. Therefore, we do not the return value of delete.
|
/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/go/darwin-x86/src/cmd/go/ |
fix.go | 14 For more about fix, see 'go doc cmd/fix'. 15 For more about specifying packages, see 'go help packages'.
|
vet.go | 20 For more about vet, see 'go doc cmd/vet'. 21 For more about specifying packages, see 'go help packages'. 28 For more about build flags, see 'go help build'.
|
/prebuilts/go/linux-x86/src/cmd/go/ |
fix.go | 14 For more about fix, see 'go doc cmd/fix'. 15 For more about specifying packages, see 'go help packages'.
|
vet.go | 20 For more about vet, see 'go doc cmd/vet'. 21 For more about specifying packages, see 'go help packages'. 28 For more about build flags, see 'go help build'.
|
/prebuilts/ndk/current/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.
|
/art/tools/ahat/src/ |
SubsetSelector.java | 25 * requiring the user to explicitly request more, so users not interested in 26 * more don't have to wait for everything to render. 82 // (showing X of Y - show none - show less - show more - show all) 98 int more = Math.min(mLimit + kIncrAmount, all); local 99 menu.appendLink(mQuery.with(mId, more), DocString.text("show more")); 104 menu.append("show more - show all)");
|
/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
|
/prebuilts/go/darwin-x86/src/runtime/ |
os_darwin_arm64.go | 11 // TODO: need more entropy to better seed fastrand1.
|
/prebuilts/go/linux-x86/src/runtime/ |
os_darwin_arm64.go | 11 // TODO: need more entropy to better seed fastrand1.
|
/toolchain/binutils/binutils-2.25/config/ |
bootstrap-debug.mk | 9 # For more thorough testing, see bootstrap-debug-lean.mk
|
/external/google-breakpad/src/testing/ |
CMakeLists.txt | 6 # For more options, run 'ctest --help'. 71 # Google Mock libraries. We build them using more strict warnings than what 112 cxx_test(gmock-more-actions_test gmock_main) 139 cxx_test_with_flags(gmock-more-actions_no_exception_test "${cxx_no_exception}" 140 gmock_main_no_exception test/gmock-more-actions_test.cc) 153 # knowing more details about the system configurations. We do not try to run 154 # this binary. To get a more robust shared library coverage, configure with
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
armv8-a-it-bad.l | 3 .*:15: Warning: IT blocks containing more than one conditional instruction are deprecated in ARMv8 4 .*:20: Warning: IT blocks containing more than one conditional instruction are deprecated in ARMv8 6 .*:36: Warning: IT blocks containing more than one conditional instruction are deprecated in ARMv8
|
/external/elfutils/libdwfl/ |
gzip.c | 23 General Public License for more details. 85 size_t more = state->size ? state->size * 2 : start; local 86 char *b = realloc (state->buffer, more); 87 while (unlikely (b == NULL) && more >= state->size + 1024) 88 b = realloc (state->buffer, more -= 1024); 92 state->size = more;
|
/external/libmicrohttpd/src/testspdy/ |
test_request_response_with_callback.c | 13 GNU General Public License for more details. 60 bool *more) 75 *more = feof(fd) == 0; 77 //printf("more is %i\n",*more); 79 if(!(*more)) 115 bool more) 125 (void)more;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
tools_common.c | 115 const size_t more = (left < needed) ? left : needed; local 116 memcpy(ptr, detect->buf + detect->position, more); 117 buf_position = more; 118 needed -= more; 119 detect->position += more;
|
/frameworks/av/media/libstagefright/ |
ESDS.cpp | 82 bool more; local 92 more = (x & 0x80) != 0; 94 while (more);
|
/build/kati/ |
doc.go | 22 // TODO(ukai): add more doc comments.
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
indic.bat | 12 REM tz.pl script itself for more documentation.
|