OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:farray
(Results
76 - 90
of
90
) sorted by null
1
2
3
4
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp
[
all
...]
SkFontHost_win.cpp
[
all
...]
/external/skia/src/ports/
SkFontHost_mac.cpp
[
all
...]
SkFontHost_win.cpp
[
all
...]
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
RawConverter.java
357
* @param
fArray
the float array to copy into the {@link Allocation}.
362
private static Allocation createFloat4Allocation(RenderScript rs, float[]
fArray
,
364
if (
fArray
.length != width * height * 4) {
365
throw new IllegalArgumentException("Invalid float array of length " +
fArray
.length +
372
fAlloc.copyFrom(
fArray
);
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
fmtable.h
446
{ count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.
fArray
; }
467
Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.
fArray
[index]; }
702
Formattable*
fArray
;
/external/chromium_org/third_party/skia/src/animator/
SkAnimatorScript.cpp
97
SkDisplayArray* boxedValue = new SkDisplayArray(*scriptValue->fOperand.
fArray
);
257
SkTypedArray* array = value->fOperand.
fArray
= new SkTypedArray(original);
449
scriptValue->fOperand.
fArray
= &boxedValue->values;
/external/icu/icu4c/source/i18n/unicode/
fmtable.h
446
{ count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.
fArray
; }
467
Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.
fArray
[index]; }
702
Formattable*
fArray
;
/external/skia/src/animator/
SkAnimatorScript.cpp
97
SkDisplayArray* boxedValue = new SkDisplayArray(*scriptValue->fOperand.
fArray
);
257
SkTypedArray* array = value->fOperand.
fArray
= new SkTypedArray(original);
449
scriptValue->fOperand.
fArray
= &boxedValue->values;
/external/chromium_org/third_party/icu/source/tools/genrb/
wrtxml.cpp
682
current = res->u.
fArray
.fFirst;
725
len = itostr(buf, res->u.fIntVector.
fArray
[i], 10, 0);
[
all
...]
/external/icu/icu4c/source/tools/genrb/
wrtxml.cpp
692
current = res->u.
fArray
.fFirst;
735
len = itostr(buf, res->u.fIntVector.
fArray
[i], 10, 0);
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
unistr.h
[
all
...]
/external/icu/icu4c/source/common/unicode/
unistr.h
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
[
all
...]
/external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp
[
all
...]
Completed in 3912 milliseconds
1
2
3
4