HomeSort by relevance Sort by last modified time
    Searched full:separate (Results 26 - 50 of 3860) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/Driver/
CC1Options.td 20 def cxx_abi : Separate<"-cxx-abi">,
22 def target_abi : Separate<"-target-abi">,
24 def target_cpu : Separate<"-target-cpu">,
26 def target_feature : Separate<"-target-feature">,
28 def target_linker_version : Separate<"-target-linker-version">,
30 def triple : Separate<"-triple">,
41 def analyzer_store : Separate<"-analyzer-store">,
45 def analyzer_constraints : Separate<"-analyzer-constraints">,
50 def analyzer_output : Separate<"-analyzer-output">,
55 def analyzer_purge : Separate<"-analyzer-purge">
    [all...]
  /external/chromium/chrome/browser/
app_controller_cppsafe_mac.h 9 // We declare this in a separate file that is safe for including in C++ code.
background_contents_service_factory.h 33 // Use a separate background contents service for incognito.
  /external/clang/test/Modules/Inputs/Module.framework/Headers/
Module.h 3 // FIXME: The "umbrella header" warning should be moved to a separate test.
  /external/clang/test/Parser/
cxx-condition.cpp 10 if (const int x = a) ; // expected-warning{{empty body}} expected-note{{put the semicolon on a separate line to silence this warning}}
  /external/clang/tools/
CMakeLists.txt 11 # on top of the Clang tooling platform. We keep them in a separate repository
  /external/webkit/LayoutTests/storage/indexeddb/
set_version_blocked-expected.txt 1 An open connection blocks a separate connection's setVersion call
  /external/zlib/src/
gzclose.c 8 /* gzclose() is in a separate file so that it is linked in only if it is used.
  /packages/apps/Browser/
Android.mk 27 # additionally, build tests in sub-folders in a separate .apk
  /packages/providers/DownloadProvider/tests/
Android.mk 17 # additionally, build sub-tests in a separate .apk
  /frameworks/compile/slang/
RSCCOptions.td 30 def target_api : Separate<"-target-api">,
40 def _I : Separate<"include-path">, MetaVarName<"<directory>">, Alias<I>;
46 def o : Separate<"-o">, MetaVarName<"<directory>">,
66 def optimization_level : Separate<"-O">, MetaVarName<"<optimization-level>">,
72 def java_reflection_path_base : Separate<"-java-reflection-path-base">,
75 def _java_reflection_path_base : Separate<"-p">,
77 def java_reflection_package_name : Separate<"-java-reflection-package-name">,
79 def _java_reflection_package_name : Separate<"-j">,
82 def bitcode_storage : Separate<"-bitcode-storage">,
84 def _bitcode_storage : Separate<"-s">, Alias<bitcode_storage>
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
render_api.cpp 43 // process instead as running it in a separate process for all
109 // onPost callback not supported with separate renderer process.
111 // If we ever revive separate process support, we could make the choice
114 // callback could be supported with a separate process using shmem or
201 // onPost callback not supported with separate renderer process.
203 // If we ever revive separate process support, we could make the choice
206 // callback could be supported with a separate process using shmem or
266 ERR("%s not implemented for separate renderer process !!!\n",
281 ERR("%s not implemented for separate renderer process !!!\n",
299 ERR("%s not implemented for separate renderer process !!!\n"
    [all...]
  /external/sepolicy/
adbd.te 21 # XXX Run /system/bin/vdc to connect to vold. Run in a separate domain?
33 # XXX Run screencap in a separate domain?
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
SettingsRedirector.java 29 * This is needed since the Exchange service runs as a separate UID and is therefore tracked as
30 * a separate entity in the framework for things such as data usage. Links from those places to
  /external/dropbear/libtomcrypt/src/pk/pkcs1/
pkcs_1_v1_5_decode.c 54 /* separate encoded message */
69 /* There was no octet with hexadecimal value 0x00 to separate ps from m,
82 /* There was no octet with hexadecimal value 0x00 to separate ps from m. */
  /external/hamcrest/src/org/hamcrest/
BaseDescription.java 73 boolean separate = false;
77 if (separate) append(separator);
79 separate = true;
  /frameworks/base/core/java/android/animation/
ArgbEvaluator.java 33 * separate bytes of the parameter
35 * separate bytes of the parameter
37 * result, derived by separating the start and end values into separate
  /external/chromium/chrome/browser/notifications/
desktop_notification_service_factory.h 35 // Use a separate desktop notification service for incognito.
  /external/chromium/chrome/browser/sync/protocol/
app_specifics.proto 23 // separate for future-proofing purposes.
  /external/chromium/net/base/
net_test_suite.h 31 // Called from within Initialize(), but separate so that derived classes
network_change_notifier_netlink_linux.h 7 // separate out all the netlink stuff into these files.
  /external/clang/test/Sema/
vla-2.c 3 // sizeof or typeof. (This test needs to be in a separate file because we use
  /external/ppp/pppd/plugins/radius/etc/
realms 9 # users in realm @example.com are handled by separate servers
  /external/qemu/distrib/sdl-1.2.15/
TODO 9 * Explicit vertical retrace wait (maybe separate from SDL_Flip?)
  /external/stlport/stlport/stl/config/
_icc.h 11 // C headers may reside in different directory, so separate macro is provided.

Completed in 3022 milliseconds

12 3 4 5 6 7 8 91011>>