OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:existing
(Results
776 - 800
of
4252
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/frameworks/base/docs/html/sdk/1.6_r1/
upgrading.jd
38
<p>This document describes how to move your development environment and
existing
80
0.9.3. With ADT 0.9.3, you can still compile your
existing
applications against
136
installation. Fully remove your
existing
ADT Plugin as described in <a
160
your
existing
applications on the Android 1.6 system image that is included in
200
very few actual changes to
existing
APIs. This means that, in most
279
<p>If you want to use any of the new Android 1.6 APIs in your
existing
/external/chromium/chrome/browser/webdata/
web_database_migration_unittest.cc
378
// Columns
existing
and not
existing
before current version.
403
// Columns
existing
and not
existing
before version 25.
426
// Columns
existing
and not
existing
before current version.
503
// Columns
existing
and not
existing
before current version.
514
// Insert a CC linked to an
existing
address.
584
// Insert a CC linked to an
existing
address
[
all
...]
/frameworks/base/docs/html/guide/market/billing/
billing_admin.jd
43
already have a publisher account on Android Market, you can use your
existing
account. You do not
83
existing
items in the product list but you will not be able to add new items to the list. For more
211
the product list while importing the CSV file, the data for the
existing
item is overwritten with
368
<li>Select the <strong>Overwrite</strong> checkbox if you want to overwrite
existing
items in
370
<p>This option overwrites values of
existing
items only if the value of the <em>product_id</em>
371
in the CSV file matches the In-app Product ID for an
existing
item in the product list.
378
<p>You can also export an
existing
product list to a CSV file by clicking <strong>Export to CSV
/frameworks/base/docs/html/sdk/ndk/
overview.jd
30
certain classes of applications, in the form of reuse of
existing
code and in some cases
85
effective way to reuse a large corpus of
existing
C/C++ code.</p>
272
Android project for each sample, using the "Import from
Existing
Source" option and importing
307
<li>Create a new project in Eclipse from the
existing
sample source or use the
317
<li>Select the <strong>Create project from
existing
source</strong> radio button.</li>
385
<li>Create a new project in Eclipse from the
existing
sample source or use the
395
<li>Select the <strong>Create project from
existing
source</strong> radio button.</li>
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
AvdManager.java
196
/** The AVD name conflicts with an
existing
valid AVD. */
198
/** The AVD name conflicts with an
existing
invalid AVD. */
310
* Returns all the
existing
AVDs.
402
// Check whether we have a conflict with an
existing
or invalid AVD
418
// Are some
existing
files/folders in the way of creating this AVD?
459
* Creates a new AVD. It is expected that there is no
existing
AVD with this name already.
469
* an
existing
sdcard image or a sdcard size (\d+, \d+K, \dM).
473
* @param editExisting If true, edit an
existing
AVD, changing only the minimum required.
509
// we're not editing an
existing
AVD.
518
// We're not editing an
existing
AVD
[
all
...]
/bionic/libc/include/sys/
queue.h
42
* elements can be added to the list after an
existing
element or at the
53
* or after an
existing
element or at the head of the list. A list
60
* an
existing
element, at the head of the list, or at the end of the
67
* after an
existing
element, at the head of the list, or at the end of
74
* an
existing
element, at the head of the list, or at the end of the list.
/development/ndk/platforms/android-3/include/sys/
queue.h
42
* elements can be added to the list after an
existing
element or at the
53
* or after an
existing
element or at the head of the list. A list
60
* an
existing
element, at the head of the list, or at the end of the
67
* after an
existing
element, at the head of the list, or at the end of
74
* an
existing
element, at the head of the list, or at the end of the list.
/external/chromium/chrome/browser/resources/ntp4/
new_tab.js
147
// Add a drag handler to the body (for drags that don't land on an
existing
220
// Clean up any
existing
grabber objects - cancelling any outstanding drag.
222
// that would require us to re-use
existing
elements and detect how the apps
236
// Clear any
existing
apps pages and dots.
238
// uninstall. Could we re-use the
existing
page and dot elements? It seems
/external/llvm/include/llvm/
Module.h
287
/// 2. If it exists, and has a local linkage, the
existing
function is
289
/// 3. Otherwise, if the
existing
function has the correct prototype, return
290
/// the
existing
function.
344
/// 3. Finally, if the
existing
global is the correct declaration, return
345
/// the
existing
global.
/external/llvm/lib/VMCore/
Module.cpp
168
// Otherwise, we just found the
existing
function or a prototype.
185
// Otherwise, we just found the
existing
function or a prototype.
268
/// 3. Finally, if the
existing
global is the correct delclaration, return the
269
///
existing
global.
286
// Otherwise, we just found the
existing
function or a prototype.
/external/webkit/Source/WebCore/loader/cache/
CachedResourceLoader.cpp
174
if (CachedResource*
existing
= memoryCache()->resourceForURL(url)) {
175
if (
existing
->type() == CachedResource::CSSStyleSheet)
176
return static_cast<CachedCSSStyleSheet*>(
existing
);
177
memoryCache()->remove(
existing
);
334
// See if we can use an
existing
resource from the cache.
/external/webkit/Tools/Scripts/webkitpy/common/system/
autoinstall.py
124
This method overwrites any
existing
file.
191
# Handle case of containing temp directory not
existing
--
245
# Append
existing
Error message to new Error.
353
# Append
existing
Error message to new Error.
477
# Append
existing
Error message to new Error.
/frameworks/base/docs/html/resources/articles/
contacts.jd
16
If you have an
existing
application that uses the older API,
143
contact may create a new aggregate or break up an
existing
one.</p>
238
<p>If you have an
existing
application that uses the older Contacts API,
295
<li>Clone your
existing
app. </li>
342
<p>Go through the
existing
application and factor out all access to
/frameworks/base/docs/html/sdk/
android-3.0-highlights.jd
153
<li><a href="#compatibility">Compatibility with
existing
apps</a></li>
204
<p>The platform includes a flexible new animation framework that lets developers easily animate the properties of UI elements such as Views, Widgets, Fragments, Drawables, or any arbitrary object. Animations can create fades or movement between states, loop an animated image or an
existing
animation, change colors, and much more. Adding animation to UI elements can add visual interest to an application and refine the user experience, to keep users engaged.</p>
243
<h3 id="compatibility">Compatibility with
existing
apps</h3>
245
<p>Android 3.0 brings a new UI designed for tablets and other larger screen devices, but it also is fully compatible with applications developed for earlier versions of the platform, or for smaller screen sizes.
Existing
applications can seamlessly participate in the new holographic UI theme without code changes, by adding a single attribute in their manifest files. The platform emulates the Menu key, which is replaced by the overflow menu in the Action Bar in the new UI. Developers wanting to take fuller advantage of larger screen sizes can also create dedicated layouts and assets for larger screens and add them to their
existing
applications.</p>
/ndk/sources/host-tools/make-3.81/
vpath.c
95
will still be nil if P contains no
existing
directories. */
127
will still be nil if P contains no
existing
directories. */
150
pattern. If PATTERN is nil, remove all VPATH listings.
Existing
336
the newly malloc'd name of the
existing
file, *MTIME_PTR (if MTIME_PTR is
371
name of the
existing
file, *MTIME_PTR (if MTIME_PTR is not NULL) to
/packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java
525
* Convenience method for binding all available data from an
existing
535
* Convenience method for binding all available data from an
existing
547
* Convenience method for binding all available data from an
existing
563
* Convenience method for binding all available data from an
existing
616
* We need to stop any
existing
async queries for phone, email, contact, and photos.
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
sstream
97
* @brief Starts with an
existing
string buffer.
224
// of an
existing
_M_string.
297
* @brief Starts with an
existing
string buffer.
407
* @brief Starts with an
existing
string buffer.
515
* @brief Starts with an
existing
string buffer.
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
queue.h
42
* elements can be added to the list after an
existing
element or at the
53
* or after an
existing
element or at the head of the list. A list
60
* an
existing
element, at the head of the list, or at the end of the
67
* after an
existing
element, at the head of the list, or at the end of
74
* an
existing
element, at the head of the list, or at the end of the list.
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
queue.h
42
* elements can be added to the list after an
existing
element or at the
53
* or after an
existing
element or at the head of the list. A list
60
* an
existing
element, at the head of the list, or at the end of the
67
* after an
existing
element, at the head of the list, or at the end of
74
* an
existing
element, at the head of the list, or at the end of the list.
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
queue.h
42
* elements can be added to the list after an
existing
element or at the
53
* or after an
existing
element or at the head of the list. A list
60
* an
existing
element, at the head of the list, or at the end of the
67
* after an
existing
element, at the head of the list, or at the end of
74
* an
existing
element, at the head of the list, or at the end of the list.
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
queue.h
42
* elements can be added to the list after an
existing
element or at the
53
* or after an
existing
element or at the head of the list. A list
60
* an
existing
element, at the head of the list, or at the end of the
67
* after an
existing
element, at the head of the list, or at the end of
74
* an
existing
element, at the head of the list, or at the end of the list.
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
sstream
97
* @brief Starts with an
existing
string buffer.
224
// of an
existing
_M_string.
297
* @brief Starts with an
existing
string buffer.
407
* @brief Starts with an
existing
string buffer.
515
* @brief Starts with an
existing
string buffer.
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
queue.h
42
* elements can be added to the list after an
existing
element or at the
53
* or after an
existing
element or at the head of the list. A list
60
* an
existing
element, at the head of the list, or at the end of the
67
* after an
existing
element, at the head of the list, or at the end of
74
* an
existing
element, at the head of the list, or at the end of the list.
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
queue.h
42
* elements can be added to the list after an
existing
element or at the
53
* or after an
existing
element or at the head of the list. A list
60
* an
existing
element, at the head of the list, or at the end of the
67
* after an
existing
element, at the head of the list, or at the end of
74
* an
existing
element, at the head of the list, or at the end of the list.
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
sstream
97
* @brief Starts with an
existing
string buffer.
224
// of an
existing
_M_string.
297
* @brief Starts with an
existing
string buffer.
407
* @brief Starts with an
existing
string buffer.
515
* @brief Starts with an
existing
string buffer.
Completed in 1105 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>