Searched refs:constraints (Results 151 - 172 of 172) sorted by relevance

1234567

/external/clang/include/clang/AST/
H A DStmt.h1413 /// output operand. All output constraints are known to be non-empty (either
1435 /// constraints, these can be empty.
1511 IdentifierInfo **names, StringLiteral **constraints, Expr **exprs,
1687 ArrayRef<StringRef> constraints,
/external/libsepol/src/
H A Dwrite.c929 for (c = cladatum->constraints; c; c = c->next) {
959 if (write_cons_helper(p, cladatum->constraints, 0, fp))
H A Dservices.c384 constraint = tclass_datum->constraints;
H A Dexpand.c496 /* constraints */
498 (&new_class->constraints, class->constraints, state) == -1
2914 /* copy classes, note, this does not copy constraints, constraints can't be
3016 /* copy constraints */
H A Dpolicydb.c1098 constraint = cladatum->constraints;
2072 if (read_cons_helper(p, &cladatum->constraints, ncons, 0, fp))
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc3958 v8::ResourceConstraints constraints; local
3959 constraints.set_max_young_space_size(256 * K);
3960 constraints.set_max_old_space_size(5 * K * K);
3961 v8::SetResourceConstraints(&constraints);
3999 v8::ResourceConstraints constraints; local
4000 constraints.set_max_young_space_size(256 * K);
4001 constraints.set_max_old_space_size(5 * K * K);
4002 v8::SetResourceConstraints(&constraints);
4028 v8::ResourceConstraints constraints; local
4029 constraints
16796 v8::ResourceConstraints constraints; local
16820 v8::ResourceConstraints constraints; local
18198 v8::ResourceConstraints constraints; local
[all...]
/external/chromium_org/content/renderer/
H A Drender_view_impl.h741 virtual void UpdateTopControlsState(TopControlsState constraints,
1360 // Cache the old top controls state constraints. Used when updating
1361 // current value only without altering the constraints.
/external/clang/tools/scan-build/
H A Dscan-build1455 if ($arg eq "-constraints") {
/external/checkpolicy/
H A Dpolicy_define.c2791 node->next = cladatum->constraints;
2792 cladatum->constraints = node;
2801 node = cladatum->constraints;
/external/chromium_org/v8/src/
H A Dapi.cc627 bool SetResourceConstraints(ResourceConstraints* constraints) { argument
630 int young_space_size = constraints->max_young_space_size();
631 int old_gen_size = constraints->max_old_space_size();
632 int max_executable_size = constraints->max_executable_size();
634 // After initialization it's too late to change Heap constraints.
641 if (constraints->stack_limit() != NULL) {
642 uintptr_t limit = reinterpret_cast<uintptr_t>(constraints->stack_limit());
/external/v8/src/
H A Dapi.cc583 bool SetResourceConstraints(ResourceConstraints* constraints) { argument
586 int young_space_size = constraints->max_young_space_size();
587 int old_gen_size = constraints->max_old_space_size();
588 int max_executable_size = constraints->max_executable_size();
590 // After initialization it's too late to change Heap constraints.
597 if (constraints->stack_limit() != NULL) {
598 uintptr_t limit = reinterpret_cast<uintptr_t>(constraints->stack_limit());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/v8/include/
H A Dv8.h2557 * A set of constraints that specifies the limits of the runtime's memory use.
2585 bool V8EXPORT SetResourceConstraints(ResourceConstraints* constraints);
/external/chromium_org/v8/include/
H A Dv8.h3807 * A set of constraints that specifies the limits of the runtime's memory use.
3835 bool V8_EXPORT SetResourceConstraints(ResourceConstraints* constraints);
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas1038 /// no constraints at all on the node types nor interface etc...

Completed in 2259 milliseconds

1234567