/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
jstemplate.js | 18 * HTML templates. The template is edited in place. I.e. in order to 173 * formatted as "name1=value1&name2=value2&...", in the order defined by 324 * - pre-order function calls are downward edges (recursion into call). 325 * - post-order function calls are upward edges (return from call). 339 * A stack of queues of pre-order calls. 342 * ie. a flattened array of methods with 2 arguments, in reverse order 353 * be to maintain the queues in reverse order (popping off of the 526 // NOTE(mesch): Evaluation order is sometimes significant, e.g. when 666 // the order aligned with the DOM order, because the newl [all...] |
/external/chromium_org/third_party/jstemplate/ |
jstemplate.js | 18 * HTML templates. The template is edited in place. I.e. in order to 159 * formatted as "name1=value1&name2=value2&...", in the order defined by 306 * - pre-order function calls are downward edges (recursion into call). 307 * - post-order function calls are upward edges (return from call). 321 * A stack of queues of pre-order calls. 324 * ie. a flattened array of methods with 2 arguments, in reverse order 335 * be to maintain the queues in reverse order (popping off of the 496 // NOTE(mesch): Evaluation order is sometimes significant, e.g. when 633 // the order aligned with the DOM order, because the newl [all...] |
/external/icu/icu4c/source/i18n/ |
ucal.cpp | 685 UResourceBundle *order = ures_getByKey(rb, prefRegion, NULL, status); local 688 order = ures_getByKey(rb, "001", NULL, status); 696 for (int i = 0; i < ures_getSize(order); i++) { 698 const UChar *type = ures_getStringByIndex(order, i, &len, status); 731 ures_close(order);
|
/build/tools/releasetools/ |
blockimgdiff.py | 342 # data is stored with blocks in increasing order), and 346 # blocks in the set together in order will produce a valid 409 # Imagine processing the transfers in order. 434 if xf.order < u.order: 467 # be on a horizontal line in some order, trying to minimize the 533 # Now record the sequence in the 'order' field of each transfer, 538 x.order = len(new_transfers)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/ |
manager.py | 116 if self._options.order == 'natural': 118 elif self._options.order == 'random': 120 elif self._options.order == 'random-seeded':
|
/external/chromium_org/third_party/zlib/ |
infback.c | 260 static const unsigned short order[19] = /* permutation of code lengths */ local 371 state->lens[order[state->have++]] = (unsigned short)BITS(3); 375 state->lens[order[state->have++]] = 0;
|
/external/deqp/framework/common/ |
tcuTestLog.cpp | 175 (format.order == TextureFormat::RGB || format.order == TextureFormat::RGBA) 180 bool isRGBA = format.order == TextureFormat::RGBA;
|
tcuTexture.hpp | 97 ChannelOrder order; member in class:tcu::TextureFormat 101 : order (order_) 107 : order (CHANNELORDER_LAST) 117 return (order != other.order || type != other.type); [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
ImmutableSortedMultisetTest.java | 61 public List<String> order(List<String> insertionOrder) { 75 public List<String> order(List<String> insertionOrder) { 91 public List<String> order(List<String> insertionOrder) {
|
/external/libvorbis/doc/ |
03-codebook.tex | 116 codebook is encoded in ascending length order. Rather than reading 163 each vector of order \varname{[codebook_dimensions]} scalars. Lookup 185 store these in order in the array [codebook_multiplicands] 205 codebooks support unused codeword entries) is assigned, in order, the 220 Assigning codewords in order (lowest possible value of the appropriate 253 As we assign codewords in order, we see that each choice constructs a
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
fx_zlib_infback.c | 269 static const unsigned short order[19] = /* permutation of code lengths */ local 380 state->lens[order[state->have++]] = (unsigned short)BITS(3); 384 state->lens[order[state->have++]] = 0;
|
/external/qemu/distrib/zlib-1.2.8/ |
infback.c | 269 static const unsigned short order[19] = /* permutation of code lengths */ local 380 state->lens[order[state->have++]] = (unsigned short)BITS(3); 384 state->lens[order[state->have++]] = 0;
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
queue.h | 189 // used to compare two StateIds. If a (single) state's order changes, 264 // specialized to use the weight's natural order for the comparion function. 279 // Topological-order queue discipline, templated on the StateId. 286 // This constructor computes the top. order. It accepts an arc filter 302 // This constructor is passed the top. order, useful when we know it 304 TopOrderQueue(const vector<StateId> &order) 306 order_(order), state_(order.size(), kNoStateId) {} 348 // State order queue discipline, templated on the StateId. 398 // SCC topological-order meta-queue discipline, templated on the StateId [all...] |
/external/zlib/src/ |
infback.c | 269 static const unsigned short order[19] = /* permutation of code lengths */ local 380 state->lens[order[state->have++]] = (unsigned short)BITS(3); 384 state->lens[order[state->have++]] = 0;
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
SurfaceTextureRenderer.java | 153 FLOAT_SIZE_BYTES).order(ByteOrder.nativeOrder()).asFloatBuffer(); 157 FLOAT_SIZE_BYTES).order(ByteOrder.nativeOrder()).asFloatBuffer(); 440 .order(ByteOrder.nativeOrder());
|
/frameworks/base/core/java/android/net/dhcp/ |
DhcpPacket.java | 260 buf.order(ByteOrder.BIG_ENDIAN); 579 packet.order(ByteOrder.BIG_ENDIAN); 810 ByteBuffer buffer = ByteBuffer.wrap(packet).order(ByteOrder.BIG_ENDIAN);
|
/hardware/qcom/display/msm8084/libexternal/ |
external.cpp | 456 int order = getModeOrder(mode); local 457 if (order > bestOrder) { 458 bestOrder = order;
|
/hardware/qcom/display/msm8226/libexternal/ |
external.cpp | 457 int order = getModeOrder(mode); local 458 if (order > bestOrder) { 459 bestOrder = order;
|
/hardware/qcom/display/msm8960/libexternal/ |
external.cpp | 548 int order = getModeOrder(mode); local 549 if (order > bestOrder) { 550 bestOrder = order;
|
/hardware/qcom/display/msm8974/libexternal/ |
external.cpp | 560 int order = getModeOrder(mode); local 561 if (order > bestOrder) { 562 bestOrder = order;
|
/external/wpa_supplicant_8/src/crypto/ |
crypto_openssl.c | 1016 BIGNUM *order; member in struct:crypto_ec 1052 e->order = BN_new(); 1054 e->order == NULL || 1056 !EC_GROUP_get_order(e->group, e->order, e->bnctx)) { 1069 BN_clear_free(e->order); 1104 return (const struct crypto_bignum *) e->order;
|
/sdk/emulator/opengl/ |
common.mk | 5 # order for various variable definitions and usage to happen in the correct 6 # order. 96 # Note that order of declaration matters. If 'foo' is defined after 'bar' in
|
/bionic/libc/ |
crt.mk | 12 # that will call __cxa_finalize(&__dso_handle) in order to ensure that
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
FramebufferTest.java | 92 pixelBuf.order(ByteOrder.LITTLE_ENDIAN); 605 buf.order(ByteOrder.LITTLE_ENDIAN);
|
/development/build/tools/ |
windows_sdk.mk | 47 # in order to be able to make the WIN_TARGETS. They are
|