Searched refs:system (Results 101 - 125 of 1077) sorted by relevance

1234567891011>>

/external/chromium_org/mojo/system/
H A Dconstants.h11 namespace system { namespace in namespace:mojo
45 } // namespace system
H A Dmessage_in_transit_queue.cc5 #include "mojo/system/message_in_transit_queue.h"
11 namespace system { namespace in namespace:mojo
31 } // namespace system
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dpath_unittest.py32 from webkitpy.common.system.systemhost import SystemHost
33 from webkitpy.common.system.platforminfo import PlatformInfo
34 from webkitpy.common.system.platforminfo_mock import MockPlatformInfo
35 from webkitpy.common.system import path
H A Dworkspace_unittest.py31 from webkitpy.common.system.filesystem_mock import MockFileSystem
32 from webkitpy.common.system.outputcapture import OutputCapture
33 from webkitpy.common.system.workspace import Workspace
34 from webkitpy.common.system.executive_mock import MockExecutive
H A Dstack_utils_unittest.py32 from webkitpy.common.system import outputcapture
33 from webkitpy.common.system import stack_utils
/external/clang/test/Analysis/
H A Dvirtualcall.h4 namespace system { namespace
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_nolibc_test.cc27 int status = system(NolibcTestPath.c_str());
/external/deqp/framework/delibs/scripts/
H A Dgit-check.py56 os.system("git status")
57 os.system("git push --dry-run")
59 os.system("git push")
61 os.system("git pull")
/external/fonttools/MetaTools/
H A DbuildChangeLog.py9 os.system("git2cl > Doc/ChangeLog")
/external/svox/pico/lib/
H A Dpicoapid.h21 * This header file must be part of the runtime-only pico system and therefore
49 /* Pico system descriptor */
59 extern int is_valid_system_handle(pico_System system);
/external/chromium_org/extensions/browser/api/runtime/
H A Druntime_api.cc85 ExtensionSystem* system = ExtensionSystem::Get(browser_context);
86 if (!system)
97 system->lazy_background_task_queue()->ShouldEnqueueTask(browser_context,
99 system->lazy_background_task_queue()->AddPendingTask(
110 system->event_router()->DispatchEventToExtension(extension_id, event.Pass());
293 ExtensionSystem* system = ExtensionSystem::Get(context);
294 if (!system)
308 DCHECK(system->event_router());
311 system->event_router()->DispatchEventWithLazyListener(extension_id,
320 system
344 ExtensionSystem* system = ExtensionSystem::Get(context); local
359 ExtensionSystem* system = ExtensionSystem::Get(context); local
375 ExtensionSystem* system = ExtensionSystem::Get(context); local
407 ExtensionSystem* system = ExtensionSystem::Get(browser_context()); local
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dsplit-file-by-class76 system("svn rm --force $classname.h") if (-r "$classname.h");
77 system "svn mv $basename.h $classname.h";
86 system("svn rm --force $classname.h") if (-r "$classname.h");
87 system "svn cp $basename.h $classname.h";
89 system("svn rm --force $classname.cpp") if (-r "$classname.cpp");
90 system "svn cp $basename.cpp $classname.cpp";
158 system("open " . join(".* ", keys(%classDefs)) . ".*");
/external/chromium_org/chrome/browser/speech/extension_api/
H A Dtts_engine_extension_observer.cc70 extensions::ExtensionSystem* system = local
72 DCHECK(system);
73 extensions::EventRouter* event_router = system->event_router();
100 extensions::ExtensionSystem* system = local
102 DCHECK(system);
103 extensions::EventRouter* event_router = system->event_router();
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
H A DConnectorTest.java12 import org.chromium.mojo.system.Core;
13 import org.chromium.mojo.system.Handle;
14 import org.chromium.mojo.system.MessagePipeHandle;
15 import org.chromium.mojo.system.MojoResult;
16 import org.chromium.mojo.system.Pair;
17 import org.chromium.mojo.system.impl.CoreImpl;
H A DReadAndDispatchMessageTest.java11 import org.chromium.mojo.system.Core;
12 import org.chromium.mojo.system.DataPipe;
13 import org.chromium.mojo.system.Handle;
14 import org.chromium.mojo.system.MessagePipeHandle;
15 import org.chromium.mojo.system.MojoException;
16 import org.chromium.mojo.system.MojoResult;
17 import org.chromium.mojo.system.Pair;
18 import org.chromium.mojo.system.impl.CoreImpl;
/external/chromium_org/mojo/
H A Dmojo_system_impl.target.darwin-arm.mk36 mojo/system/channel.cc \
37 mojo/system/channel_endpoint.cc \
38 mojo/system/core.cc \
39 mojo/system/data_pipe.cc \
40 mojo/system/data_pipe_consumer_dispatcher.cc \
41 mojo/system/data_pipe_producer_dispatcher.cc \
42 mojo/system/dispatcher.cc \
43 mojo/system/entrypoints.cc \
44 mojo/system/handle_table.cc \
45 mojo/system/local_data_pip
[all...]
H A Dmojo_system_impl.target.linux-arm.mk36 mojo/system/channel.cc \
37 mojo/system/channel_endpoint.cc \
38 mojo/system/core.cc \
39 mojo/system/data_pipe.cc \
40 mojo/system/data_pipe_consumer_dispatcher.cc \
41 mojo/system/data_pipe_producer_dispatcher.cc \
42 mojo/system/dispatcher.cc \
43 mojo/system/entrypoints.cc \
44 mojo/system/handle_table.cc \
45 mojo/system/local_data_pip
[all...]
/external/chromium_org/ash/system/chromeos/audio/
H A Dtray_audio_chromeos.cc5 #include "ash/system/chromeos/audio/tray_audio_chromeos.h"
9 #include "ash/system/audio/volume_view.h"
10 #include "ash/system/chromeos/audio/audio_detailed_view.h"
11 #include "ash/system/chromeos/audio/tray_audio_delegate_chromeos.h"
16 using system::TrayAudioDelegate;
17 using system::TrayAudioDelegateChromeOs;
H A Dtray_audio_delegate_chromeos.h9 #include "ash/system/audio/tray_audio_delegate.h"
13 namespace system { namespace in namespace:ash
30 } // namespace system
/external/chromium_org/chrome/browser/resources/chromeos/
H A Ddrive_internals.css10 #file-system-contents {
/external/chromium_org/mojo/android/system/src/org/chromium/mojo/system/impl/
H A DSharedBufferHandleImpl.java5 package org.chromium.mojo.system.impl;
7 import org.chromium.mojo.system.SharedBufferHandle;
31 * @see org.chromium.mojo.system.SharedBufferHandle#pass()
/external/chromium_org/third_party/skia/platform_tools/android/bin/
H A Dandroid_gdbserver26 SYSTEM_LIBRARY_PATH=/system/lib64
28 SYSTEM_LIBRARY_PATH=/system/lib
55 adb_pull_if_needed /system/bin/linker64 $GDB_TMP_DIR
57 adb_pull_if_needed /system/bin/linker $GDB_TMP_DIR
/external/opencv/
H A Dlibopencv.mk4 # Make sure bionic is first so we can include system headers.
/external/chromium_org/ash/system/chromeos/
H A Dsystem_clock_observer.h15 public chromeos::system::TimezoneSettings::Observer {
24 // chromeos::system::TimezoneSettings::Observer
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dpointer_handler.h11 #include "chrome/browser/chromeos/system/pointer_device_observer.h"
20 public chromeos::system::PointerDeviceObserver::Observer {

Completed in 471 milliseconds

1234567891011>>