HomeSort by relevance Sort by last modified time
    Searched defs:USE (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
globals.h 2 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
78 #define bool __my_bool__ // use 'indirection' to avoid name clashes
488 // use 0 or NULL, which causes a problem with the compiler warnings
490 // Here we simply use the non-zero value 4, which seems to work.
497 // array. You should only use ARRAY_SIZE on statically allocated
504 // The USE(x) template is used to silence C++ compiler warnings
507 static inline void USE(T) { }
544 // This file (globals.h) is included before log.h, so we use direct calls t
    [all...]
  /external/webkit/JavaScriptCore/wtf/
Platform.h 5 * Redistribution and use in source and binary forms, with or without
20 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
51 /* USE() - use a particular third-party library or optional OS service */
52 #define USE(WTF_FEATURE) (defined WTF_USE_##WTF_FEATURE && WTF_USE_##WTF_FEATURE)
273 # error "Cannot use both of WTF_CPU_ARM_TRADITIONAL and WTF_CPU_ARM_THUMB2 platforms"
506 /* On Windows, use QueryPerformanceCounter by default */
993 /* Use the QXmlStreamReader implementation for XMLTokenizer */
994 /* Use the QXmlQuery implementation for XSLTProcessor *
    [all...]
  /external/v8/test/cctest/
test-api.cc 2 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
657 // Use SetCallHandler to initialize a function template, should work like the
    [all...]
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 

Completed in 104 milliseconds