/external/libweave/third_party/chromium/base/ |
scoped_clear_errno_unittest.cc | 9 #include "base/scoped_clear_errno.h" 11 namespace base { namespace 31 } // namespace base
|
/external/libweave/third_party/chromium/base/strings/ |
string_util_constants.cc | 5 #include "base/strings/string_util.h" 7 namespace base { namespace 47 } // namespace base
|
string_util_posix.h | 14 #include "base/logging.h" 16 namespace base { namespace 22 } // namespace base
|
stringprintf.h | 12 #include "base/base_export.h" 13 #include "base/compiler_specific.h" 16 namespace base { namespace 39 } // namespace base
|
/external/libweave/third_party/chromium/base/time/ |
clock.cc | 5 #include "base/time/clock.h" 7 namespace base { namespace 11 } // namespace base
|
clock.h | 8 #include "base/base_export.h" 9 #include "base/time/time.h" 11 namespace base { namespace 17 // See DefaultClock (base/time/default_clock.h) for the default 23 // See SimpleTestClock (base/test/simple_test_clock.h) for a simple 26 // See TickClock (base/time/tick_clock.h) for the equivalent interface for 38 } // namespace base
|
default_clock.cc | 5 #include "base/time/default_clock.h" 7 namespace base { namespace 15 } // namespace base
|
default_clock.h | 8 #include "base/base_export.h" 9 #include "base/compiler_specific.h" 10 #include "base/time/clock.h" 12 namespace base { namespace 23 } // namespace base
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_fs.h | 37 struct pipe_shader_state base; member in struct:draw_fragment_shader
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_staging.h | 43 struct pipe_transfer base; member in struct:util_staging_transfer 45 /* if direct, same as base.resource, otherwise the temporary staging resource */
|
/external/mesa3d/src/gallium/drivers/galahad/ |
glhd_screen.h | 36 struct pipe_screen base; member in struct:galahad_screen
|
/external/mesa3d/src/gallium/drivers/identity/ |
id_context.h | 36 struct pipe_context base; /**< base class */ member in struct:identity_context
|
id_screen.h | 36 struct pipe_screen base; member in struct:identity_screen
|
/external/mesa3d/src/gallium/drivers/trace/ |
tr_context.h | 47 struct pipe_context base; member in struct:trace_context
|
/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
dri2_buffer.h | 10 __DRIbuffer base; member in struct:dri2_buffer
|
/external/parameter-framework/upstream/parameter/ |
ConfigurationAccessContext.cpp | 32 #define base CParameterAccessContext macro 41 : base(strError, pParameterBlackboard, bValueSpaceIsRaw, bOutputRawFormatIsHex), 47 : base(strError), _bSerializeOut(bSerializeOut)
|
FrameworkConfigurationLocation.cpp | 34 #define base CKindElement macro 38 : base(strName, strKind)
|
SelectionCriterionLibrary.cpp | 32 #define base CElement macro
|
XmlDomainSerializingContext.h | 40 : base(strError), _bWithSettings(bWithSettings) 48 typedef CXmlElementSerializingContext base; typedef in class:CXmlDomainSerializingContext
|
XmlParameterSerializingContext.cpp | 32 #define base CXmlElementSerializingContext macro 38 : base(strError), mAccessContext(context)
|
/external/parameter-framework/upstream/xmlserializer/ |
XmlMemoryDocSink.cpp | 33 #define base CXmlDocSink macro
|
XmlMemoryDocSource.cpp | 35 #define base CXmlDocSource macro 41 : base(xmlNewDoc(BAD_CAST "1.0"), bValidateWithSchema,
|
/external/v8/src/base/ |
ieee754.h | 9 namespace base { namespace in namespace:v8 23 // Returns the base-e exponential of |x|. 35 // Returns the base 2 logarithm of |x|. 38 // Returns the base 10 logarithm of |x|. 54 } // namespace base
|
once.cc | 5 #include "src/base/once.h" 13 #include "src/base/atomicops.h" 16 namespace base { namespace in namespace:v8 53 } // namespace base
|
sys-info.h | 9 #include "src/base/compiler-specific.h" 12 namespace base { namespace in namespace:v8 27 } // namespace base
|