Searched refs:structure (Results 101 - 125 of 199) sorted by relevance

12345678

/external/webkit/Source/JavaScriptCore/runtime/
H A DFunctionPrototype.cpp40 FunctionPrototype::FunctionPrototype(ExecState* exec, JSGlobalObject* globalObject, Structure* structure) argument
41 : InternalFunction(&exec->globalData(), globalObject, structure, exec->propertyNames().nullIdentifier)
H A DJSVariableObject.h69 JSVariableObject(JSGlobalData& globalData, Structure* structure, SymbolTable* symbolTable, Register* registers) argument
70 : JSNonFinalObject(globalData, structure)
H A DMathObject.cpp89 MathObject::MathObject(ExecState* exec, JSGlobalObject* globalObject, Structure* structure) argument
90 : JSObjectWithGlobalObject(globalObject, structure)
H A DNumberPrototype.cpp48 NumberPrototype::NumberPrototype(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure) argument
49 : NumberObject(exec->globalData(), structure)
145 // This also covers Ininity, and structure the check so that NaN
H A DJSArray.cpp134 JSArray::JSArray(JSGlobalData& globalData, Structure* structure) argument
135 : JSNonFinalObject(globalData, structure)
151 JSArray::JSArray(JSGlobalData& globalData, Structure* structure, unsigned initialLength, ArrayCreationMode creationMode) argument
152 : JSNonFinalObject(globalData, structure)
193 JSArray::JSArray(JSGlobalData& globalData, Structure* structure, const ArgList& list) argument
194 : JSNonFinalObject(globalData, structure)
535 // which almost certainly means a different structure for PropertyNameArray.
H A DRegExpConstructor.cpp98 RegExpConstructor::RegExpConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, RegExpPrototype* regExpPrototype) argument
99 : InternalFunction(&exec->globalData(), globalObject, structure, Identifier(exec, "RegExp"))
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DSymbolTable.cpp41 for (unsigned int i = 0; i < structure->size(); ++i) {
43 (*structure)[i].type->buildMangledName(mangledName);
H A DOutputHLSL.cpp1780 else // Nameless structure, define in place
1904 TString structure; local
1905 structure += "struct " + decorate(name) + "\n"
1914 structure += " " + typeString(field) + " " + field.getFieldName() + arrayString(field) + ";\n";
1917 structure += "};\n";
1919 if (std::find(mStructDeclarations.begin(), mStructDeclarations.end(), structure) == mStructDeclarations.end())
1921 mStructDeclarations.push_back(structure);
1959 constructor += " " + ctorName + " structure = {";
2070 " return structure;\n"
2090 const TTypeList *structure
[all...]
H A Dglslang_tab.cpp2356 context->error((yyvsp[(2) - (3)].lex).line, "structure has no fields", "Internal Error", "");
2376 // change the qualifier of the return type, not of the structure field
2377 // as the structure definition is shared between various structures.
2388 context->error((yyvsp[(2) - (3)].lex).line, " no such field in structure", (yyvsp[(3) - (3)].lex).string->c_str(), "");
2394 context->error((yyvsp[(2) - (3)].lex).line, " field selection requires structure, vector, or matrix on left hand side", (yyvsp[(3) - (3)].lex).string->c_str(), "");
3905 TType& structure = static_cast<TVariable*>((yyvsp[(1) - (1)].lex).symbol)->getType();
3908 (yyval.interm.type).userDef = &structure;
3918 TType* structure = new TType((yyvsp[(4) - (5)].interm.typeList), *(yyvsp[(2) - (5)].lex).string);
3919 TVariable* userTypeDef = new TVariable((yyvsp[(2) - (5)].lex).string, *structure, true);
3925 (yyval.interm.type).userDef = structure;
3902 TType& structure = static_cast<TVariable*>((yyvsp[(1) - (1)].lex).symbol)->getType(); variable
3915 TType* structure = new TType((yyvsp[(4) - (5)].interm.typeList), *(yyvsp[(2) - (5)].lex).string); variable
3929 TType* structure = new TType((yyvsp[(3) - (4)].interm.typeList), TString("")); variable
[all...]
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
H A DJSTestInterface.cpp138 JSTestInterface::JSTestInterface(NonNullPassRefPtr<Structure> structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestInterface> impl) argument
139 : DOMObjectWithGlobalPointer(structure, globalObject)
H A DJSTestMediaQueryListListener.cpp134 JSTestMediaQueryListListener::JSTestMediaQueryListListener(NonNullPassRefPtr<Structure> structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestMediaQueryListListener> impl) argument
135 : DOMObjectWithGlobalPointer(structure, globalObject)
H A DJSTestSerializedScriptValueInterface.cpp124 JSTestSerializedScriptValueInterface::JSTestSerializedScriptValueInterface(NonNullPassRefPtr<Structure> structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestSerializedScriptValueInterface> impl) argument
125 : DOMObjectWithGlobalPointer(structure, globalObject)
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DGStreamerGWorld.cpp46 if (gst_structure_has_name(message->structure, "prepare-xwindow-id")
47 || gst_structure_has_name(message->structure, "have-ns-view"))
/external/webkit/Source/JavaScriptCore/bytecode/
H A DCodeBlock.cpp228 printf(" [%4d] %s: %s\n", instructionOffset, "resolve_global", pointerToSourceString(resolveInfo.structure).utf8().data());
250 printf(" [%4d] %s: %s, %s, %s\n", instructionOffset, "put_by_id_transition", pointerToSourceString(stubInfo.u.putByIdTransition.previousStructure).utf8().data(), pointerToSourceString(stubInfo.u.putByIdTransition.structure).utf8().data(), pointerToSourceString(stubInfo.u.putByIdTransition.chain).utf8().data());
282 printf(" [%4d] %s: %s\n", instructionOffset, name, pointerToSourceString(vPC[operand].u.structure).utf8().data());
299 printf(" [%4d] %s: %s, %s\n", instructionOffset, "get_by_id_proto", pointerToSourceString(vPC[4].u.structure).utf8().data(), pointerToSourceString(vPC[5].u.structure).utf8().data());
303 printf(" [%4d] %s: %s, %s, %s\n", instructionOffset, "put_by_id_transition", pointerToSourceString(vPC[4].u.structure).utf8().data(), pointerToSourceString(vPC[5].u.structure).utf8().data(), pointerToSourceString(vPC[6].u.structureChain).utf8().data());
307 printf(" [%4d] %s: %s, %s\n", instructionOffset, "get_by_id_chain", pointerToSourceString(vPC[4].u.structure).utf8().data(), pointerToSourceString(vPC[5].u.structureChain).utf8().data());
1408 markStack.append(&vPC[4].u.structure);
1412 markStack.append(&vPC[4].u.structure);
[all...]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
H A DBlenderContext.java90 * first object in the value table is the loaded structure and the second -
91 * the structure already converted into proper data.
96 * structure can be stored here. The first object in the value table is the
97 * loaded structure and the second - the structure already converted into
101 /** A stack that hold the parent structure of currently loaded feature. */
295 * @param structure
296 * the filled structure of the feature
300 public void addLoadedFeatures(Long oldMemoryAddress, String featureName, Structure structure, Object feature) { argument
301 if (oldMemoryAddress == null || structure
[all...]
/external/webkit/Source/JavaScriptCore/heap/
H A DHandleHeap.cpp162 if (!cell || !cell->structure())
/external/webkit/Source/JavaScriptGlue/
H A DUserObjectImp.cpp37 UserObjectImp::UserObjectImp(JSGlobalData& globalData, Structure* structure, JSUserObject* userObject) argument
38 : JSNonFinalObject(globalData, structure)
/external/webkit/Source/WebCore/bridge/
H A Druntime_object.cpp41 RuntimeObject::RuntimeObject(ExecState*, JSGlobalObject* globalObject, Structure* structure, PassRefPtr<Instance> instance) argument
42 : JSObjectWithGlobalObject(globalObject, structure)
/external/freetype/src/base/
H A Dftstream.c724 void* structure )
769 p = (FT_Byte*)structure + fields->offset;
831 p = (FT_Byte*)structure + fields->offset;
/external/webkit/Source/WebCore/plugins/mac/
H A DPluginViewMac.mm736 ::Rect content, structure;
738 GetWindowBounds(windowRef, kWindowStructureRgn, &structure);
741 int top = content.top - structure.top;
/external/jpeg/
H A Djmemdosa.asm259 ; The XMScontext structure contains values for the AX,DX,BX,SI,DS registers.
261 ; AX,DX,BX registers are written back to the context structure.
340 ; The EMScontext structure contains values for the AX,DX,BX,SI,DS registers.
342 ; AX,DX,BX registers are written back to the context structure.
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.mli87 (** Computes the structure element that contains the byte offset for a target.
/external/qemu/distrib/jpeg-6b/
H A Djmemdosa.asm259 ; The XMScontext structure contains values for the AX,DX,BX,SI,DS registers.
261 ; AX,DX,BX registers are written back to the context structure.
340 ; The EMScontext structure contains values for the AX,DX,BX,SI,DS registers.
342 ; AX,DX,BX registers are written back to the context structure.
/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMBinding.cpp435 Structure* cacheDOMStructure(JSDOMGlobalObject* globalObject, Structure* structure, const ClassInfo* classInfo) argument
439 return structures.set(classInfo, WriteBarrier<Structure>(globalObject->globalData(), globalObject, structure)).first->second.get();
/external/ceres-solver/docs/
H A Dbundleadjustment.tex10 The first step as usual is to define a templated functor that computes the reprojection error/residual. The structure of the functor is similar to the \texttt{ExponentialResidual}, in that there is an instance of this object responsible for each image observation.
91 One way to solve this problem is to set \texttt{Solver::Options::linear\_solver\_type} to \texttt{SPARSE\_NORMAL\_CHOLESKY} and call \texttt{Solve}. And while this is a reasonable thing to do, bundle adjustment problems have a special sparsity structure that can be exploited to solve them much more efficiently. Ceres provides three specialized solvers (collectively known as Schur based solvers) for this task. The example code uses the simplest of them \texttt{DENSE\_SCHUR}.

Completed in 718 milliseconds

12345678