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

1 2 3 4 5

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
cwutil 84 def simplify(lst): function in function:put
87 print cw.put_metric_data(namespace, simplify(metric_name.split(';')),
88 dimensions = simplify(map(_parse_dict, dimensions.split(';'))) if dimensions else None,
89 value = simplify(value.split(';')) if value else None,
90 statistics = simplify(map(_parse_dict, statistics.split(';'))) if statistics else None,
91 timestamp = simplify(timestamp.split(';')) if timestamp else None,
92 unit = simplify(unit.split(';')) if unit else None)
  /frameworks/base/tools/split-select/
Rule_test.cpp 82 EXPECT_RULES_EQ(Rule::simplify(rule), EqRule(Rule::SDK_VERSION, 7));
93 EXPECT_RULES_EQ(Rule::simplify(rule),
Rule.h 69 static android::sp<Rule> simplify(android::sp<Rule> rule);
Rule.cpp 177 sp<Rule> Rule::simplify(sp<Rule> rule) { function in class:split::Rule
186 sp<Rule> simplifiedRule = simplify(rule->subrules.editItemAt(i));
SplitSelector.cpp 76 sp<Rule> rule = Rule::simplify(RuleGenerator::generate(splits, j));
  /external/regex-re2/
Android.mk 33 re2/simplify.cc \
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
simplify.go 39 ast.Walk(s, x) // simplify x
63 // node was simplified - stop walk (there are no subnodes to simplify)
91 // Note: We could also simplify slice expressions of the form s[0:b] to s[:b]
120 func simplify(f *ast.File) { func
doc.go 31 Try to simplify code (after applying the rewrite rule, if any).
72 The simplify command
gofmt.go 31 simplifyAST = flag.Bool("s", false, "simplify code")
107 simplify(file)
  /prebuilts/go/linux-x86/src/cmd/gofmt/
simplify.go 39 ast.Walk(s, x) // simplify x
63 // node was simplified - stop walk (there are no subnodes to simplify)
91 // Note: We could also simplify slice expressions of the form s[0:b] to s[:b]
120 func simplify(f *ast.File) { func
doc.go 31 Try to simplify code (after applying the rewrite rule, if any).
72 The simplify command
gofmt.go 31 simplifyAST = flag.Bool("s", false, "simplify code")
107 simplify(file)
  /external/cmockery/cmockery_0_1_2/packages/rpm/
rpm.spec 25 The %name package contains a lightweight library to simplify and generalize the
  /prebuilts/go/darwin-x86/src/regexp/syntax/
simplify_test.go 60 // The next three are illegible because Simplify inserts (?:)
74 // Test that operators simplify their arguments.
146 s := re.Simplify().String()
148 t.Errorf("Simplify(%#q) = %#q, want %#q", tt.Regexp, s, tt.Simple)
  /prebuilts/go/linux-x86/src/regexp/syntax/
simplify_test.go 60 // The next three are illegible because Simplify inserts (?:)
74 // Test that operators simplify their arguments.
146 s := re.Simplify().String()
148 t.Errorf("Simplify(%#q) = %#q, want %#q", tt.Regexp, s, tt.Simple)
  /external/llvm/lib/ProfileData/
CoverageMapping.cpp 60 Counter CounterExpressionBuilder::simplify(Counter ExpressionTree) { function in class:CounterExpressionBuilder
115 return simplify(get(CounterExpression(CounterExpression::Add, LHS, RHS)));
119 return simplify(
  /prebuilts/go/darwin-x86/src/go/types/
ordering.go 23 // in the process check _and_ report type cycles. This may simplify
  /prebuilts/go/linux-x86/src/go/types/
ordering.go 23 // in the process check _and_ report type cycles. This may simplify
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
  /external/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/
jaxen-1.1.6.jar 
  /prebuilts/go/darwin-x86/src/runtime/
syscall_windows.go 27 cbctxts **wincallbackcontext = &cbs.ctxt[0] // to simplify access to cbs.ctxt in sys_windows_*.s
  /prebuilts/go/linux-x86/src/runtime/
syscall_windows.go 27 cbctxts **wincallbackcontext = &cbs.ctxt[0] // to simplify access to cbs.ctxt in sys_windows_*.s

Completed in 1410 milliseconds

1 2 3 4 5