OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:removes
(Results
226 - 250
of
3315
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
CursorObjectAdapter.java
172
*
Removes
an item from the cache. This will force the item to be re-read
180
*
Removes
{@code count} items starting at {@code index}.
/packages/apps/Launcher3/src/com/android/launcher3/
DeleteDropTarget.java
68
*
Removes
the item from the workspace. If the view is not null, it also
removes
the view.
/prebuilts/go/darwin-x86/src/os/
path.go
62
// RemoveAll
removes
path and any children it contains.
63
// It
removes
everything it can but returns the first error
/prebuilts/go/linux-x86/src/os/
path.go
62
// RemoveAll
removes
path and any children it contains.
63
// It
removes
everything it can but returns the first error
/prebuilts/tools/common/proguard/proguard4.7/docs/
index.html
74
preverifier. It detects and
removes
unused classes, fields, methods, and
75
attributes. It optimizes bytecode and
removes
unused instructions. It renames
/development/build/tools/
sdk_clean.sh
33
# Fix up the line endings of all text files. This also
removes
executable permissions.
/device/moto/shamu/sepolicy/
mdm_helper.te
39
# TODO remove once the modem team
removes
system() calls to toolbox functions
/external/autotest/server/cros/network/
apmanager_service_provider.py
50
# Create a managed mode interface to start the AP on. Autotest
removes
/external/chromium-trace/catapult/dashboard/dashboard/
edit_bug_labels.py
55
"""
Removes
a BugLabelPattern so that the label no longer applies.
/external/curl/docs/libcurl/
curl_multi_cleanup.3
31
Cleans up and
removes
a whole multi stack. It does not free or touch any
curl_multi_remove_handle.3
31
Removes
a given \fIeasy_handle\fI from the \fImulti_handle\fI. This will make
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/includes/
searchcvs.css
4
/*
removes
konqueror's custom abbr style */
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
MemoryCache.java
40
*
Removes
the value for the given key and returns it if present or null otherwise.
/external/glide/library/src/main/java/com/bumptech/glide/util/
ByteArrayPool.java
31
*
Removes
all byte arrays from the pool.
/external/icu/icu4c/source/i18n/
uregexc.cpp
8
* conversion from the rest of the uregex_ API. This can
removes
any
/external/jetty/src/resources/org/eclipse/jetty/servlets/jmx/
DoSFilter-mbean.properties
17
removeWhitelistAddress(java.lang.String):ACTION:
removes
an IP address that will not be rate limited.
/external/jmdns/src/javax/jmdns/impl/tasks/
RecordReaper.java
15
* Periodically
removes
expired entries from the cache.
/external/libchrome/base/mac/
scoped_mach_port.h
46
// and then
removes
a reference to the right on destruction. If the reference
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftrandom/
README
21
normally or with an error, then the superstructure
removes
the test font and
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
ArraySelection.java
51
/**
Removes
objects from the selection that are no longer in the items array. If {@link #getRequired()} is true and there is no
/external/llvm/include/llvm/Transforms/IPO/
StripDeadPrototypes.h
11
// dead declarations and
removes
them. Dead declarations are declarations of
/external/llvm/utils/
DSAclean.py
9
#10/12/2005: now it only
removes
nodes and edges for which the label is %tmp.# rather
/external/mockito/src/org/mockito/internal/exceptions/stacktrace/
StackTraceFilter.java
27
* Basically
removes
all bad from the middle. If any good are in the middle of bad those are also removed.
/external/protobuf/gtest/scripts/test/
Makefile
8
# make clean -
removes
all files generated by make.
/external/skia/include/gpu/gl/
GrGLExtensions.h
56
*
Removes
an extension if present. Returns true if the extension was present before the call.
Completed in 396 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>