HomeSort by relevance Sort by last modified time
    Searched full:suffix (Results 751 - 775 of 3940) sorted by null

<<31323334353637383940>>

  /external/toybox/toys/other/
timeout.c 19 Length can be a decimal fraction. An optional suffix can be "m"
  /external/v8/src/compiler/
graph-visualizer.h 25 const char* suffix, const char* mode);
machine-operator.h 341 #define PSEUDO_OP(Prefix, Suffix) \
342 const Operator* Prefix##Suffix() { \
343 return Is32() ? Prefix##32##Suffix() : Prefix##64##Suffix(); \
  /frameworks/base/nfc-extras/tests/
AndroidManifest.xml 17 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
  /frameworks/base/tests/ImfTest/tests/
AndroidManifest.xml 17 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
  /frameworks/base/tests/SmokeTest/tests/
AndroidManifest.xml 17 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
  /frameworks/data-binding/extensions/library/src/androidTest/java/android/databinding/
ObservableParcelTest.java 164 // we append a suffix to the parcelable to test out of bounds
180 String suffix = UUID.randomUUID().toString(); local
185 oos.writeObject(suffix);
197 assertEquals(suffix, ois.readObject());
  /frameworks/data-binding/extensions/library/src/main/java/android/databinding/
DataBindingComponent.java 27 * class/interface. Name collisions will be resolved by adding a numeric suffix to the getter.
  /libcore/ojluni/src/main/java/sun/misc/
CharacterDecoder.java 48 * [Line Prefix][encoded data atoms][Line Suffix]
49 * [Buffer Suffix]
53 * distinct prefix of suffix, however all have some fixed relationship
99 /** decode the buffer suffix, again by default it is a NOP. */
  /ndk/build/core/
check-cygwin-make.mk 30 # .exe suffix, if any.
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
basename 1 $description = "The following test creates a makefile to test the suffix "
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 80 #define OPLUS_ (9LU<<OPSHIFT) /* + prefix fwd to suffix */
81 #define O_PLUS (10LU<<OPSHIFT) /* + suffix back to prefix */
82 #define OQUEST_ (11LU<<OPSHIFT) /* ? prefix fwd to suffix */
83 #define O_QUEST (12LU<<OPSHIFT) /* ? suffix back to prefix */
  /packages/apps/BasicSmsReceiver/tests/
AndroidManifest.xml 17 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PhonebookPullRequest.java 62 int suffixIndex = c.getColumnIndex(StructuredName.SUFFIX);
74 entry.name.suffix = c.getString(suffixIndex);
144 .withValue(StructuredName.SUFFIX , e.name.suffix)
  /packages/apps/Calendar/tests/
AndroidManifest.xml 17 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
  /packages/apps/Email/tests/
AndroidManifest.xml 17 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
  /packages/apps/Nfc/tests/
AndroidManifest.xml 17 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
  /packages/apps/QuickSearchBox/tests/
AndroidManifest.xml 17 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
dict_file_writing_utils.h 38 static bool flushBufferToFileWithSuffix(const char *const basePath, const char *const suffix,
  /packages/providers/PartnerBookmarksProvider/tests/
AndroidManifest.xml 17 <!-- package name must be unique so suffix with "tests" -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidator.java 65 /** If true, allow .xml as a name suffix */
185 * @param allowXmlExtension if true, allow .xml to be entered as a suffix for the
200 * @param allowXmlExtension if true, allow .xml to be entered as a suffix for the
218 * @param allowXmlExtension if true, allow .xml to be entered as a suffix for the
  /system/bt/service/
settings.h 46 // we can retrieve it through this suffix.
  /system/sepolicy/
postinstall_dexopt.te 38 # TODO: Restrict to .b suffix?
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z80/
z80.exp 27 run_dump_test "suffix"
  /toolchain/binutils/binutils-2.25/ld/
ldfile.h 59 const char *lib, const char *suffix);

Completed in 734 milliseconds

<<31323334353637383940>>