HomeSort by relevance Sort by last modified time
    Searched full:enabled (Results 376 - 400 of 2552) sorted by null

<<11121314151617181920>>

  /external/opencore/nodes/pvmp4ffcomposernode/src/
pvmp4ffcn_node.h 292 * Send file size or duration report if enabled.
302 * @return PVMFSuccess if feature is enabled and the maximum file size / duration is reached.
303 * PVMFPending if feature is enabled and the max file size / duration has not been reached.
304 * PVMFErrNotSupported if feature is not enabled.
314 * @return PVMFSuccess if feature is enabled and the maximum file size / duration is reached.
315 * PVMFPending if feature is enabled and the max file size / duration has not been reached.
316 * PVMFErrNotSupported if feature is not enabled.
  /frameworks/base/docs/html/guide/topics/manifest/
provider-element.jd 7 android:<a href="#enabled">enabled</a>=["true" | "false"]
77 <dt><a name="enabled"></a>{@code android:enabled}</dt>
84 <code><a href="{@docRoot}guide/topics/manifest/application-element.html#enabled">enabled</a></code> attribute that applies to all
88 are by default) for the content provider to be enabled. If either is
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
AllocationPanel.java 171 // base composite for selected client with enabled thread update.
203 setUpButtons(false /* enabled */, AllocationTrackingStatus.OFF);
390 setUpButtons(true /* enabled */, client.getClientData().getAllocationStatus());
392 setUpButtons(false /* enabled */, AllocationTrackingStatus.OFF);
457 * @param enabled
460 private void setUpButtons(boolean enabled, AllocationTrackingStatus trackingStatus) {
461 if (enabled) {
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdStartDialog.java 223 boolean enabled = mScaleButton.getSelection();
224 enableGroup(scaleGroup, enabled);
225 if (enabled) {
249 // if the scaling is enabled by default, we must initialize the value of mScale
256 private void enableGroup(final Group group, boolean enabled) {
257 group.setEnabled(enabled);
259 c.setEnabled(enabled);
  /dalvik/libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java 179 * if <a href='#FEATURE_PROCESS_NAMESPACES'>namespaces are enabled</a>.
512 * enabled, there is no need to the entity replacement text manually.
543 * If namespaces are not enabled, 0 is returned.
748 * If namespaces are not enabled, an empty String ("") is always returned.
756 * element is returned when namespaces are enabled. When namespace
762 * when namespaces are enabled and the prefix is not null,
772 * If namespaces are not enabled, or the current event
803 * Returns an empty string ("") if namespaces are not enabled
820 * empty string ("") is returned if namespaces processing is not enabled or
821 * namespaces processing is enabled but attribute has no namespace (it has no prefix)
    [all...]
  /dalvik/libcore/regex/src/main/java/java/util/regex/
Matcher.java 583 * Determines whether this matcher has anchoring bounds enabled or not. When
584 * anchoring bounds are enabled, the start and end of the input match the
585 * '^' and '$' meta-characters, otherwise not. Anchoring bounds are enabled
599 * Indicates whether this matcher has anchoring bounds enabled. When
600 * anchoring bounds are enabled, the start and end of the input match the
601 * '^' and '$' meta-characters, otherwise not. Anchoring bounds are enabled
611 * Determines whether this matcher has transparent bounds enabled or not.
612 * When transparent bounds are enabled, the parts of the input outside the
640 * Indicates whether this matcher has transparent bounds enabled. When
641 * transparent bounds are enabled, the parts of the input outside the regio
    [all...]
  /external/quake/quake/src/QW/client/
cd_audio.c 211 static qboolean enabled = true; variable
457 if (!initialized || !enabled)
509 if (!initialized || !enabled)
571 if (!initialized || !enabled)
594 if (!initialized || !enabled)
634 enabled = true;
642 enabled = false;
648 enabled = true;
735 if (!initialized || !enabled)
868 enabled = false
    [all...]
  /external/quake/quake/src/WinQuake/
cd_audio.cpp 233 static qboolean enabled = true; variable
451 if (!initialized || !enabled)
499 if (!initialized || !enabled)
572 if (!initialized || !enabled)
599 if (!initialized || !enabled)
637 enabled = true;
645 enabled = false;
651 enabled = true;
745 if (!initialized || !enabled)
870 enabled = false;
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebPreferences.mm     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 162 /* Add all enabled EAP methods that can be used in the tunnel */
431 void NetworkConfig::wepEnabled(bool enabled)
433 wep0Edit->setEnabled(enabled);
434 wep1Edit->setEnabled(enabled);
435 wep2Edit->setEnabled(enabled);
436 wep3Edit->setEnabled(enabled);
437 wep0Radio->setEnabled(enabled);
438 wep1Radio->setEnabled(enabled);
439 wep2Radio->setEnabled(enabled);
440 wep3Radio->setEnabled(enabled);
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/
gcc.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/
gcc.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-g++.1     [all...]
arm-eabi-gcc.1     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-g++.1     [all...]
arm-eabi-gcc.1     [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
gcc.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
gcc.info     [all...]
  /dalvik/docs/
embedded-vm-control.html 67 enabled with the <code>-Xcheck:jni</code> command-line argument. The
175 a different interpreter, the JIT compiler may be enabled or disabled
177 see if JIT compilation is enabled in your VM.)
196 <p>If profiling is enabled or a debugger is attached, the VM
212 predictor can be enabled with the <code>-Xdeadlockpredict</code> argument.
276 creation if the <code>dalvik.vm.check-dex-sum</code> property is enabled.
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 137 // skip synthetic classes if enabled:
451 if ($assert.ENABLED) $assert.ASSERT (m_classBlockCounts [m_methodID] > 0, "invalid block count for method " + m_methodID + ": " + m_classBlockCounts [m_methodID]);
452 if ($assert.ENABLED) $assert.ASSERT (m_methodBlockSizes != null && m_methodBlockSizes.length == m_classBlockCounts [m_methodID], "invalid block sizes map for method " + m_methodID);
519 if ($assert.ENABLED) $assert.ASSERT (m_classInstrMethodCount >= 0,
558 if ($assert.ENABLED) $assert.ASSERT (blockCounts != null && blockCounts.length >= instrMethodCount,
675 if ($assert.ENABLED) $assert.ASSERT (m_classBlockCounts [m_methodID] > 0, "invalid block count for method " + m_methodID + " (" + IClassDefConstants.CLINIT_NAME + "): " + m_classBlockCounts [m_methodID]);
676 if ($assert.ENABLED) $assert.ASSERT (m_methodBlockSizes != null && m_methodBlockSizes.length == m_classBlockCounts [m_methodID], "invalid block sizes map for method " + m_methodID);
    [all...]
  /external/qemu/hw/
armv7m_nvic.c 218 if (s->gic.irq_state[ARMV7M_EXCP_MEM].enabled) val |= (1 << 16);
219 if (s->gic.irq_state[ARMV7M_EXCP_BUS].enabled) val |= (1 << 17);
220 if (s->gic.irq_state[ARMV7M_EXCP_USAGE].enabled) val |= (1 << 18);
351 s->gic.irq_state[ARMV7M_EXCP_MEM].enabled = (value & (1 << 16)) != 0;
352 s->gic.irq_state[ARMV7M_EXCP_BUS].enabled = (value & (1 << 17)) != 0;
353 s->gic.irq_state[ARMV7M_EXCP_USAGE].enabled = (value & (1 << 18)) != 0;
  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 122 gboolean enabled; local
123 g_object_get(settings, "enable-spell-checking", &enabled, NULL);
125 return enabled;
326 gboolean enabled; local
327 g_object_get(settings, "enable-spell-checking", &enabled, NULL);
329 g_object_set(settings, "enable-spell-checking", !enabled, NULL);
  /external/wpa_supplicant_6/wpa_supplicant/
.config 139 # functionality needed for EAP-FAST. If EAP-FAST is enabled with OpenSSL,
166 # This requires CONFIG_EAP_AKA to be enabled, too.
247 # This can be used if ap_scan=1 mode is never enabled.
314 # of wpa_supplicant and GnuTLS if this option is enabled. BSD license may not
344 # When this option is enabled, each EAP method can be either included
353 # main program must have been build with the EAP method enabled (=y or =dyn).
defconfig 142 # functionality needed for EAP-FAST. If EAP-FAST is enabled with OpenSSL,
169 # This requires CONFIG_EAP_AKA to be enabled, too.
250 # This can be used if ap_scan=1 mode is never enabled.
317 # of wpa_supplicant and GnuTLS if this option is enabled. BSD license may not
347 # When this option is enabled, each EAP method can be either included
356 # main program must have been build with the EAP method enabled (=y or =dyn).

Completed in 737 milliseconds

<<11121314151617181920>>