Searched defs:system (Results 101 - 125 of 223) sorted by relevance

123456789

/external/chromium_org/chrome/browser/ui/webui/options/
H A Doptions_ui.h30 namespace system { namespace in namespace:chromeos
32 } // namespace system
156 scoped_ptr<chromeos::system::PointerDeviceObserver>
/external/chromium_org/mojo/android/system/src/org/chromium/mojo/system/impl/
H A DHandleBase.java5 package org.chromium.mojo.system.impl;
9 import org.chromium.mojo.system.Core;
10 import org.chromium.mojo.system.Core.HandleSignals;
11 import org.chromium.mojo.system.Handle;
12 import org.chromium.mojo.system.UntypedHandle;
52 * @see org.chromium.mojo.system.Handle#close()
65 * @see org.chromium.mojo.system.Handle#wait(HandleSignals, long)
73 * @see org.chromium.mojo.system.Handle#isValid()
81 * @see org.chromium.mojo.system.Handle#toUntypedHandle()
89 * @see org.chromium.mojo.system
[all...]
/external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
H A DMojoResult.java5 package org.chromium.mojo.system;
H A DSharedBufferHandle.java5 package org.chromium.mojo.system;
133 * @see org.chromium.mojo.system.Handle#pass()
/external/chromium_org/mojo/python/tests/
H A Dmessaging_unittest.py10 from mojo import system namespace
26 self.loop = system.RunLoop()
34 handles = system.MessagePipe()
58 self.assertEquals(result, system.RESULT_OK)
67 system.RESULT_FAILED_PRECONDITION)
72 self.assertEquals(result, system.RESULT_FAILED_PRECONDITION)
141 self.loop = system.RunLoop()
149 handles = system.MessagePipe()
171 self.assertEquals(system.RESULT_OK, res)
196 self.assertEquals(system
[all...]
/external/chromium_org/mojo/system/
H A Dcore_test_base.h11 #include "mojo/public/c/system/types.h"
15 namespace system { namespace in namespace:mojo
102 } // namespace system
H A Ddispatcher.h19 #include "mojo/public/c/system/buffer.h"
20 #include "mojo/public/c/system/data_pipe.h"
21 #include "mojo/public/c/system/message_pipe.h"
22 #include "mojo/public/c/system/types.h"
23 #include "mojo/system/handle_signals_state.h"
24 #include "mojo/system/memory.h"
25 #include "mojo/system/system_impl_export.h"
33 namespace system { namespace in namespace:mojo
402 } // namespace system
H A Dlocal_data_pipe_unittest.cc5 #include "mojo/system/local_data_pipe.h"
11 #include "mojo/system/data_pipe.h"
12 #include "mojo/system/waiter.h"
16 namespace system { namespace in namespace:mojo
2002 } // namespace system
H A Dmessage_pipe_test_utils.cc5 #include "mojo/system/message_pipe_test_utils.h"
9 #include "mojo/system/channel.h"
10 #include "mojo/system/channel_endpoint.h"
11 #include "mojo/system/message_pipe.h"
12 #include "mojo/system/waiter.h"
15 namespace system { namespace in namespace:mojo
114 } // namespace system
H A Dplatform_handle_dispatcher.cc5 #include "mojo/system/platform_handle_dispatcher.h"
12 namespace system { namespace in namespace:mojo
117 } // namespace system
H A Dshared_buffer_dispatcher_unittest.cc5 #include "mojo/system/shared_buffer_dispatcher.h"
13 #include "mojo/system/dispatcher.h"
17 namespace system { namespace in namespace:mojo
298 } // namespace system
H A Dsimple_dispatcher_unittest.cc6 // heavily-loaded system). Sorry. |test::EpsilonTimeout()| may be increased to
10 #include "mojo/system/simple_dispatcher.h"
19 #include "mojo/system/test_utils.h"
20 #include "mojo/system/waiter.h"
21 #include "mojo/system/waiter_test_utils.h"
25 namespace system { namespace in namespace:mojo
668 } // namespace system
H A Dtransport_data.h18 #include "mojo/system/dispatcher.h"
19 #include "mojo/system/system_impl_export.h"
22 namespace system { namespace in namespace:mojo
189 } // namespace system
H A Dwaiter_unittest.cc6 // heavily-loaded system). Sorry. |test::EpsilonTimeout()| may be increased to
10 #include "mojo/system/waiter.h"
19 #include "mojo/system/test_utils.h"
23 namespace system { namespace in namespace:mojo
301 } // namespace system
/external/junit/src/org/junit/internal/
H A DTextListener.java16 public TextListener(JUnitSystem system) { argument
17 this(system.out());
/external/junit/src/org/junit/runner/
H A DJUnitCore.java50 * @param system
52 public static void runMainAndExit(JUnitSystem system, String... args) { argument
53 Result result= new JUnitCore().runMain(system, args);
54 system.exit(result.wasSuccessful() ? 0 : 1);
81 * @param system
83 public Result runMain(JUnitSystem system, String... args) { argument
84 system.out().println("JUnit version " + Version.id());
91 system.out().println("Could not find class: " + each);
96 RunListener listener= new TextListener(system);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events.h20 char *system; member in struct:tracepoint_path
/external/svox/pico/lib/
H A Dpicoextapi.c52 pico_System *system);
89 pico_System system,
93 if (NULL == system) {
108 pico_System system,
113 if (NULL == system) {
123 pico_System system,
127 if (NULL == system) {
162 pico_System system,
171 if (!is_valid_system_handle(system)) {
176 picoos_Common common = pico_sysGetCommon(system);
88 picoext_setTraceLevel( pico_System system, pico_Int32 level ) argument
107 picoext_setTraceFilterFN( pico_System system, const pico_Char *name ) argument
122 picoext_setLogFile( pico_System system, const pico_Char *name ) argument
161 picoext_getSystemMemUsage( pico_System system, pico_Int16 resetIncremental, pico_Int32 *outUsedBytes, pico_Int32 *outIncrUsedBytes, pico_Int32 *outMaxUsedBytes ) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DXSLOutputAttributes.java40 * doctype-system
66 * as the system identifier in the document type declaration (DTD).
67 * @return the system identifier to be used in the DOCTYPE declaration in
127 /** Set the value coming from the xsl:output doctype-public and doctype-system stylesheet properties
128 * @param system the system identifier to be used in the DOCTYPE declaration
133 public void setDoctype(String system, String pub); argument
140 /** Set the value coming from the xsl:output doctype-system stylesheet attribute.
141 * @param doctype the system identifier to be used in the DOCTYPE
/external/chromium_org/base/threading/
H A Dthread_restrictions.h35 namespace system { namespace in namespace:chromeos
210 friend class ::chromeos::system::StatisticsProviderImpl; // http://crbug.com/125385
/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_document.h47 namespace system { namespace in namespace:chromeos
49 } // system
117 StartupCustomizationDocument(system::StatisticsProvider* provider,
122 void Init(system::StatisticsProvider* provider);
/external/chromium_org/chrome/browser/chromeos/system/
H A Dinput_device_settings.h15 namespace system { namespace in namespace:chromeos
209 } // namespace system
H A Dtimezone_util.cc5 #include "chrome/browser/chromeos/system/timezone_util.h"
127 namespace system { namespace in namespace:chromeos
132 chromeos::system::TimezoneSettings::GetInstance()->GetTimezoneList();
139 chromeos::system::TimezoneSettings::GetTimezoneID(*timezone)));
146 } // namespace system
/external/chromium_org/chrome/browser/extensions/api/declarative/
H A Drules_registry_with_cache_unittest.cc388 extensions::TestExtensionSystem* system = env_.GetExtensionSystem(); local
389 TestingValueStore* store = system->value_store();
/external/chromium_org/chrome/browser/extensions/
H A Dextension_context_menu_model_unittest.cc138 ExtensionSystem* system = ExtensionSystem::Get(profile()); local
139 system->management_policy()->UnregisterAllProviders();
146 system->management_policy()->RegisterProvider(&policy_provider);
152 system->management_policy()->UnregisterAllProviders();

Completed in 2544 milliseconds

123456789