OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:removed
(Results
351 - 375
of
8141
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/Contacts/src/com/android/contacts/test/
NeededForTesting.java
26
*
removed
by tools like ProGuard.
/packages/apps/Email/res/menu/
message_header_overflow_menu.xml
18
<!-- Reply or replyall may be
removed
in code depending on setting and layout -->
/packages/apps/Phone/src/com/android/phone/
INetworkQueryService.aidl
41
* underlying RIL, but it ensures that the callback is
removed
/packages/apps/Stk/src/com/android/stk/
BootCompletedReceiver.java
34
// make sure the app icon is
removed
every time the device boots.
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
NeededForTesting.java
26
*
removed
by tools like ProGuard.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fcntl.h
30
#define DN_DELETE 0x00000008 /* File
removed
*/
ipv6_route.h
17
#define RTF_ALLONLINK 0x00020000 /* (deprecated and will be
removed
)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
bmmintrin.h
27
# error "SSE5 instruction set
removed
from compiler"
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fcntl.h
30
#define DN_DELETE 0x00000008 /* File
removed
*/
ipv6_route.h
17
#define RTF_ALLONLINK 0x00020000 /* (deprecated and will be
removed
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
bmmintrin.h
27
# error "SSE5 instruction set
removed
from compiler"
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fcntl.h
30
#define DN_DELETE 0x00000008 /* File
removed
*/
ipv6_route.h
17
#define RTF_ALLONLINK 0x00020000 /* (deprecated and will be
removed
)
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
strstream
20
// MAY BE
REMOVED
in a future standard revision. You should use the
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
strstream
20
// MAY BE
REMOVED
in a future standard revision. You should use the
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/
strstream
20
// MAY BE
REMOVED
in a future standard revision. You should use the
/external/chromium/third_party/libjingle/source/talk/base/
messagequeue.cc
323
MessageList*
removed
) {
329
if (
removed
) {
330
removed
->push_back(msgPeek_);
341
if (
removed
) {
342
removed
->push_back(*it);
358
if (
removed
) {
359
removed
->push_back(it->msg_);
/frameworks/base/docs/html/sdk/api_diff/16/changes/
android.database.sqlite.SQLiteProgram.html
7
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been
removed
, added or changed in any way, including their documentation, when two APIs are compared.">
79
<a NAME="
Removed
"></a>
80
<TABLE summary="
Removed
Methods" WIDTH="100%">
82
<TH VALIGN="TOP" COLSPAN=2>
Removed
Methods</FONT></TD>
162
<a NAME="
Removed
"></a>
163
<TABLE summary="
Removed
Fields" WIDTH="100%">
165
<TH VALIGN="TOP" COLSPAN=2>
Removed
Fields</FONT></TD>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerDeltaVisitor.java
54
* compile flag. This is set to true if one of the changed/added/
removed
61
* compile flag. This is set to true if one of the changed/added/
removed
69
* Final package flag. This is set to true if one of the changed/added/
removed
193
if (delta.getKind() == IResourceDelta.
REMOVED
) {
197
// check if classes.dex was
removed
206
// (resources-###.ap_) was
removed
.
219
// (we don't care about folder being added/
removed
, only content
/external/webkit/Source/WebCore/svg/properties/
SVGListProperty.h
94
// Spec: If the inserted item is already in a list, it is
removed
from its previous list before it is inserted into this list.
123
// Spec: If the inserted item is already in a list, it is
removed
from its previous list before it is inserted into this list.
191
// Spec: If newItem is already in a list, it is
removed
from its previous list before it is inserted into this list.
224
// Spec: If newItem is already in a list, it is
removed
from its previous list before it is inserted into this list.
257
// Spec: If newItem is already in a list, it is
removed
from its previous list before it is inserted into this list.
262
// 'newItem' already lived in our list, we
removed
it, and now we're empty, which means there's nothing to replace.
291
// Spec: If newItem is already in a list, it is
removed
from its previous list before it is inserted into this list.
297
// 'passNewItem' already lived in our list, we
removed
it, and now we're empty, which means there's nothing to replace.
370
// Spec: If newItem is already in a list, it is
removed
from its previous list before it is inserted into this list.
398
// Spec: If newItem is already in a list, it is
removed
from its previous list before it is inserted into this list
[
all
...]
/frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java
60
*
removed
and changed. The services are referred to by type V and
154
private void notifyListener(final V type, final boolean
removed
) {
156
Log.d(TAG, "notifyListener: " + type + " is " + (
removed
? "
removed
" : "added"));
171
listener2.onServiceChanged(type,
removed
);
296
notifyListener(info.type, false /*
removed
*/);
309
changes.append(" Existing service replacing a
removed
service: ")
314
notifyListener(info.type, false /*
removed
*/);
330
changes.append(" Service
removed
: ").append(v1).append("\n");
331
notifyListener(v1, true /*
removed
*/);
[
all
...]
/frameworks/support/v4/java/android/support/v4/view/
PagerAdapter.java
61
* should be
removed
. The method {@link #isViewFromObject(View, Object)} identifies
74
* set change may involve pages being added,
removed
, or changing position. The
118
* @param container The containing View from which the page will be
removed
.
119
* @param position The page position to be
removed
.
131
* @param container The containing View from which the page will be
removed
.
143
*
removed
from the container as appropriate.
184
* @param container The containing View from which the page will be
removed
.
185
* @param position The page position to be
removed
.
199
* @param container The containing View from which the page will be
removed
.
212
*
removed
from the container as appropriate
[
all
...]
/external/libpng/
CHANGES
142
removed
png_large_malloc, png_large_free, and png_realloc functions.
157
removed
all implicit variable tests which assume NULL == 0 (I think)
161
removed
old png_set_rgbx() and png_set_xrgb() functions that have been
169
removed
PNG_READ_END_MODE in progressive reader (Smarasderagd)
191
removed
PNG_USE_OWN_CRC capability
246
More type casting.
Removed
erroneous overflow test in pngmem.c.
279
Removed
"beta" language from documentation.
290
added PNGARG() to prototypes in pngtest.c and
removed
some prototypes
309
Removed
#ifdef/#endif around a png_free() in pngread.c
320
Removed
references to IJG and JPEG in the ansi2knr.c copyright statement
[
all
...]
/external/bluetooth/glib/docs/reference/glib/tmpl/
hash_tables.sgml
23
that they are freed when they are
removed
from the #GHashTable, and also
290
It should return %TRUE if the key/value pair should be
removed
from the
297
@Returns: %TRUE if the key/value pair should be
removed
from the #GHashTable.
302
This function is deprecated and will be
removed
in the next major
311
This function is deprecated and will be
removed
in the next major
/frameworks/base/docs/html/sdk/api_diff/10/changes/
jdiff_help.html
7
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been
removed
, added or changed in any way, including their documentation, when two APIs are compared.">
69
<li>
Removed
packages, classes, constructors, methods and fields are <strike>struck through</strike>.</li>
85
The <a href="changes-summary.html">overview</a> is the top-level summary of what was
removed
, added and changed between versions.
99
This link can be
removed
entirely by not using the <code>-docchanges</code> option.
104
This link can be
removed
entirely by not using the <code>-stats</code> option.
Completed in 648 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>