HomeSort by relevance Sort by last modified time
    Searched full:immediately (Results 51 - 75 of 5448) sorted by null

1 23 4 5 6 7 8 91011>>

  /system/sepolicy/
otapreopt_chroot.te 20 # close them immediately.
  /external/clang/test/FixIt/
fixit-cxx0x.cpp 80 int a(Ts ...(x)); // expected-error {{'...' must immediately precede declared identifier}}
81 int b(Ts ...&x); // expected-error {{'...' must immediately precede declared identifier}}
143 template <typename Args...> // expected-error {{'...' must immediately precede declared identifier}}
146 template <typename... Args...> // expected-error {{'...' must immediately precede declared identifier}}
149 template <template <typename> class Args...> // expected-error {{'...' must immediately precede declared identifier}}
152 template <template <typename> class... Args...> // expected-error {{'...' must immediately precede declared identifier}}
155 template <int N...> // expected-error {{'...' must immediately precede declared identifier}}
158 template <int... N...> // expected-error {{'...' must immediately precede declared identifier}}
  /external/icu/icu4c/source/common/
sharedobject.cpp 21 // Although items in use may not be correct immediately, it
39 // Although items in use may not be correct immediately, it
  /frameworks/base/core/java/android/app/
IActivityController.aidl 44 * it immediately.
58 * immediately.
  /frameworks/base/services/core/java/com/android/server/location/
CountryDetectorBase.java 29 * could be returned immediately if it is available.
47 * @return the country if it is available immediately, otherwise null should
  /frameworks/compile/mclinker/templates/
headerTest.h 29 // SetUp() will be called immediately before each test.
32 // TearDown() will be called immediately after each test.
  /frameworks/compile/mclinker/unittests/
BinTreeTest.h 37 // SetUp() will be called immediately before each test.
40 // TearDown() will be called immediately after each test.
DirIteratorTest.h 38 // SetUp() will be called immediately before each test.
41 // TearDown() will be called immediately after each test.
FactoriesTest.h 30 // SetUp() will be called immediately before each test.
33 // TearDown() will be called immediately after each test.
FileHandleTest.h 34 // SetUp() will be called immediately before each test.
37 // TearDown() will be called immediately after each test.
FragmentTest.h 34 // SetUp() will be called immediately before each test.
37 // TearDown() will be called immediately after each test.
InputTreeTest.h 38 // SetUp() will be called immediately before each test.
41 // TearDown() will be called immediately after each test.
LDSymbolTest.cpp 24 // SetUp() will be called immediately before each test.
28 // TearDown() will be called immediately after each test.
NamePoolTest.h 34 // SetUp() will be called immediately before each test.
37 // TearDown() will be called immediately after each test.
PathSetTest.cpp 26 // SetUp() will be called immediately before each test.
30 // TearDown() will be called immediately after each test.
PathSetTest.h 34 // SetUp() will be called immediately before each test.
37 // TearDown() will be called immediately after each test.
PathTest.h 30 // SetUp() will be called immediately before each test.
33 // TearDown() will be called immediately after each test.
RTLinearAllocatorTest.h 30 // SetUp() will be called immediately before each test.
33 // TearDown() will be called immediately after each test.
StaticResolverTest.h 38 // SetUp() will be called immediately before each test.
41 // TearDown() will be called immediately after each test.
StringTableTest.h 34 // SetUp() will be called immediately before each test.
37 // TearDown() will be called immediately after each test.
SymbolCategoryTest.h 34 // SetUp() will be called immediately before each test.
37 // TearDown() will be called immediately after each test.
SymbolTableTest.h 34 // SetUp() will be called immediately before each test.
37 // TearDown() will be called immediately after each test.
TargetMachineTest.cpp 22 // SetUp() will be called immediately before each test.
26 // TearDown() will be called immediately after each test.
UniqueGCFactoryBaseTest.h 32 // SetUp() will be called immediately before each test.
35 // TearDown() will be called immediately after each test.
  /external/icu/icu4c/source/common/unicode/
idna.h 84 * immediately. Check for U_FAILURE() on output or use with
107 * immediately. Check for U_FAILURE() on output or use with
129 * immediately. Check for U_FAILURE() on output or use with
153 * immediately. Check for U_FAILURE() on output or use with
175 * immediately. Check for U_FAILURE() on output or use with
195 * immediately. Check for U_FAILURE() on output or use with
213 * immediately. Check for U_FAILURE() on output or use with
231 * immediately. Check for U_FAILURE() on output or use with
249 * immediately. Check for U_FAILURE() on output or use with

Completed in 499 milliseconds

1 23 4 5 6 7 8 91011>>