OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:extract
(Results
3101 - 3125
of
8518
) sorted by null
<<
121
122
123
124
125
126
127
128
129
130
>>
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
sqrt_l.cpp
172
i = extract_h (L_x); //
Extract
b25-b31, 16 <= i <= 63
175
a = extract_l (L_x); //
Extract
b10-b24
244
i = (Word16)(L_x >> 15) & 63; /*
Extract
b25-b31, 16<= i <=63 */
247
a = (Word16)(L_x); /*
Extract
b10-b24 */
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
oper_32b.c
46
*
Extract
from a 32 bit integer two 16 bit DPF. *
/frameworks/base/cmds/uiautomator/cmds/uiautomator/
uiautomator
65
# we also pass the list of jar files, so we can
extract
class names for tests
/frameworks/base/core/java/android/app/backup/
BackupDataInput.java
95
*
Extract
the next entity header from the restore stream. After this method
/frameworks/base/core/java/android/view/inputmethod/
CompletionInfo.java
33
* case in
extract
mode where the IME has taken over the full
/frameworks/base/core/java/android/widget/
AbsoluteLayout.java
198
* @param attrs the set of attributes from which to
extract
the layout
/frameworks/base/core/java/com/android/internal/graphics/palette/
VariationalKMeansQuantizer.java
72
* @param maxColors Maximum number of clusters to
extract
.
/frameworks/base/core/java/com/android/internal/os/
MobileRadioPowerCalculator.java
35
final long MOBILE_BPS = 200000; // TODO:
Extract
average bit rates from system
/frameworks/base/core/tests/coretests/src/android/widget/focus/
ScrollingThroughListOfFocusablesTest.java
29
* TODO:
extract
base test case that launches {@link ListOfInternalSelectionViews} with
/frameworks/base/drm/java/android/drm/
DrmUtils.java
142
//
Extract
KeyValue Pair Info, till terminator occurs.
package.html
67
<li>
Extract
constraint information from the license.
/frameworks/base/libs/hwui/pipeline/skia/
RenderNodeDrawable.h
44
* @param canvas is a recording canvas used to
extract
its matrix
/frameworks/base/libs/hwui/utils/
TestWindowContext.cpp
146
SkDebugf("Failed to
extract
pixels from HWUI buffer");
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/fuelgauge/
PowerWhitelistBackendTest.java
73
mPackageManager = Shadow.
extract
(mContext.getPackageManager());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
CarFacetButton.java
62
//
extract
custom attributes
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
WifiSignalController.java
105
*
Extract
wifi state directly from broadcasts about changes in wifi state.
/frameworks/base/test-base/src/junit/framework/
TestCase.java
65
* point to get a test to run or it will
extract
the suite automatically.
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
histogram.cpp
17
// Native function to
extract
histogram from image (handed down as ByteBuffer).
sobeloperator.cpp
17
// Native function to
extract
histogram from image (handed down as ByteBuffer).
/frameworks/base/tests/net/java/android/net/nsd/
NsdServiceInfoTest.java
162
//
Extract
from parcel.
/frameworks/base/tools/aapt2/compile/
InlineXmlFormatParser.cpp
143
<< "can't
extract
text into its own resource");
/frameworks/base/tools/aapt2/tools/consumers/
duplicates.py
25
#
Extract
the duplicate resource definitions, ignoring the last definition
/frameworks/compile/libbcc/lib/
RSCompilerDriver.cpp
95
if (!me.
extract
()) {
96
bccAssert("Could not
extract
RS pragma metadata for module!");
316
ALOGE("Cannot
extract
metadata from module");
421
me.
extract
();
/frameworks/compile/slang/BitWriter_2_9/
ReaderWriter_2_9.h
39
/// buffer and
extract
just the triple information. If successful,
/frameworks/compile/slang/BitWriter_2_9_func/
ReaderWriter_2_9_func.h
39
/// buffer and
extract
just the triple information. If successful,
Completed in 1065 milliseconds
<<
121
122
123
124
125
126
127
128
129
130
>>