HomeSort by relevance Sort by last modified time
    Searched full:within (Results 1126 - 1150 of 11068) sorted by null

<<41424344454647484950>>

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
91 * Seek to the specified offset within the asset data. 'whence' uses the
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
91 * Seek to the specified offset within the asset data. 'whence' uses the
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
91 * Seek to the specified offset within the asset data. 'whence' uses the
  /sdk/eclipse/features/com.android.ide.eclipse.ddms/
feature.xml 86 subsequently incorporated within the Work.
106 or a Contribution incorporated within the Work constitutes direct
131 within such NOTICE file, excluding those notices that do not
133 of the following places: within a NOTICE text file distributed
134 as part of the Derivative Works; within the Source form or
136 within a display generated by the Derivative Works, if and
140 notices within Derivative Works that You distribute, alongside
209 identification within third-party archives.
  /sdk/eclipse/features/com.android.ide.eclipse.gldebugger/
feature.xml 80 subsequently incorporated within the Work.
100 or a Contribution incorporated within the Work constitutes direct
125 within such NOTICE file, excluding those notices that do not
127 of the following places: within a NOTICE text file distributed
128 as part of the Derivative Works; within the Source form or
130 within a display generated by the Derivative Works, if and
134 notices within Derivative Works that You distribute, alongside
203 identification within third-party archives.
  /sdk/eclipse/features/com.android.ide.eclipse.hierarchyviewer/
feature.xml 81 subsequently incorporated within the Work.
101 or a Contribution incorporated within the Work constitutes direct
126 within such NOTICE file, excluding those notices that do not
128 of the following places: within a NOTICE text file distributed
129 as part of the Derivative Works; within the Source form or
131 within a display generated by the Derivative Works, if and
135 notices within Derivative Works that You distribute, alongside
204 identification within third-party archives.
  /sdk/eclipse/features/com.android.ide.eclipse.pdt/
feature.xml 80 subsequently incorporated within the Work.
100 or a Contribution incorporated within the Work constitutes direct
125 within such NOTICE file, excluding those notices that do not
127 of the following places: within a NOTICE text file distributed
128 as part of the Derivative Works; within the Source form or
130 within a display generated by the Derivative Works, if and
134 notices within Derivative Works that You distribute, alongside
203 identification within third-party archives.
  /sdk/eclipse/features/com.android.ide.eclipse.traceview/
feature.xml 81 subsequently incorporated within the Work.
101 or a Contribution incorporated within the Work constitutes direct
126 within such NOTICE file, excluding those notices that do not
128 of the following places: within a NOTICE text file distributed
129 as part of the Derivative Works; within the Source form or
131 within a display generated by the Derivative Works, if and
135 notices within Derivative Works that You distribute, alongside
204 identification within third-party archives.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/
about.html 84 subsequently incorporated within the Work.
104 or a Contribution incorporated within the Work constitutes direct
129 within such NOTICE file, excluding those notices that do not
131 of the following places: within a NOTICE text file distributed
132 as part of the Derivative Works; within the Source form or
134 within a display generated by the Derivative Works, if and
138 notices within Derivative Works that You distribute, alongside
207 identification within third-party archives.
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/
about.html 77 subsequently incorporated within the Work.
97 or a Contribution incorporated within the Work constitutes direct
122 within such NOTICE file, excluding those notices that do not
124 of the following places: within a NOTICE text file distributed
125 as part of the Derivative Works; within the Source form or
127 within a display generated by the Derivative Works, if and
131 notices within Derivative Works that You distribute, alongside
200 identification within third-party archives.
  /system/core/include/corkscrew/
backtrace.h 61 * Unwinds the call stack for a thread within this process.
71 * Unwinds the call stack of a task within a remote process using ptrace().
  /system/core/init/
init.h 91 time_t time_crashed; /* first crash within inspection window */
92 int nr_crashed; /* number of times crashed within window */
  /libcore/luni/src/main/java/java/lang/
Math.java 96 * argument within the range {@code [0..pi]}. The returned result is within
114 * within the range {@code [-pi/2..pi/2]}. The returned result is within 1
132 * argument within the range {@code [-pi/2..pi/2]}. The returned result is
133 * within 1 ulp (unit in the last place) of the real result.
152 * y/x} within the range {@code [-pi..pi]}. This is the angle of the polar
154 * is within 2 ulps (units in the last place) of the real result.
227 * The returned result is within 1 ulp (unit in the last place) of the real
245 * argument. The returned result is within 2.5 ulps (units in the las
    [all...]
  /prebuilts/devtools/notices/
NOTICE.txt 81 subsequently incorporated within the Work.
101 or a Contribution incorporated within the Work constitutes direct
126 within such NOTICE file, excluding those notices that do not
128 of the following places: within a NOTICE text file distributed
129 as part of the Derivative Works; within the Source form or
131 within a display generated by the Derivative Works, if and
135 notices within Derivative Works that You distribute, alongside
275 subsequently incorporated within the Work.
295 or a Contribution incorporated within the Work constitutes direct
320 within such NOTICE file, excluding those notices that do no
    [all...]
  /art/runtime/arch/x86/
context_x86.h 61 // Hold values for esp and eip if they are not located within a stack frame. EIP is somewhat
  /art/runtime/gc/space/
space.h 92 // Is the given object contained within this space?
135 // When should objects within this space be reclaimed? Not constant as we vary it in the case
179 // Continuous spaces have bitmaps, and an address range. Although not required, objects within
201 // Is object within this space? We check to see if the pointer is beyond the end first as
  /cts/libs/json/src/com/android/json/stream/
JsonToken.java 49 * A JSON property name. Within objects, tokens alternate between names and
  /cts/tools/vm-tests-tf/src/dot/junit/
DxTestCase.java 35 if(!(Math.abs(expected-actual) <= delta)) throw new RuntimeException("AssertionFailedError: not within delta");
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CodeAddress.java 23 * Pseudo-instruction which is used to track an address within a code
  /developers/build/templates/SingleView/_MODULE_/
README-singleview.txt 39 -Within this fragment, make sure that the onCreate method has the line
  /developers/samples/android/background/alarms/RepeatingAlarm/RepeatingAlarmSample/
README-singleview.txt 39 -Within this fragment, make sure that the onCreate method has the line
  /developers/samples/android/content/documentsUi/StorageClient/StorageClientSample/
README-singleview.txt 39 -Within this fragment, make sure that the onCreate method has the line
  /developers/samples/android/content/documentsUi/StorageProvider/StorageProviderSample/
README-singleview.txt 39 -Within this fragment, make sure that the onCreate method has the line
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetectSample/
README-singleview.txt 39 -Within this fragment, make sure that the onCreate method has the line
  /developers/samples/android/ui/window/AdvancedImmersiveMode/AdvancedImmersiveModeSample/
README-singleview.txt 39 -Within this fragment, make sure that the onCreate method has the line

Completed in 1303 milliseconds

<<41424344454647484950>>