/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
wavefront.h | 27 it is necessary to pack the "wavefront_alias" structure to a size 474 /* This structure is meant to be padded only to 16 bits on their
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
PropertySheetPage.java | 50 import org.eclipse.wb.internal.core.editor.structure.IPage;
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
recognizers.rb | 61 == Structure Attributes 179 much of the shared functionality and structure used in the recognition process. 236 # each recognizer gets a default return value structure 931 which defines the structure of a specific type of sentence in a grammar. Lexers, [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
wizard.rb | 46 AST for a particular node structure. These features make tree wizards useful 277 A simple tree class that represents the skeletal structure of tree. It is used
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/ |
en.stg | 67 "bad internal tree structure for action '<arg>': <exception>" 69 bad internal tree structure '<arg>': <exception>
|
/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...] |
/external/zlib/contrib/masmx86/ |
gvmat32.asm | 89 ; in zlib in the deflate_state structure since the asm code was first written
96 ; Note : these value are good with a 8 bytes boundary pack structure
634 ;;; Offsets for fields in the deflate_state structure. These numbers
697 ;;; deflate_state structure during the function's setup (before
|
/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/v8/test/mjsunit/ |
mjsunit.js | 68 // check the real structure of the found value.
|
/external/zlib/contrib/masm686/ |
match.asm | 144 ; deflate_state structure during the function's setup (before
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
OutlinePage.java | 108 import org.eclipse.wb.internal.core.editor.structure.IPage; 109 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
|