HomeSort by relevance Sort by last modified time
    Searched refs:true (Results 326 - 350 of 3029) sorted by null

<<11121314151617181920>>

  /packages/apps/VoiceDialer/
Android.mk 12 LOCAL_PRIVILEGED_MODULE := true
  /device/asus/tilapia/
BoardConfig.mk 28 # the true camera library when the vendor tree is available. Similarly,
29 # we set USE_PROPRIETARY_AUDIO_EXTENSIONS to true in the proprietary variant as
32 USE_CAMERA_STUB := true
  /external/bluetooth/bluedroid/bta/
Android.mk 1 ifneq ($(TARGET_SIMULATOR),true)
7 ifeq ($(BOARD_HAVE_BLUETOOTH_BCM),true)
106 endif # TARGET_SIMULATOR != true
  /external/chromium/chrome/browser/sync/resources/
gaia_login.js 6 // true, it stays that way until we are told about successful login from
60 f.accessCode.disabled = true;
89 g_is_captcha_challenge_active = true;
99 document.getElementById('email').disabled = true;
169 document.getElementById('email').disabled = true;
170 document.getElementById('passwd').disabled = true;
171 document.getElementById('captcha-value').disabled = true;
172 document.getElementById('access-code').disabled = true;
181 document.getElementById("sign-in").disabled = true;
237 return true;
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
action_choice_util.js 26 disabled: true,
31 hidden: true,
32 disabled: true
  /external/chromium_org/chrome/renderer/resources/extensions/
downloads_custom_bindings.js 18 var suggestable = true;
38 return true;
58 (results.results[0] === true));
tag_watcher.js 29 documentObserver.observe(document, {subtree: true, childList: true});
45 var useCapture = true;
  /external/chromium_org/chrome/test/chromedriver/js/
test.js 6 * Asserts the value is true.
30 var shouldContinue = true;
38 shouldContinue = true;
  /external/chromium_org/content/test/data/fileapi/
quota_test.js 10 failedInTruncate = true;
25 fs.root.getFile('fd', {create: true, exclusive: false}, function(fileEntry) {
30 failedInTruncate = true;
  /external/chromium_org/v8/src/extensions/i18n/
number-format.js 122 'useGrouping', 'boolean', undefined, true));
132 currency: {writable: true},
133 currencyDisplay: {writable: true},
134 locale: {writable: true},
135 maximumFractionDigits: {writable: true},
136 minimumFractionDigits: {writable: true},
137 minimumIntegerDigits: {writable: true},
138 numberingSystem: {writable: true},
139 requestedLocale: {value: requestedLocale, writable: true},
140 style: {value: internalOptions.style, writable: true},
    [all...]
  /external/chromium_org/v8/test/webkit/
dfg-double-addition-simplify-to-int.js 33 p2 = true;
35 p2 = true;
49 shouldBe("foo(42, true)[0]", "84");
  /external/chromium_org/v8/test/webkit/fast/js/
excessive-comma-usage.js 29 initializerTestString += ";return true;";
34 declarationTestString += ";return true;";
39 commaExpressionTestString += ";return true;";
  /external/libpng/
Android.mk 62 LOCAL_CLANG := true
78 LOCAL_CLANG := true
97 LOCAL_CLANG := true
  /external/webrtc/
android-webrtc.mk 29 ifeq ($(ARCH_ARM_HAVE_NEON),true)
38 WEBRTC_BUILD_NEON_LIBS := true
41 ifeq ($(ARCH_ARM_HAVE_ARMV7A),true)
  /external/webrtc/src/common_audio/signal_processing/
Android.mk 60 ifeq ($(ARCH_ARM_HAVE_NEON),true)
75 ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true)
79 ifneq ($(TARGET_SIMULATOR),true)
  /frameworks/native/services/surfaceflinger/
Android.mk 50 ifeq ($(TARGET_DISABLE_TRIPLE_BUFFERING),true)
54 ifeq ($(TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS),true)
62 ifeq ($(TARGET_RUNNING_WITHOUT_SYNC_FRAMEWORK),true)
  /hardware/qcom/display/msm8960/libcopybit/
