HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 2101 - 2125 of 3164) sorted by null

<<81828384858687888990>>

  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib2/libs/
android-support-v4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
  /external/emma/lib/
emma.jar 
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java 187 assertEquals("All skeletons are tested (and in an iterable list)",
189 assertEquals("All skeletons are tested (and in an iterable list), and in the right order.", expectedSkeletons, testedSkeletons);
314 // hour is the expected hour of day, in units of seconds
324 // hr is the actual hour of day, in units of seconds
375 // Fields are given in order of DateFormat field number
496 * This MUST be kept in sync with DateFormatSymbols.patternChars.
502 * This MUST be kept in sync with PATTERN_CHARS above.
544 * A list of the names of all the fields in DateFormat.
545 * This MUST be kept in sync with DateFormat
3928 String in = data[i]; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java 183 assertEquals("All skeletons are tested (and in an iterable list)",
185 assertEquals("All skeletons are tested (and in an iterable list), and in the right order.", expectedSkeletons, testedSkeletons);
310 // hour is the expected hour of day, in units of seconds
320 // hr is the actual hour of day, in units of seconds
371 // Fields are given in order of DateFormat field number
492 * This MUST be kept in sync with DateFormatSymbols.patternChars.
498 * This MUST be kept in sync with PATTERN_CHARS above.
540 * A list of the names of all the fields in DateFormat.
541 * This MUST be kept in sync with DateFormat
3924 String in = data[i]; local
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar 
  /external/libxml2/
trio.c 9 * copyright notice and this permission notice appear in all copies.
14 * CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER.
30 * - C escapes in %#[] ?
313 /* The width of a pointer. The number of bits in a hex digit is 4 */
393 /* Maximal number of characters in class */
402 /* Maximal number of integers in grouping */
585 * Integer part grouped in thousands
587 * Number grouped in nibbles (4 bits)
653 /* An indication of which entry in the data union is used */
693 trio_instream_t in; member in union:__anon18382::__anon18383
    [all...]
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /frameworks/base/core/java/android/app/
ActivityManagerNative.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
73 IActivityManager in = local
75 if (in != null) {
76 return in;
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintActivity.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
240 /** Is doFinish() already in progress */
323 // If we are finishing or we are in a state that we do not need any
518 // count we get from the remote document is the pages in the document from
520 // print service perspective which is the pages in the written PDF not the
521 // pages in the printed document.
690 // update the print job in onPause if finishing, hence post a message.
712 // update the print job in onPause if finishing, hence post a message.
3027 InputStream in = null; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutService.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
194 * Key name for the save delay, in milliseconds. (int)
199 * Key name for the throttling reset interval, in seconds. (long)
209 * Key name for the max icon dimensions in DP, for non-low-memory devices.
214 * Key name for the max icon dimensions in DP, for low-memory devices.
275 * Icon max width/height in pixels.
822 try (FileInputStream in = file.openRead()) {
824 parser.setInput(in, StandardCharsets.UTF_8.name());
924 final FileInputStream in; local
    [all...]

Completed in 1490 milliseconds

<<81828384858687888990>>