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

1 2 3 4 5 6 7

  /external/chromium_org/chrome/browser/
sxs_linux.h 23 bool ShouldMigrateUserDataDir() WARN_UNUSED_RESULT;
27 int MigrateUserDataDir() WARN_UNUSED_RESULT;
  /system/netd/server/
RouteController.h 39 static int Init(unsigned localNetId) WARN_UNUSED_RESULT;
41 static int addInterfaceToLocalNetwork(unsigned netId, const char* interface) WARN_UNUSED_RESULT;
43 const char* interface) WARN_UNUSED_RESULT;
46 Permission permission) WARN_UNUSED_RESULT;
48 Permission permission) WARN_UNUSED_RESULT;
51 const UidRanges& uidRanges) WARN_UNUSED_RESULT;
53 const UidRanges& uidRanges) WARN_UNUSED_RESULT;
57 Permission newPermission) WARN_UNUSED_RESULT;
60 const UidRanges& uidRanges) WARN_UNUSED_RESULT;
62 const UidRanges& uidRanges) WARN_UNUSED_RESULT;
    [all...]
PhysicalNetwork.h 30 Permission permission) WARN_UNUSED_RESULT = 0;
32 Permission permission) WARN_UNUSED_RESULT = 0;
40 int setPermission(Permission permission) WARN_UNUSED_RESULT;
42 int addAsDefault() WARN_UNUSED_RESULT;
43 int removeAsDefault() WARN_UNUSED_RESULT;
47 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT;
48 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT;
VirtualNetwork.h 39 int addUsers(const UidRanges& uidRanges) WARN_UNUSED_RESULT;
40 int removeUsers(const UidRanges& uidRanges) WARN_UNUSED_RESULT;
44 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT;
45 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT;
LocalNetwork.h 29 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT;
30 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT;
NetworkController.h 50 int setDefaultNetwork(unsigned netId) WARN_UNUSED_RESULT;
61 int createPhysicalNetwork(unsigned netId, Permission permission) WARN_UNUSED_RESULT;
62 int createVirtualNetwork(unsigned netId, bool hasDns, bool secure) WARN_UNUSED_RESULT;
63 int destroyNetwork(unsigned netId) WARN_UNUSED_RESULT;
65 int addInterfaceToNetwork(unsigned netId, const char* interface) WARN_UNUSED_RESULT;
66 int removeInterfaceFromNetwork(unsigned netId, const char* interface) WARN_UNUSED_RESULT;
72 const std::vector<unsigned>& netIds) WARN_UNUSED_RESULT;
74 int addUsersToNetwork(unsigned netId, const UidRanges& uidRanges) WARN_UNUSED_RESULT;
75 int removeUsersFromNetwork(unsigned netId, const UidRanges& uidRanges) WARN_UNUSED_RESULT;
83 const char* nexthop, bool legacy, uid_t uid) WARN_UNUSED_RESULT;
    [all...]
  /external/chromium_org/base/files/
scoped_temp_dir.h 33 bool CreateUniqueTempDir() WARN_UNUSED_RESULT;
36 bool CreateUniqueTempDirUnderPath(const FilePath& path) WARN_UNUSED_RESULT;
40 bool Set(const FilePath& path) WARN_UNUSED_RESULT;
43 bool Delete() WARN_UNUSED_RESULT;
  /external/chromium_org/chrome/test/base/
tracing.h 28 bool BeginTracing(const std::string& category_patterns) WARN_UNUSED_RESULT;
37 int num_occurrences) WARN_UNUSED_RESULT;
43 bool WaitForWatchEvent(base::TimeDelta timeout) WARN_UNUSED_RESULT;
47 bool EndTracing(std::string* json_trace_output) WARN_UNUSED_RESULT;
  /external/chromium_org/chrome/browser/sync/test/integration/
