HomeSort by relevance Sort by last modified time
    Searched refs:aggregate (Results 1 - 13 of 13) sorted by null

  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 89 * Compute the aggregate policy for all accounts that require it, and record it.
102 * @return a policy representing the strongest aggregate. If no policy sets are defined,
108 Policy aggregate = new Policy(); local
109 aggregate.mPasswordMinLength = Integer.MIN_VALUE;
110 aggregate.mPasswordMode = Integer.MIN_VALUE;
111 aggregate.mPasswordMaxFails = Integer.MAX_VALUE;
112 aggregate.mPasswordHistory = Integer.MIN_VALUE;
113 aggregate.mPasswordExpirationDays = Integer.MAX_VALUE;
114 aggregate.mPasswordComplexChars = Integer.MIN_VALUE;
115 aggregate.mMaxScreenLockTime = Integer.MAX_VALUE
    [all...]
  /external/clang/test/SemaCXX/
cxx0x-initializer-aggregates.cpp 3 namespace aggregate { namespace
  /frameworks/base/tests/TileBenchmark/tests/src/com/test/tilebenchmark/
PerformanceTest.java 38 public void aggregate() { method in class:PerformanceTest.StatAggregator
109 mStats.aggregate();
  /external/webkit/Source/WebCore/inspector/front-end/
DetailedHeapshotGridNodes.js 422 WebInspector.HeapSnapshotConstructorNode = function(tree, className, aggregate)
424 WebInspector.HeapSnapshotGridNode.call(this, tree, aggregate.count > 0);
426 this._count = aggregate.count;
427 this._shallowSize = aggregate.self;
428 this._retainedSize = aggregate.maxRet;
429 this._provider = this._createNodesProvider(tree.snapshot, aggregate.type, className);
515 WebInspector.HeapSnapshotDiffNode = function(tree, className, baseAggregate, aggregate)
520 this._indexes = aggregate ? aggregate.idxs : [];
521 this._provider = this._createNodesProvider(tree.baseSnapshot, tree.snapshot, aggregate ? aggregate.type : baseAggregate.type, className)
    [all...]
  /external/chromium/chrome/browser/
browser_about_handler.cc 1142 ProcessMemoryInformation aggregate; local
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
OutputGLSL.cpp 50 if (const TIntermAggregate* aggregate = node->getAsAggregate())
52 return (aggregate->getOp() != EOpFunction) &&
53 (aggregate->getOp() != EOpSequence);
OutputHLSL.cpp 151 // Globals are declared and intialized as an aggregate node
306 // Globals are declared and intialized as an aggregate node
1531 TIntermAggregate *aggregate = node->getAsAggregate(); local
    [all...]
  /external/clang/tools/scan-build/
scan-build 1077 my $aggregate = "";
1079 $aggregate .= $domain;
1080 if ($EnabledCheckers{$aggregate}) {
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 836 group "ret aggregate";
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 378 milliseconds