/external/valgrind/none/tests/scripts/ |
shell.stderr.exp | 5 Add more stringent tests in PRE(sys_execve), or work out how to recover.
|
/external/wpa_supplicant_8/src/common/ |
gas.c | 7 * See README for more details. 49 u8 more, u16 comeback_delay, size_t size) 62 wpabuf_put_u8(buf, frag_id | (more ? 0x80 : 0)); 79 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, 83 status_code, frag_id, more, comeback_delay, 169 u8 frag_id, u8 more, 175 frag_id, more, comeback_delay, 4 + size); 189 u8 frag_id, u8 more, 196 more, comeback_delay,
|
gas.h | 7 * See README for more details. 25 u8 frag_id, u8 more, 29 u8 frag_id, u8 more,
|
/prebuilts/go/darwin-x86/src/cmd/pprof/ |
doc.go | 11 // For more information, see https://blog.golang.org/profiling-go-programs.
|
/prebuilts/go/linux-x86/src/cmd/pprof/ |
doc.go | 11 // For more information, see https://blog.golang.org/profiling-go-programs.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/ |
relocs2.s | 10 ;; Note that the .org that follows is more or less equivalent 16 ;; bfd/elf32-ip2k.c (ip2k_final_link_relocate) is tested a little more.
|
/frameworks/base/obex/javax/obex/ |
ClientOperation.java | 275 throw new IOException("no more input streams available"); 310 throw new IOException("no more output streams available"); 437 * @return <code>true</code> if there is more data to send; 438 * <code>false</code> if there is no more data to send 622 * initial request. If the response takes more then one packet, a thread 631 boolean more = true; 636 while ((more) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) { 637 more = sendRequest(ObexHelper.OBEX_OPCODE_GET); 656 while ((more) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) { 657 more = sendRequest(ObexHelper.OBEX_OPCODE_PUT) [all...] |
/external/doclava/src/com/google/doclava/ |
AttrTagInfo.java | 67 String more = m.group(2); local 70 String ref = more.trim(); 83 m = NAME_TEXT.matcher(more); 85 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr name tag: " + more); 92 mDescrComment = new Comment(more, base, position);
|
/external/libmicrohttpd/src/examples/ |
spdy_response_with_callback.c | 13 GNU General Public License for more details. 45 bool *more) 50 *more = feof(fd) == 0; 52 if(!(*more)) 87 bool more) 95 (void)more;
|
/prebuilts/go/darwin-x86/src/regexp/syntax/ |
doc.go | 36 x* zero or more x, prefer more 37 x+ one or more x, prefer more 39 x{n,m} n or n+1 or ... or m x, prefer more 40 x{n,} n or more x, prefer more 42 x*? zero or more x, prefer fewer 43 x+? one or more x, prefer fewer 46 x{n,}? n or more x, prefer fewe [all...] |
/prebuilts/go/linux-x86/src/regexp/syntax/ |
doc.go | 36 x* zero or more x, prefer more 37 x+ one or more x, prefer more 39 x{n,m} n or n+1 or ... or m x, prefer more 40 x{n,} n or more x, prefer more 42 x*? zero or more x, prefer fewer 43 x+? one or more x, prefer fewer 46 x{n,}? n or more x, prefer fewe [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
code.py | 62 2) The input is incomplete, and more input is required; 219 cprt = 'Type "help", "copyright", "credits" or "license" for more information.' 226 more = 0 229 if more: 243 more = self.push(line) 247 more = 0 259 value is 1 if more input is required, 0 if the line was dealt 265 more = self.runsource(source, self.filename) 266 if not more: 268 return more [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
code.py | 62 2) The input is incomplete, and more input is required; 219 cprt = 'Type "help", "copyright", "credits" or "license" for more information.' 226 more = 0 229 if more: 243 more = self.push(line) 247 more = 0 259 value is 1 if more input is required, 0 if the line was dealt 265 more = self.runsource(source, self.filename) 266 if not more: 268 return more [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
code.py | 62 2) The input is incomplete, and more input is required; 219 cprt = 'Type "help", "copyright", "credits" or "license" for more information.' 226 more = 0 229 if more: 243 more = self.push(line) 247 more = 0 259 value is 1 if more input is required, 0 if the line was dealt 265 more = self.runsource(source, self.filename) 266 if not more: 268 return more [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
code.py | 62 2) The input is incomplete, and more input is required; 219 cprt = 'Type "help", "copyright", "credits" or "license" for more information.' 226 more = 0 229 if more: 243 more = self.push(line) 247 more = 0 259 value is 1 if more input is required, 0 if the line was dealt 265 more = self.runsource(source, self.filename) 266 if not more: 268 return more [all...] |
/bionic/tools/relocation_packer/src/ |
sleb128.cc | 52 bool more = true; local 55 while (more) { 66 more = false;
|
/external/tpm2/ |
CommandAudit.c | 180 // YES if there are more command code available 190 TPMI_YES_NO more = NO; 214 more = YES; 219 return more; 189 TPMI_YES_NO more = NO; local
|
CommandCodeAttributes.c | 250 // YES more command attributes are available 251 // NO no more command attributes are available 261 TPMI_YES_NO more = NO; local 283 // If the list is full but there are more commands to report, 285 more = YES; 290 return more;
|
/external/v8/test/js-perf-test/Collections/ |
map.js | 115 // This is run more than once per setup so we will end up deleting items 116 // more than once. Therefore, we do not the return value of delete. 159 // This is run more than once per setup so we will end up deleting items 160 // more than once. Therefore, we do not the return value of delete. 203 // This is run more than once per setup so we will end up deleting items 204 // more than once. Therefore, we do not the return value of delete.
|
set.js | 98 // This is run more than once per setup so we will end up deleting items 99 // more than once. Therefore, we do not the return value of delete. 128 // This is run more than once per setup so we will end up deleting items 129 // more than once. Therefore, we do not the return value of delete. 158 // This is run more than once per setup so we will end up deleting items 159 // more than once. Therefore, we do not the return value of delete.
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/ |
ComparableTester.java | 72 private void assertOrder(int less, int more, List<T> lessGroup, List<T> moreGroup) { 73 assertLess(less, more, lessGroup, moreGroup); 74 assertMore(more, less, moreGroup, lessGroup);
|
ComparatorTester.java | 86 private void assertOrder(int less, int more, List<T> lessGroup, List<T> moreGroup) { 87 assertLess(less, more, lessGroup, moreGroup); 88 assertMore(more, less, moreGroup, lessGroup);
|
/prebuilts/go/darwin-x86/src/net/smtp/ |
auth.go | 26 // the fromServer data. If more is true, the server expects a 31 Next(fromServer []byte, more bool) (toServer []byte, err error) 75 func (a *plainAuth) Next(fromServer []byte, more bool) ([]byte, error) { 76 if more { 99 func (a *cramMD5Auth) Next(fromServer []byte, more bool) ([]byte, error) { 100 if more {
|
/prebuilts/go/linux-x86/src/net/smtp/ |
auth.go | 26 // the fromServer data. If more is true, the server expects a 31 Next(fromServer []byte, more bool) (toServer []byte, err error) 75 func (a *plainAuth) Next(fromServer []byte, more bool) ([]byte, error) { 76 if more { 99 func (a *cramMD5Auth) Next(fromServer []byte, more bool) ([]byte, error) { 100 if more {
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/ |
layer1.py | 48 to implement applications in your preferred language. For more 73 11.10. For more information, see `Chef Versions`_. 117 policy that explicitly grants permissions. For more 140 the stack by calling RegisterVolume. For more information, see 145 policy that explicitly grants permissions. For more 167 more information, see `Resource Management`_. 171 policy that explicitly grants permissions. For more 192 specified layer. For more information, see `Elastic Load 198 or CLI. For more information, see ` Elastic Load Balancing 204 policy that explicitly grants permissions. For more [all...] |