Android.mk 32 ifeq ($(TARGET_USES_C2D_COMPOSITION),true)
37 ifneq ($(call is-chipset-in-board-platform,msm7630),true)
38 ifeq ($(call is-board-platform-in-list,$(MSM7K_BOARD_PLATFORMS)),true)
  /ndk/build/core/
definitions-host.mk 162 windows-path-is-absolute = $(if $(filter /% $(ndk-windows-drive-patterns),$(subst \,/,$1)),true)
167 host-path-is-absolute = $(if $(filter /%,$1),true)
177 $(call test-expect,true,$(call host-path-is-absolute,/))\
178 $(call test-expect,true,$(call host-path-is-absolute,/foo))\
179 $(call test-expect,true,$(call host-path-is-absolute,/foo/bar))\
180 $(call test-expect,true,$(call host-path-is-absolute,//foo))\
181 $(call test-expect,true,$(call host-path-is-absolute,/.))
190 $(call test-expect,true,$(call windows-path-is-absolute,c:/))\
191 $(call test-expect,true,$(call windows-path-is-absolute,x:))\
192 $(call test-expect,true,$(call windows-path-is-absolute,K:foo))
    [all...]
  /external/chromium_org/v8/test/mjsunit/
json.js 95 assertEquals(true, JSON.parse("true"));
125 assertEquals([1, "2", true, null], JSON.parse('[1, "2", true, null]'));
200 TestInvalid("{true:42}");
216 TestInvalid('true ""');
221 TestInvalid('[true] ""');
223 TestInvalid('{"x":true} ""');
233 TestStringify("true", true);
    [all...]
strict-mode.js 292 CheckStrictMode("if (true) { function invalid() {} }", SyntaxError);
406 testAssignToUndefined(assignToUndefined, true);
407 testAssignToUndefined(assignToUndefined, true);
408 testAssignToUndefined(assignToUndefined, true);
418 testAssignToUndefined(assignToUndefined, true);
419 testAssignToUndefined(assignToUndefined, true);
420 testAssignToUndefined(assignToUndefined, true);
422 repeat(10, function() { testAssignToUndefined(assignToUndefined, true); });
426 repeat(10, function() { testAssignToUndefined(assignToUndefined, true); });
436 testAssignToUndefined(assignToUndefinedWithEval, true);
    [all...]
  /external/v8/test/mjsunit/
strict-mode.js 292 CheckStrictMode("if (true) { function invalid() {} }", SyntaxError);
406 testAssignToUndefined(assignToUndefined, true);
407 testAssignToUndefined(assignToUndefined, true);
408 testAssignToUndefined(assignToUndefined, true);
418 testAssignToUndefined(assignToUndefined, true);
419 testAssignToUndefined(assignToUndefined, true);
420 testAssignToUndefined(assignToUndefined, true);
422 repeat(10, function() { testAssignToUndefined(assignToUndefined, true); });
426 repeat(10, function() { testAssignToUndefined(assignToUndefined, true); });
436 testAssignToUndefined(assignToUndefinedWithEval, true);
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
resizableverticalsplitview.js 38 'mousedown', this.onDragSizerStart_.bind(this), true);
92 window.addEventListener('mousemove', this.sizerMouseMoveListener_, true);
93 window.addEventListener('mouseup', this.sizerMouseUpListener_, true);
122 window.removeEventListener('mousemove', this.sizerMouseMoveListener_, true);
123 window.removeEventListener('mouseup', this.sizerMouseUpListener_, true);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/
popup.js 61 modal: true,
80 closeOnEscape: true, title: 'Add New Bookmark', modal: true,
97 closeOnEscape: true, title: 'Edit Title', modal: true,
  /external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/
popup.js 77 pref.get({'incognito': true}, updateUIFromGet);
92 setPrefValue(this.checked, true);
116 pref.clear({'incognito': true});
119 pref.get({'incognito': true}, function(settings) {
120 pref.set({'incognito': true, 'value': settings.value});
  /external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/
popup.js 77 pref.get({'incognito': true}, updateUIFromGet);
92 setPrefValue(this.checked, true);
116 pref.clear({'incognito': true});
119 pref.get({'incognito': true}, function(settings) {
120 pref.set({'incognito': true, 'value': settings.value});

Completed in 3168 milliseconds

<<11121314151617181920>>