Searched refs:Open (Results 176 - 200 of 949) sorted by relevance

1234567891011>>

/external/webrtc/src/system_wrappers/source/
H A Dfile_impl.h29 virtual bool Open() const;
/external/chromium_org/chrome/installer/util/
H A Ddelete_reg_value_work_item.cc44 LONG result = key.Open(predefined_root_,
92 LONG result = key.Open(predefined_root_,
/external/chromium_org/net/base/
H A Dfile_stream.cc25 int FileStream::Open(const base::FilePath& path, int open_flags, function in class:net::FileStream
33 context_->Open(path, open_flags, callback);
/external/chromium_org/ppapi/api/dev/
H A Dppb_video_capture_dev.idl19 * 3- Open a video capture device. In addition to a device reference (0 can be
112 int32_t Open(
152 * not valid to call |Open()| again after a call to this method.
/external/chromium_org/ppapi/cpp/dev/
H A Dvideo_capture_dev.cc62 int32_t VideoCapture_Dev::Open( function in class:pp::VideoCapture_Dev
68 return get_interface<PPB_VideoCapture_Dev_0_3>()->Open(
/external/chromium_org/ppapi/cpp/
H A Durl_loader.cc40 int32_t URLLoader::Open(const URLRequestInfo& request_info, function in class:pp::URLLoader
44 return get_interface<PPB_URLLoader_1_0>()->Open(pp_resource(),
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_generator.cc103 context->Open(java_filename));
115 context->Open(output_list_file));
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Dutils.cc47 input_stream.Open(font_path);
56 input_stream.Open(font_path);
/external/compiler-rt/lib/builtins/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
/external/compiler-rt/lib/builtins/arm/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
/external/compiler-rt/lib/msan/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
/external/compiler-rt/lib/tsan/rtl/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
/external/compiler-rt/lib/ubsan/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
/external/emma/
H A DAndroid.mk1 # Copyright 2008 The Android Open Source Project
/external/llvm/bindings/ocaml/bitwriter/
H A Dllvm_bitwriter.ml5 * This file is distributed under the University of Illinois Open Source
/external/llvm/bindings/ocaml/linker/
H A Dllvm_linker.mli5 * This file is distributed under the University of Illinois Open Source
/external/llvm/bindings/ocaml/transforms/passmgr_builder/
H A Dllvm_passmgr_builder.ml5 * This file is distributed under the University of Illinois Open Source
/external/openfst/src/include/fst/extensions/far/
H A Dequal.h34 FarReader<Arc> *reader1 = FarReader<Arc>::Open(filename1);
35 FarReader<Arc> *reader2 = FarReader<Arc>::Open(filename2);
/external/openssl/
H A DApps.mk1 # Copyright 2006 The Android Open Source Project
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_generator.cc97 output_directory->Open(java_filename));
109 output_directory->Open(output_list_file));
/external/sfntly/cpp/src/sample/subtly/
H A Dutils.cc47 input_stream.Open(font_path);
56 input_stream.Open(font_path);
/external/srec/tools/dictTest/
H A DAndroid.mk1 # Copyright 2006 The Android Open Source Project
/external/srec/tools/make_ve_grammar/
H A DAndroid.mk1 # Copyright 2006 The Android Open Source Project
/external/srec/tools/test_swiarb/
H A DAndroid.mk1 # Copyright 2006 The Android Open Source Project
/external/chromium_org/media/audio/win/
H A Daudio_low_latency_input_win_unittest.cc298 // Test Open(), Close() calling sequence.
305 EXPECT_TRUE(ais->Open());
309 // Test Open(), Start(), Close() calling sequence.
316 EXPECT_TRUE(ais->Open());
322 // Test Open(), Start(), Stop(), Close() calling sequence.
329 EXPECT_TRUE(ais->Open());
346 // Open(), Open() should fail the second time.
347 EXPECT_TRUE(ais->Open());
348 EXPECT_FALSE(ais->Open());
[all...]

Completed in 581 milliseconds

1234567891011>>