/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include/ |
loongson.h | 450 pshufh_u (uint16x4_t dest, uint16x4_t s, uint8_t order) 452 return __builtin_loongson_pshufh_u (s, order); 456 pshufh_s (int16x4_t dest, int16x4_t s, uint8_t order) 458 return __builtin_loongson_pshufh_s (s, order);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
float.h | 23 #error Corrupt install of gcc-s internal headers, or search order was changed.
|
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include/ |
loongson.h | 450 pshufh_u (uint16x4_t dest, uint16x4_t s, uint8_t order) 452 return __builtin_loongson_pshufh_u (s, order); 456 pshufh_s (int16x4_t dest, int16x4_t s, uint8_t order) 458 return __builtin_loongson_pshufh_s (s, order);
|
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/ |
loongson.h | 450 pshufh_u (uint16x4_t dest, uint16x4_t s, uint8_t order) 452 return __builtin_loongson_pshufh_u (s, order); 456 pshufh_s (int16x4_t dest, int16x4_t s, uint8_t order) 458 return __builtin_loongson_pshufh_s (s, order);
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include/ |
loongson.h | 450 pshufh_u (uint16x4_t dest, uint16x4_t s, uint8_t order) 452 return __builtin_loongson_pshufh_u (s, order); 456 pshufh_s (int16x4_t dest, int16x4_t s, uint8_t order) 458 return __builtin_loongson_pshufh_s (s, order);
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
Connection.java | 303 handshake.order(endian);
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
BootSector.java | 76 bb.order(ByteOrder.LITTLE_ENDIAN);
|
/external/deqp/modules/gles31/functional/ |
es31fProgramInterfaceDefinitionUtil.cpp | 197 // Collect all structs in post order 746 static int getBufferTypeSize (glu::DataType type, glu::MatrixOrder order) 753 else if (glu::isDataTypeMatrix(type) && order == glu::MATRIXORDER_ROW_MAJOR) 755 else if (glu::isDataTypeMatrix(type) && order != glu::MATRIXORDER_ROW_MAJOR) 763 static int getBufferVariableSize (const glu::VarType& type, glu::MatrixOrder order) 766 return getBufferTypeSize(type.getBasicType(), order); 770 return arraySize * getBufferVariableSize(type.getElementType(), order); 776 sum += getBufferVariableSize(type.getStructPtr()->getMember(ndx).getType(), order); 917 // The same {uniform (block), buffer (variable)} can exist in multiple shaders, remove duplicates but keep order [all...] |
/external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/ |
exif_encoder.js | 428 * Little endian byte order. 434 * Bug endian byte order. 441 * @param {number} order ByteOrder to use {ByteWriter.LITTLE_ENDIAN} 444 ByteWriter.prototype.setByteOrder = function(order) { 445 this.littleEndian_ = (order == ByteWriter.LITTLE_ENDIAN);
|
/external/chromium_org/ui/file_manager/gallery/js/image_editor/ |
exif_encoder.js | 428 * Little endian byte order. 434 * Bug endian byte order. 441 * @param {number} order ByteOrder to use {ByteWriter.LITTLE_ENDIAN} 444 ByteWriter.prototype.setByteOrder = function(order) { 445 this.littleEndian_ = (order == ByteWriter.LITTLE_ENDIAN);
|
/external/chromium_org/v8/src/ |
scopes.cc | 554 VarAndOrder(Variable* var, int order) : var_(var), order_(order) { } 556 int order() const { return order_; } function in class:v8::internal::VarAndOrder 603 vars.Add(VarAndOrder(var, p->order), zone()); [all...] |
/external/deqp/framework/common/ |
tcuTextureUtil.cpp | 242 * suitable lookup scaling and bias in order to reduce result back to 253 else if (format.order == TextureFormat::D || format.order == TextureFormat::DS) 267 switch (format.order) 334 switch (format.order) 402 switch (format.order) [all...] |
/external/iproute2/tc/ |
f_u32.c | 987 __u32 order = 0; local 1045 } else if (matches(*argv, "order") == 0) { 1047 if (get_u32(&order, *argv, 0)) { 1048 fprintf(stderr, "Illegal \"order\"\n"); 1156 if (order) { 1157 if (TC_U32_NODE(t->tcm_handle) && order != TC_U32_NODE(t->tcm_handle)) { 1158 fprintf(stderr, "\"order\" contradicts \"handle\"\n"); 1161 t->tcm_handle |= order; 1190 fprintf(f, "order %d ", TC_U32_NODE(handle));
|
/frameworks/base/opengl/java/android/opengl/ |
GLLogWrapper.java | 939 result = ByteBuffer.allocate(byteCount).order(input2.order()); 950 result = ByteBuffer.allocate(byteCount).order(input2.order()); 962 result = ByteBuffer.allocate(byteCount).order(input2.order()); 974 result = ByteBuffer.allocate(byteCount).order(input2.order()); 986 result = ByteBuffer.allocate(byteCount).order(input2.order()); [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/ |
xcodeproj_file.py | [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.sat4j.pb_2.3.5.v201308161310.jar | |
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.sat4j.pb_2.3.5.v20130525.jar | |
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar | |
/frameworks/compile/mclinker/lib/Target/ |
GNULDBackend.cpp | 1922 unsigned int order = getSectionOrder(**sect); local 2490 unsigned int order = SHO_UNDEFINED; local 2510 size_t order = getSectionOrder(**it); local [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Collections.pas | 49 /// insertion order. 138 /// The string representation is a list of the collection's elements in the order 150 /// The string representation is a list of the collection's elements in the order
|
/external/chromium_org/chrome/browser/resources/profiler/ |
profiler.js | 124 // Note that the declaration order will also define the default display order. 333 * sorting by |comparator| in ascending order. If this 470 * Ordered list of all keys. This is the order we generally want 471 * to display the properties in. Default to declaration order. 881 * order). [all...] |
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
dynamic-loading.rst | 76 downloading a .nexe file that's on the order of 30KB, rather than a .nexe 77 file and several libraries, which are on the order of 1.5MB). 90 obligations you need to fulfill in order to be compliant with the LGPL or
|
/external/chromium_org/third_party/libxslt/libxslt/ |
preproc.c | 235 * URGENT TODO: Use specialized factory functions in order 701 comp->order = xsltEvalStaticAttrValueTemplate(style, inst, 702 (const xmlChar *)"order", 704 if (comp->order != NULL) { 705 if (xmlStrEqual(comp->order, (const xmlChar *) "ascending")) 707 else if (xmlStrEqual(comp->order, (const xmlChar *) "descending")) 711 "xsltSortComp: invalid value %s for order\n", comp->order); 717 (const xmlChar *)"case-order", 726 "xsltSortComp: invalid value %s for order\n", comp->order) [all...] |
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/ |
byte_reader.js | 288 * @param {number} order // TODO(JSDOC). 290 ByteReader.prototype.setByteOrder = function(order) { 291 this.littleEndian_ = order == ByteReader.LITTLE_ENDIAN;
|