/bionic/libc/kernel/tools/ |
cpp.py | 19 from clang.cindex import conf 226 without any context, i.e. via calling conf.lib.clang_annotateTokens() 235 conf.lib.clang_tokenize(self._tu, self._tu.cursor.extent, 249 conf.lib.clang_annotateTokens(self._tu, tokens_memory, count, [all...] |
/external/autotest/client/site_tests/firmware_TouchMTB/ |
validators.py | [all...] |
/external/cmockery/cmockery_0_1_2/ |
configure | 90 echo "#! /bin/sh" >conf$$.sh 91 echo "exit 0" >>conf$$.sh 92 chmod +x conf$$.sh 93 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 98 rm -f conf$$.sh 202 rm -f conf$$ conf$$.exe conf$$.file 203 echo >conf$$.file 204 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/ |
main.c | 36 #include <openssl/conf.h>
|
/external/boringssl/src/crypto/x509v3/ |
v3_alt.c | 61 #include <openssl/conf.h>
|
v3_crld.c | 63 #include <openssl/conf.h>
|
/external/ipsec-tools/src/racoon/ |
pfkey.c | 1861 struct remoteconf *conf; local [all...] |
/prebuilts/go/darwin-x86/src/cmd/api/ |
goapi.go | 486 conf := types.Config{ 491 pkg, err = conf.Check(name, fset, files, nil)
|
/prebuilts/go/darwin-x86/src/cmd/compile/ |
fmt_test.go | 304 conf := types.Config{Importer: importer.Default()} 306 if _, err := conf.Check(pkg.ImportPath, fset, files, &types.Info{Types: etypes}); err != nil {
|
/prebuilts/go/darwin-x86/src/go/types/ |
api.go | 347 func (conf *Config) Check(path string, fset *token.FileSet, files []*ast.File, info *Info) (*Package, error) { 349 return pkg, NewChecker(conf, fset, pkg, info).Files(files)
|
assignments.go | 60 if reason := ""; !x.assignableTo(check.conf, T, &reason) {
|
/prebuilts/go/linux-x86/src/cmd/api/ |
goapi.go | 486 conf := types.Config{ 491 pkg, err = conf.Check(name, fset, files, nil)
|
/prebuilts/go/linux-x86/src/cmd/compile/ |
fmt_test.go | 304 conf := types.Config{Importer: importer.Default()} 306 if _, err := conf.Check(pkg.ImportPath, fset, files, &types.Info{Types: etypes}); err != nil {
|
/prebuilts/go/linux-x86/src/go/types/ |
api.go | 347 func (conf *Config) Check(path string, fset *token.FileSet, files []*ast.File, info *Info) (*Package, error) { 349 return pkg, NewChecker(conf, fset, pkg, info).Files(files)
|
assignments.go | 60 if reason := ""; !x.assignableTo(check.conf, T, &reason) {
|
/system/bt/btif/src/ |
btif_dm.cc | 2748 char conf[64]; local [all...] |
/external/jcommander/src/test/java/com/beust/jcommander/ |
JCommanderTest.java | 684 ConfigureArgs conf = new ConfigureArgs(); local 686 jc.addCommand(conf); [all...] |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
maven-embedder-3.2.1.jar | |
/prebuilts/go/darwin-x86/src/cmd/cgo/ |
main.go | 218 conf.Mode &^= printer.SourcePos
|
/prebuilts/go/linux-x86/src/cmd/cgo/ |
main.go | 218 conf.Mode &^= printer.SourcePos
|
/tools/repohooks/tools/ |
checkpatch.pl | 46 my $configuration_file = ".checkpatch.conf"; 76 --min-conf-desc-length=n set the min description length, if shorter, warn 109 my $conf = which_conf($configuration_file); 110 if (-f $conf) { 112 open(my $conffile, '<', "$conf") 150 'min-conf-desc-length=i' => \$min_conf_desc_length, 919 my ($conf) = @_; 922 if (-e "$path/$conf") { 923 return "$path/$conf"; [all...] |
/build/make/core/ |
Makefile | [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
DecoderTest.java | [all...] |
/external/v8/benchmarks/ |
earley-boyer.js | [all...] |
/frameworks/base/packages/Shell/src/com/android/shell/ |
BugreportProgressService.java | 255 final Configuration conf = mContext.getResources().getConfiguration(); local 256 mIsWatch = (conf.uiMode & Configuration.UI_MODE_TYPE_MASK) == [all...] |