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

<<31323334353637383940>>

  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePicker.java 192 // re-order the number pickers to match the current date format
211 // order the user's locale uses for that combination. http://b/7207103.
214 char[] order = ICU.getDateFormatOrder(pattern); local
217 * required order.
220 for (char field : order) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspath.h 828 MatrixOrder order = MatrixOrderPrepend)
832 matrix ? matrix->nativeMatrix : NULL, order));
840 MatrixOrder order = MatrixOrderPrepend)
843 (GpPathGradient*) nativeBrush, angle, order));
846 MatrixOrder order = MatrixOrderPrepend)
849 (GpPathGradient*) nativeBrush, sx, sy, order));
950 MatrixOrder order = MatrixOrderPrepend)
953 (GpPathGradient*) nativeBrush, dx, dy, order));
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
SensorChannel.java 179 resp.order(getEndian());
600 mChangeMsg.order(getEndian());
  /device/generic/goldfish/opengl/
common.mk 5 # order for various variable definitions and usage to happen in the correct
6 # order.
77 # Note that order of declaration matters. If 'foo' is defined after 'bar' in
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_shifter.js 30 * about the order in which the walkers occur in this chain. This is because
31 * the order may depend on the navigation state, and having external interaction
70 // These "const" literals may be used, but no order may be assumed
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
cursor_selection.js 26 * wrong order, they will be swapped automatically.
198 * Determines if this starts before another CursorSelection in document order.
199 * If this is reversed, then a reversed document order is checked.
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_utils.js 77 * listed in the order they appear in |pageRangeText| and duplicates are not
137 * listed in the order they appear in |pageRangeText| and duplicates are not
165 * @return {Array.<number>} The contents of |pageList| in ascending order and
  /external/chromium_org/third_party/icu/source/i18n/
dtitvfmt.cpp 881 * in order to get interval patterns for 'y' differ,
1015 UBool order = fInfo->getDefaultOrder(); local
1025 UBool order = laterDateFirst; local
    [all...]
  /external/chromium_org/third_party/simplejson/
