HomeSort by relevance Sort by last modified time
    Searched refs:structure (Results 201 - 225 of 279) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/e2fsprogs/
e2fsprogs.spec 23 (used to examine the internal structure of a filesystem, to manually
  /external/webkit/Source/JavaScriptCore/jit/
JITInlineMethods.h 259 ALWAYS_INLINE JIT::Jump JIT::checkStructure(RegisterID reg, Structure* structure)
261 return branchPtr(NotEqual, Address(reg, JSCell::structureOffset()), TrustedImmPtr(structure));
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.cpp 104 structure()->disableSpecificFunctionTracking();
181 m_functionPrototype->structure()->setPrototypeWithoutTransition(exec->globalData(), m_objectPrototype.get());
228 Structure* nativeErrorPrototypeStructure = NativeErrorPrototype::createStructure(exec->globalData(), errorPrototype);
229 Structure* nativeErrorStructure = NativeErrorConstructor::createStructure(exec->globalData(), m_functionPrototype.get());
JSONObject.cpp 56 JSONObject::JSONObject(JSGlobalObject* globalObject, Structure* structure)
57 : JSObjectWithGlobalObject(globalObject, structure)
StringPrototype.cpp 134 StringPrototype::StringPrototype(ExecState* exec, JSGlobalObject* globalObject, Structure* structure)
135 : StringObject(exec, structure)
    [all...]
DatePrototype.cpp 287 // ms (representing milliseconds) and t (representing the rest of the date structure) appropriately.
341 // ms (representing milliseconds) and t (representing the rest of the date structure) appropriately.
432 DatePrototype::DatePrototype(ExecState* exec, JSGlobalObject* globalObject, Structure* structure)
433 : DateInstance(exec, structure)
    [all...]
ArrayPrototype.cpp 117 ArrayPrototype::ArrayPrototype(JSGlobalObject* globalObject, Structure* structure)
118 : JSArray(globalObject->globalData(), structure)
    [all...]
  /libcore/
JavaLibrary.mk 26 # The structure of each module is:
  /external/v8/src/
objects.cc 168 Object* structure,
172 // data structure used to store the callbacks. Eventually foreign
174 if (structure->IsForeign()) {
177 Foreign::cast(structure)->foreign_address());
184 if (structure->IsAccessorInfo()) {
185 AccessorInfo* data = AccessorInfo::cast(structure);
208 if (structure->IsAccessorPair()) {
209 Object* getter = AccessorPair::cast(structure)->getter();
    [all...]
objects.h     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/freetype/include/freetype/internal/
ftstream.h 95 /* Construct an FT_Frame_Field out of a structure type and a field name. */
96 /* The structure type must be set in the FT_STRUCTURE macro before */
338 /* create a new (input) stream from an FT_Open_Args structure */
355 /* close a stream (does not destroy the stream structure) */
485 /* Read a structure from a stream. The structure must be described */
490 void* structure );
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureHelper.java 61 import com.jme3.scene.plugins.blender.file.Structure;
148 * texture structure filled with data
153 * this exception is thrown when the blend file structure is somehow invalid or corrupted
155 public Texture getTexture(Structure tex, BlenderContext blenderContext) throws BlenderFileException {
169 Structure image = pImage.fetchData(blenderContext.getInputStream()).get(0);
382 * image structure filled with data
387 * this exception is thrown when the blend file structure is somehow invalid or corrupted
389 public Texture getTextureFromImage(Structure image, BlenderContext blenderContext) throws BlenderFileException {
400 Structure packedFile = pPackedFile.fetchData(blenderContext.getInputStream()).get(0);
478 public boolean shouldBeLoaded(Structure structure, BlenderContext blenderContext) {
    [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 118 * "There are no implicit array or structure conversions. For
801 const char *field_name = op0->type->fields.structure[i].name;
    [all...]
linker.cpp 998 const glsl_type *field_type = type->fields.structure[i].type;
1000 type->fields.structure[i].name);
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 143 cachedPrototypeStructure.setWithoutWriteBarrier((Structure*)1);
148 WriteBarrier<Structure> cachedStructure;
149 WriteBarrier<Structure> cachedPrototypeStructure;
159 WriteBarrier<Structure> structure; member in struct:JSC::GlobalResolveInfo
164 // This structure is used to map from a call return location
  /external/libvorbis/doc/
02-bitpacking.tex 212 container structure, such as an Ogg transport bitstream. Externally,
05-comment.tex 12 greater structure and machine parseability.
31 \subsubsection{Structure}
  /external/v8/test/mjsunit/
mjsunit.js 68 // check the real structure of the found value.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java 118 import org.eclipse.wb.internal.core.editor.structure.IPage;
119 import org.eclipse.wb.internal.core.editor.structure.PageSiteComposite;
    [all...]
  /external/dropbear/libtommath/
bn.tex 350 All LTM functions that use the mp\_int type will expect a pointer to mp\_int structure. You must allocate memory to
351 hold the structure itself by yourself (whether off stack or heap it doesn't matter). The very first thing that must be
384 This function expects a pointer to an mp\_int structure and will initialize the members of the structure so the mp\_int
415 The function expects a pointer to a previously initialized mp\_int structure and frees the heap it uses. It sets the
594 Within the mp\_int structure are two parameters which control the limitations of the array of digits that represent
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jsevalcontext.js 110 * The entire context structure is exposed as a variable so it can be
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 110 * The entire context structure is exposed as a variable so it can be
  /external/strace/
strace.spec 225 - print RTC_* ioctl structure contents (#58606)
  /external/zlib/src/contrib/delphi/
ZLib.pas 22 // Internal structure. Ignore.

Completed in 1133 milliseconds

1 2 3 4 5 6 7 891011>>