HomeSort by relevance Sort by last modified time
    Searched refs:more (Results 51 - 75 of 2209) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
tracebackctxt_c.c 40 uintptr_t more; member in struct:cgoSymbolizerArg
86 // Report two lines per PC returned by traceback, to test more handling.
87 arg->more = arg->file == NULL;
90 arg->lineno = arg->pc + (arg->more << 16);
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
tracebackctxt_c.c 40 uintptr_t more; member in struct:cgoSymbolizerArg
86 // Report two lines per PC returned by traceback, to test more handling.
87 arg->more = arg->file == NULL;
90 arg->lineno = arg->pc + (arg->more << 16);
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.c 14 * GNU General Public License for more details.
255 char rem_addr[128], local_addr[128], more[512]; local
270 more[0] = 0;
275 &uid, &timeout, &inode, more);
289 char rem_addr[128], local_addr[128], more[512]; local
304 more[0] = 0;
309 &uid, &timeout, &inode, more);
323 char rem_addr[128], local_addr[128], more[512]; local
338 more[0] = 0;
343 &uid, &timeout, &inode, more);
355 char buf[256], more[256]; local
393 char more[256], ifc[32]; local
    [all...]
  /external/libmojo/mojo/public/js/
core.js 11 // Refer to that file for more detailed documentation for equivalent methods.
22 * See core.h for more information.
45 * See core.h for more information.
53 * See core.h for more information.
63 * See core.h for more information.
74 * See core.h for more information.
80 * See core.h for more information.
88 * See core.h for more information.
101 * See core.h for more information.
108 * See core.h for more information
    [all...]
  /external/ply/ply/example/calceof/
calc.py 4 # A simple calculator with variables. Asks the user for more input and
39 more = raw_input('... ')
40 if more:
41 t.lexer.input(more + '\n')
  /external/toybox/toys/lsb/
mount.c 80 static long flag_opts(char *new, long flags, char **more)
123 if (more && i == ARRAY_LEN(opts)) {
124 i = *more ? strlen(*more) : 0;
125 *more = xrealloc(*more, i + strlen(new) + 2);
126 if (i) (*more)[i++] = ',';
127 strcpy(i+*more, new);
380 char *more = 0; local
382 flags = flag_opts(opts, flags, &more);
    [all...]
  /external/tpm2/
AlgorithmCap.c 123 // YES more algorithms to report
124 // NO no more algorithms to report
133 TPMI_YES_NO more = NO; local
151 // If we have not filled up the return list, add more algorithms
162 more = YES;
166 return more;
  /external/strace/tests/
syntax.sh 76 Try '$STRACE_EXE -h' for more information.
  /external/strace/tests-m32/
syntax.sh 76 Try '$STRACE_EXE -h' for more information.
  /external/strace/tests-mx32/
syntax.sh 76 Try '$STRACE_EXE -h' for more information.
  /frameworks/base/obex/javax/obex/
ClientOperation.java 274 throw new IOException("no more input streams available");
309 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;
637 while ((more) && (mReplyHeader.responseCode ==
639 more = sendRequest(ObexHelper.OBEX_OPCODE_GET);
654 more = sendRequest(ObexHelper.OBEX_OPCODE_GET_FINAL);
656 if (more) {
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
sections.s 19 ; more initialized data in .data
30 ; more initialized data into .data
35 ; define another section for more variables
41 ; more code
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
crange-2a.s 1 ! Simple example with assembler-generated .cranges that do not need more
  /art/test/003-omnibus-opcodes/src/
Classes.java 34 MoreClasses more; local
41 more = (MoreClasses) moreRef;
46 more = (MoreClasses) thisRef;
69 more = (MoreClasses) nullRef;
212 MoreClasses more = new MoreClasses(); local
213 classes.checkCast(classes, more, null);
215 more.subFunc(true);
216 more.superFunc(false);
  /build/kati/testcase/
origin.mk 19 # TODO: Also add more tests especially for += and ?=
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
llshr.c 25 ; Handle shifts of 64 bits or more (if shifting 64 bits or more, the result
  /external/curl/docs/cmdline-opts/
include.d 8 and more...
progress-bar.d 6 standard, more informational, meter.
  /external/elfutils/tests/
run-backtrace-demangle.sh 13 # GNU General Public License for more details.
34 # There can be more than 3 frames, but depending on the system/installed
37 # Expect to see the top two and a warning that there are more frames
48 echo >&2 $2: expected more than 2 frames
  /external/kmod/
README.md 6 This is a ***mirror only***. Please see [README](../master/README) file for more information.
  /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,
  /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.
  /system/nfc/src/nfc/nfc/
nfc_ee.cc 113 tNFC_STATUS NFC_SetRouting(bool more, uint8_t num_tlv, uint8_t tlv_size,
115 return nci_snd_set_routing_cmd(more, num_tlv, tlv_size, p_param_tlvs);

Completed in 1155 milliseconds

1 23 4 5 6 7 8 91011>>