Searched defs:dummy (Results 126 - 150 of 593) sorted by relevance

1234567891011>>

/external/webrtc/src/modules/audio_processing/test/testsupport/
H A Dframe_reader_unittest.cc30 // Cleanup any previous dummy input file.
33 // Create a dummy input file.
34 FILE* dummy = fopen(kInputFilename.c_str(), "wb"); local
35 fprintf(dummy, "%s", kInputFileContents.c_str());
36 fclose(dummy);
43 // Cleanup the dummy input file.
/external/webrtc/test/testsupport/
H A Dframe_reader_unittest.cc30 // Cleanup any previous dummy input file.
33 // Create a dummy input file.
34 FILE* dummy = fopen(kInputFilename.c_str(), "wb"); local
35 fprintf(dummy, "%s", kInputFileContents.c_str());
36 fclose(dummy);
43 // Cleanup the dummy input file.
/external/chromium_org/v8/test/mjsunit/compiler/
H A Descape-analysis.js356 var l = { dummy : { } };
387 var dummy = { d : 0 };
392 assertEquals(0, dummy.d);
/external/chromium_org/base/allocator/
H A Dtype_profiler_unittest.cc58 int* dummy = new int(48); local
61 type = LookupType(dummy);
64 delete dummy;
66 type = LookupType(dummy);
71 int* dummy = new int[kDummyArraySize]; local
74 type = LookupType(dummy);
78 delete[] dummy;
80 type = LookupType(dummy);
85 int *dummy[kDummyArraySize]; local
88 dummy[
142 int* dummy = new int(48); local
157 int* dummy = new int(48); local
[all...]
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_cc_infobar_delegate_unittest.cc109 ::testing::InSequence dummy; local
/external/chromium_org/chrome/browser/
H A Dinternal_auth_unittest.cc77 std::string dummy("abcdefghij");
79 std::string key = dummy;
80 std::next_permutation(dummy.begin(), dummy.end());
81 std::string value = dummy;
82 std::next_permutation(dummy.begin(), dummy.end());
118 std::string dummy = token; local
120 std::next_permutation(dummy.begin(), dummy
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2.cc298 InSequence dummy; local
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dtemplate_util.h35 YesType dummy[2]; member in struct:mojo::internal::NoType
/external/chromium_org/ppapi/cpp/private/
H A Dvideo_frame_private.h94 VideoFrame_Private dummy; local
95 *t = dummy.pp_video_frame();
/external/chromium_org/third_party/cld/base/
H A Dtemplate_util.h31 char dummy[2]; member in struct:base::big_
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dtemplate_util.h62 char dummy[2]; member in struct:google::protobuf::internal::big_
/external/chromium_org/third_party/skia/src/core/
H A DSkImageGenerator.cpp12 SkImageInfo dummy; local
14 info = &dummy;
/external/chromium_org/third_party/webrtc/base/
H A Dbind_unittest.cc22 void UnaryVoid(int dummy) { ++call_count; } argument
/external/chromium_org/third_party/webrtc/test/testsupport/metrics/
H A Dvideo_metrics_unittest.cc38 FILE* dummy = fopen(empty_file_.c_str(), "wb"); local
39 fclose(dummy);
/external/clang/test/SemaTemplate/
H A Dfun-template-def.cpp11 struct dummy {}; // expected-note 3 {{candidate constructor (the implicit copy constructor)}} struct
42 dummy d1 = sizeof(t1); // expected-error {{no viable conversion}}
43 dummy d2 = offsetof(T, foo); // expected-error {{no viable conversion}}
44 dummy d3 = __alignof(u1); // expected-error {{no viable conversion}}
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLContextImpl.java56 * @param dummy is null, used to distinguish this case from the
59 protected OpenSSLContextImpl(DefaultSSLContextImpl dummy) argument
/external/eigen/bench/btl/generic_bench/
H A Dbench.hh73 float dummy; local
74 cblas_saxpy(1,0,&dummy,1,&dummy,1);
/external/libunwind/src/ppc64/
H A DGstep.c57 stack_frame_t dummy; local
95 back_chain_offset = ((void *) &dummy.back_chain - (void *) &dummy);
96 lr_save_offset = ((void *) &dummy.lr_save - (void *) &dummy);
127 the dummy signal frame size.
/external/libvorbis/examples/
H A Dseeking_example.c35 int dummy; local
59 bread=ov_read(ov,buffer,4096,1,1,1,&dummy);
84 int dummy; local
118 int ret=ov_read(&ov,bigassbuffer+i,pcmlength*2-i,1,1,1,&dummy);
/external/markdown/markdown/
H A Dhtml4.py268 class dummy: class in function:to_html_string
271 file = dummy()
/external/openssl/apps/
H A Dgendsa.c282 static void *dummy=&dummy; variable
/external/openssl/crypto/bn/
H A Dbn_depr.c65 static void *dummy=&dummy; variable
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1parse.c104 FT_ULong dummy; local
110 error = read_pfb_tag( stream, &tag, &dummy );
/external/protobuf/gtest/test/
H A Dgtest-port_test.cc112 void* dummy; local
113 ASSERT_EQ(0, pthread_join(thread_id, &dummy));
/external/webrtc/src/modules/audio_processing/test/testsupport/metrics/
H A Dvideo_metrics_unittest.cc37 FILE* dummy = fopen(kEmptyFileName, "wb"); local
38 fclose(dummy);

Completed in 877 milliseconds

1234567891011>>