Searched refs:system (Results 151 - 175 of 1077) sorted by relevance

1234567891011>>

/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DConnector.java7 import org.chromium.mojo.system.AsyncWaiter;
8 import org.chromium.mojo.system.Core;
9 import org.chromium.mojo.system.MessagePipeHandle;
10 import org.chromium.mojo.system.MessagePipeHandle.ReadMessageResult;
11 import org.chromium.mojo.system.MojoException;
12 import org.chromium.mojo.system.MojoResult;
143 * @see org.chromium.mojo.system.AsyncWaiter.Callback#onResult(int)
151 * @see org.chromium.mojo.system.AsyncWaiter.Callback#onError(MojoException)
161 * @see org.chromium.mojo.system.AsyncWaiter.Callback#onResult(int)
H A DInterfaceWithClient.java7 import org.chromium.mojo.system.Core;
8 import org.chromium.mojo.system.MessagePipeHandle;
9 import org.chromium.mojo.system.Pair;
H A DDelegatingConnectionErrorHandler.java7 import org.chromium.mojo.system.MojoException;
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_provider_impl_chromeos_unittest.cc22 #include "chromeos/system/mock_statistics_provider.h"
23 #include "chromeos/system/statistics_provider.h"
73 chromeos::system::StatisticsProvider::SetTestProvider(
81 chromeos::system::StatisticsProvider::SetTestProvider(NULL);
88 chromeos::system::MockStatisticsProvider mock_statistics_provider_;
/external/chromium_org/chrome/browser/google/
H A Dgoogle_brand_chromeos.cc16 #include "chromeos/system/statistics_provider.h"
67 ::chromeos::system::StatisticsProvider* provider =
68 ::chromeos::system::StatisticsProvider::GetInstance();
71 ::chromeos::system::kRlzBrandCodeKey, &brand);
/external/chromium_org/mojo/public/python/mojo/bindings/
H A Dmessaging.py13 import mojo.system as system namespace
234 return result == system.RESULT_OK
244 if result == system.RESULT_OK:
257 system.HANDLE_SIGNAL_READABLE,
258 system.DEADLINE_INDEFINITE,
262 result = system.RESULT_OK
263 while result == system.RESULT_OK:
266 if result == system.RESULT_SHOULD_WAIT:
377 if result == system
[all...]
/external/compiler-rt/test/BlocksRuntime/
H A Dmakefile46 ALTUSRLOCALLIBSYSTEM ?= $(RootsDirectory)/alt-usr-local-lib-system/
48 ditto /usr/local/lib/system $(ALTUSRLOCALLIBSYSTEM) # FIXME: conditionalize this copy
55 ditto $(RootsDirectory)/libclosure.roots/libclosure~dst/usr/local/lib/system $(ALTUSRLOCALLIBSYSTEM)
/external/chromium_org/ash/system/chromeos/brightness/
H A Dbrightness_controller_chromeos.h9 #include "ash/system/brightness_control_delegate.h"
14 namespace system { namespace in namespace:ash
36 } // namespace system
/external/chromium_org/ash/system/win/audio/
H A Dtray_audio_delegate_win.h12 #include "ash/system/audio/tray_audio_delegate.h"
17 namespace system { namespace in namespace:ash
37 } // namespace system
/external/chromium_org/chrome/browser/chromeos/system/
H A Dsyslogs_provider.h15 namespace system { namespace in namespace:chromeos
17 // Maximum number of bytes in system info log chunk to be still included
21 // Maximum number of lines in system info log chunk to be still included
44 // Request system logs. Read happens on the FILE thread and callback is
60 } // namespace system
/external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
H A DInvalidHandle.java5 package org.chromium.mojo.system;
7 import org.chromium.mojo.system.Core.HandleSignals;
8 import org.chromium.mojo.system.DataPipe.ConsumerHandle;
9 import org.chromium.mojo.system.DataPipe.ProducerHandle;
64 * @see org.chromium.mojo.system.Handle#pass()
H A DMojoResult.java5 package org.chromium.mojo.system;
/external/chromium_org/mojo/system/
H A Dhandle_signals_state.h9 #include "mojo/public/c/system/types.h"
10 #include "mojo/system/system_impl_export.h"
13 namespace system { namespace in namespace:mojo
47 } // namespace system
H A Dmapping_table.h15 #include "mojo/public/c/system/types.h"
16 #include "mojo/system/system_impl_export.h"
24 namespace system { namespace in namespace:mojo
59 } // namespace system
H A Dmessage_in_transit_queue.h12 #include "mojo/system/message_in_transit.h"
13 #include "mojo/system/system_impl_export.h"
16 namespace system { namespace in namespace:mojo
58 } // namespace system
H A Dmessage_pipe_endpoint.cc5 #include "mojo/system/message_pipe_endpoint.h"
10 namespace system { namespace in namespace:mojo
55 } // namespace system
H A Dproxy_message_pipe_endpoint.h10 #include "mojo/system/message_in_transit.h"
11 #include "mojo/system/message_pipe_endpoint.h"
12 #include "mojo/system/system_impl_export.h"
15 namespace system { namespace in namespace:mojo
47 } // namespace system
H A Dsimple_dispatcher.h11 #include "mojo/system/dispatcher.h"
12 #include "mojo/system/system_impl_export.h"
13 #include "mojo/system/waiter_list.h"
16 namespace system { namespace in namespace:mojo
50 } // namespace system
H A Dtest_utils.cc5 #include "mojo/system/test_utils.h"
14 namespace system { namespace in namespace:mojo
53 } // namespace system
H A Dtest_utils.h23 namespace system { namespace in namespace:mojo
58 } // namespace system
H A Dwaiter.h13 #include "mojo/public/c/system/types.h"
14 #include "mojo/system/system_impl_export.h"
17 namespace system { namespace in namespace:mojo
78 } // namespace system
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
H A Dfind_files_unittest.py32 from webkitpy.common.system.filesystem import FileSystem
/external/chromium_org/third_party/angle/
H A Dgenerate_projects43 os.system(gyp_cmd)
49 os.system(git_add_cmd)
/external/chromium_org/tools/android/adb_reboot/
H A Dadb_reboot.c38 system("su -c reboot");
/external/clang/test/Sema/
H A Ddarwin-align-cast.c11 This code below comes from the following system headers:

Completed in 5616 milliseconds

1234567891011>>