themes_helper.h 19 std::string GetCustomTheme(int index) WARN_UNUSED_RESULT;
22 std::string GetThemeID(Profile* profile) WARN_UNUSED_RESULT;
25 bool UsingCustomTheme(Profile* profile) WARN_UNUSED_RESULT;
28 bool UsingDefaultTheme(Profile* profile) WARN_UNUSED_RESULT;
31 bool UsingSystemTheme(Profile* profile) WARN_UNUSED_RESULT;
36 Profile* profile, const std::string& id) WARN_UNUSED_RESULT;
41 Profile* profile, const std::string& id) WARN_UNUSED_RESULT;
preferences_helper.h 75 bool BooleanPrefMatches(const char* pref_name) WARN_UNUSED_RESULT;
80 bool IntegerPrefMatches(const char* pref_name) WARN_UNUSED_RESULT;
85 bool Int64PrefMatches(const char* pref_name) WARN_UNUSED_RESULT;
90 bool DoublePrefMatches(const char* pref_name) WARN_UNUSED_RESULT;
95 bool StringPrefMatches(const char* pref_name) WARN_UNUSED_RESULT;
100 bool FilePathPrefMatches(const char* pref_name) WARN_UNUSED_RESULT;
105 bool ListPrefMatches(const char* pref_name) WARN_UNUSED_RESULT;
109 bool AwaitListPrefMatches(const char* pref_name) WARN_UNUSED_RESULT;
bookmarks_helper.h 23 BookmarkModel* GetBookmarkModel(int index) WARN_UNUSED_RESULT;
26 const BookmarkNode* GetBookmarkBarNode(int index) WARN_UNUSED_RESULT;
29 const BookmarkNode* GetOtherNode(int index) WARN_UNUSED_RESULT;
32 const BookmarkNode* GetSyncedBookmarksNode(int index) WARN_UNUSED_RESULT;
35 BookmarkModel* GetVerifierBookmarkModel() WARN_UNUSED_RESULT;
42 const GURL& url) WARN_UNUSED_RESULT;
51 const GURL& url) WARN_UNUSED_RESULT;
61 const GURL& url) WARN_UNUSED_RESULT;
67 const std::string& title) WARN_UNUSED_RESULT;
74 const std::string& title) WARN_UNUSED_RESULT;
    [all...]
autofill_helper.h 38 int index) WARN_UNUSED_RESULT;
42 int index) WARN_UNUSED_RESULT;
56 std::set<autofill::AutofillEntry> GetAllKeys(int profile) WARN_UNUSED_RESULT;
60 bool KeysMatch(int profile_a, int profile_b) WARN_UNUSED_RESULT;
92 int profile) WARN_UNUSED_RESULT;
103 bool ProfilesMatch(int profile_a, int profile_b) WARN_UNUSED_RESULT;
107 bool AllProfilesMatch() WARN_UNUSED_RESULT;
  /external/chromium_org/android_webview/native/
state_serializer.h 27 Pickle* pickle) WARN_UNUSED_RESULT;
31 content::WebContents* web_contents) WARN_UNUSED_RESULT;
38 bool WriteHeaderToPickle(Pickle* pickle) WARN_UNUSED_RESULT;
39 bool RestoreHeaderFromPickle(PickleIterator* iterator) WARN_UNUSED_RESULT;
41 Pickle* pickle) WARN_UNUSED_RESULT;
44 content::NavigationEntry* entry) WARN_UNUSED_RESULT;
  /external/chromium_org/courgette/
