/external/skia/gm/rebaseline_server/static/ |
loader.js | 4 * them into $scope.categories and $scope.testData . 25 // than calling $scope.isValueInSet(). 26 // Besides, I don't think we have access to $scope in here... 43 function($scope, $http, $filter, $location, $timeout) { 44 $scope.windowTitle = "Loading GM Results..."; 45 $scope.resultsToLoad = $location.search().resultsToLoad; 46 $scope.loadingMessage = "Loading results of type '" + $scope.resultsToLoad + 54 $http.get("/results/" + $scope.resultsToLoad).success [all...] |
/external/iproute2/ip/ |
routef | 4 exec ip -4 ro flush scope global type unicast
|
/external/chromium_org/tools/gn/ |
function_rebase_path_unittest.cc | 13 std::string RebaseOne(Scope* scope, 27 Value result = functions::RunRebasePath(scope, &function, args, &err); 39 Scope* scope = setup.scope(); local 40 scope->set_source_dir(SourceDir("//tools/gn/")); 43 EXPECT_EQ("../../tools/gn", RebaseOne(scope, ".", ".", "//out/Debug")); 44 EXPECT_EQ("../../tools/gn/", RebaseOne(scope, "./", ".", "//out/Debug")); 45 EXPECT_EQ("../../tools/gn/foo", RebaseOne(scope, "foo", ".", "//out/Debug")) [all...] |
import_manager.cc | 14 // Returns a newly-allocated scope on success, null on failure. 15 Scope* UncachedImport(const Settings* settings, 26 scoped_ptr<Scope> scope(new Scope(settings->base_config())); 27 scope->set_source_dir(file.GetDir()); 28 scope->SetProcessingImport(); 29 block->ExecuteBlockInScope(scope.get(), err); 32 scope->ClearProcessingImport(); 34 return scope.release() [all...] |
group_target_generator.cc | 9 Scope* scope, 12 : TargetGenerator(target, scope, function_call, err) {
|
function_set_default_toolchain.cc | 9 #include "tools/gn/scope.h" 44 Value RunSetDefaultToolchain(Scope* scope, 48 if (!scope->IsProcessingBuildConfig()) { 56 // this key on the scope to point to the destination. 58 scope->GetProperty(Loader::kDefaultToolchainKey, NULL)); 62 const SourceDir& current_dir = scope->GetSourceDir(); 63 const Label& default_toolchain = ToolchainLabelForScope(scope);
|
functions_target.cc | 10 #include "tools/gn/scope.h" 27 Scope* scope, 32 if (!EnsureNotProcessingImport(function, scope, err) || 33 !EnsureNotProcessingBuildConfig(function, scope, err)) 35 Scope block_scope(scope); 36 if (!FillTargetBlockScope(scope, function, target_type, block, 75 Value RunComponent(Scope* scope, [all...] |
function_template.cc | 8 #include "tools/gn/scope.h" 62 " # The |sources| will be inherited from the surrounding scope so\n" 84 Value RunTemplate(Scope* scope, 100 const FunctionCallNode* existing_template = scope->GetTemplate(template_name); 109 scope->AddTemplate(template_name, function);
|
functions.h | 20 class Scope; 31 typedef Value (*SelfEvaluatingArgsFunction)(Scope* scope, 37 typedef Value (*GenericBlockFunction)(Scope* scope, 48 Scope* block_scope, 52 typedef Value (*NoBlockFunction)(Scope* scope, 59 Value RunAssert(Scope* scope, [all...] |
functions.cc | 16 #include "tools/gn/scope.h" 25 Value RunTemplateInvocation(Scope* scope, 31 if (!EnsureNotProcessingImport(invocation, scope, err)) 34 Scope block_scope(scope); 35 if (!FillTargetBlockScope(scope, invocation, 45 // Now run the rule itself with that block as the current scope. 59 const Scope* scope, [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
MatchRequest.h | 34 MatchRequest(RuleSet* ruleSet, bool includeEmptyRules = false, const ContainerNode* scope = 0, bool elementApplyAuthorStyles = true, unsigned styleSheetIndex = 0) 37 , scope(scope) 48 const ContainerNode* scope; member in class:WebCore::MatchRequest
|
FontBuilder.cpp | 87 FontDescriptionChangeScope scope(this); 89 scope.reset(); 90 scope.fontDescription().setGenericFamily(FontDescription::StandardFamily); 91 scope.fontDescription().setUsePrinterFont(m_document->printing()); 94 scope.fontDescription().firstFamily().setFamily(standardFontFamily); 95 scope.fontDescription().firstFamily().appendFamily(0); 97 scope.fontDescription().setKeywordSize(CSSValueMedium - CSSValueXxSmall + 1); 98 setSize(scope.fontDescription(), effectiveZoom, FontSize::fontSizeForKeyword(m_document, CSSValueMedium, false)); 103 FontDescriptionChangeScope scope(this); 105 scope.set(fontDescription) [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
CTarget.java | 81 /** Is scope in @scope::name {action} valid for this kind of grammar? 88 public boolean isValidActionScope(int grammarType, String scope) { 91 if (scope.equals("lexer")) { 94 if (scope.equals("header")) { 97 if (scope.equals("includes")) { 100 if (scope.equals("preincludes")) { 103 if (scope.equals("overrides")) { 108 if (scope.equals("parser")) { 111 if (scope.equals("header")) [all...] |
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
SignerStub.java | 52 * Constructor, sets given name and scope 55 * @param scope 58 public SignerStub(String name, IdentityScope scope) 60 super(name, scope);
|
IdentityScopeStub.java | 55 * @param scope 58 public IdentityScopeStub(String name, IdentityScope scope) 60 super(name, scope); 116 * Sets the system's identity scope 117 * @param scope 119 public static void mySetSystemScope(IdentityScope scope) { 121 IdentityScope.setSystemScope(scope);
|
/external/chromium_org/extensions/browser/ |
pref_names.cc | 12 bool ScopeToPrefName(ExtensionPrefsScope scope, std::string* result) { 13 switch (scope) {
|
pref_names.h | 18 // If the given |scope| is persisted, return true and populate |result| with the 19 // appropriate pref name. If |scope| is not persisted, return false, and leave 21 bool ScopeToPrefName(ExtensionPrefsScope scope, std::string* result);
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
SignerStub.java | 53 * Constructor, sets given name and scope 56 * @param scope 59 public SignerStub(String name, IdentityScope scope) 61 super(name, scope);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
symbols.py | 14 class Scope: 88 """Return scope of name. 90 The scope of a name could be LOCAL, GLOBAL, FREE, or CELL. 123 """Force name to be global in scope. 127 variable. Now that all its enclosing scope have been 143 """Process list of free vars from nested scope. 147 the nested scope should treat them as globals. 172 class ModuleScope(Scope): 173 __super_init = Scope.__init__ 178 class FunctionScope(Scope) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
symbols.py | 14 class Scope: 88 """Return scope of name. 90 The scope of a name could be LOCAL, GLOBAL, FREE, or CELL. 123 """Force name to be global in scope. 127 variable. Now that all its enclosing scope have been 143 """Process list of free vars from nested scope. 147 the nested scope should treat them as globals. 172 class ModuleScope(Scope): 173 __super_init = Scope.__init__ 178 class FunctionScope(Scope) [all...] |
/external/skia/tools/skpdiff/ |
diff_viewer.js | 16 scope: true, 17 link: function(scope, elm, attrs, ctrl) { 29 image.src = scope.record.differencePath; 33 image.src = scope.record.baselinePath; 37 image.src = scope.record.testPath; 54 scope.setImgScaleFactor(1 / divisor); 57 canvas.width = image.width * scope.imgScaleFactor; 58 canvas.height = image.height * scope.imgScaleFactor; 61 if (!scope.maskSizeUpdated) { 63 scope.updateMaskCanvasSize({width: canvas.width, height: canvas.height}) [all...] |
/external/libsepol/tests/ |
helpers.c | 68 scope_datum_t *scope = (scope_datum_t *) hashtab_search(p->scope[symtab].table, sym); local 70 if (scope == NULL) { 73 if (scope->scope != SCOPE_DECL) { 76 if (scope->decl_ids_len != 1) { 80 return p->decl_val_to_struct[scope->decl_ids[0] - 1];
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DocumentOrderedMap.cpp | 114 inline Element* DocumentOrderedMap::get(StringImpl* key, const TreeScope* scope) const 117 ASSERT(scope); 125 ASSERT(scope->rootNode()); 126 for (element = ElementTraversal::firstWithin(*scope->rootNode()); element; element = ElementTraversal::next(*element)) { 139 Element* DocumentOrderedMap::getElementById(StringImpl* key, const TreeScope* scope) const 141 return get<keyMatchesId>(key, scope); 144 Element* DocumentOrderedMap::getElementByMapName(StringImpl* key, const TreeScope* scope) const 146 return get<keyMatchesMapName>(key, scope); 149 Element* DocumentOrderedMap::getElementByLowercasedMapName(StringImpl* key, const TreeScope* scope) const 151 return get<keyMatchesLowercasedMapName>(key, scope); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
PlainTextRange.cpp | 60 PassRefPtr<Range> PlainTextRange::createRange(const ContainerNode& scope) const 62 return createRangeFor(scope, ForGeneric); 65 PassRefPtr<Range> PlainTextRange::createRangeForSelection(const ContainerNode& scope) const 67 return createRangeFor(scope, ForSelection); 70 PassRefPtr<Range> PlainTextRange::createRangeFor(const ContainerNode& scope, GetRangeFor getRangeFor) const 74 RefPtr<Range> resultRange = scope.document().createRange(); 81 TextIterator it(rangeOfContents(const_cast<ContainerNode*>(&scope)).get(), getRangeFor == ForSelection ? TextIteratorEmitsCharactersBetweenAllVisiblePositions : TextIteratorDefaultBehavior); 106 scope.document().updateLayoutIgnorePendingStylesheets(); 159 PlainTextRange PlainTextRange::create(const Node& scope, const Range& range) 169 if (range.startContainer() != &scope && !range.startContainer()->isDescendantOf(&scope) [all...] |
PlainTextRange.h | 51 PassRefPtr<Range> createRange(const ContainerNode& scope) const; 52 PassRefPtr<Range> createRangeForSelection(const ContainerNode& scope) const; 54 static PlainTextRange create(const Node& scope, const Range&); 60 PassRefPtr<Range> createRangeFor(const ContainerNode& scope, GetRangeFor) const;
|