HomeSort by relevance Sort by last modified time
    Searched full:expanded (Results 701 - 725 of 2776) sorted by null

<<21222324252627282930>>

  /external/mksh/src/
edit.c 3501 } expanded; variable in typeref:enum:expand_mode
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp-parse.y 1319 token_list_t *expanded;
1322 expanded = _token_list_create (parser);
1324 _token_list_append (expanded, token);
1326 _token_list_append_list (expanded, list);
1327 glcpp_parser_lex_from (parser, expanded);
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.y 1319 token_list_t *expanded;
1322 expanded = _token_list_create (parser);
1324 _token_list_append (expanded, token);
1326 _token_list_append_list (expanded, list);
1327 glcpp_parser_lex_from (parser, expanded);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
ElementsTreeOutline.js 728 var wasExpanded = this._treeElementBeingDragged.expanded;
822 node.moveTo(node.parentNode, node.previousSibling, this._selectNodeAfterEdit.bind(this, treeElement.expanded));
827 node.moveTo(node.parentNode, node.nextSibling.nextSibling, this._selectNodeAfterEdit.bind(this, treeElement.expanded));
    [all...]
  /build/tools/droiddoc/templates-sac/components/
masthead.cs 120 <!-- Expanded quicknav -->
185 <!-- /Expanded quicknav -->
  /build/tools/droiddoc/templates-sdk-dyn/components/
masthead.cs 56 <!-- Expanded quicknav -->
125 </div><!-- /Expanded quicknav -->
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemVariable.java 136 * value of the name attribute is a QName, which is expanded
151 * value of the name attribute is a QName, which is expanded
  /external/apache-xml/src/main/java/org/apache/xml/utils/
QName.java 37 * then the prefix is expanded into a URI reference using the namespace declarations
38 * in effect on the attribute in which the name occurs. The expanded name
  /external/bison/m4/
gnulib-common.m4 8 # is expanded unconditionally through gnulib-tool magic.
10 dnl Use AC_REQUIRE here, so that the code is expanded once only.
threadlib.m4 34 dnl The guts of gl_THREADLIB_EARLY. Needs to be expanded only once.
105 dnl The guts of gl_THREADLIB. Needs to be expanded only once.
  /external/chromium_org/athena/wm/
split_view_controller.cc 98 // window if it falls within the expanded bounds
123 // The effective touch target area of |priority_window_| gets expanded so
  /external/chromium_org/net/dns/
address_sorter_posix.cc 141 // fec0::/10 -- site-local expanded scope
162 // fec0::/10 -- site-local expanded scope
  /external/chromium_org/tools/metrics/histograms/
extract_histograms.py 128 A string with the expanded histogram name.
154 # "remainder", e.g. Foo.BarHist expanded with gamma becomes Foo.gamma_BarHist.
  /external/chromium_org/ui/gfx/geometry/
r_tree_base.h 243 // Requires a precomputed vector of expanded rectangles where the ith
256 // node's bounding box. Requires a precomputed vector of expanded rectangles
  /external/clang/include/clang/AST/
TemplateName.h 117 /// enclosing pack expansion could not be fully expanded.
204 /// a template template argument pack, but has not yet been expanded into
  /external/e2fsprogs/e2fsck/
e2fsck.conf.5.in 196 etc.) which will be expanded so that the file name for the log file can
332 may contain the following percent-expressions that will be expanded as
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentsView.java 412 // Collapse previous expanded components except the requested one
413 // TODO (frederic) also collapse expanded components children elements
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 133 /// \brief Expand pseudo instruction. Return true if MI was expanded.
346 // Expand pseudo instruction. Skip if MI was not expanded.
  /external/llvm/utils/TableGen/
CodeGenSchedule.h 44 /// IsVariadic controls whether the variants are expanded into multiple operands
124 /// variants are expanded. Multiple SchedClasses may be inferred from an
  /external/openfst/src/include/fst/
state-table.h 30 #include <fst/expanded-fst.h>
344 // expanded Fsts, they will first have their states counted.
  /external/openssl/crypto/rc2/
rrc2.doc 53 the expanded key array S, so S resembles an array of random binary words
74 The secret key is first expanded to fill 128 bytes (64 words). The expansion
  /external/valgrind/main/
README_DEVELOPERS 109 macro VG_(FUNC) is expanded to vgPlain_FUNC, so If you want to set
120 be fully expanded (ie. not an environment variable).
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
weight_amrwb_lpc.cpp 48 int16 ap[], (o) Q12 : Spectral expanded LPC coefficients
118 int16 ap[], /* (o) Q12 : Spectral expanded LPC coefficients */
  /frameworks/base/core/java/android/widget/
CursorTreeAdapter.java 217 * @param isExpanded Whether the group is expanded.
231 * @param isExpanded Whether the group is expanded.
SimpleCursorTreeAdapter.java 80 * defines the views for an expanded group. The layout file
121 * defines the views for an expanded group. The layout file

Completed in 618 milliseconds

<<21222324252627282930>>