HomeSort by relevance Sort by last modified time
    Searched defs:NAME (Results 1 - 25 of 760) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/com32/lib/
atox.c 11 TYPE NAME(const char *nptr)
strtox.c 10 TYPE NAME(const char *nptr, char **endptr, int base)
atoi.c 2 #define NAME atoi
atol.c 2 #define NAME atol
atoll.c 2 #define NAME atoll
strtoimax.c 2 #define NAME strtoimax
strtol.c 2 #define NAME strtol
strtoll.c 2 #define NAME strtoll
strtoul.c 2 #define NAME strtoul
strtoull.c 2 #define NAME strtoull
strtoumax.c 2 #define NAME strtoumax
  /external/elfutils/libdw/
dwarf_abbrev_hash.h 33 #define NAME Dwarf_Abbrev_Hash
dwarf_sig8_hash.h 32 #define NAME Dwarf_Sig8_Hash
  /external/elfutils/src/
sectionhash.h 23 #define NAME ld_section_tab
symbolhash.c 29 #define NAME ld_symbol_tab
31 #define COMPARE(a, b) strcmp ((a)->name, (b)->name)
versionhash.c 29 #define NAME ld_version_str_tab
versionhash.h 23 #define NAME ld_version_str_tab
symbolhash.h 23 #define NAME ld_symbol_tab
25 #define COMPARE(a, b) strcmp ((a)->name, (b)->name)
  /external/libxml2/VxWorks/
Makefile 7 ##-- $Name: $
11 NAME = xml2
51 all : lib$(NAME).so
56 .PHONY : lib$(NAME).so
58 lib$(NAME).so : init $(patsubst %.o, objs/%.o, $(OBJS))
61 (NAME).out : init $(patsubst %.o, objs/%.o, $(OBJS))
  /external/ltp/tools/pounder21/
Makefile 21 NAME=ltpounder
43 cd ../../../; make clean; tar -cvzf $(NAME)-`date '+%Y-%m-%d'`.src.tar.gz --exclude '*CVS*' $(NAME)
48 cd ../../../; tar -czf $(NAME)-`date '+%Y-%m-%d'`.`uname -m`.tar.gz $(NAME) --exclude='*CVS*'
64 find src/ -name Makefile | while read f; do cd `dirname $$f`; $(MAKE) clean; cd -; done;
  /external/strace/tests/
mq.c 14 * 3. The name of the author may not be used to endorse or promote products
40 # define NAME "strace-mq.test"
48 if (mq_open("/" NAME, O_CREAT, 0700, NULL))
50 printf("mq_open(\"%s\", O_RDONLY|O_CREAT, 0700, NULL) = 0\n", NAME);
66 if (mq_unlink("/" NAME))
68 printf("mq_unlink(\"%s\") = 0\n", NAME);
  /external/strace/tests-m32/
mq.c 14 * 3. The name of the author may not be used to endorse or promote products
40 # define NAME "strace-mq.test"
48 if (mq_open("/" NAME, O_CREAT, 0700, NULL))
50 printf("mq_open(\"%s\", O_RDONLY|O_CREAT, 0700, NULL) = 0\n", NAME);
66 if (mq_unlink("/" NAME))
68 printf("mq_unlink(\"%s\") = 0\n", NAME);
  /external/strace/tests-mx32/
mq.c 14 * 3. The name of the author may not be used to endorse or promote products
40 # define NAME "strace-mq.test"
48 if (mq_open("/" NAME, O_CREAT, 0700, NULL))
50 printf("mq_open(\"%s\", O_RDONLY|O_CREAT, 0700, NULL) = 0\n", NAME);
66 if (mq_unlink("/" NAME))
68 printf("mq_unlink(\"%s\") = 0\n", NAME);
  /cts/apps/CameraITS/tests/scene1/
test_linearity.py 27 NAME = os.path.basename(__file__).split('.')[0]
83 img, '%s_sens=%04d.jpg' % (NAME, sens))
91 pylab.title(NAME)
99 matplotlib.pyplot.savefig('%s_plot_means.png' % (NAME))
  /external/elfutils/libasm/
symbolhash.h 34 #define NAME asm_symbol_tab

Completed in 420 milliseconds

1 2 3 4 5 6 7 8 91011>>