/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBaseIterators.java | 345 /** The extended type ID that was requested. */ 392 * only the immediate parent, _if_ it matches the requested nodeType. 425 /** The extended type ID that was requested. */ 432 * @param nodeType The extended type ID being requested. 516 /** The extended type ID being requested. */ 523 * @param type The extended type ID being requested. 644 /** The extended type ID that was requested. */ 651 * @param nodeType The extended type ID being requested. 746 /** The extended type ID that was requested. */ 752 * @param nodeType The extended type ID being requested [all...] |
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-sparc.texi | 46 is explicitly requested. SPARC v9 is always incompatible with sparclite. 153 If an architecture level is explicitly requested, GAS will not issue 588 V9 code model relocations can be requested as follows: 592 @code{R_SPARC_HH22} is requested using @samp{%hh}. It can 595 @code{R_SPARC_HM10} is requested using @samp{%hm}. It can 598 @code{R_SPARC_LM22} is requested using @samp{%lm}. 601 @code{R_SPARC_H44} is requested using @samp{%h44}. 603 @code{R_SPARC_M44} is requested using @samp{%m44}. 605 @code{R_SPARC_L44} is requested using @samp{%l44} or @samp{%l34}. 607 @code{R_SPARC_H34} is requested using @samp{%h34} [all...] |
/tools/test/connectivity/acts/framework/tests/ |
acts_base_class_test.py | 185 " Requested 1, Skipped 0, Unknown 0") 206 "Requested 1, Skipped 0, Unknown 1") 226 "Requested 1, Skipped 0, Unknown 0") 247 "Requested 1, Skipped 0, Unknown 0") 266 "Requested 1, Skipped 0, Unknown 1") 287 "Requested 1, Skipped 0, Unknown 1") 309 "Requested 1, Skipped 0, Unknown 0") 334 "Requested 1, Skipped 0, Unknown 1") 356 "Requested 1, Skipped 0, Unknown 1") 381 "Requested 1, Skipped 0, Unknown 1" [all...] |
/art/runtime/interpreter/mterp/arm/ |
op_aget.S | 18 GET_VREG r1, r3 @ r1<- vCC (requested index)
|
op_aget_wide.S | 12 GET_VREG r1, r3 @ r1<- vCC (requested index)
|
op_aput.S | 18 GET_VREG r1, r3 @ r1<- vCC (requested index)
|
op_aput_wide.S | 12 GET_VREG r1, r3 @ r1<- vCC (requested index)
|
/art/runtime/interpreter/mterp/arm64/ |
op_aget.S | 18 GET_VREG w1, w3 // w1<- vCC (requested index)
|
op_aput.S | 18 GET_VREG w1, w3 // w1<- vCC (requested index)
|
/art/runtime/interpreter/mterp/mips/ |
op_aget.S | 18 GET_VREG(a1, a3) # a1 <- vCC (requested index)
|
op_aput.S | 16 GET_VREG(a1, a3) # a1 <- vCC (requested index)
|
/art/runtime/interpreter/mterp/mips64/ |
op_aget.S | 15 GET_VREG a1, a3 # a1 <- vCC (requested index)
|
op_aput.S | 15 GET_VREG a1, a3 # a1 <- vCC (requested index)
|
/art/test/528-long-hint/src/ |
Main.java | 32 // We used the hinted register for the low part of b, which is EBX, as requested
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/ |
AudioFiller.java | 34 * requested, it may be interpreted by the player as the end of playback.
|
/cts/tests/backup/src/android/backup/cts/ |
FullBackupLifecycleTest.java | 45 "Full backup requested",
|
/cts/tests/tests/database/src/android/database/cts/ |
CursorIndexOutOfBoundsExceptionTest.java | 28 String expected2 = "Index " + INDEX + " requested, with a size of " + SIZE;
|
/cts/tests/tests/widget/src/android/widget/cts/ |
DummyAdapter.java | 25 // these are views w/ special types and are returned as requested
|
/dalvik/dx/src/com/android/multidex/ |
ClassPathElement.java | 32 * @return an {@code InputStream} ready to read the requested file.
|
/developers/build/prebuilts/gradle/DataLayer/Wearable/src/main/res/values/ |
strings.xml | 22 <string name="no_device">No device provides the requested capabilities</string>
|
/developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/ |
FixedAspectSurfaceView.java | 31 * requested aspect ratio. This can happen if both the width and the height are exactly 90 // General goal: Adjust dimensions to maintain the requested aspect ratio as much 114 // Box is wider than requested aspect; pillarbox 117 // Box is narrower than requested aspect; letterbox
|
/developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/ |
FixedAspectSurfaceView.java | 31 * requested aspect ratio. This can happen if both the width and the height are exactly 90 // General goal: Adjust dimensions to maintain the requested aspect ratio as much 114 // Box is wider than requested aspect; pillarbox 117 // Box is narrower than requested aspect; letterbox
|
/developers/samples/android/wearable/wear/DataLayer/Wearable/src/main/res/values/ |
strings.xml | 22 <string name="no_device">No device provides the requested capabilities</string>
|
/development/samples/browseable/DataLayer/Wearable/res/values/ |
strings.xml | 22 <string name="no_device">No device provides the requested capabilities</string>
|
/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/ |
FixedAspectSurfaceView.java | 33 * requested aspect ratio. This can happen if both the width and the height are exactly 92 // General goal: Adjust dimensions to maintain the requested aspect ratio as much 115 // Box is wider than requested aspect; pillarbox 118 // Box is narrower than requested aspect; letterbox
|