HomeSort by relevance Sort by last modified time
    Searched refs:always (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /external/webkit/WebCore/inspector/
InspectorBackend.h 68 void enableResourceTracking(bool always);
69 void disableResourceTracking(bool always);
78 void enableDebugger(bool always);
79 void disableDebugger(bool always);
99 void enableProfiler(bool always);
100 void disableProfiler(bool always);
InspectorBackend.idl 43 void enableResourceTracking(in boolean always);
44 void disableResourceTracking(in boolean always);
52 void enableDebugger(in boolean always);
53 void disableDebugger(in boolean always);
71 void enableProfiler(in boolean always);
72 void disableProfiler(in boolean always);
InspectorBackend.cpp 114 void InspectorBackend::enableResourceTracking(bool always)
117 m_inspectorController->enableResourceTracking(always);
120 void InspectorBackend::disableResourceTracking(bool always)
123 m_inspectorController->disableResourceTracking(always);
159 void InspectorBackend::enableDebugger(bool always)
162 m_inspectorController->enableDebuggerFromFrontend(always);
165 void InspectorBackend::disableDebugger(bool always)
168 m_inspectorController->disableDebugger(always);
239 void InspectorBackend::enableProfiler(bool always)
242 m_inspectorController->enableProfiler(always);
    [all...]
InspectorController.h 180 void enableResourceTracking(bool always = false, bool reload = true);
181 void disableResourceTracking(bool always = false);
234 void enableProfiler(bool always = false, bool skipRecompile = false);
235 void disableProfiler(bool always = false);
241 void disableDebugger(bool always = false);
278 void enableDebuggerFromFrontend(bool always);
InspectorController.cpp 948 // We always store last redirect by the original id key. Rest of the redirects are stored within the last one.
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_THROW_VERIFICATION_ERROR.S 12 bl dvmThrowVerificationError @ always throws
OP_IPUT_QUICK.S 14 str r0, [r3, r1] @ obj.field (always 32 bits)<- r0
OP_IPUT_OBJECT_QUICK.S 15 str r0, [r3, r1] @ obj.field (always 32 bits)<- r0
OP_CHECK_CAST.S 18 beq .L${opcode}_okay @ null obj, cast always succeeds
  /frameworks/base/core/java/android/util/
TimeUtils.java 145 static private int accumField(int amt, int suffix, boolean always, int zeropad) {
146 if (amt > 99 || (always && zeropad >= 3)) {
149 if (amt > 9 || (always && zeropad >= 2)) {
152 if (always || amt > 0) {
159 boolean always, int zeropad) {
160 if (always || amt > 0) {
161 if ((always && zeropad >= 3) || amt > 99) {
165 always = true;
168 if ((always && zeropad >= 2) || amt > 9) {
172 always = true
    [all...]
  /system/core/toolbox/
df.c 24 static void df(char *s, int always) {
31 if (st.f_blocks == 0 && !always)
  /external/openssl/android.testssl/
CAss.cnf 73 authorityKeyIdentifier=keyid:always,issuer:always
Uss.cnf 32 authorityKeyIdentifier=keyid,issuer:always
  /dalvik/vm/mterp/armv6t2/
OP_IPUT_QUICK.S 13 str r0, [r3, r1] @ obj.field (always 32 bits)<- r0
  /external/dbus/test/data/valid-config-files/
system.conf 43 <!-- FIXME I think currently these allow rules are always implicit
47 <!-- valid replies are always allowed -->
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 116 boolean performHapticFeedback(IWindow window, int effectId, boolean always);
WindowManagerPolicy.java 775 public boolean performHapticFeedbackLw(WindowState win, int effectId, boolean always);
  /external/openssl/apps/
openssl-vms.cnf 234 authorityKeyIdentifier=keyid:always,issuer
267 authorityKeyIdentifier=keyid:always
openssl.cnf 234 authorityKeyIdentifier=keyid:always,issuer
267 authorityKeyIdentifier=keyid:always
  /sdk/sdklauncher/
Android.mk 42 # $(TOPDIR)/$(LOCALPATH) will always be prepended to this value, which forces
  /external/clearsilver/cs/
test_joo.cs 106 Testing ?! - Existance only works on a var, otherwise always returns
107 true, so ?! is always true
  /libcore/luni/src/main/java/org/apache/xpath/compiler/
Lexer.java 575 * @return -1 always.
  /dalvik/vm/mterp/x86/
OP_CHECK_CAST.S 19 je .L${opcode}_okay # null obj, cast always succeeds
  /dalvik/vm/mterp/x86-atom/
OP_CHECK_CAST.S 37 je .L${opcode}_okay # can always cast null object
  /external/v8/test/mjsunit/regress/
regress-1213575.js 28 // Make sure that a const definition always

Completed in 195 milliseconds

1 2 3 4 5 6