OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:base
(Results
126 - 150
of
5760
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libmojo/base/android/
sys_utils.cc
5
#include "
base
/android/sys_utils.h"
7
#include "
base
/android/build_info.h"
8
#include "
base
/sys_info.h"
11
namespace
base
{
namespace
21
} // namespace
base
sys_utils.h
8
#include "
base
/android/jni_android.h"
10
namespace
base
{
namespace
20
} // namespace
base
sys_utils_unittest.cc
8
#include "
base
/sys_info.h"
11
namespace
base
{
namespace
16
// computed by
base
::SysInfo::AmountOfPhysicalMemory().
24
} // namespace
base
trace_event_binding.h
10
namespace
base
{
namespace
16
} // namespace
base
/external/libmojo/base/
base_paths.cc
5
#include "
base
/base_paths.h"
7
#include "
base
/files/file_path.h"
8
#include "
base
/files/file_util.h"
9
#include "
base
/path_service.h"
11
namespace
base
{
namespace
29
case
base
::DIR_HOME:
36
test_data_path = test_data_path.Append(FILE_PATH_LITERAL("
base
"));
49
} // namespace
base
base_paths_android.cc
5
// Defines
base
::PathProviderAndroid which replaces
base
::PathProviderPosix for
6
// Android in
base
/path_service.cc.
11
#include "
base
/android/jni_android.h"
12
#include "
base
/android/path_utils.h"
13
#include "
base
/base_paths.h"
14
#include "
base
/files/file_path.h"
15
#include "
base
/files/file_util.h"
16
#include "
base
/logging.h"
17
#include "
base
/process/process_metrics.h
19
namespace
base
{
namespace
[
all
...]
path_service.h
10
#include "
base
/base_export.h"
11
#include "
base
/base_paths.h"
12
#include "
base
/gtest_prod_util.h"
15
namespace
base
{
namespace
92
} // namespace
base
94
// TODO(brettw) Convert all callers to using the
base
namespace and remove this.
95
using
base
::PathService;
/external/libmojo/mojo/edk/embedder/
embedder.h
13
#include "
base
/callback.h"
14
#include "
base
/command_line.h"
15
#include "
base
/memory/ref_counted.h"
16
#include "
base
/memory/shared_memory_handle.h"
17
#include "
base
/process/process_handle.h"
18
#include "
base
/task_runner.h"
24
namespace
base
{
namespace
103
CreateSharedBufferWrapper(
base
::SharedMemoryHandle shared_memory_handle,
113
//
base
::SharedMemory::NULLHandle(), even if this function returns success.
117
base
::SharedMemoryHandle* shared_memory_handle
[
all
...]
/external/mesa3d/src/egl/drivers/dri2/
platform_x11_dri3.h
31
_EGLSurface
base
;
member in struct:dri3_egl_surface
/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/drivers/freedreno/a2xx/
fd2_context.h
35
struct fd_context
base
;
member in struct:fd2_context
/external/mesa3d/src/gallium/drivers/ilo/
ilo_screen.h
40
struct pipe_screen
base
;
member in struct:ilo_screen
/external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.h
37
struct r600_resource
base
;
member in struct:r600_resource_global
/external/mesa3d/src/gallium/drivers/softpipe/
sp_buffer.h
30
struct tgsi_buffer
base
;
member in struct:sp_tgsi_buffer
sp_image.h
30
struct tgsi_image
base
;
member in struct:sp_tgsi_image
/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/
dri2_buffer.h
10
__DRIbuffer
base
;
member in struct:dri2_buffer
/external/mesa3d/src/gallium/state_trackers/nine/
authenticatedchannel9.h
30
struct NineUnknown
base
;
member in struct:NineAuthenticatedChannel9
cryptosession9.h
30
struct NineUnknown
base
;
member in struct:NineCryptoSession9
device9ex.h
30
struct NineDevice9
base
;
member in struct:NineDevice9Ex
device9video.h
30
struct NineUnknown
base
;
member in struct:NineDevice9Video
nineexoverlayextension.h
30
struct NineUnknown
base
;
member in struct:Nine9ExOverlayExtension
swapchain9ex.h
30
struct NineSwapChain9
base
;
member in struct:NineSwapChain9Ex
/external/mockito/src/main/java/org/mockito/exceptions/base/
package-info.java
7
*
Base
classes for exceptions and errors, stack trace filtering/removing logic.
9
package org.mockito.exceptions.
base
;
/external/parameter-framework/upstream/parameter/
ConfigurationAccessContext.cpp
32
#define
base
CParameterAccessContext
macro
41
:
base
(strError, pParameterBlackboard, bValueSpaceIsRaw, bOutputRawFormatIsHex),
47
:
base
(strError), _bSerializeOut(bSerializeOut)
Completed in 771 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>