HomeSort by relevance Sort by last modified time
    Searched full:restrict (Results 1 - 25 of 394) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clearsilver/man/man3/
hdf_destroy.3 32 the future, we may restrict hdf_destroy so it only works
  /external/v8/test/mjsunit/
debug-sourceinfo.js 274 location.restrict(i);
279 location.restrict(1, 0);
283 location.restrict(2, 0);
287 location.restrict(2, 1);
291 location.restrict(2, 2);
295 location.restrict(2, 3);
299 location.restrict(3, 1);
303 location.restrict(5, 0);
307 location.restrict(5, 2);
311 location.restrict(5, 4);
    [all...]
  /frameworks/base/media/libdrm/mobile2/include/util/domcore/
NodeIterator.h 52 * and we also can specify the <code>scope</code> if want restrict the range of iterator.
53 * (eg: restrict the range of iterating at a subtree).otherwise it will iterate the whole DOM_TREE.
  /dalvik/libcore/annotation/src/main/java/java/lang/annotation/
ElementType.java 22 * with the {@link Target} meta-annotation to restrict the use of an annotation
  /external/kernel-headers/original/linux/
tiocl.h 32 #define TIOCL_SETKMSGREDIRECT 11 /* restrict kernel messages to a vt */
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
arcfilter.h 17 // Function objects to restrict which arcs are traversed in an FST.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
expression-001.js 9 subexpression to be an Expression but restrict the third expression to
  /external/dropbear/
common-runopts.c 35 * to restrict the type, type can contain a type to return */
  /external/iptables/
ip6tables-save.8 37 restrict output to only one table. If not specified, output includes all
iptables-save.8 37 restrict output to only one table. If not specified, output includes all
  /dalvik/libcore/sql/src/test/java/tests/java/sql/
DeleteFunctionalityTest.java 108 * referencing ones and RESTRICT action
112 notes = "Functionality test: Deletes row with no referencing ones and RESTRICT action",
124 * referencing ones and RESTRICT action - expecting SQLException
UpdateFunctionalityTest2.java 127 * referencing ones and RESTRICT action
131 notes = "Functionality test: Updates row with no referencing ones and RESTRICT action",
143 * with referencing ones and RESTRICT action - expecting SQLException
149 notes = "Attempts to update row with referencing ones and RESTRICT action - expecting SQLException",
  /external/icu4c/i18n/
brktrans.h 26 * To restrict it to particular characters, use a filter.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.12-2-n.js 29 subexpression to be an Expression but restrict the third expression to
11.12-3.js 29 subexpression to be an Expression but restrict the third expression to
11.12-4.js 29 subexpression to be an Expression but restrict the third expression to
  /external/webkit/WebKit/chromium/public/
WebFileChooserParams.h 49 // The dialog may restrict selectable files to the specified MIME types.
  /external/bluetooth/glib/gmodule/
gmodule-dld.c 55 * BIND_RESTRICTED - Restrict symbols visible by the library to those present at
129 /* should we restrict lookups to TYPE_PROCEDURE?
  /external/wpa_supplicant/
driver_broadcom.c 377 int restrict = (enabled ? 1 : 0); local
380 &restrict, sizeof(restrict)) < 0 ||
382 &restrict, sizeof(restrict)) < 0)
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_broadcom.c 382 int restrict = (enabled ? 1 : 0); local
385 &restrict, sizeof(restrict)) < 0 ||
387 &restrict, sizeof(restrict)) < 0)
  /external/icu4c/i18n/unicode/
search.h 53 * Other options for searching includes using a BreakIterator to restrict
198 * Set the BreakIterator that will be used to restrict the points
201 * @param breakiter A BreakIterator that will be used to restrict the
215 * Returns the BreakIterator that is used to restrict the points at
220 * @return BreakIterator used to restrict matchings.
439 * @param breakiter A {@link BreakIterator} that is used to restrict the
461 * @param breakiter A {@link BreakIterator} that is used to restrict the
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/extensions/
ObjectFactory.java 64 //class. Restrict the access to the package classes as specified in java.security policy.
  /development/testrunner/
runtest.py 116 help="Restrict test to a specific class")
118 help="Restrict test to a specific method")
120 help="Restrict test to a specific java package")
122 help="Restrict test to a specific test size")
  /external/dnsmasq/contrib/wrt/
README 58 It probably makes sense to restrict the number of active DHCP leases
  /external/emma/core/java12/com/vladium/util/
ClassLoadContext.java 40 * This constructor is package-private to restrict instantiation to

Completed in 569 milliseconds

1 2 3 4 5 6 7 8 91011>>