HomeSort by relevance Sort by last modified time
    Searched refs:described (Results 1 - 25 of 50) sorted by null

1 2

  /development/tools/line_endings/
Android.mk 3 # Copies files into the directory structure described by a manifest
  /build/tools/atree/
Android.mk 3 # Copies files into the directory structure described by a manifest
  /external/chromium_org/v8/test/promises-aplus/lib/
mocha.js 171 function TestSuite(described) {
172 this.description = described.description;
177 if (described.before) {
179 described.before, undefined, false));
181 for (var i = 0; i < described.cases.length; ++i) {
182 this.cases.push(new TestCase(described.cases[i].description,
183 described.beforeEach,
184 described.cases[i].fn,
185 described.afterEach,
188 if (described.after)
    [all...]
  /external/chromium_org/remoting/tools/win/
chromoting-set-channel.bat 10 REM Based on method described at:
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce1.asm 33 ; this isn't part of the official epilog, as described in section 2.5
sce3.asm 33 ; this isn't part of the official epilog, as described in section 2.5
  /external/libunwind/doc/
_U_dyn_register.tex 21 described by a structure of type \Type{unw\_dyn\_info\_t} (see
libunwind-dynamic.tex 61 The only point in the epilogue that needs to be described explicitly
63 gets restored. The reason this point needs to be described is that
72 fashion needs to be described with an operation descriptor. For this
90 \Type{unw\_dyn\_info\_t} structure are described below:
121 The format of these sub-members is described in detail below.
128 the details of a procedure are described by a structure of type
165 is described by a structure of type \Type{unw\_dyn\_table\_info}.
246 prologue, the body, and a canned epilogue. This could be described by
278 of the \Type{unw\_dyn\_operation\_t} values described below.
291 a value of 0 means that the effect described by this directiv
    [all...]
unw_get_fpreg.tex 23 The register numbering is target-dependent and described in separate
unw_get_reg.tex 23 The register numbering is target-dependent and described in separate
unw_set_fpreg.tex 23 The register numbering is target-dependent and described in separate
unw_set_reg.tex 23 The register numbering is target-dependent and described in separate
  /external/chromium_org/tools/telemetry/telemetry/core/
network_quiescence.js 55 * This method uses the Resource Timing interface, which is described at
  /external/chromium_org/v8/test/webkit/fast/js/
regexp-ranges-and-escaped-hyphens.js 25 'Tests for bug <a href="https://bugs.webkit.org/show_bug.cgi?id=21232">#21232</a>, and related range issues described in bug.'
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_signed_rgba.spec 81 RESOLVED: Same as described in issue 5) of
115 and converting back (using the mapping described here).
125 RESOLVED: Same as described in issue 6) of
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 81 RESOLVED: Same as described in issue 5) of
115 and converting back (using the mapping described here).
125 RESOLVED: Same as described in issue 6) of
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_packed_depth_stencil.spec 172 described in the table below:
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 172 described in the table below:
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
module.pxd 26 # Import a module. This is best described by referring to the
48 # Reload a module. This is best described by referring to the
object.pxd 145 # the generic algorithm described above. New in version
175 # of C arguments. The C arguments are described using a
186 # of C arguments. The C arguments are described by a
exc.pxd 9 # The functions described in this chapter will let you handle and
213 # NULL to get the default effect described there.
  /external/libvorbis/doc/
01-introduction.tex 118 reference Vorbis decoder described below may be considered a proper
282 encoding and proper use of the comment header is described in \xref{vorbis:spec:comment}.
320 of the three Vorbis headers described above. The fourth packet type
336 as described earlier, all of which may be used in a given Vorbis
401 or angle. The coupling relationships are described in the codec setup
08-residue.tex 352 Format zero decodes partitions exactly as described earlier in the
386 Format 1 decodes partitions exactly as described earlier in the
431 \item Post decode: Deinterleave the single vector \varname{[v]} returned by format 1 decode as described above into \emph{ch} independent vectors, one for each outputchannel, according to:
  /external/chromium_org/tools/perf/page_sets/mse_cases/
startup_test.js 7 // video tag. The test takes several URL parameters described in
  /external/chromium_org/v8/test/webkit/
math.js 26 "This test checks the behavior of the Math object as described in 15.8 of the language specification."

Completed in 324 milliseconds

1 2