Searched refs:structure (Results 76 - 100 of 199) sorted by relevance

12345678

/external/doclava/res/assets/templates/
H A Dyaml_navtree.cs5 whitespace: Whitespace to insert before any text in the structure, which helps
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
H A DDnaBlockData.java52 /** A map that helps finding a structure by type. */
149 * This method returns the structure of the given index.
151 * the index of the structure
152 * @return the structure of the given index
163 * This method returns a structure of the given name. If the name does not exists then null is returned.
165 * the name of the structure
166 * @return the required structure or null if the given name is inapropriate
177 * This method indicates if the structure of the given name exists.
179 * the name of the structure
180 * @return true if the structure exist
[all...]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
H A DMaterialHelper.java179 * This method converts the material structure to jme Material.
180 * @param structure
181 * structure with material data
188 public Material toMaterial(Structure structure, BlenderContext blenderContext) throws BlenderFileException { argument
190 if (structure == null) {
193 Material result = (Material) blenderContext.getLoadedFeature(structure.getOldMemoryAddress(), LoadedFeatureDataType.LOADED_FEATURE);
198 MaterialContext materialContext = new MaterialContext(structure, blenderContext);
287 blenderContext.addLoadedFeatures(structure.getOldMemoryAddress(), structure.getName(), structure, resul
585 shouldBeLoaded(Structure structure, BlenderContext blenderContext) argument
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DRegExpObject.cpp64 RegExpObject::RegExpObject(JSGlobalObject* globalObject, Structure* structure, NonNullPassRefPtr<RegExp> regExp) argument
65 : JSObjectWithGlobalObject(globalObject, structure)
H A DRegExpPrototype.cpp50 RegExpPrototype::RegExpPrototype(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure) argument
51 : RegExpObject(globalObject, structure, RegExp::create(&exec->globalData(), "", NoFlags))
H A DJSCell.h93 Structure* structure() const;
165 inline JSCell::JSCell(JSGlobalData& globalData, Structure* structure) argument
166 : m_structure(globalData, this, structure)
168 // Very first set of allocations won't have a real structure.
176 inline Structure* JSCell::structure() const function in class:JSC::JSCell
H A DOperations.h263 return v2.asCell()->structure()->typeInfo().masqueradesAsUndefined();
269 return v1.asCell()->structure()->typeInfo().masqueradesAsUndefined();
418 JSValue v = cell->structure()->prototypeForLookup(callFrame);
430 if (cell->structure()->isDictionary()) {
433 slotOffset = cell->structure()->get(callFrame->globalData(), propertyName);
447 JSValue v = base->structure()->prototypeForLookup(callFrame);
455 if (base->structure()->isDictionary())
H A DJSGlobalObject.h128 explicit JSGlobalObject(JSGlobalData& globalData, Structure* structure) argument
129 : JSVariableObject(globalData, structure, &m_symbolTable, 0)
140 JSGlobalObject(JSGlobalData& globalData, Structure* structure, JSObject* thisValue) argument
141 : JSVariableObject(globalData, structure, &m_symbolTable, 0)
366 m_cachedPrototypeChain.set(exec->globalData(), this, StructureChain::create(exec->globalData(), prototype.isNull() ? 0 : asObject(prototype)->structure()));
379 if (asObject(prototype)->structure() != cachedStructure->get())
H A DJSFunction.cpp64 JSFunction::JSFunction(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, int length, const Identifier& name, NativeExecutable* thunk) argument
65 : Base(globalObject, structure)
74 JSFunction::JSFunction(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, int length, const Identifier& name, NativeFunction func) argument
75 : Base(globalObject, structure)
H A DLookup.cpp73 ASSERT(thisObj->structure()->anonymousSlotCount() > 0);
H A DDateConstructor.cpp60 DateConstructor::DateConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure, DatePrototype* datePrototype) argument
61 : InternalFunction(&exec->globalData(), globalObject, structure, Identifier(exec, datePrototype->classInfo()->className))
H A DError.cpp170 StrictModeTypeErrorFunction(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, const UString& message) argument
171 : InternalFunction(&exec->globalData(), globalObject, structure, exec->globalData().propertyNames->emptyIdentifier)
/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMWindowBase.cpp48 JSDOMWindowBase::JSDOMWindowBase(JSGlobalData& globalData, Structure* structure, PassRefPtr<DOMWindow> window, JSDOMWindowShell* shell) argument
49 : JSDOMGlobalObject(globalData, structure, shell->world(), shell)
H A DJSDOMWindowShell.cpp66 Structure* structure = JSDOMWindow::createStructure(*JSDOMWindow::commonJSGlobalData(), prototype.get()); local
67 JSDOMWindow* jsDOMWindow = new (JSDOMWindow::commonJSGlobalData()) JSDOMWindow(*JSDOMWindow::commonJSGlobalData(), structure, domWindow, this);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
H A DPageSiteComposite.java11 package org.eclipse.wb.internal.core.editor.structure;
28 * @coverage core.editor.structure
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/
H A DPropertyListIntersector.java11 package org.eclipse.wb.internal.core.editor.structure.property;
25 * @coverage core.editor.structure
/external/libvpx/libvpx/vpx_mem/memory_manager/include/
H A Dheapmm.h84 typedef struct HMM_UNIQUE(structure)
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs27 #region ZStream structure
28 // internal mapping of the zlib zstream structure for marshalling
/external/webkit/Source/JavaScriptCore/jit/
H A DJIT.h186 static void compileGetByIdProto(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, Structure* structure, Structure* prototypeStructure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset, ReturnAddressPtr returnAddress) argument
189 jit.privateCompileGetByIdProto(stubInfo, structure, prototypeStructure, ident, slot, cachedOffset, returnAddress, callFrame);
192 static void compileGetByIdSelfList(JSGlobalData* globalData, CodeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAccessStructureList* polymorphicStructures, int currentIndex, Structure* structure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset) argument
195 jit.privateCompileGetByIdSelfList(stubInfo, polymorphicStructures, currentIndex, structure, ident, slot, cachedOffset);
197 static void compileGetByIdProtoList(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAccessStructureList* prototypeStructureList, int currentIndex, Structure* structure, Structure* prototypeStructure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset) argument
200 jit.privateCompileGetByIdProtoList(stubInfo, prototypeStructureList, currentIndex, structure, prototypeStructure, ident, slot, cachedOffset, callFrame);
202 static void compileGetByIdChainList(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAccessStructureList* prototypeStructureList, int currentIndex, Structure* structure, StructureChain* chain, size_t count, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset) argument
205 jit.privateCompileGetByIdChainList(stubInfo, prototypeStructureList, currentIndex, structure, chain, count, ident, slot, cachedOffset, callFrame);
208 static void compileGetByIdChain(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, Structure* structure, StructureChain* chain, size_t count, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset, ReturnAddressPtr returnAddress) argument
211 jit.privateCompileGetByIdChain(stubInfo, structure, chai
[all...]
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.cpp714 if (message->structure) {
715 const gchar* messageTypeName = gst_structure_get_name(message->structure);
794 const GstStructure *structure = gst_message_get_structure(message); local
795 gst_structure_get_int(structure, "buffer-percent", &m_bufferingPercentage);
1200 if (message->structure) {
1201 // This structure can contain:
1202 // - both a new-location string and embedded locations structure
1204 m_mediaLocations = gst_structure_copy(message->structure);
1237 const GstStructure* structure = gst_value_get_structure(location); local
1239 if (!structure) {
1472 GstStructure* structure = gst_caps_get_structure(caps, structureIndex); local
[all...]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
H A DObjectHelper.java101 * This method reads the given structure and createn an object that represents the data.
103 * the object's structure
288 * the object's structure
334 * This method returns the matrix of a given name for the given structure.
336 * @param structure
337 * the structure with matrix data
342 public Matrix4f getMatrix(Structure structure, String matrixName) { argument
343 return this.getMatrix(structure, matrixName, false);
347 * This method returns the matrix of a given name for the given structure.
349 * @param structure
356 getMatrix(Structure structure, String matrixName, boolean applyFixUpAxis) argument
410 shouldBeLoaded(Structure structure, BlenderContext blenderContext) argument
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/
H A DCoreOperators.java39 import com.google.clearsilver.jsilver.functions.structure.NameFunction;
/external/ceres-solver/docs/
H A Dfaq.tex21 In most problems there is a natural parameter block structure, as there is a semantic meaning associated with groups of scalars -- mean vector of a distribution, color of a pixel etc. To group two scalar variables, ask yourself if residual blocks will always use these two variables together. If the answer is yes, then the two variables belong to the same parameter block.
28 While it is often the case that problems have a natural blocking of parameters into parameter blocks, it is not always clear what a good residual block structure is. One rule of thumb for non-linear least squares problems since they often come from data fitting problems is to create one residual block per observation. So if you are solving a Structure from Motion problem, one 2 dimensional residual block per 2d image projection is a good idea.
32 For example consider the following residual block of size 18 which depends on four parameter blocks of size 4 each. Shown below is the Jacobian structure of this residual block, the numbers in the columns indicate the size, and the numbers in the rows show a grouping of the matrix that best capture its sparsity structure. \texttt{X} indicates a non-zero block, the rest of the blocks are zero.
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_filter_gnu.s70 @load state variables from pFilter structure
74 @load coefficients from pWTFrame structure
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_filter_gnu.s70 @load state variables from pFilter structure
74 @load coefficients from pWTFrame structure

Completed in 453 milliseconds

12345678