/frameworks/rs/cpu_ref/ |
D | rsCpuBLASDispatch.h | 24 typedef void (*FnPtr_cblas_sgemv)(const enum CBLAS_ORDER order, 29 typedef void (*FnPtr_cblas_sgbmv)(const enum CBLAS_ORDER order, 34 typedef void (*FnPtr_cblas_strmv)(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, 38 typedef void (*FnPtr_cblas_stbmv)(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, 42 typedef void (*FnPtr_cblas_stpmv)(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, 45 typedef void (*FnPtr_cblas_strsv)(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, 49 typedef void (*FnPtr_cblas_stbsv)(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, 53 typedef void (*FnPtr_cblas_stpsv)(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, 57 typedef void (*FnPtr_cblas_dgemv)(const enum CBLAS_ORDER order, 62 typedef void (*FnPtr_cblas_dgbmv)(const enum CBLAS_ORDER order, [all …]
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | ByteBufferReaderTest.java | 45 ByteBuffer buffer = ByteBuffer.wrap(data).order(ByteOrder.LITTLE_ENDIAN); in readIntegerWithBufferUnderflow() 46 ByteBufferReader.readInteger(buffer, buffer.order(), 2); in readIntegerWithBufferUnderflow() 59 ByteBuffer buffer = ByteBuffer.wrap(data).order(ByteOrder.LITTLE_ENDIAN); in readIntegerExceedingMaximumLength() 60 ByteBufferReader.readInteger(buffer, buffer.order(), length); in readIntegerExceedingMaximumLength() 73 ByteBuffer buffer = ByteBuffer.wrap(data).order(ByteOrder.LITTLE_ENDIAN); in readIntegerLessThanMinimumLength() 74 ByteBufferReader.readInteger(buffer, buffer.order(), length); in readIntegerLessThanMinimumLength() 86 ByteBuffer buffer = ByteBuffer.wrap(data).order(ByteOrder.LITTLE_ENDIAN); in readIntegerWithMinimumSize() 87 assertEquals(1, ByteBufferReader.readInteger(buffer, buffer.order(), in readIntegerWithMinimumSize() 102 ByteBuffer leBuffer = ByteBuffer.wrap(data).order(ByteOrder.LITTLE_ENDIAN); in readIntegerWithMaximumSize() 104 assertEquals(leValue, ByteBufferReader.readInteger(leBuffer, leBuffer.order(), in readIntegerWithMaximumSize() [all …]
|
D | SoftApManagerTest.java | 680 InOrder order = inOrder(mCallback, mListener, mContext); in stopWhenStarted() local 687 order.verify(mCallback).onStateChanged(WifiManager.WIFI_AP_STATE_DISABLING, 0); in stopWhenStarted() 688 order.verify(mContext).sendStickyBroadcastAsUser(intentCaptor.capture(), in stopWhenStarted() 694 order.verify(mCallback).onStateChanged(WifiManager.WIFI_AP_STATE_DISABLED, 0); in stopWhenStarted() 697 order.verify(mContext).sendStickyBroadcastAsUser(intentCaptor.capture(), in stopWhenStarted() 702 order.verify(mListener).onStopped(); in stopWhenStarted() 719 InOrder order = inOrder(mCallback, mListener, mContext); in cleanStopOnInterfaceDestroyed() local 725 order.verify(mCallback).onStateChanged(WifiManager.WIFI_AP_STATE_DISABLING, 0); in cleanStopOnInterfaceDestroyed() 726 order.verify(mContext).sendStickyBroadcastAsUser(intentCaptor.capture(), in cleanStopOnInterfaceDestroyed() 732 order.verify(mCallback).onStateChanged(WifiManager.WIFI_AP_STATE_DISABLED, 0); in cleanStopOnInterfaceDestroyed() [all …]
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/ |
D | WifiScanningServiceTest.java | 227 private static Message verifyHandleMessageAndGetMessage(InOrder order, Handler handler) { in verifyHandleMessageAndGetMessage() argument 229 order.verify(handler).handleMessage(messageCaptor.capture()); in verifyHandleMessageAndGetMessage() 258 private static Message verifyHandleMessageAndGetMessage(InOrder order, Handler handler, in verifyHandleMessageAndGetMessage() argument 262 order.verify(handler).handleMessage(argThat(messageMatcher)); in verifyHandleMessageAndGetMessage() 266 private static void verifyScanResultsReceived(InOrder order, Handler handler, int listenerId, in verifyScanResultsReceived() argument 268 Message scanResultMessage = verifyHandleMessageAndGetMessage(order, handler, in verifyScanResultsReceived() 281 private static void verifySingleScanCompletedReceived(InOrder order, Handler handler, in verifySingleScanCompletedReceived() argument 283 Message completedMessage = verifyHandleMessageAndGetMessage(order, handler, in verifySingleScanCompletedReceived() 323 private static void verifySuccessfulResponse(InOrder order, Handler handler, int arg2) { in verifySuccessfulResponse() argument 324 Message response = verifyHandleMessageAndGetMessage(order, handler); in verifySuccessfulResponse() [all …]
|
D | WificondPnoScannerTest.java | 102 InOrder order = inOrder(pnoEventHandler, mWifiNative); in startHwDisconnectedPnoScan() local 105 expectSuccessfulHwDisconnectedPnoScan(order, pnoSettings, pnoEventHandler, scanResults); in startHwDisconnectedPnoScan() 120 InOrder order = inOrder(pnoEventHandler, mWifiNative); in startHwDisconnectedPnoScanFailure() local 126 order.verify(mWifiNative).startPnoScan(any(), any(WifiNative.PnoSettings.class)); in startHwDisconnectedPnoScanFailure() 127 order.verify(pnoEventHandler).onPnoScanFailed(); in startHwDisconnectedPnoScanFailure() 156 InOrder order = inOrder(pnoEventHandler, mWifiNative); in ignoreHwDisconnectedPnoScanStopFailure() local 158 expectSuccessfulHwDisconnectedPnoScan(order, pnoSettings, pnoEventHandler, scanResults); in ignoreHwDisconnectedPnoScanStopFailure() 222 private void expectHwDisconnectedPnoScanStart(InOrder order, in expectHwDisconnectedPnoScanStart() argument 225 order.verify(mWifiNative).startPnoScan(any(), any(WifiNative.PnoSettings.class)); in expectHwDisconnectedPnoScanStart() 233 private void expectSuccessfulHwDisconnectedPnoScan(InOrder order, in expectSuccessfulHwDisconnectedPnoScan() argument [all …]
|
D | BaseWifiScannerImplTest.java | 264 InOrder order = inOrder(eventHandler, mWifiNative); in singleScanFailOnExecute() local 273 order.verify(eventHandler).onScanStatus(WifiNative.WIFI_SCAN_FAILED); in singleScanFailOnExecute() 292 InOrder order = inOrder(eventHandler, mWifiNative); in singleScanFailOnTimeout() local 305 order.verify(eventHandler).onScanStatus(WifiNative.WIFI_SCAN_FAILED); in singleScanFailOnTimeout() 324 InOrder order = inOrder(eventHandler, mWifiNative); in singleScanFailOnFailedEvent() local 337 order.verify(eventHandler).onScanStatus(WifiNative.WIFI_SCAN_FAILED); in singleScanFailOnFailedEvent() 379 InOrder order = inOrder(eventHandler, mWifiNative); in multipleSingleScanSuccess() local 387 expectSuccessfulSingleScan(order, WifiScanner.SCAN_TYPE_LOW_LATENCY, eventHandler, in multipleSingleScanSuccess() 396 expectSuccessfulSingleScan(order, WifiScanner.SCAN_TYPE_LOW_POWER, eventHandler, in multipleSingleScanSuccess() 452 InOrder order = inOrder(eventHandler, mWifiNative); in singleScanWhereSupplicantReturnsSomeOldResults() local [all …]
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | az_isp.c | 66 Word32 i, j, nf, ip, order; in Az_isp() local 111 order = NC; in Az_isp() 113 ylow = Chebps2(xlow, coef, order); in Az_isp() 121 ylow = Chebps2(xlow, coef, order); in Az_isp() 128 ymid = Chebps2(xmid, coef, order); in Az_isp() 171 order = NC - 1; in Az_isp() 176 order = NC; in Az_isp() 178 ylow = Chebps2(xlow, coef, order); in Az_isp()
|
/frameworks/base/core/java/android/content/pm/parsing/component/ |
D | ParsedMainComponent.java | 38 int order; field in ParsedMainComponent 52 this.order = other.order; in ParsedMainComponent() 85 dest.writeInt(this.order); in writeToParcel() 95 this.order = in.readInt(); in ParsedMainComponent() 130 return order; in getOrder()
|
/frameworks/base/tools/aapt2/configuration/ |
D | ConfigurationParser_test.cpp | 87 <abi-group label="other" version-code-order="2"> 91 <abi-group label="arm" version-code-order="1"> 97 <screen-density-group label="large" version-code-order="2"> 102 <screen-density-group label="alldpi" version-code-order="1"> 112 <locale-group label="europe" version-code-order="1"> 118 <locale-group label="north-america" version-code-order="2"> 123 <locale-group label="all" version-code-order="-1"> 139 <gl-texture-group label="dxt1" version-code-order="2">
|
D | ConfigurationParser.cpp | 541 Maybe<int32_t> order = GetVersionCodeOrder(root_element, diag); in AbiGroupTagHandler() local 542 if (!order) { in AbiGroupTagHandler() 545 entry.order = order.value(); in AbiGroupTagHandler() 592 Maybe<int32_t> order = GetVersionCodeOrder(root_element, diag); in ScreenDensityGroupTagHandler() local 593 if (!order) { in ScreenDensityGroupTagHandler() 596 entry.order = order.value(); in ScreenDensityGroupTagHandler() 659 Maybe<int32_t> order = GetVersionCodeOrder(root_element, diag); in LocaleGroupTagHandler() local 660 if (!order) { in LocaleGroupTagHandler() 663 entry.order = order.value(); in LocaleGroupTagHandler() 781 Maybe<int32_t> order = GetVersionCodeOrder(root_element, diag); in GlTextureGroupTagHandler() local [all …]
|
D | ConfigurationParser.internal.h | 38 int32_t order; member 54 orders.insert(p.second.order); in IsGroupValid() 68 if (entry.order == 0) { in GetOrCreateGroup() 69 entry.order = group->size(); in GetOrCreateGroup() 115 return groups.at(label.value()).order; in GetGroupOrder()
|
/frameworks/base/core/java/android/view/ |
D | Menu.java | 176 public MenuItem add(int groupId, int itemId, int order, CharSequence title); in add() argument 193 public MenuItem add(int groupId, int itemId, int order, @StringRes int titleRes); in add() argument 235 SubMenu addSubMenu(final int groupId, final int itemId, int order, final CharSequence title); in addSubMenu() argument 250 SubMenu addSubMenu(int groupId, int itemId, int order, @StringRes int titleRes); in addSubMenu() argument 303 public int addIntentOptions(int groupId, int itemId, int order, in addIntentOptions() argument
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | ActionMenu.java | 61 public MenuItem add(int groupId, int itemId, int order, int titleRes) { in add() argument 62 return add(groupId, itemId, order, mContext.getResources().getString(titleRes)); in add() 65 public MenuItem add(int groupId, int itemId, int order, CharSequence title) { in add() argument 67 groupId, itemId, 0, order, title); in add() 68 mItems.add(order, item); in add() 72 public int addIntentOptions(int groupId, int itemId, int order, in addIntentOptions() argument 91 final MenuItem item = add(groupId, itemId, order, ri.loadLabel(pm)) in addIntentOptions() 112 public SubMenu addSubMenu(int groupId, int itemId, int order, in addSubMenu() argument 118 public SubMenu addSubMenu(int groupId, int itemId, int order, int titleRes) { in addSubMenu() argument
|
/frameworks/base/core/proto/android/os/ |
D | pagetypeinfo.proto | 27 * For example, the order of a page ranges form 0 to 10. 28 * An order-0 page is 4 KB in size and 4 KB aligned. 29 * An order-1 page is 8 KB in size and 8 KB aligned. 30 * An order-10 page is 4096 KB in size and 4096 aligned. 32 * Each zone has 11 free area. Each free area corresponds to pages of the same order. 59 // order level starts from 0 for 4KB to page_block_order defined above, e.g. 10 for 4096KB
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
D | OrderedDataOutputStream.java | 32 public OrderedDataOutputStream setByteOrder(ByteOrder order) { in setByteOrder() argument 33 mByteBuffer.order(order); in setByteOrder()
|
D | CountedDataInputStream.java | 91 public void setByteOrder(ByteOrder order) { in setByteOrder() argument 92 mByteBuffer.order(order); in setByteOrder() 96 return mByteBuffer.order(); in getByteOrder()
|
/frameworks/base/packages/BackupEncryption/proto/ |
D | backup_chunks_metadata.proto | 42 // during decryption. We use this mode for full backups where the order of the data in the file 47 // not give any information about the order. However, we use this mode for key value backups 48 // where the order does not matter. 65 // ChunkOrdering for how the device restores the chunks in the correct order. 73 // Defines the type of chunk order used to encode the backup file on the server, so that we can 88 // blob in its correct order. (The chunk order is randomized so as to give the server less 103 // Checksum of plaintext content. (i.e., in correct order.) 113 // restore to reconstruct the blob in its correct order. (The chunk order is randomized so as to 121 // Defines the type of chunk order this metadata contains. If unspecified this backup file was
|
/frameworks/base/wifi/java/android/net/wifi/aware/ |
D | TlvBufferUtils.java | 669 private static void pokeShort(byte[] dst, int offset, short value, ByteOrder order) { in pokeShort() argument 670 if (order == ByteOrder.BIG_ENDIAN) { in pokeShort() 679 private static void pokeInt(byte[] dst, int offset, int value, ByteOrder order) { in pokeInt() argument 680 if (order == ByteOrder.BIG_ENDIAN) { in pokeInt() 693 private static short peekShort(byte[] src, int offset, ByteOrder order) { in peekShort() argument 694 if (order == ByteOrder.BIG_ENDIAN) { in peekShort() 701 private static int peekInt(byte[] src, int offset, ByteOrder order) { in peekInt() argument 702 if (order == ByteOrder.BIG_ENDIAN) { in peekInt()
|
/frameworks/base/opengl/java/android/opengl/ |
D | ETC1Util.java | 86 .order(ByteOrder.nativeOrder()); in loadTexture() 161 .order(ByteOrder.nativeOrder()); in createTexture() 170 … ByteBuffer dataBuffer = ByteBuffer.allocateDirect(encodedSize).order(ByteOrder.nativeOrder()); in createTexture() 195 order(ByteOrder.nativeOrder()); in compressTexture() 212 …ByteBuffer header = ByteBuffer.allocateDirect(ETC1.ETC_PKM_HEADER_SIZE).order(ByteOrder.nativeOrde… in writeTexture()
|
/frameworks/base/media/java/android/media/ |
D | AudioMetadata.java | 438 public ByteOrder order() { in order() method in AutoGrowByteBuffer 439 return mBuffer.order(); in order() 451 public AutoGrowByteBuffer order(ByteOrder order) { in order() method in AutoGrowByteBuffer 452 mBuffer.order(order); in order() 498 buffer.order(mBuffer.order()); in ensureCapacity() 825 public static ByteBuffer toByteBuffer(BaseMap data, ByteOrder order) { in toByteBuffer() argument 832 output.order(order); in toByteBuffer()
|
/frameworks/base/graphics/java/android/graphics/fonts/ |
D | FontFileUtil.java | 90 ByteOrder originalOrder = buffer.order(); in analyzeStyle() 91 buffer.order(ByteOrder.BIG_ENDIAN); in analyzeStyle() 131 buffer.order(originalOrder); in analyzeStyle()
|
/frameworks/base/cmds/incident_helper/testdata/ |
D | pagetypeinfo.txt | 1 Page block order: 9 4 Free pages count per migrate type at order 0 1 2 3 4 5 6 7…
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/deviceidle/ |
D | BluetoothConstraintTest.java | 121 InOrder order = inOrder(mDeviceIdleService); in testStartMonitoring_updatesActiveAtCorrectTimes() local 126 order.verify(mDeviceIdleService, times(1)).onConstraintStateChanged(any(), eq(false)); in testStartMonitoring_updatesActiveAtCorrectTimes() 133 order.verify(mDeviceIdleService, times(1)).exitIdle(eq("bluetooth")); in testStartMonitoring_updatesActiveAtCorrectTimes() 138 order.verifyNoMoreInteractions(); in testStartMonitoring_updatesActiveAtCorrectTimes()
|
/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
D | RenderPatch.java | 77 mVertexBuffer.order(ByteOrder.nativeOrder()); in RenderPatch() 80 mTextureBuffer.order(ByteOrder.nativeOrder()); in RenderPatch() 107 mIndexBuffer.order(ByteOrder.nativeOrder()); in RenderPatch()
|
/frameworks/base/core/java/android/os/incremental/ |
D | V4Signature.java | 65 ByteBuffer buffer = ByteBuffer.wrap(bytes).order(ByteOrder.LITTLE_ENDIAN); in fromByteArray() 99 ByteBuffer buffer = ByteBuffer.wrap(bytes).order(ByteOrder.LITTLE_ENDIAN); in fromByteArray() 169 ByteBuffer buffer = ByteBuffer.allocate(size).order(ByteOrder.LITTLE_ENDIAN); in getSigningData() 225 return ByteBuffer.wrap(buffer).order(ByteOrder.LITTLE_ENDIAN).getInt(); in readIntLE() 229 final byte[] buffer = ByteBuffer.wrap(new byte[4]).order(ByteOrder.LITTLE_ENDIAN).putInt( in writeIntLE()
|