Searched defs:restrict (Results 1 - 10 of 10) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dcomplete-ant-cmd.pl42 list( restrict( $word, getArguments() ));
46 list( restrict( $word, getTargets() ));
57 sub restrict { subroutine
/external/chromium/chrome/browser/sync/sessions/
H A Dstatus_controller.cc34 bool restrict, ModelSafeGroup group) {
35 DCHECK(restrict == group_restriction_in_effect_) << "Group violation!";
33 GetOrCreateModelSafeGroupState( bool restrict, ModelSafeGroup group) argument
/external/chromium/sdch/open-vcdiff/src/
H A Dgflags_reporting.cc277 bool found_match = false; // stays false iff no dir matches restrict
304 void ShowUsageWithFlagsRestrict(const char *argv0, const char *restrict) { argument
306 if (restrict != NULL && *restrict != '\0') {
307 substrings.push_back(restrict);
388 ShowUsageWithFlagsRestrict(progname, ""); // empty restrict
392 string restrict = "/" + FLAGS_helpon + "."; local
393 ShowUsageWithFlagsRestrict(progname, restrict.c_str());
/external/clang/test/Sema/
H A Dc89.c34 int *restrict; variable
/external/open-vcdiff/gflags/src/
H A Dgflags_reporting.cc277 bool found_match = false; // stays false iff no dir matches restrict
304 void ShowUsageWithFlagsRestrict(const char *argv0, const char *restrict) { argument
306 if (restrict != NULL && *restrict != '\0') {
307 substrings.push_back(restrict);
390 ShowUsageWithFlagsRestrict(progname, ""); // empty restrict
394 string restrict = "/" + FLAGS_helpon + "."; local
395 ShowUsageWithFlagsRestrict(progname, restrict.c_str());
/external/stressapptest/src/
H A Dstressapptest_config_android.h217 /* Define to the equivalent of the C99 'restrict' keyword, or to
218 nothing if this is not supported. Do not define if restrict is
220 #define restrict __restrict macro
223 "#define restrict _Restrict" or "#define restrict __restrict__" in the
225 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
/external/bison/darwin-lib/
H A Dconfig.h2216 /* Define to the equivalent of the C99 'restrict' keyword, or to
2217 nothing if this is not supported. Do not define if restrict is
2219 #define restrict __restrict macro
2222 "#define restrict _Restrict" or "#define restrict __restrict__" in the
2224 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
/external/bison/linux-lib/
H A Dconfig.h2216 /* Define to the equivalent of the C99 'restrict' keyword, or to
2217 nothing if this is not supported. Do not define if restrict is
2219 #define restrict __restrict macro
2222 "#define restrict _Restrict" or "#define restrict __restrict__" in the
2224 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
/external/bison/lib/
H A Dconfig.in.h2215 /* Define to the equivalent of the C99 'restrict' keyword, or to
2216 nothing if this is not supported. Do not define if restrict is
2218 #undef restrict macro
2221 "#define restrict _Restrict" or "#define restrict __restrict__" in the
2223 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 416 milliseconds