HomeSort by relevance Sort by last modified time
    Searched full:setting (Results 776 - 800 of 2960) sorted by null

<<31323334353637383940>>

  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
requestHandler.c 414 - Clears all requests from the queue by setting
471 DESCRIPTION: RequestHandler module function for setting the function that
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdDispatcher.c 249 * This table is used when Getting/Setting a parameter from the OS abstraction layer.
372 * \return result of parameter setting
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 458 Log.d(TAG, "Setting numeric '" + numeric + "' to be the current operator");
463 Log.e(TAG, "Failed setting numeric '" + numeric + "' to the current operator");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigDelegate.java 87 * Index of the default network speed setting for the emulator.<br>
95 * Index of the default network latency setting for the emulator.<br>
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdStartDialog.java 66 private static int sMonitorDpi = 72; // used if there's no setting controller.
286 // if there is a setting controller, save it
  /system/core/init/
property_service.c 51 /* White list of permissions for setting property services. */
208 * Checks permissions for setting system properties.
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
requestHandler.c 425 - Clears all requests from the queue by setting
484 DESCRIPTION: RequestHandler module function for setting the function that
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
requestHandler.c 414 - Clears all requests from the queue by setting
471 DESCRIPTION: RequestHandler module function for setting the function that
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
CmdDispatcher.c 249 * This table is used when Getting/Setting a parameter from the OS abstraction layer.
372 * \return result of parameter setting
  /bionic/libc/kernel/common/linux/
qic117.h 121 #define QIC117_ERRORS { { "No error", 0, }, { "Command Received while Drive Not Ready", 0, }, { "Cartridge Not Present or Removed", 1, }, { "Motor Speed Error (not within 1%)", 1, }, { "Motor Speed Fault (jammed, or gross speed error", 1, }, { "Cartridge Write Protected", 1, }, { "Undefined or Reserved Command Code", 1, }, { "Illegal Track Address Specified for Seek", 1, }, { "Illegal Command in Report Subcontext", 0, }, { "Illegal Entry into a Diagnostic Mode", 1, }, { "Broken Tape Detected (based on hole sensor)", 1, }, { "Warning--Read Gain Setting Error", 1, }, { "Command Received While Error Status Pending (obs)", 1, }, { "Command Received While New Cartridge Pending", 1, }, { "Command Illegal or Undefined in Primary Mode", 1, }, { "Command Illegal or Undefined in Format Mode", 1, }, { "Command Illegal or Undefined in Verify Mode", 1, }, { "Logical Forward Not at Logical BOT or no Format Segments in Format Mode", 1, }, { "Logical EOT Before All Segments generated", 1, }, { "Command Illegal When Cartridge Not Referenced", 1, }, { "Self-Diagnostic Failed (cannot be cleared)", 1, }, { "Warning EEPROM Not Initialized, Defaults Set", 1, }, { "EEPROM Corrupted or Hardware Failure", 1, }, { "Motion Time-out Error", 1, }, { "Data Segment Too Long -- Logical Forward or Pause", 1, }, { "Transmit Overrun (obs)", 1, }, { "Power On Reset Occurred", 0, }, { "Software Reset Occurred", 0, }, { "Diagnostic Mode 1 Error", 1, }, { "Diagnostic Mode 2 Error", 1, }, { "Command Received During Non-Interruptible Process", 1, }, { "Rate or Format Selection Error", 1, }, { "Illegal Command While in High Speed Mode", 1, }, { "Illegal Seek Segment Value", 1, }, { "Invalid Media", 1, }, { "Head Positioning Failure", 1, }, { "Write Reference Burst Failure", 1, }, { "Prom Code Missing", 1, }, { "Invalid Format", 1, }, { "EOT/BOT System Failure", 1, }, { "Prom A Checksum Error", 1, }, { "Drive Wakeup Reset Occurred", 1, }, { "Prom B Checksum Error", 1, }, { "Illegal Entry into Format Mode", 1, }, }
  /bionic/libm/man/
exp.3 220 The reason for setting 0**0 = 1 anyway is this:
  /build/tools/apriori/
main.c 40 INFO("Setting next link address (current is at 0x%08x):\n",
  /dalvik/dx/src/com/android/dx/dex/file/
OffsettedItem.java 295 * for setting it.
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ScheduledThreadPoolExecutor.java 537 * {@code shutdownNow} or after setting the policy to
554 * {@code shutdownNow} or after setting the policy to
569 * {@code shutdownNow}, or after setting the policy to
586 * {@code shutdownNow}, or after setting the policy to
    [all...]
  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
FutureTaskTest.java 91 * setting value causes get to return it
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
NativeCollation.java 128 * @exception RuntimeException when error occurs while setting attribute value
  /dalvik/libcore/luni/src/main/java/java/io/
LineNumberInputStream.java 202 * bytes have been read since setting the mark.
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
PipedOutputStreamTest.java 43 System.out.println("Exception setting up reader: "
  /dalvik/libcore/nio/src/main/java/java/nio/channels/
SelectableChannel.java 61 * {@code true} for setting this channel's mode to blocking,
  /dalvik/libcore/security/src/main/java/java/security/
Policy.java 31 * The system policy can be changed by setting the {@code 'policy.provider'}
  /dalvik/libcore/sql/src/main/java/java/sql/
Blob.java 29 * The {@code java.sql.Blob} interface provides methods for setting and
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
DTMFilter.java 177 * that responsible for setting up the wildcard version as well.</p>
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMAxisIteratorBase.java 99 * after setting the flag.
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
AttList.java 51 // ARGHH!! JAXP Uses Xerces without setting the namespace processing to ON!
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
DOMImplementation.java 65 * . On the other hand, setting the <code>DocumentType</code> after the

Completed in 480 milliseconds

<<31323334353637383940>>