/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_next.py | 34 order = "pre" # Pre-order tree traversal variable in class:FixNext
|
fix_operator.py | 26 order = "pre" variable in class:FixOperator
|
/cts/tests/tests/media/src/android/media/cts/ |
TextureRender.java | 87 .order(ByteOrder.nativeOrder()).asFloatBuffer(); 257 // with native-order ARGB data to feed to Bitmap. 273 buf.order(ByteOrder.LITTLE_ENDIAN);
|
/development/samples/Compass/src/com/example/android/compass/ |
CompassActivity.java | 185 // must have their byte order set to native order 189 vbb.order(ByteOrder.nativeOrder()); 195 vbb.order(ByteOrder.nativeOrder());
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
new_tab.css | 6 /* It's necessary to put this here instead of in body in order to get the 391 -webkit-order: 3; 420 -webkit-order: 2; 446 /* Put menus in a box so the order can easily be swapped. */ 454 -webkit-order: 1; 458 -webkit-order: 0;
|
/external/chromium_org/chromeos/network/ |
network_event_log_unittest.cc | 57 std::string GetLogString(StringOrder order, size_t max_events) { 59 order, "file,desc", kDefaultLevel, max_events);
|
/external/chromium_org/native_client_sdk/src/examples/api/network_monitor/ |
example.js | 28 // The order in the .html file is:
|
/external/chromium_org/third_party/opus/src/silk/ |
encode_indices.c | 93 silk_assert( psEncC->psNLSF_CB->order == psEncC->predictLPCOrder ); 94 for( i = 0; i < psEncC->psNLSF_CB->order; i++ ) {
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/ |
filter_functions.c | 91 int order 98 for (lag = 0; lag <= order; lag++) 203 //This performs all-pass filtering--a series of first order all-pass sections are used 250 /* second order high-pass filter */
|
/external/chromium_org/tools/cygprofile/ |
mergetraces.py | 72 """Prints warning to stderr if the call timestamps are not in order. 141 This is used to make the order of functions not depend on thread scheduling
|
/external/chromium_org/tools/perf/measurements/ |
page_cycler.js | 17 // in Chrome running these tests much faster than other browsers. In order to
|
/external/chromium_org/v8/test/webkit/ |
property-iteration.js | 36 // Assigning to 'Math.sin' should not change iteration order of properties.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/ |
searchcvs.php | 14 $order = "ORDER BY `date` DESC"; variable 54 $order = "ORDER BY `relevance` DESC, `date` DESC"; variable 71 $sql = "SELECT SQL_CALC_FOUND_ROWS `cvsname`, `revision`, `date`, `author`, `message`, `keyword_subs`, `bugid`, `revision` AS `orev`, `fid` AS `ofid`, $branch AS `branch`$ec FROM `cvsfiles` NATURAL JOIN `commits` NATURAL LEFT JOIN `bugs` $where GROUP BY `fid`, `revision`, `bugid` $having $order LIMIT $offset, $pagesize";
|
/external/eigen/lapack/ |
clarft.f | 38 *> of order n, which is defined as a product of k elementary reflectors. 61 *> Specifies the order in which the elementary reflectors are 79 *> The order of the block reflector H. N >= 0. 85 *> The order of the triangular factor T (= the number of
|
dlarft.f | 38 *> of order n, which is defined as a product of k elementary reflectors. 61 *> Specifies the order in which the elementary reflectors are 79 *> The order of the block reflector H. N >= 0. 85 *> The order of the triangular factor T (= the number of
|
slarft.f | 38 *> of order n, which is defined as a product of k elementary reflectors. 61 *> Specifies the order in which the elementary reflectors are 79 *> The order of the block reflector H. N >= 0. 85 *> The order of the triangular factor T (= the number of
|
zlarft.f | 38 *> of order n, which is defined as a product of k elementary reflectors. 61 *> Specifies the order in which the elementary reflectors are 79 *> The order of the block reflector H. N >= 0. 85 *> The order of the triangular factor T (= the number of
|
/external/eigen/test/ |
product_symm.cpp | 17 enum { order = OtherSize==1 ? 0 : RowMajor }; enumerator in enum:__anon24861 18 typedef Matrix<Scalar, Size, OtherSize,order> Rhs3;
|
/external/guava/guava-tests/test/com/google/common/hash/ |
AbstractStreamingHasherTest.java | 34 Sink sink = new Sink(4); // byte order insignificant here 176 assertEquals(ByteOrder.LITTLE_ENDIAN, bb.order()); 186 assertEquals(ByteOrder.LITTLE_ENDIAN, bb.order());
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-indic-machine.rl | 40 # Same order as enum indic_category_t. Not sure how to avoid duplication.
|
hb-ot-shape-complex-myanmar-machine.rl | 40 # Same order as enum myanmar_category_t. Not sure how to avoid duplication.
|
/external/libopus/silk/ |
encode_indices.c | 93 silk_assert( psEncC->psNLSF_CB->order == psEncC->predictLPCOrder ); 94 for( i = 0; i < psEncC->psNLSF_CB->order; i++ ) {
|
/external/llvm/autoconf/m4/ |
link_options.m4 | 38 AC_DEFINE([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path.])
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
filter_functions.c | 91 int order 98 for (lag = 0; lag <= order; lag++) 203 //This performs all-pass filtering--a series of first order all-pass sections are used 250 /* second order high-pass filter */
|
/frameworks/base/core/java/android/nfc/tech/ |
MifareClassic.java | 477 cmd.order(ByteOrder.LITTLE_ENDIAN); 505 cmd.order(ByteOrder.LITTLE_ENDIAN);
|