HomeSort by relevance Sort by last modified time
    Searched refs:GetCommand (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/base/core/java/android/hardware/camera2/impl/
GetCommand.java 22 public interface GetCommand {
CameraMetadataNative.java 349 GetCommand g = sGetCommandMap.get(key);
465 private static final HashMap<Key<?>, GetCommand> sGetCommandMap =
466 new HashMap<Key<?>, GetCommand>();
469 CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey(), new GetCommand() {
477 CaptureResult.STATISTICS_FACES.getNativeKey(), new GetCommand() {
485 CaptureResult.STATISTICS_FACE_RECTANGLES.getNativeKey(), new GetCommand() {
494 new GetCommand() {
502 CameraCharacteristics.CONTROL_MAX_REGIONS_AE.getNativeKey(), new GetCommand() {
510 CameraCharacteristics.CONTROL_MAX_REGIONS_AWB.getNativeKey(), new GetCommand() {
518 CameraCharacteristics.CONTROL_MAX_REGIONS_AF.getNativeKey(), new GetCommand() {
    [all...]
  /external/chromium_org/skia/ext/
benchmarking_canvas.h 26 SkDrawCommand* GetCommand(size_t index);
benchmarking_canvas.cc 229 SkDrawCommand* BenchmarkingCanvas::GetCommand(size_t index) {
  /external/chromium_org/chrome/browser/
command_updater.cc 57 GetCommand(id, true)->observers.AddObserver(observer);
61 GetCommand(id, false)->observers.RemoveObserver(observer);
75 Command* command = GetCommand(id, true);
83 CommandUpdater::Command* CommandUpdater::GetCommand(int id, bool create) {
command_updater.h 72 Command* GetCommand(int id, bool create);
  /external/chromium_org/ui/views/controls/menu/
menu_message_pump_dispatcher_win.cc 43 item, item->GetCommand(), screen_loc, source_type);
menu_item_view.cc 174 if (GetDelegate()->IsItemChecked(GetCommand()))
485 if (GetCommand() == id)
709 const gfx::FontList* font_list = delegate->GetLabelFontList(GetCommand());
765 if (delegate && delegate->GetBackgroundColor(GetCommand(),
786 if (type_ == CHECKBOX && delegate->IsItemChecked(GetCommand())) {
798 GetRadioButtonImage(delegate->IsItemChecked(GetCommand()));
816 GetCommand());
823 if (delegate && delegate->GetForegroundColor(GetCommand(),
    [all...]
menu_runner_impl.cc 197 menu_->GetDelegate()->ExecuteCommand(result->GetCommand(),
menu_item_view.h 260 int GetCommand() const { return command_; }
menu_model_adapter.cc 232 const int id = menu->GetCommand();
menu_controller.cc 560 part.menu->GetCommand(), event)) {
561 part.menu->GetDelegate()->ExecuteCommand(part.menu->GetCommand(),
    [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_menu_delegate.cc 202 if (menu_id_to_node_map_.find(menu->GetCommand()) ==
208 const BookmarkNode* drop_node = menu_id_to_node_map_[menu->GetCommand()];
222 const BookmarkNode* node = menu_id_to_node_map_[item->GetCommand()];
259 const BookmarkNode* drop_node = menu_id_to_node_map_[menu->GetCommand()];
321 const BookmarkNode* node = menu_id_to_node_map_[menu->GetCommand()];
332 BookmarkNodeData drag_data(menu_id_to_node_map_[sender->GetCommand()]);
338 profile_, menu_id_to_node_map_[sender->GetCommand()]);
382 menu_id_to_node_map_.erase(menu->GetCommand());
404 menu_id_to_node_map_.erase(i->second->GetCommand());
428 menu_id_to_node_map_[menu->GetCommand()] = parent
    [all...]
bookmark_bar_view_test.cc     [all...]
  /external/chromium_org/v8/tools/testrunner/local/
progress.py 96 print "Command: %s" % EscapeCommand(self.runner.GetCommand(failed))
179 print "Command: %s" % EscapeCommand(self.runner.GetCommand(test))
275 fail_text += "Command: %s" % EscapeCommand(self.runner.GetCommand(test))
329 "command": EscapeCommand(self.runner.GetCommand(test)).replace(
execution.py 95 command = self.GetCommand(test)
249 def GetCommand(self, test):
  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_overflow_menu_controller.cc 202 if ((item->GetCommand() == 0) && (*position == DROP_BEFORE)) {
222 size_t drop_index = IndexForId(menu->GetCommand());
256 size_t drag_index = IndexForId(sender->GetCommand());
268 // The index of the view being dragged (GetCommand gives a 1-based index into
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc 901 return IsBookmarkCommand(menu->GetCommand()) ?
    [all...]
  /external/chromium_org/v8/tools/
run_perf.py 280 def GetCommand(self, shell_dir):
470 output = commands.Execute(runnable.GetCommand(shell_dir),
  /art/runtime/jdwp/
jdwp.h 442 uint8_t GetCommand() { return command_; }
jdwp_handler.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oledbdep.h     [all...]
agtsvr.h 566 virtual HRESULT WINAPI GetCommand(__LONG32 dwCommandID,IUnknown **ppunkCommand) = 0;
589 HRESULT (WINAPI *GetCommand)(IAgentCommands *This,__LONG32 dwCommandID,IUnknown **ppunkCommand);
614 #define IAgentCommands_GetCommand(This,dwCommandID,ppunkCommand) (This)->lpVtbl->GetCommand(This,dwCommandID,ppunkCommand
    [all...]
  /external/clang/lib/Driver/
Tools.h 603 Command *GetCommand(Compilation &C, const JobAction &JA,
Tools.cpp     [all...]

Completed in 307 milliseconds

1 2