HomeSort by relevance Sort by last modified time
    Searched full:existing (Results 326 - 350 of 14007) sorted by null

<<11121314151617181920>>

  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
DelegateFileFilter.java 40 * Constructs a delegate file filter around an existing FilenameFilter.
53 * Constructs a delegate file filter around an existing FileFilter.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
blktrace_api.h 39 __BLK_TA_BACKMERGE, /* back merged to existing rq */
40 __BLK_TA_FRONTMERGE, /* front merge to existing rq */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonSourceViewerConfig.java 57 // so we can't match an existing editor to the source view -- since there
58 // is no such "existing" editor. It's just being created.
  /tools/metalava/src/main/java/com/android/tools/metalava/apilevels/
AddApisFromCodebase.kt 48 val existing = newClass.superClasses.firstOrNull()?.name
49 if (existing == superClass?.internalName()) {
  /tools/metalava/src/test/java/com/android/tools/metalava/
DocAnalyzerTest.kt 552 fun `Add to existing single-line method documentation`() {
562 /** This is the existing documentation. */
579 * This is the existing documentation.
591 fun `Add to existing multi-line method documentation`() {
602 * This is the existing documentation.
621 * This is the existing documentation.
667 fun `Add to method when there are existing parameter docs and appear before these`() {
678 * This is the existing documentation.
700 * This is the existing documentation.
725 * This is the existing documentation
    [all...]
  /external/tensorflow/tensorflow/core/framework/
shape_inference.cc 334 const int32 existing = Rank(shape); local
335 if (existing == rank) {
339 if (existing == kUnknownRank) {
351 existing);
359 const int32 existing = Rank(shape); local
360 if (existing >= rank || existing == kUnknownRank) {
366 " but is rank ", existing);
374 const int32 existing = Rank(shape); local
375 if (existing <= rank || existing == kUnknownRank)
386 const int64 existing = Value(dim); local
1075 const ShapeAndType& existing = (*to_update)[i]; local
1135 const ShapeAndType& existing = (*to_update)[i]; local
    [all...]
  /bootable/recovery/
rotate_logs.h 35 // Overwrite any existing last_log.$max and last_kmsg.$max.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
P2pClientTestActivity.java 24 * Test activity that tries to join an existing p2p group.
  /cts/hostsidetests/appsecurity/test-apps/SimpleAppInstallDiffCert/
AndroidManifest.xml 20 A simple second app to test that apps cannot be installed over existing app
  /cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/
README.txt 4 Note: AccountCheckHostSideTest should pass even with a pre-existing ALLOWED account. Meaning, even
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
RemoteBugreportTest.java 32 * all existing secondary users/profiles are affiliated.
  /cts/tests/signature/src/android/signature/cts/
ExcludingClassProvider.java 39 // a filtered-out class is the same as non-existing class
  /cts/tests/tests/jni_vendor/libvendorjnitest/
android_jni_vendor_cts_VendorJniTest.cpp 24 dlerror(); // clear any existing error
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
SurfaceTextureGLSurfaceView.java 57 // surface destroyed long time ago, but let existing stuffs cleared
  /cts/tools/dasm/src/java_cup/
action_production.java 4 /** A specialized version of a production used when we split an existing
  /dalvik/dx/src/com/android/dx/ssa/
InterferenceRegisterMapper.java 86 IntSet existing = newRegInterference.get(newReg); local
88 if (existing == null) {
91 return existing.has(oldReg);
93 return existing.has(oldReg)
  /developers/build/prebuilts/gradle/AppShortcuts/app/src/main/res/values/
strings.xml 21 <string name="existing_shortcuts">Existing shortcuts:</string>
  /developers/build/templates/Wear/
README-wear.txt 17 Steps to use Wear template on top of an existing sample:
  /developers/build/templates/WearPlusShared/
README-wear.txt 17 Steps to use Wear template on top of an existing sample:
  /developers/samples/android/system/AppShortcuts/app/src/main/res/values/
strings.xml 21 <string name="existing_shortcuts">Existing shortcuts:</string>
  /developers/samples/android/wearable/wear/AgendaData/
README-wear.txt 17 Steps to use Wear template on top of an existing sample:
  /developers/samples/android/wearable/wear/DataLayer/
README-wear.txt 17 Steps to use Wear template on top of an existing sample:
  /developers/samples/android/wearable/wear/DelayedConfirmation/
README-wear.txt 17 Steps to use Wear template on top of an existing sample:
  /developers/samples/android/wearable/wear/EmbeddedApp/
README-wear.txt 17 Steps to use Wear template on top of an existing sample:
  /developers/samples/android/wearable/wear/FindMyPhone/
README-wear.txt 17 Steps to use Wear template on top of an existing sample:

Completed in 1584 milliseconds

<<11121314151617181920>>