HomeSort by relevance Sort by last modified time
    Searched refs:BASE_EXPORT (Results 1 - 25 of 245) sorted by null

1 2 3 4 5 6 7 8 910

  /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/debug/
debugger.h 12 #include "base/base_export.h"
19 BASE_EXPORT bool WaitForDebugger(int wait_seconds, bool silent);
28 BASE_EXPORT bool BeingDebugged();
31 BASE_EXPORT void BreakDebugger();
38 BASE_EXPORT void SetSuppressDebugUI(bool suppress);
39 BASE_EXPORT bool IsDebugUISuppressed();
dump_without_crashing.h 8 #include "base/base_export.h"
20 BASE_EXPORT void DumpWithoutCrashing();
24 BASE_EXPORT void SetDumpWithoutCrashingFunction(void (CDECL *function)());
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...]
asan_invalid_access.h 11 #include "base/base_export.h"
20 BASE_EXPORT NOINLINE void AsanHeapOverflow();
23 BASE_EXPORT NOINLINE void AsanHeapUnderflow();
26 BASE_EXPORT NOINLINE void AsanHeapUseAfterFree();
36 BASE_EXPORT NOINLINE void AsanCorruptHeapBlock();
40 BASE_EXPORT NOINLINE void AsanCorruptHeap();
alias.h 8 #include "base/base_export.h"
16 void BASE_EXPORT Alias(const void* var);
  /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);
51 BASE_EXPORT std::string RandBytesAsString(size_t length);
54 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]);
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();
linux_util.h 13 #include "base/base_export.h"
19 BASE_EXPORT extern char g_linux_distro[];
22 BASE_EXPORT std::string GetLinuxDistro();
25 BASE_EXPORT void SetLinuxDistro(const std::string& distro);
32 BASE_EXPORT pid_t FindThreadIDWithSyscall(pid_t pid,
  /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/
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...]
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...]
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/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();
56 BASE_EXPORT bool IsAltGrPressed();
64 BASE_EXPORT bool UserAccountControlIsEnabled();
67 BASE_EXPORT bool SetBooleanValueForPropertyStore(
73 BASE_EXPORT bool SetStringValueForPropertyStore
    [all...]
  /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/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/ios/
ios_util.h 8 #include "base/base_export.h"
15 BASE_EXPORT bool IsRunningOnIOS7OrLater();
18 BASE_EXPORT bool IsRunningOnOrLater(int32 major, int32 minor, int32 bug_fix);
  /external/chromium_org/base/process/
memory.h 8 #include "base/base_export.h"
33 BASE_EXPORT bool EnableLowFragmentationHeap();
37 BASE_EXPORT void EnableTerminationOnHeapCorruption();
40 BASE_EXPORT void EnableTerminationOnOutOfMemory();
45 BASE_EXPORT HMODULE GetModuleFromAddress(void* address);
49 BASE_EXPORT extern size_t g_oom_size;
61 BASE_EXPORT bool AdjustOOMScore(ProcessId process, int score);
74 BASE_EXPORT WARN_UNUSED_RESULT bool UncheckedMalloc(size_t size,
76 BASE_EXPORT WARN_UNUSED_RESULT bool UncheckedCalloc(size_t num_items,
  /external/chromium_org/base/android/library_loader/
library_loader_hooks.h 10 #include "base/base_export.h"
20 BASE_EXPORT bool RegisterLibraryLoaderEntryHook(JNIEnv* env);
36 BASE_EXPORT void SetLibraryLoadedHook(LibraryLoadedHook* func);
42 BASE_EXPORT void SetVersionNumber(const char* version_number);
46 BASE_EXPORT void LibraryLoaderExitHook();
  /external/chromium_org/base/metrics/
user_metrics.h 10 #include "base/base_export.h"
42 BASE_EXPORT void RecordAction(const UserMetricsAction& action);
49 BASE_EXPORT void RecordComputedAction(const std::string& action);
55 BASE_EXPORT void AddActionCallback(const ActionCallback& callback);
56 BASE_EXPORT void RemoveActionCallback(const ActionCallback& callback);

Completed in 392 milliseconds

1 2 3 4 5 6 7 8 910