/external/webkit/Source/WebCore/bindings/js/ |
JSDOMWindowBase.cpp | 48 JSDOMWindowBase::JSDOMWindowBase(JSGlobalData& globalData, Structure* structure, PassRefPtr<DOMWindow> window, JSDOMWindowShell* shell) 49 : JSDOMGlobalObject(globalData, structure, shell->world(), shell)
|
JSDOMWindowShell.cpp | 63 Structure* prototypeStructure = JSDOMWindowPrototype::createStructure(*JSDOMWindow::commonJSGlobalData(), jsNull()); 66 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/ |
PageSiteComposite.java | 11 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/ |
PropertyListIntersector.java | 11 package org.eclipse.wb.internal.core.editor.structure.property;
25 * @coverage core.editor.structure
|
/external/libvpx/vpx_mem/memory_manager/include/ |
heapmm.h | 84 typedef struct HMM_UNIQUE(structure)
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSCell.h | 38 class Structure; 71 friend class Structure; 79 JSCell(JSGlobalData&, Structure*); 83 static Structure* createDummyStructure(JSGlobalData&); 93 Structure* structure() const; 162 WriteBarrier<Structure> m_structure; 165 inline JSCell::JSCell(JSGlobalData& globalData, Structure* structure) 166 : m_structure(globalData, this, structure) 176 inline Structure* JSCell::structure() const function in class:JSC::JSCell [all...] |
Operations.h | 263 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())
|
JSFunction.cpp | 64 JSFunction::JSFunction(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, int length, const Identifier& name, NativeExecutable* thunk) 65 : Base(globalObject, structure) 74 JSFunction::JSFunction(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, int length, const Identifier& name, NativeFunction func) 75 : Base(globalObject, structure)
|
Lookup.cpp | 73 ASSERT(thisObj->structure()->anonymousSlotCount() > 0);
|
DateConstructor.cpp | 60 DateConstructor::DateConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure, DatePrototype* datePrototype) 61 : InternalFunction(&exec->globalData(), globalObject, structure, Identifier(exec, datePrototype->classInfo()->className))
|
Error.cpp | 170 StrictModeTypeErrorFunction(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, const UString& message) 171 : InternalFunction(&exec->globalData(), globalObject, structure, exec->globalData().propertyNames->emptyIdentifier)
|
FunctionPrototype.cpp | 40 FunctionPrototype::FunctionPrototype(ExecState* exec, JSGlobalObject* globalObject, Structure* structure) 41 : InternalFunction(&exec->globalData(), globalObject, structure, exec->propertyNames().nullIdentifier) 46 void FunctionPrototype::addFunctionProperties(ExecState* exec, JSGlobalObject* globalObject, Structure* functionStructure, JSFunction** callFunction, JSFunction** applyFunction)
|
/external/webkit/Source/JavaScriptCore/jit/ |
JIT.h | 186 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) 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) 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 [all...] |
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
MediaPlayerPrivateGStreamer.cpp | 714 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); 1237 const GstStructure* structure = gst_value_get_structure(location); local 1472 GstStructure* structure = gst_caps_get_structure(caps, structureIndex); local [all...] |
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/ |
ObjectHelper.java | 63 import com.jme3.scene.plugins.blender.file.Structure;
101 * This method reads the given structure and createn an object that represents the data.
103 * the object's structure
110 public Object toObject(Structure objectStructure, BlenderContext blenderContext) throws BlenderFileException {
130 Structure parentStructure = pParent.fetchData(blenderContext.getInputStream()).get(0);
156 List<Structure> meshesArray = pMesh.fetchData(blenderContext.getInputStream());
185 Structure curveData = pCurve.fetchData(blenderContext.getInputStream()).get(0);
199 List<Structure> lampsArray = pLamp.fetchData(blenderContext.getInputStream());
236 List<Structure> camerasArray = pCamera.fetchData(blenderContext.getInputStream());
288 * the object's structure
[all...] |
/external/skia/third_party/glu/libtess/ |
README | 25 - output is available as an explicit mesh (a quad-edge structure), 62 to a user-defined vertex structure, which typically contains other 118 - Returns an explicit mesh, represented using the quad-edge structure 120 use a different mesh structure, so this is available only only as an 126 There is a brief description of this data structure in the include 358 possible the output should be cached in a user structure or display
|
/external/mesa3d/src/glsl/ |
ast.h | 442 : type_specifier(ast_type_name), type_name(name), structure(NULL), 448 /** Construct a type specifier from a structure definition */ 450 : type_specifier(ast_struct), type_name(s->name), structure(s), 467 ast_struct_specifier *structure; member in class:ast_type_specifier
|
ir_print_visitor.cpp | 47 printf("(structure (%s) (%s@%p) (%u) (\n", 52 print_type(s->fields.structure[j].type); 53 printf(")(%s))\n", s->fields.structure[j].name); 324 printf("(%s ", ir->type->fields.structure->name);
|
/cts/tools/dex-tools/src/dex/reader/ |
DexClassImpl.java | 32 import dex.structure.DexAnnotation; 33 import dex.structure.DexClass; 34 import dex.structure.DexField; 35 import dex.structure.DexMethod;
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/ |
CoreOperators.java | 39 import com.google.clearsilver.jsilver.functions.structure.NameFunction;
|
/cts/tools/signature-tools/src/signature/converter/dex/ |
DexToSigConverter.java | 87 import dex.structure.DexAnnotation; 88 import dex.structure.DexAnnotationAttribute; 89 import dex.structure.DexClass; 90 import dex.structure.DexEncodedAnnotation; 91 import dex.structure.DexEncodedValue; 92 import dex.structure.DexField; 93 import dex.structure.DexFile; 94 import dex.structure.DexMethod; 95 import dex.structure.DexParameter; [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_filter_gnu.s | 70 @load state variables from pFilter structure
74 @load coefficients from pWTFrame structure
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_filter_gnu.s | 70 @load state variables from pFilter structure
74 @load coefficients from pWTFrame structure
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
SymbolTable.cpp | 41 for (unsigned int i = 0; i < structure->size(); ++i) { 43 (*structure)[i].type->buildMangledName(mangledName);
|
/external/webkit/Source/WebCore/bindings/scripts/test/JS/ |
JSTestInterface.cpp | 72 static PassRefPtr<JSC::Structure> createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) 74 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info); 138 JSTestInterface::JSTestInterface(NonNullPassRefPtr<Structure> structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestInterface> impl) 139 : DOMObjectWithGlobalPointer(structure, globalObject)
|