OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inputSize
(Results
1 - 14
of
14
) sorted by null
/external/skia/tests/
FlateTest.cpp
49
size_t
inputSize
= testStream->getLength();
50
if (
inputSize
== 0)
51
inputSize
= testStream->read(NULL, SkZeroSizeMemStream::kGetSizeKey);
52
REPORTER_ASSERT(reporter, testData.getLength() ==
inputSize
);
71
inputSize
= testStream->getLength();
72
if (
inputSize
== 0)
73
inputSize
= testStream->read(NULL, SkZeroSizeMemStream::kGetSizeKey);
74
REPORTER_ASSERT(reporter, data1->size() ==
inputSize
);
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
weighting.cpp
78
const int
inputSize
= traverseSession->getInputSize();
95
inputSize
, errorType);
/external/skia/bench/
BitmapScaleBench.cpp
39
int
inputSize
() const {
48
return float(outputSize())/
inputSize
();
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_traversal.h
58
const int
inputSize
= traverseSession->getInputSize();
60
if (dicNode->isCompletion(
inputSize
)) {
94
const int
inputSize
= traverseSession->getInputSize();
96
if (dicNode->isCompletion(
inputSize
)) {
103
return pointIndex <=
inputSize
&& !dicNode->isTotalInputSizeExceedingLimit()
109
const int
inputSize
= traverseSession->getInputSize();
110
return traverseSession->isCacheBorderForTyping(
inputSize
);
120
const int
inputSize
= traverseSession->getInputSize();
121
return dicNode->canDoLookAheadCorrection(
inputSize
);
154
AK_FORCE_INLINE int getMaxCacheSize(const int
inputSize
) const
[
all
...]
typing_weighting.h
183
const int
inputSize
= traverseSession->getInputSize();
184
ASSERT(inputIndex <
inputSize
);
186
return ScoringParams::TERMINAL_INSERTION_COST * (
inputSize
- inputIndex);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image11.cpp
268
GLsizei
inputSize
= gl::ComputeCompressedSize(width, height, mInternalFormat);
270
int rows =
inputSize
/ inputPitch;
Image9.cpp
471
GLsizei
inputSize
= gl::ComputeCompressedSize(width, height, mInternalFormat);
473
int rows =
inputSize
/ inputPitch;
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
cod_main.h
88
int
inputSize
;
/libcore/benchmarks/src/benchmarks/regression/
CipherBenchmark.java
80
@Param({"16", "32", "64", "128", "1024", "8192"}) private int
inputSize
;
139
cipherEncrypt.doFinal(DATA, 0,
inputSize
, output);
145
cipherDecrypt.doFinal(DATA, 0,
inputSize
, output);
/pdk/apps/TestingCamera/src/com/android/testingcamera/
CallbackProcessor.java
61
int
inputSize
= TestingCamera.getCallbackBufferSize(mWidth, mHeight,
63
mAllocationIn = Allocation.createSized(mRS, Element.U8(mRS),
inputSize
);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java
130
int[] pointerIds, int[] inputCodePoints, int
inputSize
, int commitPoint,
194
final int
inputSize
= isGesture ? ips.getPointerSize() : composerSize;
201
inputSize
, 0 /* commitPoint */, mNativeSuggestOptions.getOptions(),
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp
51
int
inputSize
, int commitPoint, int *outWords, int *frequencies, int *outputIndices,
57
tSession->setupForGetSuggestions(pInfo, inputCodePoints,
inputSize
, inputXs, inputYs, times,
69
tSession->getDicTraverseCache()->advanceInputIndex(
inputSize
);
318
const int
inputSize
= traverseSession->getInputSize();
328
AKLOGI("expandCurrentDicNodes depth level cache = %d,
inputSize
= %d",
329
shouldDepthLevelCache,
inputSize
);
344
const bool isCompletion = dicNode.isCompletion(
inputSize
);
611
const int
inputSize
= traverseSession->getInputSize();
612
if (dicNode->isCompletion(
inputSize
)) {
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java
[
all
...]
/libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp
[
all
...]
Completed in 329 milliseconds