/toolchain/binutils/binutils-2.25/config/ |
bootstrap-debug.mk | 9 # For more thorough testing, see bootstrap-debug-lean.mk
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
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/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);
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
indic.bat | 12 REM tz.pl script itself for more documentation.
|
/external/v8/test/mjsunit/ |
keyed-load-hole-to-undefined.js | 11 // and no more deoptimizations of foo would occur.
|
/external/v8/test/mjsunit/regress/ |
regress-crbug-513602.js | 21 // ...and collect more type feedback.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_modulefinder.py | 246 more = list(found - modules) 248 # check if we found what we expected, not more, not less 249 self.assertEqual((more, less), ([], []))
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_modulefinder.py | 246 more = list(found - modules) 248 # check if we found what we expected, not more, not less 249 self.assertEqual((more, less), ([], []))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_modulefinder.py | 246 more = list(found - modules) 248 # check if we found what we expected, not more, not less 249 self.assertEqual((more, less), ([], []))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_modulefinder.py | 246 more = list(found - modules) 248 # check if we found what we expected, not more, not less 249 self.assertEqual((more, less), ([], []))
|
/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" 206 vector<FileRecord> more; local 231 err |= list_dir(*it, excludes, &more); 234 for (vector<FileRecord>::iterator it=more.begin(); 235 it!=more.end(); it++) {
|
/external/clang/test/CodeGen/ |
blockstret.c | 23 char more[32]; member in struct:bigbig
|
/external/curl/lib/ |
formdata.h | 68 struct FormInfo *more; member in struct:FormInfo
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
CookieList.java | 52 while (x.more()) {
|
/external/icu/icu4c/source/samples/legacy/ |
Makefile | 55 # Can add more libraries here. 67 more $(TARGET).cpp $(TARGET).out > $@
|
/external/icu/icu4c/source/samples/uresb/ |
Makefile | 62 # Can add more libraries here. 74 more $(TARGET).cpp $(TARGET).out > $@
|
/external/libmicrohttpd/src/examples/ |
spdy_event_loop.c | 13 GNU General Public License for more details. 210 bool more) 212 (void)more; 277 bool more) 281 (void)more;
|
spdy_fileserver.c | 13 GNU General Public License for more details. 106 bool *more) 111 *more = feof(fd) == 0; 113 //if(!(*more)) 151 bool more) 161 (void)more;
|
/external/libnfc-nci/src/nfc/include/ |
nci_hmsgs.h | 66 UINT8 nci_snd_set_routing_cmd (BOOLEAN more, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs);
|
/external/skia/platform_tools/android/tests/ |
makefile_writer_tests.py | 227 raise Exception('failed one or more unittests')
|