HomeSort by relevance Sort by last modified time
    Searched defs:WARN_UNUSED_RESULT (Results 76 - 100 of 109) sorted by null

1 2 34 5

  /external/chromium/net/test/
test_server.h 111 bool Start() WARN_UNUSED_RESULT;
120 bool GetAddressList(AddressList* address_list) const WARN_UNUSED_RESULT;
140 bool SetPythonPath() WARN_UNUSED_RESULT;
143 bool LaunchPython(const FilePath& testserver_path) WARN_UNUSED_RESULT;
146 bool WaitToStart() WARN_UNUSED_RESULT;
150 bool ParseServerData(const std::string& server_data) WARN_UNUSED_RESULT;
156 bool LoadTestRootCert() WARN_UNUSED_RESULT;
  /external/chromium_org/chrome/browser/automation/
automation_provider.h 101 bool InitializeChannel(const std::string& channel_id) WARN_UNUSED_RESULT;
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata.h 120 FileError Initialize() WARN_UNUSED_RESULT;
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.h 99 int num_clients() WARN_UNUSED_RESULT { return num_clients_; }
103 Profile* GetProfile(int index) WARN_UNUSED_RESULT;
107 Browser* GetBrowser(int index) WARN_UNUSED_RESULT;
111 ProfileSyncServiceHarness* GetClient(int index) WARN_UNUSED_RESULT;
115 std::vector<ProfileSyncServiceHarness*>& clients() WARN_UNUSED_RESULT {
121 Profile* verifier() WARN_UNUSED_RESULT;
124 bool use_verifier() WARN_UNUSED_RESULT { return use_verifier_; }
132 virtual bool SetupClients() WARN_UNUSED_RESULT;
135 virtual bool SetupSync() WARN_UNUSED_RESULT;
  /external/chromium_org/chrome/test/automation/
proxy_launcher.h 71 bool wait_for_initial_loads) WARN_UNUSED_RESULT = 0;
80 bool wait_for_initial_loads) WARN_UNUSED_RESULT;
85 bool ConnectToRunningBrowser(bool wait_for_initial_loads) WARN_UNUSED_RESULT;
93 bool LaunchBrowser(const LaunchState& state) WARN_UNUSED_RESULT;
148 bool WaitForBrowserLaunch(bool wait_for_initial_loads) WARN_UNUSED_RESULT;
157 base::ProcessHandle* process) WARN_UNUSED_RESULT;
222 bool wait_for_initial_loads) OVERRIDE WARN_UNUSED_RESULT;
243 bool wait_for_initial_loads) OVERRIDE WARN_UNUSED_RESULT;
  /external/chromium_org/chrome/test/base/
ui_test_utils.h 271 SkBitmap* bitmap) WARN_UNUSED_RESULT;
277 SkBitmap* bitmap) WARN_UNUSED_RESULT;
testing_profile.h 136 bool CreateHistoryService(bool delete_file, bool no_db) WARN_UNUSED_RESULT;
  /external/chromium_org/components/autofill/content/renderer/
autofill_agent.h 186 FormFieldData* field) WARN_UNUSED_RESULT;
  /external/chromium_org/components/autofill/core/browser/
autofill_manager.h 250 bool GetHost(content::RenderViewHost** host) const WARN_UNUSED_RESULT;
257 size_t* variant) const WARN_UNUSED_RESULT;
262 FormStructure** form_structure) const WARN_UNUSED_RESULT;
271 AutofillField** autofill_field) WARN_UNUSED_RESULT;
279 FormStructure** updated_form) WARN_UNUSED_RESULT;
  /external/chromium_org/courgette/
disassembler_elf_32.h 153 CheckBool IsValidRVA(RVA rva) const WARN_UNUSED_RESULT;
157 const WARN_UNUSED_RESULT = 0;
160 CheckBool RVAToFileOffset(RVA rva, size_t* result) const WARN_UNUSED_RESULT;
162 RVA FileOffsetToRVA(size_t offset) const WARN_UNUSED_RESULT;
171 CheckBool ParseFile(AssemblyProgram* target) WARN_UNUSED_RESULT;
174 AssemblyProgram* program) WARN_UNUSED_RESULT = 0;
181 AssemblyProgram* program) WARN_UNUSED_RESULT;
184 AssemblyProgram* program) WARN_UNUSED_RESULT;
186 CheckBool ParseAbs32Relocs() WARN_UNUSED_RESULT;
187 CheckBool CheckSection(RVA rva) WARN_UNUSED_RESULT;
    [all...]
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() WARN_UNUSED_RESULT;
49 CheckBool AddElfMakeRelocs() WARN_UNUSED_RESULT;
50 CheckBool AddElfARMMakeRelocs() WARN_UNUSED_RESULT;
    [all...]
