HomeSort by relevance Sort by last modified time
    Searched refs:Open (Results 101 - 125 of 4029) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/cmds/settings/
Android.mk 1 # Copyright 2011 The Android Open Source Project
  /frameworks/base/cmds/svc/
Android.mk 1 # Copyright 2007 The Android Open Source Project
  /frameworks/base/cmds/wm/
Android.mk 1 # Copyright 2013 The Android Open Source Project
  /frameworks/native/cmds/atrace/
Android.mk 1 # Copyright 2012 The Android Open Source Project
  /frameworks/native/opengl/tests/angeles/
Android.mk 1 # Copyright 2006 The Android Open Source Project
  /hardware/ril/librilutils/
Android.mk 1 # Copyright 2013 The Android Open Source Project
  /packages/apps/Stk/
Android.mk 1 # Copyright 2007-2008 The Android Open Source Project
  /sdk/dumpeventlog/src/
Android.mk 1 # Copyright 2007 The Android Open Source Project
  /system/core/libmincrypt/test/
Android.mk 1 # Copyright 2013 The Android Open Source Project
  /system/core/logcat/
Android.mk 1 # Copyright 2006-2014 The Android Open Source Project
  /system/extras/tests/pftest/
Android.mk 1 # Copyright 2010 The Android Open Source Project
  /system/extras/tests/storage/
Android.mk 1 # Copyright 2013 The Android Open Source Project
  /external/chromium_org/chrome/browser/ui/app_list/search/
search_webstore_result.h 25 virtual void Open(int event_flags) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/
color_chooser_win.cc 21 static ColorChooserWin* Open(content::WebContents* web_contents,
49 ColorChooserWin* ColorChooserWin::Open(content::WebContents* web_contents,
104 return ColorChooserAura::Open(web_contents, initial_color);
106 return ColorChooserWin::Open(web_contents, initial_color);
  /external/chromium_org/content/renderer/media/webrtc/
video_destination_handler_unittest.cc 57 TEST_F(VideoDestinationHandlerTest, Open) {
60 EXPECT_FALSE(VideoDestinationHandler::Open(registry_.get(),
62 EXPECT_TRUE(VideoDestinationHandler::Open(registry_.get(),
64 // The |frame_writer| is a proxy and is owned by whoever call Open.
70 EXPECT_TRUE(VideoDestinationHandler::Open(registry_.get(),
105 // The |frame_writer| is a proxy and is owned by whoever call Open.
  /external/chromium_org/content/renderer/
renderer_date_time_picker.h 29 bool Open();
  /external/chromium_org/ppapi/c/private/
ppb_video_destination_private.h 74 * completion of Open().
79 * Returns PP_ERROR_INPROGRESS if destination is already open.
83 int32_t (*Open)(PP_Resource destination,
102 * Returns PP_ERROR_FAILED if destination is not open, if the video frame has
ppb_video_source_private.h 71 * completion of Open().
75 * Returns PP_ERROR_INPROGRESS if source is already open.
79 int32_t (*Open)(PP_Resource source,
96 * Returns PP_ERROR_FAILED if the source is not open, or if some other
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvwriter.hpp 34 // to open. This function will overwrite the contents of |filename|. Returns
36 bool Open(const char* filename);
  /external/libvpx/libvpx/third_party/libwebm/
mkvwriter.hpp 34 // to open. This function will overwrite the contents of |filename|. Returns
36 bool Open(const char* filename);
  /external/lzma/CPP/Common/
StdInStream.h 19 bool Open(LPCTSTR fileName);
  /external/opencv/
WLNonFileByteStream.h 31 bool Open(int data_size);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/
SDL_syscdrom.h 31 /* Open the specified drive, returning a drive id, or -1 on error */
32 int (*Open)(int drive);
  /external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
InitiationListener.java 27 import org.jivesoftware.smackx.bytestreams.ibb.packet.Open;
30 * InitiationListener handles all incoming In-Band Bytestream open requests. If there are no
47 private final PacketFilter initFilter = new AndFilter(new PacketTypeFilter(Open.class),
73 Open ibbRequest = (Open) packet;
112 * Returns the packet filter for In-Band Bytestream open requests.
114 * @return the packet filter for In-Band Bytestream open requests
  /external/webrtc/src/system_wrappers/interface/
file_wrapper.h 33 virtual bool Open() const = 0;

Completed in 4538 milliseconds

1 2 3 45 6 7 8 91011>>