OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:upgrade
(Results
101 - 125
of
830
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/InCallUI/src/com/android/incallui/
InCallVideoCallListenerNotifier.java
125
* Inform listeners of an
upgrade
to video request for a call.
207
* Listener interface for any class that wants to be notified of
upgrade
to video and downgrade
212
* Called when a peer request is received to
upgrade
an audio-only call to a video call.
219
* Called when a request to a peer to
upgrade
an audio-only call to a video call is
227
* Called when a request to a peer to
upgrade
an audio-only call to a video call is
/external/llvm/lib/IR/
AutoUpgrade.cpp
1
//===-- AutoUpgrade.cpp - Implement auto-
upgrade
helper functions ---------===//
10
// This file implements the auto-
upgrade
helper functions
30
//
Upgrade
the declarations of the SSE4.1 functions whose arguments have
47
assert(F && "Illegal to
upgrade
a non-existent Function.");
167
//
Upgrade
intrinsic attributes. This does not change the function.
181
// Only
upgrade
an array of a two field struct with the appropriate field
236
// UpgradeIntrinsicCall -
Upgrade
a call to an old intrinsic to be a call the
252
//
Upgrade
packed integer vector compares intrinsics to compare instructions
389
llvm_unreachable("Unknown function for CallInst
upgrade
.");
403
llvm_unreachable("Unknown function for CallInst
upgrade
.")
[
all
...]
/cts/tests/tests/security/src/android/security/cts/
KernelSettingsTest.java
109
* Failure to enable this option may result in
upgrade
problems when
110
* trying to
upgrade
to Android 4.4.
/external/chromium_org/content/browser/dom_storage/
dom_storage_database.h
92
// failing to
upgrade
, that sort of thing) this function will remove
99
//
upgrade
failed. If true is returned, the database is guaranteed to be at
/external/chromium_org/net/websockets/
websocket_basic_handshake_stream.h
72
//
Upgrade
() has been called and should be disposed of as soon as possible.
73
virtual scoped_ptr<WebSocketStream>
Upgrade
() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementUpgradeCandidateMap.cpp
84
// An
upgrade
candidate finished parsing; reorder so that eventual
85
//
upgrade
order matches finished-parsing order.
/external/chromium_org/third_party/sqlite/src/test/
lock2.test
28
# lock2-1.5: Try to
upgrade
the first process to EXCLUSIVE, this fails so
33
# lock2-1.8: Ensure the first process can now
upgrade
to EXCLUSIVE.
/external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_update_service.h
65
// After we detect an
upgrade
we start a one-short timer to force restart.
/external/chromium_org/chrome/browser/prefs/
session_startup_pref_unittest.cc
90
// their preferences are migrated on
upgrade
to m19.
117
// to "Open the New Tab Page" on
upgrade
to M19.
141
// "homepage", their preferences are migrated on
upgrade
to M19.
165
// are migrated on
upgrade
to M19.
/external/chromium_org/chrome/test/chromedriver/net/
websocket.cc
128
"
Upgrade
: websocket\r\n"
129
"Connection:
Upgrade
\r\n"
220
!headers->HasHeaderValue("
Upgrade
", "WebSocket") ||
221
!headers->HasHeaderValue("Connection", "
Upgrade
") ||
/external/chromium_org/content/browser/service_worker/
service_worker_registration.h
32
// This class also manages the state of the
upgrade
process, which
/external/chromium_org/sync/protocol/
sync_protocol_error.h
53
//
Upgrade
the client to latest version.
/external/chromium_org/tools/json_schema_compiler/
json_parse.py
34
#logging.warning('Using simplejson to parse, this might be slow!
Upgrade
to '
/external/icu/icu4c/source/data/brkitr/
brkfiles.mk
11
# Then, you can have your local changes remain even if you
upgrade
or
/external/llvm/test/CodeGen/X86/
x86-upgrade-avx-vbroadcast.ll
3
; Check that we properly
upgrade
the AVX vbroadcast intrinsics to IR. The
/external/markdown/docs/extensions/
extra.txt
42
aware that such changes may be lost when you
upgrade
to any future
/external/markdown/markdown/extensions/
extra.py
26
when you
upgrade
to any future version of Python-Markdown.
/external/mockito/src/org/mockito/internal/runners/
RunnerFactory.java
47
"You can
upgrade
your JUnit version or write your own Runner (please consider contributing your runner to the Mockito community).\n" +
/packages/providers/MediaProvider/res/values-tl/
strings.xml
21
<string name="upgrade_msg" msgid="4093462661265175619">"Ina-
upgrade
ang database ng Media."</string>
/external/chromium_org/chrome/installer/linux/common/
apt.include
167
# Detect if the repo config was disabled by distro
upgrade
and enable if
177
REPOLINE=$(grep -E "^[[:space:]]*#[[:space:]]*$REPOCONFIG[[:space:]]*# disabled on
upgrade
to .*" "$SOURCELIST")
179
sed -i -e "s,^[[:space:]]*#[[:space:]]*\($REPOCONFIG\)[[:space:]]*# disabled on
upgrade
to .*,\1," \
/packages/apps/InCallUI/res/values/
array.xml
116
<!-- For
upgrade
to video in an active video call.
117
- Accept
upgrade
to video request (drag right)
118
- Decline
upgrade
to video request (drag left)
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
client_for_testing.py
72
_UPGRADE_HEADER = '
Upgrade
: websocket\r\n'
73
_UPGRADE_HEADER_HIXIE75 = '
Upgrade
: WebSocket\r\n'
74
_CONNECTION_HEADER = 'Connection:
Upgrade
\r\n'
375
if len(fields['
upgrade
']) != 1:
377
'Multiple
Upgrade
headers found: %s' % fields['
upgrade
'])
381
if fields['
upgrade
'][0] != 'websocket':
383
'Unexpected
Upgrade
header value: %s' % fields['
upgrade
'][0])
384
if fields['connection'][0].lower() != '
upgrade
'
[
all
...]
/external/chromium_org/chrome/browser/extensions/
extension_disabled_ui_browsertest.cc
83
//
Upgrade
to a version that wants more permissions. We should disable the
102
// Helper function to install an extension and
upgrade
it to a version
162
//
Upgrade
to version 2. Infer from version 1 having the same permissions
180
// Also, remove the
upgrade
error for version 2.
184
//
Upgrade
to version 3, with even higher permissions. Infer from
/frameworks/base/docs/html/tools/publishing/
versioning.jd
12
<li>How you version your applications affects how users
upgrade
</li>
35
<p>Versioning is a critical component of your application
upgrade
and maintenance
40
is installed on their devices and the
upgrade
versions available for
48
determine compatibility and establish
upgrade
/downgrade relationships.</li>
70
evaluate it, for example to check an
upgrade
or downgrade relationship. You can
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastDatabaseHelper.java
34
* Open, create, and
upgrade
the cell broadcast SQLite database. Previously an inner class of
93
/** Columns to copy on database
upgrade
. */
119
// always log database
upgrade
122
//
Upgrade
from V1 to V10
156
throw new SQLiteException("CellBroadcastDatabase doesn't know how to
upgrade
"
Completed in 2221 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>