Searched refs:system (Results 126 - 150 of 910) sorted by relevance

1234567891011>>

/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:
/external/compiler-rt/test/timing/
H A Dtime22 INSTALLED=/usr/local/lib/system/libcompiler_rt.a
/external/dropbear/libtommath/
H A Dpretty.build47 !system("make $tmp > /dev/null 2>/dev/null") or die "\nERROR: Failed to make $tmp!!!\n";
65 !system("make > /dev/null 2>/dev/null") or die "\nERROR: Failed to perform last make command!!!\n";
/external/elfutils/libasm/
H A Dasm_fill.c35 #include <system.h>
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DNanoTimer.java33 package com.jme3.system;
/external/jmonkeyengine/engine/src/test/jme3test/awt/
H A DTestAwtPanels.java8 import com.jme3.system.AppSettings;
9 import com.jme3.system.awt.AwtPanel;
10 import com.jme3.system.awt.AwtPanelsContext;
11 import com.jme3.system.awt.PaintMode;
/external/libppp/src/
H A Diface.h32 unsigned system : 1; /* System alias ? */ member in struct:iface_addr
/external/linux-tools-perf/util/
H A Dparse-events.h21 char *system; member in struct:tracepoint_path
/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m150 system(['rm ' farFile]);
151 system(['rm ' nearFile]);
153 system(['rm ' eventFile]);
154 system(['rm ' delayFile]);
155 system(['rm ' driftFile]);
210 system(['ln -s -f ' inpath 'vqeFar.pcm ' farFile]);
212 system(['ln -s -f ' inpath 'apm_far.pcm ' farFile]);
216 system(['ln -s -f ' inpath 'vqeNear.pcm ' nearFile]);
218 system(['ln -s -f ' inpath 'apm_near.pcm ' nearFile]);
222 system(['l
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_info_private_api_chromeos.cc51 chromeos::SystemAccess* system = chromeos::SystemAccess::GetInstance(); local
52 system->GetMachineStatistic(kPropertyHWID, value);
/external/chromium_org/chrome/browser/extensions/api/declarative/
H A Drules_cache_delegate.cc77 ExtensionSystem& system = *ExtensionSystem::Get(profile_); local
78 extensions::StateStore* store = system.rules_store();
85 system.ready().Post(
89 system.ready().Post(FROM_HERE,
127 ExtensionSystem& system = *ExtensionSystem::Get(profile_); local
128 ExtensionService* extension_service = system.extension_service();
216 ExtensionSystem& system = *ExtensionSystem::Get(profile_); local
217 ExtensionService* extension_service = system.extension_service();
/external/chromium_org/chrome/installer/util/
H A Dhelper.cc19 base::FilePath GetChromeInstallBasePath(bool system, argument
23 if (system) {
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dcheck_objc_rename.sh34 # class name collisions with the system's copy of the WebCore framework.
66 These Objective-C symbols may clash with those provided by the system's own
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Ddetection.py32 from webkitpy.common.system.filesystem import FileSystem
33 from webkitpy.common.system.executive import Executive
62 raise Exception("FATAL: Failed to determine the SCM system for either %s or %s" % (cwd, script_directory))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem_mock_unittest.py34 from webkitpy.common.system import filesystem_mock
35 from webkitpy.common.system import filesystem_unittest
H A Dprofiler_unittest.py31 from webkitpy.common.system.platforminfo_mock import MockPlatformInfo
32 from webkitpy.common.system.systemhost_mock import MockSystemHost
H A Dzipfileset.py28 from webkitpy.common.system.fileset import FileSetFileHandle
29 from webkitpy.common.system.filesystem import FileSystem
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
H A Dapache_http_server_unittest.py33 from webkitpy.common.system.executive_mock import MockExecutive
34 from webkitpy.common.system.outputcapture import OutputCapture
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dmain_unittest.py26 from webkitpy.common.system.filesystem_mock import MockFileSystem
27 from webkitpy.common.system.logtesting import LogTesting
H A Dpatchreader.py35 from webkitpy.common.system.executive import Executive
36 from webkitpy.common.system.filesystem import FileSystem
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
H A Dconfirmdiff.py34 from webkitpy.common.system import logutils
35 from webkitpy.common.system.executive import ScriptError
/external/chromium_org/third_party/libjingle/source/talk/examples/plus/testutil/
H A Dlibjingleplus_main.cc60 system("stty echo");
62 system("stty -echo");
/external/chromium_org/third_party/openssl/openssl/
H A DAndroid.mk4 #log_c_includes += system/core/include
/external/chromium_org/third_party/sqlite/src/test/
H A Dcrashtest1.c38 system("cp test.db test.db-saved");
40 system("cp test.db-journal test.db-journal-saved");

Completed in 786 milliseconds

1234567891011>>