OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clientstate
(Results
26 - 40
of
40
) sorted by null
1
2
/external/chromium_org/chrome/installer/util/
installation_state.h
82
// True if the "msi" value in the
ClientState
key is present and non-zero.
product.h
106
//
ClientState
key.
install_util.h
77
// app's
ClientState
key. See InstallerState::WriteInstallerResult for more
google_update_settings_unittest.cc
188
// Google\Update\
ClientState
\<kTestProductGuid>
420
ASSERT_TRUE(work_item_list->Do()) << "Failed to create
ClientState
key.";
[
all
...]
installer_state.cc
742
// Create the app's
ClientState
key if it doesn't exist.
/external/chromium_org/chrome_frame/
chrome_frame_helper_main.cc
33
L"Software\\Google\\Update\\
ClientState
\\"
/external/chromium_org/cloud_print/common/win/
install_utils.cc
23
const wchar_t kClientStateKey[] = L"SOFTWARE\\Google\\Update\\
ClientState
\\";
/frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java
[
all
...]
/external/chromium_org/chrome/installer/setup/
setup_util.cc
366
// Copy usagestats from the binaries to the product's
ClientState
key.
375
LOG(ERROR) << "Failed opening
ClientState
key for "
install_worker.cc
[
all
...]
install_worker_unittest.cc
549
std::wstring multi_client_state_suffix(L"
ClientState
\\" + multi_app_guid);
uninstall.cc
[
all
...]
/device/generic/goldfish/opengl/system/egl/
egl.cpp
147
clientState
= new GLClientState();
156
delete
clientState
;
970
//release
ClientState
& SharedGroup
[
all
...]
/external/chromium_org/chrome/installer/gcapi/
gcapi.cc
59
L"Software\\Google\\Update\\
ClientState
\\"
389
// Now grab the uninstall string from the appropriate
ClientState
key
/frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java
420
private String getClientState(int
clientState
) {
421
switch (
clientState
) {
431
return getHex(
clientState
);
[
all
...]
Completed in 411 milliseconds
1
2