/external/e2fsprogs/lib/blkid/ |
dev.c | 192 void usage(char *prog) 194 fprintf(stderr, "Usage: %s [-f blkid_file] [-m debug_mask]\n", prog);
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
ShaderProgram.h | 105 ShaderResource(GLuint prog, GLuint vertex, GLuint fragment) 106 : program(prog)
|
/external/regex-re2/re2/ |
prog.cc | 10 #include "re2/prog.h" 17 void Prog::Inst::InitAlt(uint32 out, uint32 out1) { 23 void Prog::Inst::InitByteRange(int lo, int hi, int foldcase, uint32 out) { 31 void Prog::Inst::InitCapture(int cap, uint32 out) { 37 void Prog::Inst::InitEmptyWidth(EmptyOp empty, uint32 out) { 43 void Prog::Inst::InitMatch(int32 id) { 49 void Prog::Inst::InitNop(uint32 out) { 54 void Prog::Inst::InitFail() { 59 string Prog::Inst::Dump() { 93 Prog::Prog( [all...] |
bitstate.cc | 7 // Prog::SearchBitState is a regular expression search with submatch 10 // text) * (length of prog) bits, to make sure it never explores the 20 #include "re2/prog.h" 33 explicit BitState(Prog* prog); 49 Prog* prog_; // program being run 71 BitState::BitState(Prog* prog) 72 : prog_(prog), 170 Prog::Inst* ip = prog_->inst(id) [all...] |
/sdk/ddms/app/etc/ |
ddms.bat | 19 rem Set up prog to be the path of this script, including following symlinks,
21 set prog=%~f0
variable
|
/sdk/hierarchyviewer2/app/etc/ |
hierarchyviewer.bat | 19 rem Set up prog to be the path of this script, including following symlinks,
21 set prog=%~f0
variable
|
/sdk/lint/cli/etc/ |
lint.bat | 19 rem Set up prog to be the path of this script, including following symlinks, 21 set prog=%~f0 variable
|
/sdk/monkeyrunner/etc/ |
monkeyrunner.bat | 19 rem Set up prog to be the path of this script, including following symlinks, 21 set prog=%~f0 variable
|
/sdk/traceview/etc/ |
traceview.bat | 19 rem Set up prog to be the path of this script, including following symlinks, 21 set prog=%~f0 variable
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t055templates.py | 331 prog: stat+; 375 result = parser.prog() 407 prog: stat+; 444 prog: stat+; 484 tree = parser.prog().tree 488 walker.prog()
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
scopes.rb | 15 prog 19 : ID {$prog::name=$ID.text;} 32 parser.prog
|
/external/bluetooth/bluez/compat/ |
dun.c | 157 static int dun_exec(char *tty, char *prog, char **args) 179 execvp(prog, args); 181 syslog(LOG_ERR, "Error while executing %s", prog);
|
/external/openssl/apps/ |
crl2p7.c | 75 #undef PROG 76 #define PROG crl2pkcs7_main 91 char *infile,*outfile,*prog,*certfile; local 111 prog=argv[0]; 159 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
|
dh.c | 74 #undef PROG 75 #define PROG dh_main 95 char *infile,*outfile,*prog; local 117 prog=argv[0]; 170 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
|
dsa.c | 74 #undef PROG 75 #define PROG dsa_main 107 char *infile,*outfile,*prog; local 134 prog=argv[0]; 205 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
|
ec.c | 70 #undef PROG 71 #define PROG ec_main 96 char *infile, *outfile, *prog, *engine; local 119 prog = argv[0]; 210 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
|
pkcs7.c | 71 #undef PROG 72 #define PROG pkcs7_main 89 char *infile,*outfile,*prog; local 110 prog=argv[0]; 163 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
|
spkac.c | 73 #undef PROG 74 #define PROG spkac_main 88 char *infile = NULL,*outfile = NULL,*prog; local 107 prog=argv[0]; 168 BIO_printf(bio_err,"%s [options]\n",prog);
|
asn1pars.c | 80 #undef PROG 81 #define PROG asn1parse_main 94 char *infile=NULL,*str=NULL,*prog,*oidfile=NULL, *derfile=NULL; local 113 prog=argv[0]; 197 BIO_printf(bio_err,"%s [options] <infile\n",prog);
|
dhparam.c | 130 #undef PROG 131 #define PROG dhparam_main 159 char *infile,*outfile,*prog; local 180 prog=argv[0]; 242 BIO_printf(bio_err,"%s [options] [numbits]\n",prog);
|
dsaparam.c | 80 #undef PROG 81 #define PROG dsaparam_main 118 char *infile,*outfile,*prog,*inrand=NULL; local 142 prog=argv[0]; 217 BIO_printf(bio_err,"%s [options] [bits] <infile >outfile\n",prog);
|
rsa.c | 74 #undef PROG 75 #define PROG rsa_main 110 char *infile,*outfile,*prog; local 134 prog=argv[0]; 213 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
|
/external/e2fsprogs/lib/ext2fs/ |
icount.c | 676 struct test_program prog[] = { variable in typeref:struct:test_program 764 int run_test(int flags, int size, char *dir, struct test_program *prog) 788 for (pc = prog; pc->cmd != EXIT; pc++) { 849 failed += run_test(0, 0, 0, prog); 851 failed += run_test(EXT2_ICOUNT_OPT_INCREMENT, 0, 0, prog); 855 failed += run_test(0, 0, ".", prog); 857 failed += run_test(EXT2_ICOUNT_OPT_INCREMENT, 0, ".", prog);
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
FullscreenBlur.java | 168 FragmentShader prog = fb.create();
local 169 prog.getProgram().bindSampler(Sampler.CLAMP_LINEAR(rs), 0);
170 return prog;
|
/dalvik/dx/etc/ |
dx.bat | 21 REM Set up prog to be the path of this script, including following symlinks,
23 set prog=%~f0
variable
|