OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:restart
(Results
26 - 50
of
2123
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/base/allocator/
type_profiler_control.cc
33
void Controller::
Restart
() {
type_profiler_control.h
25
static void
Restart
();
/external/chromium_org/chrome/browser/chromeos/login/
chrome_restart_request.h
22
// Request session manager to
restart
chrome with a new command line.
/external/chromium_org/chrome/browser/resources/options/
factory_reset_overlay.html
12
<button id="factory-reset-data-
restart
" class="default-button"
/external/chromium_org/extensions/browser/
extension_prefs_scope.h
19
// after a browser
restart
.
/external/chromium_org/third_party/WebKit/ManualTests/
visited-link-new-window.html
14
for visited-link.html from your history and
restart
if
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_primitive_restart.c
39
*
restart
index value.
73
*
restart
case.
94
/* The primitive
restart
index can't be handled, so take
124
* Check if primitive
restart
is enabled, and if so, handle it properly.
127
* hardware will handle primitive
restart
.
151
* of handling the primitive
restart
draw.
165
* primitive
restart
draw
170
/* Cut index should work for primitive
restart
, so use it
184
/* The primitive
restart
draw was completed, so return true. */
/external/chromium_org/tools/gyp/tools/emacs/
README
9
Restart
emacs (or eval-region the added lines) and you should be all set.
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_primitive_restart.c
39
*
restart
index value.
73
*
restart
case.
94
/* The primitive
restart
index can't be handled, so take
124
* Check if primitive
restart
is enabled, and if so, handle it properly.
127
* hardware will handle primitive
restart
.
151
* of handling the primitive
restart
draw.
165
* primitive
restart
draw
170
/* Cut index should work for primitive
restart
, so use it
184
/* The primitive
restart
draw was completed, so return true. */
/external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CondBroadcast.3
3
SDL_CondBroadcast \-
Restart
all threads waiting on a condition variable
/external/zxing/qr_scanner/res/values/
strings.xml
6
<string name="msg_camera_framework_bug">Sorry, the Android camera encountered a problem. You may need to
restart
the device.</string>
/external/zxing/qr_scanner/res/values-en-rGB/
strings.xml
5
<string name="msg_camera_framework_bug" msgid="2167124836274973533">"Sorry, the Android camera encountered a problem. You may need to
restart
the device."</string>
/external/zxing/qr_scanner/res/values-lv/
strings.xml
5
<string name="msg_camera_framework_bug" msgid="2167124836274973533">"Diem??l Android kamer? rad?s probl?ma. Iesp?jams, j?
restart
? ier?ce."</string>
/external/zxing/qr_scanner/res/values-tl/
strings.xml
5
<string name="msg_camera_framework_bug" msgid="2167124836274973533">"Paumanhin, nakatagpo ng problema ang camera ng Android. Maaaring kailanganin mong i-
restart
ang device."</string>
/bootable/recovery/etc/
init.rc
61
#
Restart
adbd so it can run as root
64
restart
adbd
/external/chromium/chrome/browser/chromeos/
update_observer.cc
27
// update is critical and should include a
restart
button using the
28
// update_engine
restart
API. Currently removed entirely per Kan's request.
/external/chromium_org/android_webview/browser/
intercepted_request_data.cc
29
bool*
restart
) OVERRIDE {
30
*
restart
= false;
/external/chromium_org/chrome/browser/chromeos/app_mode/
app_launch_utils.cc
34
// This is on crash-
restart
path and assumes network is online.
35
// TODO(xiyuan): Remove the crash-
restart
path for kiosk or add proper
/external/chromium_org/chrome/common/extensions/api/
autotest_private.idl
60
//
Restart
the browser.
61
static void
restart
();
/external/chromium_org/third_party/leveldatabase/src/table/
block_builder.h
45
std::vector<uint32_t> restarts_; //
Restart
points
46
int counter_; // Number of entries emitted since
restart
/external/chromium_org/tools/cr/cr/actions/
debugger.py
30
def
Restart
(self, context, targets, arguments):
31
"""Ask the debugger to
restart
.
/external/e2fsprogs/misc/
uuidd.rc
45
force-reload|
restart
)
50
echo "Usage: /etc/init.d/uuidd {start|stop|
restart
|force-reload}"
/packages/apps/Mms/src/org/w3c/dom/smil/
ElementTimeControl.java
28
* already active and can't be
restart
when it is active. (the
29
* <code>
restart
</code> attribute is set to <code>"whenNotActive"</code>
30
* ) The element is active or has been active and can't be
restart
.
31
* (the <code>
restart
</code> attribute is set to <code>"never"</code> ).
55
* already active and can't be
restart
when it is active. (the
56
* <code>
restart
</code> attribute is set to <code>"whenNotActive"</code>
57
* ) The element is active or has been active and can't be
restart
.
58
* (the <code>
restart
</code> attribute is set to <code>"never"</code> ).
/external/openssh/contrib/suse/
rc.sshd
67
try-
restart
)
70
$0 status >/dev/null && $0
restart
75
restart
)
117
echo "Usage: $0 {start|stop|status|try-
restart
|
restart
|force-reload|reload|probe}"
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_primitive_restart.c
42
* Notes on primitive
restart
:
44
*
restart
itself. (ctx->Const.PrimitiveRestartInSoftware == GL_TRUE)
46
* We map the index buffer, find the
restart
indexes, unmap
58
* Finally, some apps might perform better if they don't use primitive
restart
74
* Scan the elements array to find
restart
indexes. Return an array
76
* are delineated by the
restart
index.
156
* Handle primitive
restart
in software.
158
* This function breaks up calls into the driver so primitive
restart
182
* are split based on the primitive
restart
index value.
200
* each primitive with a break to implement each primitive
restart
[
all
...]
Completed in 544 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>