HomeSort by relevance Sort by last modified time
    Searched refs:structure (Results 101 - 125 of 421) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/
CoreOperators.java 39 import com.google.clearsilver.jsilver.functions.structure.NameFunction;
  /external/libunwind/doc/
unw_init_remote.tex 28 structure containing the machine-state of the initial stack frame.
30 thread-id, or a pointer to an arbitrary structure which identifies the
_U_dyn_cancel.tex 21 is the pointer to the \Type{unw\_dyn\_info\_t} structure that
libunwind-ptrace.tex 73 target process is known, a \Prog{\_UPT}-info-structure can be created
98 structure is never shared between threads. Because of this, no
100 a \Prog{\_UPT}-info structure at any given time, this facility
106 to create the \Prog{\_UPT}-info-structure for any reason. For the
libunwind-dynamic.tex 87 procedure by setting up a structure of type \Type{unw\_dyn\_info\_t}
89 structure as the sole argument. The members of the
90 \Type{unw\_dyn\_info\_t} structure are described below:
112 structure for every possible unwind-info format:
128 the details of a procedure are described by a structure of type
129 \Type{unw\_dyn\_proc\_info\_t}. This structure contains the following
165 is described by a structure of type \Type{unw\_dyn\_table\_info}.
166 This structure contains the following members:
215 A region descriptor is a variable length structure that describes how
219 region descriptor is a structure of typ
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/inspectedWindow/chrome-preprocessor/Panel/
InspectedWindowLoadMonitor.js 40 // Initialize a secret data structure.
  /external/chromium_org/tools/grit/grit/format/
data_pack.py 21 from grit.node import structure namespace
44 structure.StructureNode)):
  /external/chromium_org/ui/keyboard/resources/elements/
kb-key-sequence.js 17 * Generates the DOM structure to replace (expand) this kb-key-sequence.
  /external/chromium_org/v8/test/webkit/
dfg-check-two-structures.js 25 "This tests that a polymorphic structure check is actually executed."
dfg-convert-this-polymorphic-object-then-exit-on-other.js 25 "Tests that a convert_this optimized for the case where this is an object with polymorphic structure behaves correctly when you then pass null."
dfg-convert-this-polymorphic-object-then-exit-on-string.js 25 "Tests that a convert_this optimized for the case where this is an object with polymorphic structure behaves correctly when you then pass a string."
dfg-phantom-base.js 36 // Do things to ensure that the structure check on o is not hoisted.
dfg-phantom-get-local.js 36 // Do things to ensure that the structure check on o is not hoisted.
dfg-put-by-id-prototype-check.js 25 "Tests that the DFG CFA is not overzealous in removing prototype structure checks for put_by_id transitions."
dfg-resolve-global-specific-dictionary.js 25 "Tests that the specific value optimization does not break when the relevant structure is a dictionary."
  /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/chromium_org/third_party/mesa/src/src/glsl/
ast.h 474 : type_name(name), structure(NULL),
481 /** Construct a type specifier from a structure definition */
483 : type_name(s->name), structure(s),
499 ast_struct_specifier *structure; member in class:ast_type_specifier
ir_print_visitor.cpp 48 printf("(structure (%s) (%s@%p) (%u) (\n",
53 print_type(s->fields.structure[j].type);
54 printf(")(%s))\n", s->fields.structure[j].name);
385 printf("(%s ", ir->type->fields.structure[i].name);
  /external/mesa3d/src/glsl/
ast.h 474 : type_name(name), structure(NULL),
481 /** Construct a type specifier from a structure definition */
483 : type_name(s->name), structure(s),
499 ast_struct_specifier *structure; member in class:ast_type_specifier
ir_print_visitor.cpp 48 printf("(structure (%s) (%s@%p) (%u) (\n",
53 print_type(s->fields.structure[j].type);
54 printf(")(%s))\n", s->fields.structure[j].name);
385 printf("(%s ", ir->type->fields.structure[i].name);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
content_editable_extractor.js 41 * Map from line index to a data structure containing the start
62 * Map from line index to a data structure containing the start
  /external/chromium_org/tools/grit/grit/gather/
interface.py 26 rc_file: The 'file' attribute of the <structure> node (usually the
  /external/chromium_org/tools/grit/grit/tool/
rc2grd.py 17 from grit.node import structure namespace
284 information resources and HTML templates) and adds each as a <structure>
292 node.AddChild(structure.StructureNode.Construct(
298 node.AddChild(structure.StructureNode.Construct(node, id, res_type,
resize.py 118 of the <structure> node for the dialog. The translateable bits of the dialog
219 if node.name == 'structure' and node.attrs['type'] == 'dialog':
270 assert node.name == 'structure' and node.attrs['type'] == 'dialog'

Completed in 929 milliseconds

1 2 3 45 6 7 8 91011>>