Searched refs:parse (Results 1 – 18 of 18) sorted by relevance
/ndk/sources/host-tools/ndk-stack/regex/ |
D | regcomp.c | 55 struct parse { struct 69 static void p_ere(struct parse *, int); argument 70 static void p_ere_exp(struct parse *); 71 static void p_str(struct parse *); 72 static void p_bre(struct parse *, int, int); 73 static int p_simp_re(struct parse *, int); 74 static int p_count(struct parse *); 75 static void p_bracket(struct parse *); 76 static void p_b_term(struct parse *, cset *); 77 static void p_b_cclass(struct parse *, cset *); [all …]
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_xml_outfiles_test.py | 120 actual = minidom.parse(output_file1) 122 actual = minidom.parse(output_file2)
|
D | gtest_xml_output_unittest.py | 262 actual = minidom.parse(xml_path)
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
D | parser.hpp | 98 void parse( int& argc, char_type** argv );
|
D | parser.ipp | 99 parser::parse( int& argc, char_type** argv )
|
/ndk/sources/host-tools/nawk-20071023/ |
D | GNUmakefile | 34 parse.c \
|
D | README | 46 cc -c parse.c 54 cc ytab.o b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o -lm
|
D | FIXES | 764 removed redundant relational tests against nullnode if parse
|
/ndk/sources/host-tools/make-3.81/ |
D | vmsfunctions.c | 56 if (! (sys$parse (dfab) & 1)) in opendir() 198 status = sys$parse (&Fab); in vms_stat()
|
D | readme.vms | 62 $ set proc/parse=extended/case=sensitive
|
D | ChangeLog | 882 * file.c (snap_deps): Use expand_deps(). Expand and parse 1614 parse. 1887 to expand the whole line once, then parse the results. 2234 data to parse from the provided ebuffer. Some modifications to
|
/ndk/ |
D | ndk-gdb.py | 266 manifest = ElementTree.parse(args.manifest_path)
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | unit_test_parameters.ipp | 316 s_cla_parser.parse( argc, argv );
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-2 | 163 `parse.tab.o' and `scan.o' and the file `scan.o' depends on the file 164 `parse.tab.h', when `parse.y' is changed, the command `bison -d parse.y' 165 will be executed only once, and the prerequisites of both `parse.tab.o' 166 and `scan.o' will be satisfied. (Presumably the file `parse.tab.o' 167 will be recompiled from `parse.tab.c' and the file `scan.o' from 168 `scan.c', while `foo' is linked from `parse.tab.o', `scan.o', and its
|
D | make.texi | 1221 before @code{make} begins to parse them. 9096 @file{foo} depends on the files @file{parse.tab.o} and @file{scan.o} 9097 and the file @file{scan.o} depends on the file @file{parse.tab.h}, 9098 when @file{parse.y} is changed, the command @samp{bison -d parse.y} 9100 @file{parse.tab.o} and @file{scan.o} will be satisfied. (Presumably 9101 the file @file{parse.tab.o} will be recompiled from @file{parse.tab.c} 9103 linked from @file{parse.tab.o}, @file{scan.o}, and its other
|
D | make.info-1 | 1047 parse them.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | regex | 3802 // parse a range
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 2833 % To parse everything between @multitable and @item:
|