HomeSort by relevance Sort by last modified time
    Searched refs:SCOPE (Results 1 - 25 of 70) sorted by null

1 2 3

  /tools/acloud/public/acloud_kernel/
kernel_swapper.py 32 ALL_SCOPES = ' '.join([android_build_client.AndroidBuildClient.SCOPE,
33 gstorage_client.StorageClient.SCOPE,
34 android_compute_client.AndroidComputeClient.SCOPE])
  /test/vts/utils/python/build/api/
artifact_fetcher.py 45 SCOPE: string, URL for which to request access via oauth2.
55 SCOPE = "https://www.googleapis.com/auth/androidbuild.internal"
77 oauth2_service_json, [self.SCOPE])
  /external/google-breakpad/src/common/android/include/
stab.h 76 _STAB_CODE_DEF(SCOPE,0xc4) \
  /tools/acloud/internal/lib/
android_build_client.py 37 SCOPE = "https://www.googleapis.com/auth/androidbuild.internal"
gstorage_client.py 38 SCOPE = "https://www.googleapis.com/auth/devstorage.read_write"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
name-lookup.h 27 a given scope. */
55 /* The datatype used to implement C++ scope. */
58 /* Nonzero if this binding is for a local scope, as opposed to a class
59 or namespace scope. */
73 /* The scope at which this binding was made. */ variable
74 cp_binding_level *scope;
99 sk_block = 0, /* An ordinary block scope. This enumerator must
102 contents to zero, and the default scope kind
104 sk_cleanup, /* A scope for (pseudo-)scope for cleanup. It i
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 37 #define ANALYSIS(NAME, CMDFLAG, DESC, SCOPE) NAME,
  /external/libnl/lib/fib_lookup/
request.c 67 diff |= REQ_DIFF(SCOPE, a->lr_scope != b->lr_scope);
122 void flnl_request_set_scope(struct flnl_request *req, int scope)
124 req->lr_scope = scope;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 37 #define ANALYSIS(NAME, CMDFLAG, DESC, SCOPE) NAME,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 37 #define ANALYSIS(NAME, CMDFLAG, DESC, SCOPE) NAME,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 37 #define ANALYSIS(NAME, CMDFLAG, DESC, SCOPE) NAME,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 37 #define ANALYSIS(NAME, CMDFLAG, DESC, SCOPE) NAME,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 37 #define ANALYSIS(NAME, CMDFLAG, DESC, SCOPE) NAME,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 37 #define ANALYSIS(NAME, CMDFLAG, DESC, SCOPE) NAME,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 37 #define ANALYSIS(NAME, CMDFLAG, DESC, SCOPE) NAME,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 37 #define ANALYSIS(NAME, CMDFLAG, DESC, SCOPE) NAME,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 37 #define ANALYSIS(NAME, CMDFLAG, DESC, SCOPE) NAME,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 37 #define ANALYSIS(NAME, CMDFLAG, DESC, SCOPE) NAME,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 37 #define ANALYSIS(NAME, CMDFLAG, DESC, SCOPE) NAME,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 37 #define ANALYSIS(NAME, CMDFLAG, DESC, SCOPE) NAME,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 37 #define ANALYSIS(NAME, CMDFLAG, DESC, SCOPE) NAME,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 37 #define ANALYSIS(NAME, CMDFLAG, DESC, SCOPE) NAME,
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Strip.java 131 wiz.visit(t, ANTLRv3Parser.SCOPE, // comment scope specs
204 if ( ptype==ANTLRv3Parser.SCOPE || // we have special rules for these
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
ConcreteSyntaxModel.java 345 CsmElement.child(SCOPE),
391 conditional(ObservableProperty.SCOPE, IS_PRESENT, sequence(child(ObservableProperty.SCOPE), token(GeneratedJavaParserConstants.DOT))),
401 child(ObservableProperty.SCOPE),
437 conditional(ObservableProperty.SCOPE, IS_PRESENT, sequence(child(ObservableProperty.SCOPE), token(GeneratedJavaParserConstants.DOT))),
    [all...]
  /tools/acloud/public/
device_driver.py 49 ALL_SCOPES = " ".join([android_build_client.AndroidBuildClient.SCOPE,
50 gstorage_client.StorageClient.SCOPE,
51 android_compute_client.AndroidComputeClient.SCOPE])

Completed in 911 milliseconds

1 2 3