/prebuilts/go/linux-x86/test/fixedbugs/ |
issue8947.go | 8 // expressions broke with our more aggressive zeroing
|
/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/kati/ |
bootstrap.go | 35 # TODO: Add more builtin vars. 44 # TODO: Add more builtin rules.
|
/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
|
formdata.c | 101 /* now, point our 'more' to the original 'more' */ 102 post->more = parent_post->more; 104 /* then move the original 'more' to point to ourselves */ 105 parent_post->more = post; 146 /* now, point our 'more' to the original 'more' */ 147 form_info->more = parent_form_info->more; [all...] |
/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')
|
/external/squashfs-tools/squashfs-tools/ |
Makefile | 212 $(error "No compressor selected! Select one or more of GZIP, LZMA, XZ, LZO or \
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
fmt.go | 24 For more about gofmt, see 'go doc cmd/gofmt'. 25 For more about specifying packages, see 'go help packages'.
|
/prebuilts/go/darwin-x86/src/hash/ |
hash.go | 12 // Write (via the embedded io.Writer interface) adds more data to the running hash. 28 // of data, but it may operate more efficiently if all writes
|
/prebuilts/go/darwin-x86/src/runtime/ |
mem_darwin.go | 10 // which prevents us from allocating more stack. 30 // which prevents us from allocating more stack.
|
/prebuilts/go/linux-x86/src/cmd/go/ |
fmt.go | 24 For more about gofmt, see 'go doc cmd/gofmt'. 25 For more about specifying packages, see 'go help packages'.
|
/prebuilts/go/linux-x86/src/hash/ |
hash.go | 12 // Write (via the embedded io.Writer interface) adds more data to the running hash. 28 // of data, but it may operate more efficiently if all writes
|
/prebuilts/go/linux-x86/src/runtime/ |
mem_darwin.go | 10 // which prevents us from allocating more stack. 30 // which prevents us from allocating more stack.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/ |
crange-2b.s | 3 ! generated by the assembler; two more needed at link time, as they will be
|
/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...] |
/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.
|