encoded_program.h 36 CheckBool DefineRel32Label(int index, RVA address) WARN_UNUSED_RESULT;
37 CheckBool DefineAbs32Label(int index, RVA address) WARN_UNUSED_RESULT;
43 CheckBool AddOrigin(RVA rva) WARN_UNUSED_RESULT;
44 CheckBool AddCopy(uint32 count, const void* bytes) WARN_UNUSED_RESULT;
45 CheckBool AddRel32(int label_index) WARN_UNUSED_RESULT;
46 CheckBool AddRel32ARM(uint16 op, int label_index) WARN_UNUSED_RESULT;
47 CheckBool AddAbs32(int label_index) WARN_UNUSED_RESULT;
48 CheckBool AddPeMakeRelocs(ExecutableType kind) WARN_UNUSED_RESULT;
49 CheckBool AddElfMakeRelocs() WARN_UNUSED_RESULT;
50 CheckBool AddElfARMMakeRelocs() WARN_UNUSED_RESULT;
    [all...]
assembly_program.h 75 CheckBool EmitPeRelocsInstruction() WARN_UNUSED_RESULT;
78 CheckBool EmitElfRelocationInstruction() WARN_UNUSED_RESULT;
81 CheckBool EmitElfARMRelocationInstruction() WARN_UNUSED_RESULT;
84 CheckBool EmitOriginInstruction(RVA rva) WARN_UNUSED_RESULT;
87 CheckBool EmitByteInstruction(uint8 byte) WARN_UNUSED_RESULT;
91 WARN_UNUSED_RESULT;
94 CheckBool EmitRel32(Label* label) WARN_UNUSED_RESULT;
99 uint16 op_size) WARN_UNUSED_RESULT;
102 CheckBool EmitAbs32(Label* label) WARN_UNUSED_RESULT;
138 CheckBool Emit(Instruction* instruction) WARN_UNUSED_RESULT;
    [all...]
  /external/chromium_org/sql/test/
test_helpers.h 35 bool CorruptSizeInHeader(const base::FilePath& db_path) WARN_UNUSED_RESULT;
55 const char* update_sql) WARN_UNUSED_RESULT;
58 size_t CountSQLTables(sql::Connection* db) WARN_UNUSED_RESULT;
61 size_t CountSQLIndices(sql::Connection* db) WARN_UNUSED_RESULT;
66 WARN_UNUSED_RESULT;
77 const base::FilePath& sql_path) WARN_UNUSED_RESULT;
82 std::string IntegrityCheck(sql::Connection* db) WARN_UNUSED_RESULT;
  /external/chromium_org/crypto/
hmac.h 49 bool Init(const unsigned char* key, size_t key_length) WARN_UNUSED_RESULT;
53 bool Init(SymmetricKey* key) WARN_UNUSED_RESULT;
57 bool Init(const base::StringPiece& key) WARN_UNUSED_RESULT {
66 size_t digest_length) const WARN_UNUSED_RESULT;
76 const base::StringPiece& digest) const WARN_UNUSED_RESULT;
82 const base::StringPiece& digest) const WARN_UNUSED_RESULT;
nss_util_internal.h 27 CRYPTO_EXPORT PK11SlotInfo* GetPublicNSSKeySlot() WARN_UNUSED_RESULT;
34 CRYPTO_EXPORT PK11SlotInfo* GetPrivateNSSKeySlot() WARN_UNUSED_RESULT;
55 const base::FilePath& path) WARN_UNUSED_RESULT;
70 const std::string& username_hash) WARN_UNUSED_RESULT;
77 const base::Callback<void(ScopedPK11Slot)>& callback) WARN_UNUSED_RESULT;
  /external/chromium_org/net/websockets/
websocket_event_interface.h 12 #include "base/compiler_specific.h" // for WARN_UNUSED_RESULT
46 const std::string& extensions) WARN_UNUSED_RESULT = 0;
53 const std::vector<char>& data) WARN_UNUSED_RESULT = 0;
58 virtual ChannelState OnFlowControl(int64 quota) WARN_UNUSED_RESULT = 0;
64 virtual ChannelState OnClosingHandshake() WARN_UNUSED_RESULT = 0;
84 WARN_UNUSED_RESULT = 0;
94 WARN_UNUSED_RESULT = 0;
98 scoped_ptr<WebSocketHandshakeRequestInfo> request) WARN_UNUSED_RESULT = 0;
103 WARN_UNUSED_RESULT = 0;
129 bool fatal) WARN_UNUSED_RESULT = 0
    [all...]
  /external/chromium_org/media/formats/mp4/
