Home
last modified time | relevance | path

Searched refs:expert (Results 1 – 25 of 46) sorted by relevance

12

/external/ltp/pan/
Dtag_report.c57 char *expert, expkey[KEYSIZE]; in test_result() local
73 if ((expert = (char *)sym_get(tags, expkey)) == NULL) { in test_result()
74 expert = "UNKNOWN"; in test_result()
87 cont_save = splitstr(expert, ",", NULL); in test_result()
/external/jsr305/
DNOTICE1 Copyright (c) 2007-2009, JSR305 expert group
14 * Neither the name of the JSR305 expert group nor the names of its
/external/jsr305/ri/
DLICENSE1 Copyright (c) 2007-2009, JSR305 expert group
14 * Neither the name of the JSR305 expert group nor the names of its
/external/vogar/lib/
Djsr305.jar.txt1 Copyright (c) 2007-2009, JSR305 expert group
14 * Neither the name of the JSR305 expert group nor the names of its
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SymbolicGradient.pbtxt47 (Needs some math expert to say the comment above better.)
/external/llvm-project/polly/docs/
DPerformance.rst13 similar to the expert implementation of GEMM that can be found in GotoBLAS and its successors. The
/external/python/rsa/doc/
Dindex.rst24 This RSA implementation has seen the eyes of a security expert, and it
/external/llvm-project/llvm/docs/
DCodeReview.rst169 Every patch should be reviewed by at least one technical expert in the areas of
198 You do not need to be an expert in some area of the code base to review patches;
220 If you are an expert in an area of the compiler affected by a proposed patch,
223 for an expert to review the patch or review it yourself.
DSecurity.rst52 …+ Is a compiler expert who has specific interests in knowing about, resolving, and preventing futu…
58 …+ Is a compiler expert who has specific interests in knowing about, resolving, and preventing futu…
121 …key experts can be brought in to help address particular issues. The key expert should be asked to…
169 …end that key experts be pulled in to specific issue discussions. The key expert can be pulled in u…
/external/llvm-project/lldb/docs/use/
Dlinks.md38 want to start using LLDB in your own development, get expert tips from the team
/external/freetype/src/type1/
Dt1objs.c548 clazz = cmap_classes->expert; in T1_Face_Init()
/external/e2fsprogs/doc/RelNotes/
Dv1.15.txt69 Dumpe2fs has new command-line options which allow a filesystem expert
/external/python/cpython2/Misc/
Dmaintainers.rst11 expert in the field. This list is intended to be used by issue submitters,
/external/rust/crates/clap/.github/
DCONTRIBUTING.md105 …utes are welcome!). These are by no means hard-and-fast rules, as I'm no expert and break them mys…
/external/tensorflow/tensorflow/lite/g3doc/models/pose_estimation/
Doverview.md213 …<li><a href="https://www.runnersneed.com/expert-advice/gear-guides/gait-analysis.html">Gait analys…
/external/rust/cxx/book/src/
Dcontext.md80 particularly for someone not already an expert in one or both sides.
/external/freetype/src/type42/
Dt42objs.c376 clazz = cmap_classes->expert; in T42_Face_Init()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestUtilities.java347 adobeE(208, Organization.adobe, Level.expert),
351 ibmE(118, Organization.ibm, Level.expert),
/external/cldr/tools/java/org/unicode/cldr/util/
DVoteResolver.java118 expert( 8 /* votes */, 3 /* stlevel */), enumConstant
210 (otherLevel != expert && // expert can't be set by any users but admin in canCreateOrSetLevelTo()
/external/freetype/include/freetype/internal/
Dpsaux.h1329 FT_CMap_Class expert; member
/external/arm-trusted-firmware/docs/process/
Dcode-review-guidelines.rst146 the expert for the relevant module. By approving a patch, you are partially
/external/sqlite/dist/
Dshell.c9809 ExpertInfo expert; /* Valid if previous command was ".expert OPT..." */ member
11641 assert( pState->expert.pExpert ); in expertHandleSQL()
11643 return sqlite3_expert_sql(pState->expert.pExpert, zSql, pzErr); in expertHandleSQL()
11662 sqlite3expert *p = pState->expert.pExpert; in expertFinish()
11667 int bVerbose = pState->expert.bVerbose; in expertFinish()
11694 pState->expert.pExpert = 0; in expertFinish()
11711 assert( pState->expert.pExpert==0 ); in expertDotCommand()
11712 memset(&pState->expert, 0, sizeof(ExpertInfo)); in expertDotCommand()
11720 pState->expert.bVerbose = 1; in expertDotCommand()
11741 pState->expert.pExpert = sqlite3_expert_new(pState->db, &zErr); in expertDotCommand()
[all …]
/external/sqlite/dist/orig/
Dshell.c9804 ExpertInfo expert; /* Valid if previous command was ".expert OPT..." */ member
11636 assert( pState->expert.pExpert ); in expertHandleSQL()
11638 return sqlite3_expert_sql(pState->expert.pExpert, zSql, pzErr); in expertHandleSQL()
11657 sqlite3expert *p = pState->expert.pExpert; in expertFinish()
11662 int bVerbose = pState->expert.bVerbose; in expertFinish()
11689 pState->expert.pExpert = 0; in expertFinish()
11706 assert( pState->expert.pExpert==0 ); in expertDotCommand()
11707 memset(&pState->expert, 0, sizeof(ExpertInfo)); in expertDotCommand()
11715 pState->expert.bVerbose = 1; in expertDotCommand()
11736 pState->expert.pExpert = sqlite3_expert_new(pState->db, &zErr); in expertDotCommand()
[all …]
/external/gflags/
DREADME.md279 fixed the deb file to create libraries like the others. I'm no expert
/external/python/cpython2/Doc/library/
Doptparse.rst492 "or expert [default: %default]")
509 expert [default: intermediate]
606 expert [default: intermediate]
643 -m MODE, --mode=MODE interaction mode: novice, intermediate, or expert

12