/external/deqp/modules/gles3/functional/ |
es3fShaderLoopTests.cpp | 247 std::ostringstream frag; local 248 std::ostringstream& op = isVertexCase ? vtx : frag; 251 frag << "#version 300 es\n"; 255 frag << "layout(location = 0) out mediump vec4 o_color;\n"; 263 frag << "in mediump vec3 v_color;\n"; 268 frag << "in mediump vec4 v_coords;\n"; 273 frag << "in mediump float v_one;\n"; 300 frag << "\n"; 301 frag << "void main()\n"; 302 frag << "{\n" 445 std::ostringstream frag; local [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-msp430.c | 1546 char *frag; local 1805 char *frag; local [all...] |
tc-v850.h | 72 #define HANDLE_ALIGN(frag) v850_handle_align (frag) 75 /* We need space in a frag's fixed size to allow for alignment when relaxing. */
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
ContentActivity.java | 38 ContentFragment frag = (ContentFragment) getFragmentManager().findFragmentById(R.id.content_frag); local 39 frag.updateContentAndRecycleBitmap(category, position);
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
FragmentRef.h | 66 Fragment* frag() { return m_pFragment; } function in class:mcld::FragmentRef 68 const Fragment* frag() const { return m_pFragment; } function in class:mcld::FragmentRef
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
AArch64CA53Erratum843419Stub2.cpp | 52 pFragRef.frag()->size()) { 57 const uint64_t vma = pFragRef.frag()->getParent()->getSection().addr() +
|
AArch64GOT.cpp | 58 SectionData::iterator frag, fragEnd = m_SectionData->end(); local 59 for (frag = m_SectionData->begin(); frag != fragEnd; ++frag) { 60 frag->setOffset(offset); 61 offset += frag->size();
|
AArch64PLT.cpp | 51 SectionData::iterator frag, fragEnd = m_pSectionData->end(); local 52 for (frag = m_pSectionData->begin(); frag != fragEnd; ++frag) { 53 frag->setOffset(offset); 54 offset += frag->size();
|
/toolchain/binutils/binutils-2.25/gas/ |
subsegs.h | 44 struct frchain /* control building of a frag chain */ 46 struct frag *frch_root; /* 1st struct frag in chain, or NULL */ 47 struct frag *frch_last; /* last struct frag in chain, or NULL */ 52 struct obstack frch_obstack; /* for objects in this frag chain */ 60 frag chain, even if it contains no (complete) frags. */ 99 /* Initial frag for ELF. */
|
write.h | 71 /* Which frag does this fix apply to? */ 89 /* The frag fx_dot_value is based on. */ 174 extern int relax_segment (struct frag *, segT, int); 178 (fragS * frag, int where, int size, symbolS * add_symbol, 181 (fragS * frag, int size, symbolS * add_symbol, 184 (fragS * frag, int where, int size, expressionS *exp, int pcrel,
|
/external/icu/icu4c/source/test/intltest/ |
restest.h | 46 UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
|
restsnew.h | 49 UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
crange4.s | 2 ! lost because .space just emitted a frag, without calling emit_expr as
|
/external/deqp/modules/gles2/functional/ |
es2fShaderAlgorithmTests.cpp | 76 std::ostringstream frag; local 77 std::ostringstream& op = isVertexCase ? vtx : frag; 85 frag << "varying mediump vec3 v_color;\n"; 90 frag << "varying mediump vec4 v_coords;\n"; 100 frag << "\n"; 101 frag << "void main()\n"; 102 frag << "{\n"; 116 frag << " gl_FragColor = vec4(v_color, 1.0);\n"; 121 frag << " gl_FragColor = vec4(res, 1.0);\n"; 125 frag << "}\n" [all...] |
/external/deqp/modules/gles3/performance/ |
es3pShaderControlStatementTests.cpp | 191 std::ostringstream frag; local 192 std::ostringstream& op = isVertexCase ? vtx : frag; 199 frag << "#version 300 es\n"; 200 frag << "layout(location = 0) out mediump vec4 o_color;\n"; 212 frag << "in mediump vec4 v_color;\n"; 218 frag << "in mediump vec4 v_value0;\n"; 219 frag << "in mediump vec4 v_value1;\n"; 224 frag << "in mediump float v_compareValue;\n"; 233 frag << "\n"; 234 frag << "void main()\n" 471 std::ostringstream frag; local 703 std::ostringstream frag; local [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XObject.java | 329 DTM frag = support.createDocumentFragment(); local 332 frag.appendTextChild(str()); 334 result = frag.getDocument(); 354 DTM frag = support.createDocumentFragment(); local 357 frag.appendTextChild(str()); 359 docFrag = (DocumentFragment)frag.getNode(frag.getDocument()); 363 DTM frag = support.getDTM(result); local 364 docFrag = (DocumentFragment)frag.getNode(frag.getDocument()) [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRenderSwitchTests.cpp | 109 std::ostringstream frag; local 110 std::ostringstream& op = isVertex ? vtx : frag; 115 frag << "#version 310 es\n" 121 frag << "layout(location = 0) in mediump vec4 v_color;\n"; 126 frag << "layout(location = 0) in highp vec4 v_coords;\n"; 136 frag << "\n" 156 frag << " o_color = v_color;\n"; 161 frag << " o_color = vec4(res, 1.0);\n"; 165 frag << "}\n"; 167 return de::MovePtr<ShaderSwitchCase>(new ShaderSwitchCase(testCtx, name, desc, isVertex, vtx.str(), frag.str() [all...] |
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMGOT.cpp | 55 SectionData::iterator frag, fragEnd = m_SectionData->end(); local 56 for (frag = m_SectionData->begin(); frag != fragEnd; ++frag) { 57 frag->setOffset(offset); 58 offset += frag->size();
|
ARMPLT.cpp | 48 SectionData::iterator frag, fragEnd = m_pSectionData->end(); local 49 for (frag = m_pSectionData->begin(); frag != fragEnd; ++frag) { 50 frag->setOffset(offset); 51 offset += frag->size();
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsPLT.cpp | 67 SectionData::iterator frag, fragEnd = m_pSectionData->end(); local 68 for (frag = m_pSectionData->begin(); frag != fragEnd; ++frag) { 69 frag->setOffset(offset); 70 offset += frag->size();
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentAlertDialog.java | 77 MyAlertDialogFragment frag = new MyAlertDialogFragment(); local 80 frag.setArguments(args); 81 return frag;
|
/external/deqp/modules/gles3/stress/ |
es3sLongRunningShaderTests.cpp | 126 std::ostringstream vert, frag; local 131 frag << "#version 300 es\n"; 139 frag << "flat in highp int v_iterCount;\n"; 143 (isVertCase ? vert : frag) << "uniform highp int u_iterCount;\n"; 148 frag << "in mediump vec4 v_color;\n"; 151 frag << "out mediump vec4 o_color;\n"; 160 frag << "\nvoid main (void)\n{\n"; 167 std::ostringstream& op = isVertCase ? vert : frag; 198 frag << " o_color = v_color;\n"; 201 frag << " o_color = color;\n" [all...] |
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentAlertDialogSupport.java | 78 MyAlertDialogFragment frag = new MyAlertDialogFragment(); local 81 frag.setArguments(args); 82 return frag;
|
/external/deqp/modules/gles2/performance/ |
es2pShaderControlStatementTests.cpp | 191 std::ostringstream frag; local 192 std::ostringstream& op = isVertexCase ? vtx : frag; 208 frag << "varying mediump vec4 v_color;\n"; 214 frag << "varying mediump vec4 v_value0;\n"; 215 frag << "varying mediump vec4 v_value1;\n"; 220 frag << "varying mediump float v_compareValue;\n"; 229 frag << "\n"; 230 frag << "void main()\n"; 231 frag << "{\n"; 269 frag << " gl_FragColor = v_color;\n" 467 std::ostringstream frag; local 695 std::ostringstream frag; local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
creststn.h | 83 static UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
|