HomeSort by relevance Sort by last modified time
    Searched refs:structure (Results 151 - 175 of 273) sorted by null

1 2 3 4 5 67 8 91011

  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestMediaQueryListListener.cpp 73 static PassRefPtr<JSC::Structure> createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
75 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
134 JSTestMediaQueryListListener::JSTestMediaQueryListListener(NonNullPassRefPtr<Structure> structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestMediaQueryListListener> impl)
135 : DOMObjectWithGlobalPointer(structure, globalObject)
JSTestSerializedScriptValueInterface.cpp 74 static PassRefPtr<JSC::Structure> createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
76 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
124 JSTestSerializedScriptValueInterface::JSTestSerializedScriptValueInterface(NonNullPassRefPtr<Structure> structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestSerializedScriptValueInterface> impl)
125 : DOMObjectWithGlobalPointer(structure, globalObject)
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
GStreamerGWorld.cpp 46 if (gst_structure_has_name(message->structure, "prepare-xwindow-id")
47 || gst_structure_has_name(message->structure, "have-ns-view"))
  /external/bluetooth/bluez/audio/
gsta2dpsink.c 532 GstStructure *structure; local
538 structure = gst_caps_get_structure(caps, 0);
544 if (gst_structure_has_name(structure, "audio/x-sbc")) {
548 } else if (gst_structure_has_name(structure, "audio/mpeg")) {
563 gst_structure_has_name(structure, "audio/mpeg")) {
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
OutputHLSL.cpp 1904 TString structure; local
    [all...]
glslang_tab.cpp 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/JavaScriptCore/bytecode/
CodeBlock.cpp 228 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());
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
BlenderContext.java 55 import com.jme3.scene.plugins.blender.file.Structure;
90 * 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. */
102 private Stack<Structure> parentStack = new Stack<Structure>();
295 * @param structure
    [all...]
  /external/mesa3d/src/glsl/
glsl_types.h 125 * \c GLSL_TYPE_STRUCT, it is the number of elements in the structure and
126 * the number of values pointed to by \c fields.structure (below).
136 struct glsl_struct_field *structure; /**< List of struct fields. */ member in union:glsl_type::__anon9713
358 * Get the type of a structure field
361 * Pointer to the type of the named field. If the type is not a structure
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackObjectFunctions.h 53 JSCallbackObject<Base>::JSCallbackObject(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, JSClassRef jsClass, void* data)
54 : Base(globalObject, structure)
64 JSCallbackObject<Base>::JSCallbackObject(JSGlobalData& globalData, JSClassRef jsClass, Structure* structure)
65 : Base(globalData, structure)
  /external/webkit/Source/JavaScriptCore/heap/
HandleHeap.cpp 162 if (!cell || !cell->structure())
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableElement17.js 78 The summary attribute is a description about the purpose or structure
table39.js 78 Supplementary description about the purpose or structure of a table.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableElement17.js 78 The summary attribute is a description about the purpose or structure
table39.js 78 Supplementary description about the purpose or structure of a table.
  /external/webkit/Source/JavaScriptCore/runtime/
MathObject.cpp 89 MathObject::MathObject(ExecState* exec, JSGlobalObject* globalObject, Structure* structure)
90 : JSObjectWithGlobalObject(globalObject, structure)
NumberPrototype.cpp 48 NumberPrototype::NumberPrototype(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure)
49 : NumberObject(exec->globalData(), structure)
145 // This also covers Ininity, and structure the check so that NaN
JSArray.cpp 134 JSArray::JSArray(JSGlobalData& globalData, Structure* structure)
135 : JSNonFinalObject(globalData, structure)
151 JSArray::JSArray(JSGlobalData& globalData, Structure* structure, unsigned initialLength, ArrayCreationMode creationMode)
152 : JSNonFinalObject(globalData, structure)
193 JSArray::JSArray(JSGlobalData& globalData, Structure* structure, const ArgList& list)
194 : JSNonFinalObject(globalData, structure)
535 // which almost certainly means a different structure for PropertyNameArray
    [all...]
  /external/webkit/Source/JavaScriptGlue/
UserObjectImp.cpp 37 UserObjectImp::UserObjectImp(JSGlobalData& globalData, Structure* structure, JSUserObject* userObject)
38 : JSNonFinalObject(globalData, structure)
  /external/webkit/Source/WebCore/bridge/
runtime_object.cpp 41 RuntimeObject::RuntimeObject(ExecState*, JSGlobalObject* globalObject, Structure* structure, PassRefPtr<Instance> instance)
42 : JSObjectWithGlobalObject(globalObject, structure)
  /external/freetype/src/base/
ftstream.c 724 void* structure )
769 p = (FT_Byte*)structure + fields->offset;
831 p = (FT_Byte*)structure + fields->offset;
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 736 ::Rect content, structure;
738 GetWindowBounds(windowRef, kWindowStructureRgn, &structure);
741 int top = content.top - structure.top;
  /external/jpeg/
jmemdosa.asm 259 ; 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/
llvm_target.mli 87 (** Computes the structure element that contains the byte offset for a target.
  /external/qemu/distrib/jpeg-6b/
jmemdosa.asm 259 ; 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.

Completed in 848 milliseconds

1 2 3 4 5 67 8 91011