/external/openssh/regress/ |
reconfigure.sh | 1 # $OpenBSD: reconfigure.sh,v 1.2 2003/06/21 09:14:05 markus Exp $ 4 tid="simple connect after reconfigure" 34 fail "ssh connect with protocol $p failed after reconfigure"
|
/external/chromium_org/third_party/icu/source/data/sprep/ |
sprepfiles.mk | 11 # reconfigure ICU.
|
/external/icu4c/data/sprep/ |
sprepfiles.mk | 11 # reconfigure ICU.
|
/device/asus/flo/camera/QCamera2/HAL3/ |
QCamera3HALHeader.h | 43 RECONFIGURE,
|
/external/chromium/chrome/browser/sync/glue/ |
data_type_manager_impl.h | 71 // Whether an attempt to reconfigure was made while we were busy configuring.
|
/external/icu4c/data/brkitr/ |
brkfiles.mk | 12 # reconfigure ICU.
|
/external/mdnsresponder/mDNSPosix/ |
PosixDaemon.c | 91 // %%% Reconfigure() probably belongs in the platform support layer (mDNSPosix.c), not the daemon cde 95 static void Reconfigure(mDNS *m) 171 if (sigismember(&signals, SIGHUP )) Reconfigure(m); 209 Reconfigure(&mDNSStorage);
|
/hardware/qcom/camera/QCamera2/HAL3/ |
QCamera3HALHeader.h | 46 RECONFIGURE,
|
/external/chromium_org/chrome/browser/sync/glue/ |
data_type_manager_impl.h | 91 // Post a task to reconfigure when no downloading or association are running. 132 // Whether an attempt to reconfigure was made while we were busy configuring. 136 // The reason for the last reconfigure attempt. Note: this will be set to a
|
data_type_manager_impl.cc | 112 DVLOG(1) << "Reconfigure with same types, bypassing confguration."; 272 // An attempt was made to reconfigure while we were already configuring. 308 // Ignore |failed_configuration_types| if we need to reconfigure 413 // Don't reconfigure due to failed data types if we have an unrecoverable 432 // Ignore abort/unrecoverable error if we need to reconfigure anyways.
|
/external/bison/build-aux/ |
javaexec.sh.in | 64 echo 'Java virtual machine not found, try installing gij or set $JAVA, then reconfigure' 1>&2
|
javacomp.sh.in | 70 echo 'Java compiler not found, try installing gcj or set $JAVAC, then reconfigure' 1>&2
|
/external/chromium_org/third_party/icu/source/data/rbnf/ |
rbnffiles.mk | 12 # reconfigure ICU.
|
/external/llvm/utils/lit/lit/ExampleTests/LLVM.InTree/test/ |
lit.cfg | 62 # Okay, that worked. Notify the user of the automagic, and reconfigure.
|
/external/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/ |
lit.cfg | 62 # Okay, that worked. Notify the user of the automagic, and reconfigure.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/ |
CommonSourceViewerConfig.java | 61 // default sourceViewerConfig and reconfigure it with one that really
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteConnectionPool.java | 102 RECONFIGURE, 254 public void reconfigure(SQLiteDatabaseConfiguration configuration) { method in class:SQLiteConnectionPool 316 // Reconfigure the database connections in place. 394 if (status == AcquiredConnectionStatus.RECONFIGURE) { 396 connection.reconfigure(mConfiguration); // might throw 398 Log.e(TAG, "Failed to reconfigure released connection, closing it: " 544 mAvailablePrimaryConnection.reconfigure(mConfiguration); // might throw 546 Log.e(TAG, "Failed to reconfigure available primary connection, closing it: " 557 connection.reconfigure(mConfiguration); // might throw 559 Log.e(TAG, "Failed to reconfigure available non-primary connection, closing it: [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapTest.java | 389 // reconfigure same size 390 mBitmap.reconfigure(50, 100, Bitmap.Config.ARGB_8888); 394 // reconfigure different size 395 mBitmap.reconfigure(10, 10, Bitmap.Config.ALPHA_8); 496 mBitmap.reconfigure(50, 100, Bitmap.Config.ALPHA_8); 502 mBitmap.reconfigure(101, 201, Bitmap.Config.ARGB_8888); 510 mBitmap.reconfigure(1, 1, Bitmap.Config.ALPHA_8);
|
/external/bluetooth/bluedroid/bta/av/ |
bta_av_api.c | 275 ** Description Reconfigure the audio/video stream. 276 ** If suspend is TRUE, this function tries the suspend/reconfigure 278 ** If suspend is FALSE or when suspend/reconfigure fails,
|
/external/bluetooth/bluedroid/bta/include/ |
bta_av_api.h | 244 #define BTA_AV_RECONFIG_EVT 14 /* reconfigure response */ 628 ** Description Reconfigure the audio/video stream. 629 ** If suspend is TRUE, this function tries the suspend/reconfigure 631 ** If suspend is FALSE or when suspend/reconfigure fails,
|
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/ |
AudioResampler.cpp | 70 // Reconfigure our source bus to the new channel size.
|
/external/clang/test/Unit/ |
lit.cfg | 80 # Okay, that worked. Notify the user of the automagic, and reconfigure.
|
/external/icu4c/data/rbnf/ |
rbnffiles.mk | 12 # reconfigure ICU.
|
/external/llvm/test/Unit/ |
lit.cfg | 77 # Okay, that worked. Notify the user of the automagic, and reconfigure.
|
/external/tcpdump/ |
print-dhcp6.c | 244 return "reconfigure message"; 246 return "reconfigure accept"; 468 printf(" proto: reconfigure"); 717 name = "reconfigure";
|