HomeSort by relevance Sort by last modified time
    Searched refs:order (Results 1026 - 1050 of 1605) sorted by null

<<41424344454647484950>>

  /external/chromium_org/v8/src/
object-observe.js 23 // priority of the callback (which determines delivery order between
29 // callbacks are invoked in the proper order until there are no more
32 // Note that in order to reduce allocation and processing costs, the
  /external/chromium_org/third_party/libxml/src/
xmlschemastypes.c 3402 int order = 1, integx, integy, dlen; local
    [all...]
  /external/libxml2/
xmlschemastypes.c 3409 int order = 1, integx, integy, dlen; local
    [all...]
  /external/opencv/cxcore/src/
cxmatmul.cpp     [all...]
  /external/bison/
cfg.mk 64 # At least for Mac OS X's grep, the order between . and [ in "[^.[]"
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
node_breadcrumb.js 30 * The attribute to mark nodes that have been touched, and in what order.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
page_selection.js 97 // document order. The CursorSelection's are either pointing in the same
  /external/chromium_org/chrome/browser/resources/signin_internals/
signin_internals.js 139 // Handle a reply, assuming that messages are processed in FIFO order.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 88 // In order to keep the popup bubble from shrinking as your search narrows the
  /external/chromium_org/extensions/renderer/resources/
last_error.js 36 // We check to see if developers access runtime.lastError in order to decide
  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp 694 doAssert((order1 != order2), "The order result should not be the same");
703 doAssert((order1 == order2), "The order result should be the same");
757 doAssert((order1 == order2), "The order result should be the same");
1268 uint32_t order; local
1296 uint32_t order; local
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_packed_depth_stencil.spec 82 Format Name Buffer Element Meaning and Order
103 gives a description of and the number and order of elements in a
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec.h 125 -- optional generator with associated information (order, cofactor)
230 /** Sets the generator and it's order/cofactor of a EC_GROUP object.
233 * \param order the order of the group generated by the generator.
238 int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor);
246 /** Gets the order of a EC_GROUP
248 * \param order BIGNUM to which the order is copied
252 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ec.h 125 -- optional generator with associated information (order, cofactor)
230 /** Sets the generator and it's order/cofactor of a EC_GROUP object.
233 * \param order the order of the group generated by the generator.
238 int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor);
246 /** Gets the order of a EC_GROUP
248 * \param order BIGNUM to which the order is copied
252 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
    [all...]
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/include/
signal_processing_library.h 491 // - order : The order up to which the autocorrelation should be
503 // - -1, if |order| > |in_vector_length|;
504 // - Number of samples in |result|, i.e. (order+1), otherwise.
507 int order,
517 // - use_order : The LPC filter order (support up to order 20)
528 int16_t order);
719 // data_out[-order] .. data_out[-1]
721 // - coefficients_length: Number of coefficients (order+1
    [all...]
  /external/chromium_org/tools/win/
copy-installer.bat 17 REM (case matters), or "x64" on the command line in any order to influence
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
image_parsers.js 169 // Read 24-bit value. ECMAScript assures left-to-right evaluation order.
  /external/chromium_org/ui/keyboard/resources/elements/
kb-altkey-data.js 91 // Candiates are approximately in decreasing order of usage, and are
  /external/chromium_org/v8/test/mjsunit/compiler/
expression-trees.js 32 // (in order) as the fringe.
  /external/chromium_org/v8/test/mjsunit/
eval.js 48 // eval has special evaluation order for consistency with other browsers.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2443.js 74 // toExponential and toPrecision does following steps in order
  /external/deqp/modules/gles3/functional/
es3fTextureWrapTests.cpp 332 const bool isSRGB = texFormat.order == tcu::TextureFormat::sRGB || texFormat.order == tcu::TextureFormat::sRGBA;
  /external/fonttools/Lib/fontTools/
cffLib.py 1209 registry, order, supplement = value
1210 xmlWriter.simpletag(name, [('Registry', tostr(registry)), ('Order', tostr(order)),
1215 return (attrs['Registry'], attrs['Order'], safeEval(attrs['Supplement']))
1523 order = buildOrder(topDictOperators) variable in class:TopDict
1574 order = buildOrder(topDictOperators) variable in class:FontDict
1594 order = buildOrder(privateDictOperators) variable in class:PrivateDict
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 680 doAssert((order1 != order2), "The order result should not be the same");
689 doAssert((order1 == order2), "The order result should be the same");
743 doAssert((order1 == order2), "The order result should be the same");
1304 uint32_t order; local
1332 uint32_t order; local
    [all...]
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.cpp 277 UInt32 order = local
284 SetMethodProp(oneMethodInfo, NCoderPropID::kOrder, order);

Completed in 1756 milliseconds

<<41424344454647484950>>