disassembler_win32_x86.h 57 CheckBool ParseFile(AssemblyProgram* target) WARN_UNUSED_RESULT;
63 uint32 end_file_offset, AssemblyProgram* program) WARN_UNUSED_RESULT;
66 AssemblyProgram* program) WARN_UNUSED_RESULT;
  /external/chromium_org/media/mp4/
box_reader.h 38 bool Read1(uint8* v) WARN_UNUSED_RESULT;
39 bool Read2(uint16* v) WARN_UNUSED_RESULT;
40 bool Read2s(int16* v) WARN_UNUSED_RESULT;
41 bool Read4(uint32* v) WARN_UNUSED_RESULT;
42 bool Read4s(int32* v) WARN_UNUSED_RESULT;
43 bool Read8(uint64* v) WARN_UNUSED_RESULT;
44 bool Read8s(int64* v) WARN_UNUSED_RESULT;
46 bool ReadFourCC(FourCC* v) WARN_UNUSED_RESULT;
48 bool ReadVec(std::vector<uint8>* t, int count) WARN_UNUSED_RESULT;
52 bool Read4Into8(uint64* v) WARN_UNUSED_RESULT;
    [all...]
  /external/chromium_org/ui/compositor/
layer_animator.h 240 LayerAnimationSequence* sequence) WARN_UNUSED_RESULT;
  /external/chromium/base/files/
file_path_watcher_linux.cc 135 bool UpdateWatches() WARN_UNUSED_RESULT;
  /external/chromium_org/base/files/
file_path_watcher_browsertest.cc 196 bool recursive_watch) WARN_UNUSED_RESULT;
198 bool WaitForEvents() WARN_UNUSED_RESULT {
file_path_watcher_linux.cc 137 bool UpdateWatches() WARN_UNUSED_RESULT;
  /external/chromium_org/base/
pickle.h 30 bool ReadBool(bool* result) WARN_UNUSED_RESULT;
31 bool ReadInt(int* result) WARN_UNUSED_RESULT;
32 bool ReadLong(long* result) WARN_UNUSED_RESULT;
33 bool ReadUInt16(uint16* result) WARN_UNUSED_RESULT;
34 bool ReadUInt32(uint32* result) WARN_UNUSED_RESULT;
35 bool ReadInt64(int64* result) WARN_UNUSED_RESULT;
36 bool ReadUInt64(uint64* result) WARN_UNUSED_RESULT;
37 bool ReadFloat(float* result) WARN_UNUSED_RESULT;
38 bool ReadString(std::string* result) WARN_UNUSED_RESULT;
39 bool ReadWString(std::wstring* result) WARN_UNUSED_RESULT;
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host.h 219 WARN_UNUSED_RESULT;
  /external/chromium_org/chrome/browser/ui/views/frame/
immersive_mode_controller_ash.h 74 AnimateReveal animate_reveal) OVERRIDE WARN_UNUSED_RESULT;
  /external/chromium_org/chrome/test/ui/
ui_test.h 346 bool GetBrowserProcessCount(int* count) WARN_UNUSED_RESULT;
  /external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store.h 71 bool* success) WARN_UNUSED_RESULT;
88 WARN_UNUSED_RESULT;
99 int64 object_store_id) WARN_UNUSED_RESULT;
126 std::string* record) WARN_UNUSED_RESULT;
132 RecordIdentifier* record) WARN_UNUSED_RESULT;
135 int64 object_store_id) WARN_UNUSED_RESULT;
139 const RecordIdentifier& record) WARN_UNUSED_RESULT;
144 int64* current_number) WARN_UNUSED_RESULT;
150 bool check_current) WARN_UNUSED_RESULT;
157 bool* found) WARN_UNUSED_RESULT;
    [all...]
  /external/chromium_org/content/common/gpu/media/
vaapi_h264_decoder.h 83 bool Flush() WARN_UNUSED_RESULT;
99 DecResult Decode() WARN_UNUSED_RESULT;
  /external/chromium_org/content/public/test/
browser_test_utils.cc 65 bool WaitAndGetResponse(std::string* response) WARN_UNUSED_RESULT {
80 // Specifying a prototype so that we can add the WARN_UNUSED_RESULT attribute.
84 scoped_ptr<Value>* result) WARN_UNUSED_RESULT;
  /external/chromium_org/net/test/spawned_test_server/
base_test_server.h 168 bool GetAddressList(AddressList* address_list) const WARN_UNUSED_RESULT;
201 bool SetupWhenServerStarted() WARN_UNUSED_RESULT;
212 bool ParseServerData(const std::string& server_data) WARN_UNUSED_RESULT;
217 WARN_UNUSED_RESULT;
222 base::DictionaryValue* arguments) const WARN_UNUSED_RESULT;
229 bool LoadTestRootCert() const WARN_UNUSED_RESULT;

Completed in 1496 milliseconds

1 2 34 5