HomeSort by relevance Sort by last modified time
    Searched full:completed (Results 1 - 25 of 3541) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/x86/
aad_aam.stdout.exp 2 test completed
  /external/nist-sip/java/javax/sip/
TransactionState.java 7 COMPLETED,
  /external/llvm/test/YAMLParser/
spec-02-15.data 4 Sammy Sosa completed another
  /external/clang/test/Misc/
verify.c 6 struct s s1; // expected-error {{tentative definition has type 'struct s' that is never completed}}
10 struct s r1; // expected-error-re {{tentative definition has type 'struct s' that is never completed}}
11 struct s r2; // expected-error-re {{tentative definition has type '.*[[:space:]]*.*' that is never completed}}
12 struct s r3; // expected-error-re {{tentative definition has type '(.*)[[:space:]]*(.*)' that is never completed}}
14 struct s r5; // expected-error-re {{completed$}}
  /external/clang/test/Sema/
2009-04-22-UnknownSize.c 3 static struct foo s; // expected-error { tentative definition has type 'struct foo' that is never completed }
  /external/chromium/chrome/browser/importer/
importer_observer.h 10 // completed.
15 // The import operation was completed successfully.
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iphoto_file_util_unittest.cc 43 bool* completed,
47 DCHECK(!*completed);
48 *completed = !has_more && error == base::PLATFORM_FILE_OK;
56 bool* completed) {
58 DCHECK(completed);
62 completed));
225 bool completed = false; local
226 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
228 ASSERT_FALSE(completed);
266 bool completed = false local
267 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
281 bool completed = false; local
282 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
296 bool completed = false; local
297 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
310 bool completed = false; local
311 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
317 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
326 bool completed = false; local
327 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
338 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
    [all...]
itunes_file_util_unittest.cc 42 bool* completed, base::PlatformFileError error,
45 DCHECK(!*completed);
46 *completed = !has_more && error == base::PLATFORM_FILE_OK;
54 bool* completed) {
56 DCHECK(completed);
60 completed));
193 bool completed = false; local
194 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
196 ASSERT_FALSE(completed);
234 bool completed = false local
235 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
254 bool completed = false; local
255 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
270 bool completed = false; local
271 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
293 bool completed = false; local
295 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
314 bool completed = false; local
316 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
326 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
336 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/first_run/
metrics.h 14 // Tutorial was completed with "Got It" button.
16 // Tutorial was completed with "Keep Exploring" button, i.e. Help App was
  /external/chromium/net/disk_cache/
file_win.cc 161 FileIOCallback* callback, bool* completed) {
164 if (completed)
165 *completed = true;
177 *completed = false;
184 // The operation completed already. We'll be called back anyway.
185 *completed = (actual == size);
189 return *completed;
193 FileIOCallback* callback, bool* completed) {
196 if (completed)
197 *completed = true
    [all...]
  /external/chromium_org/net/disk_cache/
file_win.cc 164 FileIOCallback* callback, bool* completed) {
167 if (completed)
168 *completed = true;
180 *completed = false;
187 // The operation completed already. We'll be called back anyway.
188 *completed = (actual == size);
192 return *completed;
196 FileIOCallback* callback, bool* completed) {
199 if (completed)
200 *completed = true
    [all...]
mapped_file.cc 23 bool* completed) {
25 return Read(block->buffer(), block->size(), offset, callback, completed);
30 bool* completed) {
32 return Write(block->buffer(), block->size(), offset, callback, completed);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/
crtbegin.o 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/
crtbegin.o 
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/lib/
crtbegin_dynamic.o 
crtbegin_so.o 
crtbegin_static.o 
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/lib/
crtbegin_dynamic.o 
crtbegin_so.o 
crtbegin_static.o 
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/lib/
crtbegin_dynamic.o 
crtbegin_so.o 
crtbegin_static.o 
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/lib/
crtbegin_so.o 
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/lib/
crtbegin_so.o 

Completed in 217 milliseconds

1 2 3 4 5 6 7 8 91011>>