__init__.py 207 in alphabetical order by key. This option takes precedence over
302 in alphabetical order by key. This option takes precendence over
364 that rely on the order that the key and value pairs are decoded (for
365 example, :func:`collections.OrderedDict` will remember the order of
420 that rely on the order that the key and value pairs are decoded (for
421 example, :func:`collections.OrderedDict` will remember the order of
  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicIntersection.cpp 33 int order = reducer->reduce(quad); local
46 if (order > 1) {
49 if (order > 2) {
53 SkASSERT(order < 4 && order > 0);
56 return order;
  /external/icu/icu4c/source/i18n/
dtitvfmt.cpp 929 * in order to get interval patterns for 'y' differ,
1063 UBool order = fInfo->getDefaultOrder(); local
1073 UBool order = laterDateFirst; local
    [all...]
  /external/skia/src/pathops/
SkDCubicIntersection.cpp 33 int order = reducer->reduce(quad); local
46 if (order > 1) {
49 if (order > 2) {
53 SkASSERT(order < 4 && order > 0);
56 return order;
  /libcore/dex/src/main/java/com/android/dex/
Dex.java 80 this.data.order(ByteOrder.LITTLE_ENDIAN);
89 this.data.order(ByteOrder.LITTLE_ENDIAN);
126 data.order(ByteOrder.LITTLE_ENDIAN);
155 this.data.order(ByteOrder.LITTLE_ENDIAN);
192 sectionData.order(ByteOrder.LITTLE_ENDIAN); // necessary?
204 sectionData.order(ByteOrder.LITTLE_ENDIAN); // necessary?
659 * Unfortunately they're in the opposite order in the dex file
660 * so we need to read them out-of-order.
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 469 // Indicate which sorting order shall be used for the
473 public String order; field in class:BluetoothPbapObexServer.AppParamValue
488 order = "";
499 + needTag + " vcard21=" + vcard21 + " order=" + order);
523 appParamValue.order = Byte.toString(appParam[i]);
829 String orderPara = appParamValue.order.trim();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 38 # reverse post order, the "next" block will always be emitted
81 order = order_blocks(self.entry, self.exit)
82 return order
99 """Order blocks so that they are emitted in the right order"""
105 order = []
152 order.append(b)
158 order.append(exit_block)
162 return order
275 # The closure list is used to track the order of cel
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 589 order = 1
590 c.event("[TARGETDIR]", "[SourceDir]", ordering=order)
592 order += 1
595 ordering=order)
596 c.event("SpawnWaitDialog", "WaitForCostingDlg", ordering=order + 1)
597 c.event("EndDialog", "Return", ordering=order + 2)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 38 # reverse post order, the "next" block will always be emitted
81 order = order_blocks(self.entry, self.exit)
82 return order
99 """Order blocks so that they are emitted in the right order"""
105 order = []
152 order.append(b)
158 order.append(exit_block)
162 return order
275 # The closure list is used to track the order of cel
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 589 order = 1
590 c.event("[TARGETDIR]", "[SourceDir]", ordering=order)
592 order += 1
595 ordering=order)
596 c.event("SpawnWaitDialog", "WaitForCostingDlg", ordering=order + 1)
597 c.event("EndDialog", "Return", ordering=order + 2)
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
exif_parser.js 173 var order = br.readScalar(2);
174 if (order == EXIF_ALIGN_LITTLE) {
176 } else if (order != EXIF_ALIGN_BIG) {
177 this.log('Invalid alignment value: ' + order.toString(16));
187 metadata.littleEndian = (order == EXIF_ALIGN_LITTLE);
  /external/deqp/modules/gles3/functional/
es3fFramebufferBlitTests.cpp 311 static tcu::BVec4 getChannelMask (tcu::TextureFormat::ChannelOrder order)
313 switch (order)
355 tcu::BVec4 copyMask = tcu::logicalAnd(getChannelMask(srcFormat.order), getChannelMask(dstFormat.order));
429 const bool srcIsSRGB = (srcFormat.order == tcu::TextureFormat::sRGBA);
430 const bool dstIsSRGB = (dstFormat.order == tcu::TextureFormat::sRGBA);
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
TableCollectionTest.java 154 @Override public List<String> order(List<String> insertionOrder) {
172 @Override public List<String> order(List<String> insertionOrder) {
190 @Override public List<String> order(List<String> insertionOrder) {
209 @Override public List<String> order(List<String> insertionOrder) {
236 @Override public List<String> order(List<String> insertionOrder) {
280 @Override public List<String> order(List<String> insertionOrder) {
309 @Override public List<String> order(List<String> insertionOrder) {
585 @Override public List<String> order(List<String> insertionOrder) {
625 @Override public List<String> order(List<String> insertionOrder) {
695 public List<Cell<String, Integer, Character>> order( method in class:TableCollectionTest.TestCellSetGenerator
    [all...]
  /external/libvorbis/doc/
07-floor1.tex 52 The list of selected X values in increasing order is
53 0,16,32,48,64,80,96,112 and 128. In list order, the values interleave
55 list-order Y values as decoded from an example packet are 110, 20, -5,
97 format (used in list order during packet decode and synthesis). This
349 \varname{[floor1_step2_flag]'} according to ascending sort order of the
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 184 switch (fmt.order)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_asn1.c 176 ASN1_INTEGER *order; member in struct:ec_parameters_st
247 ASN1_SIMPLE(ECPARAMETERS, order, ASN1_INTEGER),
652 /* set the order */
658 ret->order = BN_to_ASN1_INTEGER(tmp, ret->order);
659 if (ret->order == NULL)
938 if (!params->order || !params->base || !params->base->data)
958 /* extract the order */
959 if ((a = ASN1_INTEGER_to_BN(params->order, a)) == NULL)
990 /* set the generator, order and cofactor (if present) *
    [all...]
  /external/openssl/crypto/ec/
ec_asn1.c 178 ASN1_INTEGER *order; member in struct:ec_parameters_st
249 ASN1_SIMPLE(ECPARAMETERS, order, ASN1_INTEGER),
654 /* set the order */
660 ret->order = BN_to_ASN1_INTEGER(tmp, ret->order);
661 if (ret->order == NULL)
940 if (!params->order || !params->base || !params->base->data)
960 /* extract the order */
961 if ((a = ASN1_INTEGER_to_BN(params->order, a)) == NULL)
992 /* set the generator, order and cofactor (if present) *
    [all...]

Completed in 1971 milliseconds

<<31323334353637383940>>