/external/stlport/stlport/stl/config/ |
_native_headers.h | 28 /* For some compilers, C headers like <stdio.h> are located in separate directory */ 36 /* For some compilers, C-library headers like <cstdio> are located in separate directory */ 44 /* Some compilers locate basic C++ runtime support headers (<new>, <typeinfo>, <exception>) in separate directory */
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_native_headers.h | 28 /* For some compilers, C headers like <stdio.h> are located in separate directory */ 36 /* For some compilers, C-library headers like <cstdio> are located in separate directory */ 44 /* Some compilers locate basic C++ runtime support headers (<new>, <typeinfo>, <exception>) in separate directory */
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_native_headers.h | 28 /* For some compilers, C headers like <stdio.h> are located in separate directory */ 36 /* For some compilers, C-library headers like <cstdio> are located in separate directory */ 44 /* Some compilers locate basic C++ runtime support headers (<new>, <typeinfo>, <exception>) in separate directory */
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_native_headers.h | 28 /* For some compilers, C headers like <stdio.h> are located in separate directory */ 36 /* For some compilers, C-library headers like <cstdio> are located in separate directory */ 44 /* Some compilers locate basic C++ runtime support headers (<new>, <typeinfo>, <exception>) in separate directory */
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_native_headers.h | 28 /* For some compilers, C headers like <stdio.h> are located in separate directory */ 36 /* For some compilers, C-library headers like <cstdio> are located in separate directory */ 44 /* Some compilers locate basic C++ runtime support headers (<new>, <typeinfo>, <exception>) in separate directory */
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_native_headers.h | 28 /* For some compilers, C headers like <stdio.h> are located in separate directory */ 36 /* For some compilers, C-library headers like <cstdio> are located in separate directory */ 44 /* Some compilers locate basic C++ runtime support headers (<new>, <typeinfo>, <exception>) in separate directory */
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
_native_headers.h | 28 /* For some compilers, C headers like <stdio.h> are located in separate directory */ 36 /* For some compilers, C-library headers like <cstdio> are located in separate directory */ 44 /* Some compilers locate basic C++ runtime support headers (<new>, <typeinfo>, <exception>) in separate directory */
|
/cts/tests/src/android/app/cts/ |
ActivityManagerMemoryClassLaunchActivity.java | 43 // Start the activity that runs in a separate process to do the actual testing, 44 // since the test itself cannot start an activity in a separate process. A separate
|
/cts/tools/signature-tools/src/signature/model/impl/ |
SigMethod.java | 60 .separate(method.getTypeParameters(), ", ")); 66 .separate(method.getParameters(), ", ")); 71 builder.append(ModelUtil.separate(method.getExceptions(), " "));
|
/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.
|
/external/chromium_org/chrome/browser/profiles/ |
incognito_helpers.h | 18 // Returns non-NULL even for Incognito contexts so that a separate
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/ |
popup.html | 14 Use separate setting for incognito mode:
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/ |
popup.html | 14 Use separate setting for incognito mode:
|
/external/chromium_org/chrome/common/extensions/docs/examples/tutorials/getstarted/ |
popup.html | 21 - JavaScript and HTML must be in separate files: see our Content Security
|
/external/chromium_org/chrome/test/base/ |
test_launcher_utils.h | 15 // A set of utilities for test code that launches separate processes.
|
/external/chromium_org/components/autofill/core/ |
DEPS | 4 # TODO(joi): Perhaps PrefRegistrySyncable should be a separate
|
/external/chromium_org/third_party/sqlite/src/ |
mkextu.sh | 5 # Two separate shared libraries are generated. "sqlite3.so" is the core
|
/external/chromium_org/third_party/zlib/ |
gzclose.c | 8 /* gzclose() is in a separate file so that it is linked in only if it is used.
|
/external/chromium_org/ui/base/ |
README.chromium | 11 into separate components under src/ui (see previous examples in ui/gfx and
|
/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">, 43 def analyzer_store : Separate<["-"], "analyzer-store">, 47 def analyzer_constraints : Separate<["-"], "analyzer-constraints">, 52 def analyzer_output : Separate<["-"], "analyzer-output">, 57 def analyzer_purge : Separate<["-"], "analyzer-purge"> [all...] |
/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 | 14 # on top of the Clang tooling platform. We keep them in a separate repository
|
/external/compiler-rt/lib/interception/ |
CMakeLists.txt | 25 # Otherwise, build separate libraries for each target.
|
/external/zlib/src/ |
gzclose.c | 8 /* gzclose() is in a separate file so that it is linked in only if it is used.
|