HomeSort by relevance Sort by last modified time
    Searched defs:USE (Results 1 - 4 of 4) 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
42 // For now, we use the more involved template-based version from <limits>, but
129 // the use of a simulated environment.
168 #define bool __my_bool__ // use 'indirection' to avoid name clashes
284 // use 0 or NULL, which causes a problem with the compiler warnings
286 // Here we simply use the non-zero value 4, which seems to work.
293 // array. You should only use ARRAY_SIZE on statically allocated
300 // The USE(x) template is used to silence C++ compiler warning
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
Platform.h 6 * Redistribution and use in source and binary forms, with or without
21 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
52 /* USE() - use a particular third-party library or optional OS service */
53 #define USE(WTF_FEATURE) (defined WTF_USE_##WTF_FEATURE && WTF_USE_##WTF_FEATURE)
156 /* MIPS requires allocators to use aligned memory */
265 /*ARMv5TE requires allocators to use aligned memory*/
288 /*ARMv5TE requires allocators to use aligned memory*/
352 # error "Cannot use both of WTF_CPU_ARM_TRADITIONAL and WTF_CPU_ARM_THUMB2 platforms
    [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
644 // Only used by non-threaded tests, so it can use static fields.
668 // Use a stack allocated external string resource allocated object.
688 // Use a heap allocated external string resource allocated object.
797 // Use SetCallHandler to initialize a function template, should work like the
    [all...]
  /dalvik/dx/etc/
jasmin.jar 

Completed in 183 milliseconds