Home
last modified time | relevance | path

Searched defs:ctext (Results 1 – 5 of 5) sorted by relevance

/external/skia/bench/
DTypefaceBench.cpp145 static const char* ctext[] = { variable
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h677 inline void GetMklShape(OpKernelContext* ctext, int n, MklDnnShape* mklshape, in GetMklShape()
693 inline void GetMklShape(OpKernelContext* ctext, int n, MklDnnShape* mklshape) { in GetMklShape()
698 inline const Tensor& MklGetInput(OpKernelContext* ctext, int n) { in MklGetInput()
702 inline void GetMklInputList(OpKernelContext* ctext, StringPiece name, in GetMklInputList()
708 inline void GetMklShapeList(OpKernelContext* ctext, StringPiece name, in GetMklShapeList()
741 inline void AllocateOutputSetMklShape(OpKernelContext* ctext, int n, in AllocateOutputSetMklShape()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITest.java48 char ctext[] = { in TestThaiDictionaryBreakIterator() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITest.java51 char ctext[] = { in TestThaiDictionaryBreakIterator() local
/external/mesa3d/src/imgui/
Dimstb_textedit.h1366 …_paste(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_CHARTYPE const *ctext, int… in stb_textedit_paste()