HomeSort by relevance Sort by last modified time
    Searched full:static (Results 1301 - 1325 of 47082) sorted by null

<<51525354555657585960>>

  /external/guava/guava-tests/test/com/google/common/testing/
NullPointerTesterTest.java 19 import static com.google.common.base.Preconditions.checkNotNull;
50 public static class FooException extends RuntimeException {
51 private static final long serialVersionUID = 1L;
55 * Class for testing all permutations of static/non-static one-argument
58 public static class OneArg {
60 public static void staticOneArgCorrectlyThrowsNpe(String s) {
63 public static void staticOneArgThrowsOtherThanNpe(String s) {
66 public static void staticOneArgShouldThrowNpeButDoesnt(String s) {
69 public static voi
    [all...]
  /external/icu4c/test/cintltst/
cbididat.c 34 static const uint8_t
39 static const UBiDiLevel
44 static const uint8_t
49 static const uint8_t
54 static const UBiDiLevel
59 static const uint8_t
64 static const uint8_t
69 static const UBiDiLevel
74 static const uint8_t
79 static const uint8_
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
gthr-default.h 44 * weak symbols in their static C++ constructors. Such code crashes
86 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \
209 static volatile int __gthread_active = -1;
211 static void
217 static inline int
220 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER;
221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
252 static inline int
255 static void *const __gthread_active_ptr
291 static volatile int __gthread_active = -1
    [all...]
gthr-posix.h 44 * weak symbols in their static C++ constructors. Such code crashes
86 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \
209 static volatile int __gthread_active = -1;
211 static void
217 static inline int
220 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER;
221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
252 static inline int
255 static void *const __gthread_active_ptr
291 static volatile int __gthread_active = -1
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
gthr-default.h 44 * weak symbols in their static C++ constructors. Such code crashes
86 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \
209 static volatile int __gthread_active = -1;
211 static void
217 static inline int
220 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER;
221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
252 static inline int
255 static void *const __gthread_active_ptr
291 static volatile int __gthread_active = -1
    [all...]
gthr-posix.h 44 * weak symbols in their static C++ constructors. Such code crashes
86 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \
209 static volatile int __gthread_active = -1;
211 static void
217 static inline int
220 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER;
221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
252 static inline int
255 static void *const __gthread_active_ptr
291 static volatile int __gthread_active = -1
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
gthr-default.h 44 * weak symbols in their static C++ constructors. Such code crashes
86 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \
209 static volatile int __gthread_active = -1;
211 static void
217 static inline int
220 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER;
221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
252 static inline int
255 static void *const __gthread_active_ptr
291 static volatile int __gthread_active = -1
    [all...]
gthr-posix.h 44 * weak symbols in their static C++ constructors. Such code crashes
86 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \
209 static volatile int __gthread_active = -1;
211 static void
217 static inline int
220 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER;
221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
252 static inline int
255 static void *const __gthread_active_ptr
291 static volatile int __gthread_active = -1
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
gthr-default.h 44 * weak symbols in their static C++ constructors. Such code crashes
86 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \
209 static volatile int __gthread_active = -1;
211 static void
217 static inline int
220 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER;
221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
252 static inline int
255 static void *const __gthread_active_ptr
291 static volatile int __gthread_active = -1
    [all...]
gthr-posix.h 44 * weak symbols in their static C++ constructors. Such code crashes
86 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \
209 static volatile int __gthread_active = -1;
211 static void
217 static inline int
220 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER;
221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
252 static inline int
255 static void *const __gthread_active_ptr
291 static volatile int __gthread_active = -1
    [all...]
  /external/qemu/tcg/
tcg-op.h 28 static inline void tcg_gen_op1_i32(TCGOpcode opc, TCGv_i32 arg1)
34 static inline void tcg_gen_op1_i64(TCGOpcode opc, TCGv_i64 arg1)
40 static inline void tcg_gen_op1i(TCGOpcode opc, TCGArg arg1)
46 static inline void tcg_gen_op2_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2)
53 static inline void tcg_gen_op2_i64(TCGOpcode opc, TCGv_i64 arg1, TCGv_i64 arg2)
60 static inline void tcg_gen_op2i_i32(TCGOpcode opc, TCGv_i32 arg1, TCGArg arg2)
67 static inline void tcg_gen_op2i_i64(TCGOpcode opc, TCGv_i64 arg1, TCGArg arg2)
74 static inline void tcg_gen_op2ii(TCGOpcode opc, TCGArg arg1, TCGArg arg2)
81 static inline void tcg_gen_op3_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2,
90 static inline void tcg_gen_op3_i64(TCGOpcode opc, TCGv_i64 arg1, TCGv_i64 arg2
    [all...]
  /cts/tests/tests/drm/src/android/drm/cts/
DrmInfoStatusTest.java 26 private static final String TAG = "CtsDrmInfoStatusTest";
27 private static final ProcessedData DEFAULT_DATA = null;
28 private static final String DEFAULT_MIME = "video/";
29 private static final int DEFAULT_TYPE =
32 public static void testInvalidStatusCodes() throws Exception {
37 public static void testValidStatusCodes() throws Exception {
42 private static void checkInvalidStatusCode(int statusCode) throws Exception {
53 private static void checkValidStatusCode(int statusCode) throws Exception {
  /cts/tools/signature-tools/test/signature/converter/
AllDexTests.java 35 private static ITestSourceConverter newConverter(){
39 public static class ClassTest extends ConvertClassTest {
44 public static class AnnotationTest extends ConvertAnnotationTest {
49 public static class PackageTest extends ConvertPackageTest {
54 public static class VisibilityTest extends ConvertVisibilityTest {
60 public static class WildcardTest extends ConvertWildcardTest {
66 public static class EnumTest extends ConvertEnumTest {
72 public static class ParameterizedTypeTest extends ConvertParameterizedTypeTest {
  /dalvik/dx/tests/090-dex-unify-arrays/
Blort.java 24 static public Object test1(boolean b) {
28 static public int test2(boolean b) {
33 static public int test3(boolean b) {
38 static public int test4(boolean b) {
43 static public int test5(boolean b) {
48 static public int test6(boolean b) {
53 static public Object test7(boolean b) {
57 static public Object[] test8(boolean b) {
  /dalvik/tests/036-finalizer/src/
FinalizerTest.java 6 public static FinalizerTest mNothing = new FinalizerTest("nothing");
7 public static FinalizerTest mReborn = mNothing;
  /dalvik/tests/038-inner-null/src/
Main.java 4 public static void main(String[] args) {
10 public static class Special {
  /development/scripts/app_engine_server/
app.yaml 11 - url: /gae_shell/static
12 static_dir: gae_shell/static
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.h 153 /** Construct static camera metadata, two-pass */
164 static status_t addOrSize( camera_metadata_t *request,
197 static const nsecs_t kWaitPerLoop = 10000000L; // 10 ms
260 static const int kInFlightQueueSize = 4;
306 static const nsecs_t kControlCycleDelay;
307 static const nsecs_t kMinAfDuration;
308 static const nsecs_t kMaxAfDuration;
309 static const float kAfSuccessRate;
310 static const float kContinuousAfStartRate;
312 static const float kAeScanStartRate
    [all...]
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MySignature2.java 36 public static boolean runEngineInitVerify = false;
37 public static boolean runEngineInitSign = false;
38 public static boolean runEngineUpdate1 = false;
39 public static boolean runEngineUpdate2 = false;
40 public static boolean runEngineSign = false;
41 public static boolean runEngineVerify = false;
42 public static boolean runEngineSetParameter = false;
43 public static boolean runEngineGetParameter = false;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERNull.java 11 public static final DERNull INSTANCE = new DERNull();
13 private static final byte[] zeroBytes = new byte[0];
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
Streams.java 10 private static int BUFFER_SIZE = 512;
12 public static void drain(InputStream inStr)
21 public static byte[] readAll(InputStream inStr)
29 public static byte[] readAllLimited(InputStream inStr, int limit)
37 public static int readFully(InputStream inStr, byte[] buf)
43 public static int readFully(InputStream inStr, byte[] buf, int off, int len)
59 public static void pipeAll(InputStream inStr, OutputStream outStr)
70 public static long pipeAllLimited(InputStream inStr, long limit, OutputStream outStr)
  /external/chromium/chrome/browser/autofill/
address_field.h 24 static AddressField* Parse(std::vector<AutofillField*>::const_iterator* iter,
39 static bool ParseCompany(std::vector<AutofillField*>::const_iterator* iter,
41 static bool ParseAddressLines(
44 static bool ParseCountry(std::vector<AutofillField*>::const_iterator* iter,
46 static bool ParseZipCode(std::vector<AutofillField*>::const_iterator* iter,
48 static bool ParseCity(std::vector<AutofillField*>::const_iterator* iter,
50 static bool ParseState(std::vector<AutofillField*>::const_iterator* iter,
55 static AddressType AddressTypeFromText(const string16& text);
  /external/chromium/chrome/browser/chromeos/login/
mock_login_status_consumer.h 33 static void OnGuestSuccessQuit() {
37 static void OnGuestSuccessQuitAndFail() {
43 static void OnSuccessQuit(
51 static void OnSuccessQuitAndFail(
61 static void OnFailQuit(const LoginFailure& error) {
65 static void OnFailQuitAndFail(const LoginFailure& error) {
71 static void OnMigrateQuit(
76 static void OnMigrateQuitAndFail(
  /external/chromium/chrome/browser/net/
view_blob_internals_job_factory.h 18 static bool IsSupportedURL(const GURL& url);
19 static net::URLRequestJob* CreateJobForRequest(net::URLRequest* request);
view_http_cache_job_factory.h 18 static bool IsSupportedURL(const GURL& url);
19 static net::URLRequestJob* CreateJobForRequest(net::URLRequest* request);

Completed in 591 milliseconds

<<51525354555657585960>>