HomeSort by relevance Sort by last modified time
    Searched full:configurable (Results 51 - 75 of 254) sorted by null

1 23 4 5 6 7 8 91011

  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
GCMBlockCipher.java 133 // TODO This should be configurable by init parameters
266 // TODO Fix this if tagLength becomes configurable
  /external/v8/test/mjsunit/
array-concat.js 209 }, configurable: true})
218 }, configurable: true})
strict-mode.js 573 configurable: true });
576 configurable: true });
579 configurable: true });
582 configurable: true });
    [all...]
regexp.js 599 assertEquals(false, desc.configurable);
605 assertEquals(false, desc.configurable);
611 assertEquals(false, desc.configurable);
617 assertEquals(false, desc.configurable);
  /sdk/ide_common/src/com/android/ide/common/resources/
ResourceFolder.java 21 import com.android.ide.common.resources.configuration.Configurable;
37 public final class ResourceFolder implements Configurable {
  /external/webkit/Source/JavaScriptCore/runtime/
JSObject.cpp 679 if (!current.configurable()) {
680 if (descriptor.configurable()) {
682 throwError(exec, createTypeError(exec, "Attempting to configurable attribute of unconfigurable property."));
703 if (!current.configurable()) {
714 if (!current.configurable()) {
742 if (!current.configurable()) {
  /external/v8/src/
v8natives.js 326 obj.configurable = desc.isConfigurable();
341 if ("configurable" in obj) {
342 desc.setConfigurable(ToBoolean(obj.configurable));
446 PropertyDescriptor.prototype.setConfigurable = function(configurable) {
447 this.configurable_ = configurable;
650 // Send flags - enumerable and configurable are common - writable is
652 // Take special care if enumerable and configurable is not defined on
    [all...]
  /external/qemu/hw/
armv7m_nvic.c 222 case 0xd28: /* Configurable Fault Status. */
224 hw_error("Not implemented: Configurable Fault Status.");
355 case 0xd28: /* Configurable Fault Status. */
  /external/chromium/chrome/browser/ui/webui/
new_tab_page_sync_handler.cc 26 // configurable.
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 43 // Configurable components creators.
  /external/guava/src/com/google/common/io/
FileBackedOutputStream.java 32 * switches to file buffering once the data reaches a configurable size.
  /external/iproute2/man/man8/
tc-red.8 28 configurable chance of being marked (which may mean dropped). This chance
  /external/libnfc-nxp/inc/
nfc_custom_config.h 23 * \note This is the configuration header file of the HAL 4.0. custom configurable
  /external/libnfc-nxp/src/
phLibNfc_Internal.h 51 Configurable upto 1K*/
  /external/opencv/
README.rdoc 69 To use Java, you have to make a small code change. Eventually we will make this a configurable option without having to make a code change. The reason is because when we send data over a socket from Java to Java it is faster to send serialized buffered images. However, when we send data to C++, we have to send a raw byte array.
  /external/qemu-pc-bios/bochs/bios/
Makefile.in 53 # -------- end configurable options --------------------------
  /external/srec/portable/src/
pmemfixed.c 46 number created is configurable. If it is not possible to create more blocks, then the
54 each time a particular pool has been exhausted (the number created is configurable for each
72 1. Configurable memory block sizes (not restricted to power of 2 sizes).
76 5. Configurable initial pool sizes.
  /external/srec/srec/include/
front.h 218 /* Internal memberrs that may need to be configurable. Currently constants
  /external/valgrind/main/coregrind/
link_tool_exe_darwin.in 77 # User configurable constants: how far before the exe should we
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebContextMac.mm 99 // FIXME: This should really be configurable; we shouldn't just blindly allow read access to the UI process bundle.
  /external/webrtc/src/modules/audio_processing/agc/main/source/
analog_agc.h 48 // Configurable parameters/variables
  /external/webrtc/src/modules/audio_processing/main/source/
high_pass_filter_impl.cc 168 return apm_->kNoError; // Not configurable.
  /frameworks/base/core/java/android/content/
ContentQueryMap.java 30 * the database that is to be used as the key of the map is user-configurable, and the
  /frameworks/base/services/java/com/android/server/
DockObserver.java 84 // FIXME - we should be configurable.
  /packages/apps/Email/emailcommon/src/org/apache/commons/io/input/
TeeInputStream.java 31 * called on this proxy. It is configurable whether the associated output

Completed in 1862 milliseconds

1 23 4 5 6 7 8 91011