box_reader.h 41 bool Read1(uint8* v) WARN_UNUSED_RESULT;
42 bool Read2(uint16* v) WARN_UNUSED_RESULT;
43 bool Read2s(int16* v) WARN_UNUSED_RESULT;
44 bool Read4(uint32* v) WARN_UNUSED_RESULT;
45 bool Read4s(int32* v) WARN_UNUSED_RESULT;
46 bool Read8(uint64* v) WARN_UNUSED_RESULT;
47 bool Read8s(int64* v) WARN_UNUSED_RESULT;
49 bool ReadFourCC(FourCC* v) WARN_UNUSED_RESULT;
51 bool ReadVec(std::vector<uint8>* t, int count) WARN_UNUSED_RESULT;
55 bool Read4Into8(uint64* v) WARN_UNUSED_RESULT;
    [all...]
cenc.h 24 bool Parse(int iv_size, BufferReader* r) WARN_UNUSED_RESULT;
25 bool GetTotalSizeOfSubsamples(size_t* total_size) const WARN_UNUSED_RESULT;
  /external/chromium_org/content/browser/fileapi/
blob_storage_host.h 43 bool StartBuildingBlob(const std::string& uuid) WARN_UNUSED_RESULT;
45 const BlobData::Item& data_item) WARN_UNUSED_RESULT;
46 bool CancelBuildingBlob(const std::string& uuid) WARN_UNUSED_RESULT;
48 const std::string& type) WARN_UNUSED_RESULT;
49 bool IncrementBlobRefCount(const std::string& uuid) WARN_UNUSED_RESULT;
50 bool DecrementBlobRefCount(const std::string& uuid) WARN_UNUSED_RESULT;
52 const std::string& uuid) WARN_UNUSED_RESULT;
53 bool RevokePublicBlobURL(const GURL& blob_url) WARN_UNUSED_RESULT;
  /external/chromium_org/net/test/spawned_test_server/
local_test_server.h 44 bool Start() WARN_UNUSED_RESULT;
60 bool StartInBackground() WARN_UNUSED_RESULT;
64 bool BlockUntilStarted() WARN_UNUSED_RESULT;
70 virtual bool SetPythonPath() const WARN_UNUSED_RESULT;
75 WARN_UNUSED_RESULT;
80 WARN_UNUSED_RESULT;
90 bool LaunchPython(const base::FilePath& testserver_path) WARN_UNUSED_RESULT;
93 bool WaitToStart() WARN_UNUSED_RESULT;
remote_test_server.h 36 bool Start() WARN_UNUSED_RESULT;
40 bool StartInBackground() WARN_UNUSED_RESULT;
41 bool BlockUntilStarted() WARN_UNUSED_RESULT;
  /external/chromium_org/base/
pickle.h 31 bool ReadBool(bool* result) WARN_UNUSED_RESULT;
32 bool ReadInt(int* result) WARN_UNUSED_RESULT;
33 bool ReadLong(long* result) WARN_UNUSED_RESULT;
34 bool ReadUInt16(uint16* result) WARN_UNUSED_RESULT;
35 bool ReadUInt32(uint32* result) WARN_UNUSED_RESULT;
36 bool ReadInt64(int64* result) WARN_UNUSED_RESULT;
37 bool ReadUInt64(uint64* result) WARN_UNUSED_RESULT;
38 bool ReadFloat(float* result) WARN_UNUSED_RESULT;
39 bool ReadString(std::string* result) WARN_UNUSED_RESULT;
40 bool ReadWString(std::wstring* result) WARN_UNUSED_RESULT;
    [all...]

Completed in 487 milliseconds

1 2 3 4 5 6 7