/external/chromium_org/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/ |
ScriptFormatterWorker.js | 220 var rule; 236 rule = { 244 rule = { 254 rule.selectorText = rule.selectorText.trim(); 257 rule.selectorText += tokenValue; 262 rule.atRule = rule.atRule.trim(); 263 rules.push(rule); 266 rule.atRule += tokenValue [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSStyleSheet.h | 68 unsigned insertRule(const String& rule, unsigned index, ExceptionState&); 69 unsigned insertRule(const String& rule, ExceptionState&); // Deprecated. 159 inline CSSStyleSheet::RuleMutationScope::RuleMutationScope(CSSRule* rule) 160 : m_styleSheet(rule ? rule->parentStyleSheet() : 0)
|
CSSStyleRule.cpp | 125 void CSSStyleRule::reattach(StyleRuleBase* rule) 127 ASSERT(rule); 128 m_styleRule = toStyleRule(rule);
|
/external/deqp/modules/egl/ |
teglChooseConfigReference.cpp | 302 const AttribRule rule = iter->second; local 304 if (rule.value == EGL_DONT_CARE) 306 else if (rule.name == EGL_MATCH_NATIVE_PIXMAP) 307 TCU_CHECK(rule.value == EGL_NONE); // Not supported 308 else if (rule.name == EGL_TRANSPARENT_RED_VALUE || rule.name == EGL_TRANSPARENT_GREEN_VALUE || rule.name == EGL_TRANSPARENT_BLUE_VALUE) 312 const EGLint cfgValue = config.getAttribute(rule.name); 314 switch (rule.criteria) 316 case CRITERIA_EXACT: result = rule.value == cfgValue; break [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ASTTreeParser.stg | 35 * token, set, rule, wildcard 49 /** What to emit when there is no rewrite rule. For auto build 77 <if(root.el.rule)> 219 // RULE REF AST 221 /** rule auto construct */ 222 ruleRef(rule,label,elementIndex,args,scope) ::= << 233 /** x+=rule auto construct */ 234 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 239 /** ^(rule ...) auto construct */ 240 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= < [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
ASTTreeParser.stg | 38 * token, set, rule, wildcard 57 /** What to emit when there is no rewrite rule. For auto build 92 <if(root.el.rule)> 236 // RULE REF AST 238 /** rule auto construct */ 239 ruleRef(rule,label,elementIndex,args,scope) ::= << 253 /** x+=rule auto construct */ 254 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 259 /** ^(rule ...) auto construct */ 260 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= < [all...] |
AST.stg | 64 /** Add a variable to track rule's return AST */ 87 * one alt will be taken in a rule, but we are declaring all the streams here. So we define 101 #define CREATE_stream_<it> if (stream_<it> == NULL) {stream_<it> = antlr3RewriteRuleSubtreeStreamNewAE(ADAPTOR, RECOGNIZER, (pANTLR3_UINT8)"rule <it>"); \}}; separator="\n"> 109 /** a rule label including default value */ 117 * as a rule could have both rewrite and AST within the same alternative 140 /** ID but track it for use in a rewrite rule */ 146 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and* 164 /** rule when output=AST and tracking for rewrite */ 165 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 167 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) { <endif>CREATE_stream_<rule.name>; stream_<rule.name>->add(stream_<rule.name>, <label>.tree, NULL);<if(backtracking)> }<endif [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
ASTTreeParser.stg | 38 * token, set, rule, wildcard 58 /** What to emit when there is no rewrite rule. For auto build 87 <if(root.el.rule)> 225 // RULE REF AST 227 /** rule auto construct */ 228 ruleRef(rule,label,elementIndex,args,scope) ::= << 239 /** x+=rule auto construct */ 240 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 245 /** ^(rule ...) auto construct */ 246 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= < [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
ASTTreeParser.stg | 35 * token, set, rule, wildcard 48 /** What to emit when there is no rewrite rule. For auto build 76 <if(root.el.rule)> 218 // RULE REF AST 220 /** rule auto construct */ 221 ruleRef(rule,label,elementIndex,args,scope) ::= << 232 /** x+=rule auto construct */ 233 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 238 /** ^(rule ...) auto construct */ 239 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= < [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
ASTTreeParser.stg | 7 * token, set, rule, wildcard 21 /** What to emit when there is no rewrite rule. For auto build 49 <if(root.el.rule)> 176 // RULE REF AST 178 /** rule auto construct */ 179 ruleRef(rule,label,elementIndex,args,scope) ::= << 190 /** x+=rule auto construct */ 191 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 196 /** ^(rule ...) auto construct */ 197 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= < [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
ASTTreeParser.stg | 35 * token, set, rule, wildcard 57 /** What to emit when there is no rewrite rule. For auto build 84 <if(root.el.rule)> 230 // RULE REF AST 232 /** rule auto construct */ 233 ruleRef(rule,label,elementIndex,args,scope) ::= << 246 /** x+=rule auto construct */ 247 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 252 /** ^(rule ...) auto construct */ 253 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= < [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/ |
main-scripts.rb | 92 %w(--rule r --lexer-name MainForCombined::Lexer), 115 %w(--rule r --lexer-name ASTParserMain::Lexer), 151 %w(--rule r --parser-name TreeMain::Parser 152 --parser-rule r --lexer-name TreeMain::Lexer), 187 %w(--rule r --parser-name TreeRewriteMain::Parser 188 --parser-rule r --lexer-name TreeRewriteMain::Lexer), 219 %w(--rule s --lexer-name MainMaster::Lexer),
|
/external/bison/src/ |
nullable.c | 39 rule *value; 80 rule *rules_ruleno = &rules[ruleno]; 83 /* This rule has a non empty RHS. */ 90 /* This rule has only nonterminals: schedule it for the second 104 /* This rule has an empty RHS. */ 119 rule *r = p->value;
|
/external/chromium_org/chrome/browser/extensions/api/declarative/ |
declarative_rule_unittest.cc | 309 typedef DeclarativeRule<FulfillableCondition, SummingAction> Rule; 310 linked_ptr<Rule::JsonRule> json_rule(new Rule::JsonRule); 311 ASSERT_TRUE(Rule::JsonRule::Populate( 337 scoped_ptr<Rule> rule(Rule::Create(matcher.condition_factory(), 341 Rule::ConsistencyChecker(), 344 ASSERT_TRUE(rule.get()); 346 EXPECT_EQ(kExtensionId, rule->id().first) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
summary.py | 41 rule = "-" * len(header) + "\n" 50 outfile.write(rule) 74 outfile.write(rule)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
makesetup | 35 # - for each object file mentioned in Setup, append a rule 37 # - for each module mentioned in Setup, append a rule 224 rule="$obj: $src; $cc $cpps -c $src -o $obj" 225 echo "$rule" >>$rulesf 240 rule="$file: $objs" 241 rule="$rule; \$(BLDSHARED) $objs $libs $ExtraLibs -o $file" 242 echo "$rule" >>$rulesf
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
makesetup | 35 # - for each object file mentioned in Setup, append a rule 37 # - for each module mentioned in Setup, append a rule 224 rule="$obj: $src; $cc $cpps -c $src -o $obj" 225 echo "$rule" >>$rulesf 240 rule="$file: $objs" 241 rule="$rule; \$(BLDSHARED) $objs $libs $ExtraLibs -o $file" 242 echo "$rule" >>$rulesf
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorStyleSheet.cpp | 117 // Pop off data for a previous invalid rule. 169 ++offset; // Skip the rule body opening brace. 178 RefPtrWillBeRawPtr<CSSRuleSourceData> rule = popRuleData(); local 182 fixUnparsedPropertyRanges(rule.get()); 183 addNewRuleToSourceTree(rule.release()); 186 void StyleSheetHandler::addNewRuleToSourceTree(PassRefPtrWillBeRawPtr<CSSRuleSourceData> rule) 189 m_result->append(rule); 191 m_currentRuleDataStack.last()->childRules.append(rule); 322 // The lexer is not inside a property AND it is scanning a declaration-aware rule body. 335 // FIXME: Use the actual rule type rather than STYLE_RULE [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/ |
speech_rule.js | 6 * @fileoverview An interface definition of a speech rule. 8 * A speech rule is a data structure along with supporting methods that 13 * Speech rules consists of a variable number of speech rule components. Each 27 * Creates a speech rule with precondition, actions and admin information. 29 * @param {string} name The name of the rule. 31 * of the rule. 32 * @param {cvox.SpeechRule.Precondition} prec Precondition of the rule. 33 * @param {cvox.SpeechRule.Action} action Action of the speech rule. 63 * Mapping for types of speech rule components. 75 * Maps a string to a valid speech rule type [all...] |
/external/chromium_org/chrome/installer/util/ |
advanced_firewall_manager_win.h | 32 // Returns true if there is any rule for the application. 35 // Adds a firewall rule allowing inbound connections to the application on UDP 36 // port |port|. Replaces the rule if it already exists. Needs elevation. 50 // Creates a firewall rule allowing inbound connections to UDP port |port|. 60 void DeleteRule(base::win::ScopedComPtr<INetFwRule> rule);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
CSSSelectorWatch.cpp | 159 RefPtrWillBeRawPtr<StyleRule> rule = StyleRule::create(); local 160 rule->wrapperAdoptSelectorList(selectorList); 161 rule->setProperties(callbackPropertySet); 162 m_watchedCallbackSelectors.append(rule.release());
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
NinePieceImage.h | 86 void setHorizontalRule(ENinePieceImageRule rule) { m_data.access()->horizontalRule = rule; } 89 void setVerticalRule(ENinePieceImageRule rule) { m_data.access()->verticalRule = rule; }
|
/external/chromium_org/third_party/libaddressinput/src/cpp/src/ |
lookup_key.cc | 30 #include "rule.h" 58 Rule rule; local 59 rule.CopyFrom(Rule::GetDefault()); 60 // TODO: Pre-parse the rules and have a map from region code to rule. 61 if (!rule.ParseSerializedRule( 65 const std::vector<std::string>& languages = rule.GetLanguages();
|
/external/chromium_org/tools/deep_memory_profiler/lib/ |
sorter.py | 184 """Represents a Rule to match with virtual memory regions.""" 283 """Represents a Rule to match with malloc'ed blocks.""" 335 for rule in dct['rules']: 337 self._rules.append(VMRule(rule)) 339 self._rules.append(MallocRule(rule)) 350 for rule in self._rules: 351 print >> result, ' %s' % rule 379 for rule in self._rules: 380 yield rule 386 """Finds a rule whose name is |name|. "" [all...] |
/external/chromium_org/tools/deep_memory_profiler/subcommands/ |
expand.py | 91 rule = policy.find_rule(component_name) 92 if not rule: 94 elif rule.allocator_type == 'malloc': 113 elif rule.allocator_type == 'mmap':
|