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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/scopes/
ScopeProvider.java 17 package android.databinding.tool.processing.scopes;
20 * Base class for all scopes
FileScopeProvider.java 17 package android.databinding.tool.processing.scopes;
LocationScopeProvider.java 17 package android.databinding.tool.processing.scopes;
  /external/elfutils/libdw/
dwarf_getscopes_die.c 42 Dwarf_Die *scopes = malloc (depth * sizeof scopes[0]);
43 if (scopes == NULL)
52 scopes[i++] = die->die;
58 *(void **) arg = scopes;
63 dwarf_getscopes_die (Dwarf_Die *die, Dwarf_Die **scopes)
72 *scopes = info;
dwarf_getscopes.c 42 Dwarf_Die *scopes; member in struct:args
53 if (a->scopes != NULL)
94 function of which A->scopes[A->nscopes - 1] is a concrete instance.
98 Dwarf_Die *scopes = realloc (a->scopes, nscopes * sizeof scopes[0]); local
99 if (scopes == NULL)
101 free (a->scopes);
106 a->scopes = scopes;
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedLexer.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexer.h 13 #pragma mark Rule return scopes start
14 #pragma mark Rule return scopes end
TestLexerLexer.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
TestLexer.h 13 #pragma mark Rule return scopes start
14 #pragma mark Rule return scopes end
TestLexerLexer.h 13 #pragma mark Rule return scopes start
14 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteLexer.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
  /tools/acloud/internal/lib/
auth.py 55 def _CreateOauthServiceAccountCreds(email, private_key_path, scopes):
61 scopes: string, multiple scopes should be saperated by space.
62 Api scopes to request for the oauth token.
74 email, private_key, scopes)
92 def _RunAuthFlow(storage, client_id, client_secret, user_agent, scopes):
99 scopes: String, scopes separated by space.
108 scope=scopes,
116 user_agent, scopes)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteLexer.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
scope_test.go 26 // scopes is a list of scope IDs of all the lexical scopes that this line
31 // of the function that this line belongs to. Empty scopes are not assigned
35 scopes []int
37 // vars is the list of variables that belong in scopes[len(scopes)-1].
63 {line: " for i := 0; i < 5; i++ {", scopes: []int{1}, vars: []string{"var i int"}},
64 {line: " f2(i)", scopes: []int{1}},
65 {line: " for i := 0; i < 5; i++ {", scopes: []int{1, 2}, vars: []string{"var i int"}},
66 {line: " f3(i)", scopes: []int{1, 2}}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
scope_test.go 26 // scopes is a list of scope IDs of all the lexical scopes that this line
31 // of the function that this line belongs to. Empty scopes are not assigned
35 scopes []int
37 // vars is the list of variables that belong in scopes[len(scopes)-1].
63 {line: " for i := 0; i < 5; i++ {", scopes: []int{1}, vars: []string{"var i int"}},
64 {line: " f2(i)", scopes: []int{1}},
65 {line: " for i := 0; i < 5; i++ {", scopes: []int{1, 2}, vars: []string{"var i int"}},
66 {line: " f3(i)", scopes: []int{1, 2}}
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableLexer.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangLexer.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
  /external/v8/src/heap/
gc-tracer.cc 28 // scopes come first.
81 scopes[i] = 0;
190 current_.scopes[i] = 0;
268 current_.scopes[i] = incremental_marking_scopes_[i].duration;
408 current_.scopes[Scope::MC_INCREMENTAL],
491 current_.reduce_memory, current_.scopes[Scope::SCAVENGER_SCAVENGE],
492 current_.scopes[Scope::SCAVENGER_EVACUATE],
493 current_.scopes[Scope::SCAVENGER_OLD_TO_NEW_POINTERS],
494 current_.scopes[Scope::SCAVENGER_WEAK],
495 current_.scopes[Scope::SCAVENGER_ROOTS]
    [all...]
  /system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
Errors.java 34 private final LinkedList<String> scopes = new LinkedList<>(); field in class:Errors
41 scopes.add(name);
45 return scopes.removeLast();
85 messages.add(scopes.toString() + ": " + msg);
  /cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DelegatedScopesReceiverActivity.java 35 * a DO/PO calls grants this app new delegation scopes via
41 * Broadcast action sent reporting the scopes delegated to this app.
92 final List<String> scopes = intent.getStringArrayListExtra(EXTRA_DELEGATION_SCOPES); local
93 sendScopeReportBroadcast(scopes);
98 private void sendScopeReportBroadcast(List<String> scopes) {
101 intent.putExtra(EXTRA_DELEGATION_SCOPES, scopes.toArray(new String[scopes.size()]));
  /external/libnl/lib/route/
rtnl.c 92 static const struct trans_tbl scopes[] = { variable in typeref:struct:trans_tbl
102 return __type2str(scope, buf, size, scopes, ARRAY_SIZE(scopes));
107 return __str2type(name, scopes, ARRAY_SIZE(scopes));
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCLexer.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableLexer.h 1 // $ANTLR 3.2 Aug 19, 2010 17:16:04 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g 2010-08-19 17:16:47
21 #pragma mark Rule return scopes start
22 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end

Completed in 423 milliseconds

1 2 3 4 5 6 7 8 91011>>