HomeSort by relevance Sort by last modified time
    Searched refs:abbrev (Results 26 - 50 of 140) sorted by null

12 3 4 5 6

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips16-dwarf2.s 43 .4byte .Ldebug_abbrev0 # abbrev offset
45 .uleb128 0x1 # abbrev code
53 .uleb128 0x1 # abbrev code
  /external/openssh/
logintest.c 225 char full[17], strip[9], abbrev[5]; local
229 memset(abbrev, '\0', sizeof(abbrev));
233 line_abbrevname(abbrev, full, sizeof(abbrev)-1);
234 printf("%s: %s, %s, %s\n", line, full, strip, abbrev);
  /external/strace/
dirent64.c 84 if (!abbrev(tcp))
88 if (!abbrev(tcp)) {
122 if (!abbrev(tcp))
uname.c 53 if (abbrev(tcp)) {
print_struct_stat.c 44 if (!abbrev(tcp)) {
68 if (!abbrev(tcp)) {
dirent.c 116 if (!abbrev(tcp))
121 if (!abbrev(tcp)) {
154 if (!abbrev(tcp))
execve.c 69 if (abbrev(tcp) && n >= max_strlen) {
116 (abbrev(tcp) ? printargc : printargv) (tcp, tcp->u_arg[index + 2]);
printrusage.c 53 if (abbrev(tcp))
107 if (abbrev(tcp))
quota.c 197 if (!abbrev(tcp)) {
227 if (!abbrev(tcp)) {
272 if (!abbrev(tcp)) {
342 if (!abbrev(tcp)) {
376 if (!abbrev(tcp)) {
dm.c 146 if (abbrev(tcp)) {
221 if (abbrev(tcp)) {
273 if (abbrev(tcp)) {
332 if (abbrev(tcp)) {
384 if (abbrev(tcp)) {
416 if (abbrev(tcp)) {
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
math_agree.rs 27 #define DECLARE_INPUT_SET(type, abbrev) \
28 volatile type rand_##abbrev##1_0, rand_##abbrev##1_1; \
29 volatile type##2 rand_##abbrev##2_0, rand_##abbrev##2_1; \
30 volatile type##3 rand_##abbrev##3_0, rand_##abbrev##3_1; \
31 volatile type##4 rand_##abbrev##4_0, rand_##abbrev##4_1;
46 #define DECLARE_REFERENCE_SET_VEC_VEC(type, abbrev, func)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/
example.py 40 abbrev = "input" variable in class:cStringIO.InputType
101 abbrev = "output" variable in class:cStringIO.OutputType
  /external/fio/
FIO-VERSION-GEN 15 VN=`git describe --match "fio-[0-9]*" --abbrev=4 HEAD 2>/dev/null` &&
  /external/python/cpython2/Tools/framer/
example.py 40 abbrev = "input" variable in class:cStringIO.InputType
101 abbrev = "output" variable in class:cStringIO.OutputType
  /external/bison/build-aux/
git-version-gen 154 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \
155 || git describe --abbrev=4 HEAD 2>/dev/null` \
  /external/desugar/java/com/google/devtools/common/options/
Option.java 35 * The single-character abbreviation of the option ("-abbrev").
37 char abbrev() default '\0';
  /external/strace/tests/
qual_syscall.test 3 # Check how strace -e abbrev=set, -e raw=set, -e trace=set,
46 "$pattern_abbrev_verbose" -e abbrev="$a" -e execve
56 "$pattern_nonabbrev_verbose" -e abbrev="$a" -e execve
  /external/strace/tests-m32/
qual_syscall.test 3 # Check how strace -e abbrev=set, -e raw=set, -e trace=set,
46 "$pattern_abbrev_verbose" -e abbrev="$a" -e execve
56 "$pattern_nonabbrev_verbose" -e abbrev="$a" -e execve
  /external/strace/tests-mx32/
qual_syscall.test 3 # Check how strace -e abbrev=set, -e raw=set, -e trace=set,
46 "$pattern_abbrev_verbose" -e abbrev="$a" -e execve
56 "$pattern_nonabbrev_verbose" -e abbrev="$a" -e execve
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
testranges.s 26 .4byte abbrev0 ;# Offset Into Abbrev. Section
43 .uleb128 0x1 ;# (abbrev code)
51 .uleb128 0x2 ;# (abbrev code)
  /prebuilts/go/darwin-x86/src/debug/dwarf/
open.go 16 abbrev []byte
39 // in the object file; for example, for an ELF object, abbrev is the contents of
41 func New(abbrev, aranges, frame, info, line, pubnames, ranges, str []byte) (*Data, error) {
43 abbrev: abbrev,
  /prebuilts/go/linux-x86/src/debug/dwarf/
open.go 16 abbrev []byte
39 // in the object file; for example, for an ELF object, abbrev is the contents of
41 func New(abbrev, aranges, frame, info, line, pubnames, ranges, str []byte) (*Data, error) {
43 abbrev: abbrev,
  /toolchain/binutils/binutils-2.25/gold/
reduced_debug_output.cc 44 unsigned char* die, unsigned char* abbrev, unsigned char** die_end,
51 uint64_t attribute = read_unsigned_LEB_128(abbrev, &LEB_size);
52 abbrev += LEB_size;
54 static_cast<elfcpp::DW_FORM>(read_unsigned_LEB_128(abbrev,
56 abbrev += LEB_size;
reduced_debug_output.h 124 get_die_end(unsigned char* die, unsigned char* abbrev,
131 // Each debug info section needs to be associated with a debug abbrev section
  /external/e2fsprogs/lib/ss/
ss_internal.h 28 char *name; /* abbrev name */
29 char **abbrev; /* new tokens to insert */ member in struct:_ss_abbrev_entry

Completed in 461 milliseconds

12 3 4 5 6