Searched defs:restriction (Results 1 - 16 of 16) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DTreeRangeSet.java629 * restriction is the subRangeSet view; ranges are truncated to their intersection with
630 * restriction.
632 private final Range<C> restriction; field in class:TreeRangeSet.SubRangeSetRangesByLowerBound
637 private SubRangeSetRangesByLowerBound(Range<Cut<C>> lowerBoundWindow, Range<C> restriction, argument
640 this.restriction = checkNotNull(restriction);
650 lowerBoundWindow.intersection(window), restriction, rangesByLowerBound);
688 if (!lowerBoundWindow.contains(cut) || cut.compareTo(restriction.lowerBound) < 0
689 || cut.compareTo(restriction.upperBound) >= 0) {
691 } else if (cut.equals(restriction
789 private final Range<C> restriction; field in class:TreeRangeSet.SubRangeSet
791 SubRangeSet(Range<C> restriction) argument
[all...]
/external/v8/src/runtime/
H A Druntime-compiler.cc455 static const ParseRestriction restriction = NO_PARSE_RESTRICTION; local
460 restriction, eval_scope_position, eval_position),
/external/v8/src/parsing/
H A Dparse-info.h61 void set_parse_restriction(ParseRestriction restriction) { argument
62 SetFlag(kParseRestriction, restriction != NO_PARSE_RESTRICTION);
/external/v8/src/
H A Dcompiler.cc1270 ParseRestriction restriction, int eval_scope_position, int eval_position,
1302 parse_info.set_parse_restriction(restriction);
1354 ParseRestriction restriction) {
1374 SLOPPY, restriction, eval_scope_position,
1267 GetFunctionFromEval( Handle<String> source, Handle<SharedFunctionInfo> outer_info, Handle<Context> context, LanguageMode language_mode, ParseRestriction restriction, int eval_scope_position, int eval_position, int line_offset, int column_offset, Handle<Object> script_name, ScriptOriginOptions options) argument
1352 GetFunctionFromString( Handle<Context> context, Handle<String> source, ParseRestriction restriction) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_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.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 254 milliseconds