OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BASE_EXPORT
(Results
1 - 25
of
227
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/chromium_org/base/debug/
debugger.h
12
#include "base/
base_export
.h"
19
BASE_EXPORT
bool SpawnDebuggerOnProcess(unsigned process_id);
23
BASE_EXPORT
bool WaitForDebugger(int wait_seconds, bool silent);
32
BASE_EXPORT
bool BeingDebugged();
35
BASE_EXPORT
void BreakDebugger();
42
BASE_EXPORT
void SetSuppressDebugUI(bool suppress);
43
BASE_EXPORT
bool IsDebugUISuppressed();
profiler.h
10
#include "base/
base_export
.h"
23
BASE_EXPORT
void StartProfiling(const std::string& name);
26
BASE_EXPORT
void StopProfiling();
29
BASE_EXPORT
void FlushProfiling();
32
BASE_EXPORT
bool BeingProfiled();
35
BASE_EXPORT
void RestartProfilingAfterFork();
38
BASE_EXPORT
bool IsBinaryInstrumented();
82
BASE_EXPORT
ReturnAddressLocationResolver GetProfilerReturnAddrResolutionFunc();
83
BASE_EXPORT
DynamicFunctionEntryHook GetProfilerDynamicFunctionEntryHookFunc();
84
BASE_EXPORT
AddDynamicSymbol GetProfilerAddDynamicSymbolFunc()
[
all
...]
alias.h
8
#include "base/
base_export
.h"
16
void
BASE_EXPORT
Alias(const void* var);
/external/chromium_org/base/test/
test_support_android.h
8
#include "base/
base_export
.h"
13
BASE_EXPORT
void InitAndroidTestLogging();
16
BASE_EXPORT
void InitAndroidTestPaths();
19
BASE_EXPORT
void InitAndroidTestMessageLoop();
22
BASE_EXPORT
void InitAndroidTest();
/external/chromium_org/base/
rand_util.h
10
#include "base/
base_export
.h"
16
BASE_EXPORT
uint64 RandUint64();
19
BASE_EXPORT
int RandInt(int min, int max);
26
BASE_EXPORT
uint64 RandGenerator(uint64 range);
29
BASE_EXPORT
double RandDouble();
33
BASE_EXPORT
double BitsToOpenEndedUnitInterval(uint64 bits);
40
BASE_EXPORT
void RandBytes(void* output, size_t output_length);
50
BASE_EXPORT
std::string RandBytesAsString(size_t length);
53
BASE_EXPORT
int GetUrandomFD();
base_export.h
12
#define
BASE_EXPORT
__declspec(dllexport)
15
#define
BASE_EXPORT
__declspec(dllimport)
21
#define
BASE_EXPORT
__attribute__((visibility("default")))
24
#define
BASE_EXPORT
30
#define
BASE_EXPORT
guid.h
10
#include "base/
base_export
.h"
20
BASE_EXPORT
std::string GenerateGUID();
23
BASE_EXPORT
bool IsValidGUID(const std::string& guid);
27
BASE_EXPORT
std::string RandomDataToGUIDString(const uint64 bytes[2]);
md5.h
8
#include "base/
base_export
.h"
47
BASE_EXPORT
void MD5Sum(const void* data, size_t length, MD5Digest* digest);
51
BASE_EXPORT
void MD5Init(MD5Context* context);
56
BASE_EXPORT
void MD5Update(MD5Context* context, const StringPiece& data);
59
BASE_EXPORT
void MD5Final(MD5Digest* digest, MD5Context* context);
62
BASE_EXPORT
std::string MD5DigestToBase16(const MD5Digest& digest);
65
BASE_EXPORT
std::string MD5String(const StringPiece& str);
safe_strerror_posix.h
10
#include "base/
base_export
.h"
28
BASE_EXPORT
void safe_strerror_r(int err, char *buf, size_t len);
36
BASE_EXPORT
std::string safe_strerror(int err);
build_time.h
8
#include "base/
base_export
.h"
21
Time
BASE_EXPORT
GetBuildTime();
/external/chromium_org/base/allocator/
allocator_extension.h
11
#include "base/
base_export
.h"
24
BASE_EXPORT
bool GetAllocatorWasteSize(size_t* size);
32
BASE_EXPORT
void GetStats(char* buffer, int buffer_length);
36
BASE_EXPORT
void ReleaseFreeMemory();
47
BASE_EXPORT
void SetGetAllocatorWasteSizeFunction(
50
BASE_EXPORT
void SetGetStatsFunction(
53
BASE_EXPORT
void SetReleaseFreeMemoryFunction(
/external/chromium_org/base/mac/
mac_util.h
12
#include "base/
base_export
.h"
43
BASE_EXPORT
std::string PathFromFSRef(const FSRef& ref);
44
BASE_EXPORT
bool FSRefFromPath(const std::string& path, FSRef* ref);
48
BASE_EXPORT
CGColorSpaceRef GetSRGBColorSpace();
52
BASE_EXPORT
CGColorSpaceRef GetGenericRGBColorSpace();
56
BASE_EXPORT
CGColorSpaceRef GetSystemColorSpace();
62
BASE_EXPORT
void RequestFullScreen(FullScreenMode mode);
70
BASE_EXPORT
void ReleaseFullScreen(FullScreenMode mode);
75
BASE_EXPORT
void SwitchFullScreenModes(FullScreenMode from_mode,
79
BASE_EXPORT
void SetCursorVisibility(bool visible)
[
all
...]
bundle_locations.h
8
#include "base/
base_export
.h"
48
BASE_EXPORT
NSBundle* MainBundle();
49
BASE_EXPORT
FilePath MainBundlePath();
50
BASE_EXPORT
NSBundle* OuterBundle();
51
BASE_EXPORT
FilePath OuterBundlePath();
52
BASE_EXPORT
NSBundle* FrameworkBundle();
53
BASE_EXPORT
FilePath FrameworkBundlePath();
57
BASE_EXPORT
void SetOverrideOuterBundle(NSBundle* bundle);
58
BASE_EXPORT
void SetOverrideFrameworkBundle(NSBundle* bundle);
61
BASE_EXPORT
void SetOverrideOuterBundlePath(const FilePath& file_path)
[
all
...]
os_crash_dumps.h
8
#include "base/
base_export
.h"
17
BASE_EXPORT
void DisableOSCrashDumps();
scoped_nsexception_enabler.h
10
#include "base/
base_export
.h"
28
class
BASE_EXPORT
ScopedNSExceptionEnabler {
42
BASE_EXPORT
bool GetNSExceptionsAllowed();
43
BASE_EXPORT
void SetNSExceptionsAllowed(bool allowed);
49
BASE_EXPORT
id RunBlockIgnoringExceptions(BlockReturningId block);
/external/chromium_org/base/process/
memory.h
8
#include "base/
base_export
.h"
25
BASE_EXPORT
bool EnableLowFragmentationHeap();
29
BASE_EXPORT
void EnableTerminationOnHeapCorruption();
32
BASE_EXPORT
void EnableTerminationOnOutOfMemory();
37
BASE_EXPORT
HMODULE GetModuleFromAddress(void* address);
41
BASE_EXPORT
extern size_t g_oom_size;
53
BASE_EXPORT
bool AdjustOOMScore(ProcessId process, int score);
64
BASE_EXPORT
void* UncheckedMalloc(size_t size);
process_info.h
8
#include "base/
base_export
.h"
16
class
BASE_EXPORT
CurrentProcessInfo {
/external/chromium_org/base/strings/
string_number_conversions.h
11
#include "base/
base_export
.h"
32
BASE_EXPORT
std::string IntToString(int value);
33
BASE_EXPORT
string16 IntToString16(int value);
35
BASE_EXPORT
std::string UintToString(unsigned value);
36
BASE_EXPORT
string16 UintToString16(unsigned value);
38
BASE_EXPORT
std::string Int64ToString(int64 value);
39
BASE_EXPORT
string16 Int64ToString16(int64 value);
41
BASE_EXPORT
std::string Uint64ToString(uint64 value);
42
BASE_EXPORT
string16 Uint64ToString16(uint64 value);
46
BASE_EXPORT
std::string DoubleToString(double value)
[
all
...]
/external/chromium_org/base/ios/
ios_util.h
8
#include "base/
base_export
.h"
15
BASE_EXPORT
bool IsRunningOnIOS6OrLater();
18
BASE_EXPORT
bool IsRunningOnIOS7OrLater();
21
BASE_EXPORT
bool IsRunningOnOrLater(int32 major, int32 minor, int32 bug_fix);
/external/chromium_org/base/profiler/
alternate_timer.h
11
#include "base/
base_export
.h"
26
BASE_EXPORT
extern const char kAlternateProfilerTime[];
32
BASE_EXPORT
void SetAlternateTimeSource(NowFunction* now_function,
40
BASE_EXPORT
TimeSourceType GetTimeSourceType();
/external/chromium_org/base/android/
path_utils.h
10
#include "base/
base_export
.h"
22
BASE_EXPORT
bool GetDataDirectory(FilePath* result);
26
BASE_EXPORT
bool GetDatabaseDirectory(FilePath* result);
32
BASE_EXPORT
bool GetCacheDirectory(FilePath* result);
36
BASE_EXPORT
bool GetDownloadsDirectory(FilePath* result);
41
BASE_EXPORT
bool GetNativeLibraryDirectory(FilePath* result);
45
BASE_EXPORT
bool GetExternalStorageDirectory(FilePath* result);
/external/chromium_org/base/win/
win_util.h
29
#include "base/
base_export
.h"
39
BASE_EXPORT
void GetNonClientMetrics(NONCLIENTMETRICS* metrics);
42
BASE_EXPORT
bool GetUserSidString(std::wstring* user_sid);
45
BASE_EXPORT
bool IsShiftPressed();
48
BASE_EXPORT
bool IsCtrlPressed();
51
BASE_EXPORT
bool IsAltPressed();
59
BASE_EXPORT
bool UserAccountControlIsEnabled();
62
BASE_EXPORT
bool SetBooleanValueForPropertyStore(
68
BASE_EXPORT
bool SetStringValueForPropertyStore(
76
BASE_EXPORT
bool SetAppIdForPropertyStore(IPropertyStore* property_store
[
all
...]
/external/chromium_org/base/chromeos/
chromeos_version.h
8
#include "base/
base_export
.h"
15
BASE_EXPORT
bool IsRunningOnChromeOS();
/external/chromium_org/base/nix/
mime_util_xdg.h
10
#include "base/
base_export
.h"
23
BASE_EXPORT
std::string GetFileMimeType(const FilePath& filepath);
26
BASE_EXPORT
std::string GetDataMimeType(const std::string& data);
31
BASE_EXPORT
void SetIconThemeName(const std::string& name);
37
BASE_EXPORT
FilePath GetMimeIcon(const std::string& mime_type, size_t size);
/external/chromium_org/base/time/
clock.h
8
#include "base/
base_export
.h"
28
class
BASE_EXPORT
Clock {
Completed in 467 milliseconds
1
2
3
4
5
6
7
8
9
10