/external/v8/test/mjsunit/regress/ |
regress-1790.js | 43 configurable: true 52 CheckSequence(Array.prototype.every, function() { return true; }); 53 CheckSequence(Array.prototype.filter, function() { return true; });
|
/external/webrtc/ |
Android.mk | 56 ifeq ($(WEBRTC_BUILD_NEON_LIBS),true) 90 ifeq ($(WEBRTC_BUILD_NEON_LIBS),true) 122 ifeq ($(WEBRTC_BUILD_NEON_LIBS),true)
|
/external/chromium_org/v8/src/ |
v8natives.js | 300 desc.setEnumerable(true); 301 desc.setConfigurable(true); 326 desc.setEnumerable(true); 327 desc.setConfigurable(true); 527 this.hasValue_ = true; 537 this.hasEnumerable_ = true; 547 this.hasWritable_ = true; 557 this.hasConfigurable_ = true; 567 this.hasGetter_ = true; 577 this.hasSetter_ = true; [all...] |
/external/chromium_org/chrome/renderer/resources/extensions/ |
web_view.js | 24 var eventOpts = {supportsListeners: true, supportsFilters: true}; 75 cancelable: true, 89 cancelable: true, 276 enumerable: true 280 // We cannot use {writable: true} property descriptor because we want dynamic 289 enumerable: true 315 {attributes: true, attributeFilter: WEB_VIEW_ATTRIBUTES}); 330 {attributes: true, attributeFilter: WEB_VIEW_ATTRIBUTES}); 418 var details = {bubbles:true}; [all...] |
/external/v8/src/ |
v8natives.js | 292 desc.setEnumerable(true); 293 desc.setConfigurable(true); 318 desc.setEnumerable(true); 319 desc.setConfigurable(true); 518 this.hasValue_ = true; 528 this.hasEnumerable_ = true; 538 this.hasWritable_ = true; 548 this.hasConfigurable_ = true; 558 this.hasGetter_ = true; 568 this.hasSetter_ = true; [all...] |
/build/tools/droiddoc/templates-ds/ |
sampleindex.cs | 3 <?cs set:resources="true" ?>
|
/build/tools/droiddoc/templates-pdk/ |
sampleindex.cs | 3 <?cs set:resources="true" ?>
|
/build/tools/droiddoc/templates-sac/ |
sampleindex.cs | 3 <?cs set:resources="true" ?>
|
/cts/tests/core/ |
ctscore.mk | 24 LOCAL_DONT_DELETE_JAR_META_INF := true
|
/cts/tests/systemAppTest/test/ |
Android.mk | 23 LOCAL_PRIVILEGED_MODULE := true
|
/cts/tools/cfassembler/ |
Android.mk | 22 LOCAL_IS_HOST_MODULE := true
|
/development/tools/apkcheck/ |
Android.mk | 24 LOCAL_IS_HOST_MODULE := true
|
/device/asus/grouper/liblights/ |
Android.mk | 18 ifneq ($(TARGET_SIMULATOR),true)
|
/device/lge/hammerhead/libsensors/ |
Android.mk | 18 ifneq ($(TARGET_BUILD_PDK), true)
|
/external/chromium/chrome/browser/resources/ |
bug_report.js | 114 return true; 119 return true; 136 return true; 155 return true;
|
/external/chromium/chrome/browser/resources/chromeos/ |
proxy_settings.js | 31 ProxyOptions.getInstance().visible = true;
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
keyboard_overlay_accessibility_helper.js | 7 // Returns true when ChromeVox is loaded and active, false otherwise.
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
demo_user_login.js | 41 $('demo-login-text').hidden = true;
|
/external/chromium_org/chrome/browser/resources/file_manager/js/ |
file_transfer_controller.js | 75 * @param {boolean=} opt_onlyIntoDirectories If true only directory list 94 tree.addEventListener('dragover', this.onDragOver_.bind(this, true, tree)); 97 tree.addEventListener('drop', this.onDrop_.bind(this, true)); 106 this.onDragOver_.bind(this, true /* onlyIntoDirectories */, list)); 111 this.onDrop_.bind(this, true /* onlyIntoDirectories */)); 350 * @param {boolean} onlyIntoDirectories True if the drag is only into 425 this.setDropTarget_(item, true /* directory */, event.dataTransfer, path); 450 * @param {boolean} onlyIntoDirectories True if the drag is only into 523 * currently active. Otherwise, returns true. 550 // queryCommandEnabled returns true if event.returnValue is false [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/js/media/ |
util.js | 12 * @param {function():boolean=} opt_toolsActive Function that returns |true| 67 * @param {boolean} on True if show, false if hide. 71 this.container_.setAttribute('tools', 'true'); 82 this.showTools(true); 154 this.mouseOverTool_ = true;
|
/external/chromium_org/chrome/browser/resources/file_manager/js/photo/ |
gallery_testapi.js | 43 setTimeout(galleryTestAPI.respond_.bind(null, true), 0); 66 galleryTestAPI.clickRibbonThumbnail(true); 163 * |galleryTestAPI.respond_(true)| is called. 167 var callback = opt_callback || galleryTestAPI.respond_.bind(null, true);
|
/external/chromium_org/chrome/browser/resources/ |
flags.js | 42 handleEnableExperiment(this, true); 114 * enabled: true, 120 * selected: true 170 [String(node.internal_name) + '@' + index, 'true']);
|
/external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/ |
background.js | 19 hidden: true
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
new_tab.js | 44 * true if |loginBubble| should be shown. 146 $('recently-closed-menu-button').hidden = true; 154 getRequiredElement('other-sessions-menu-button').hidden = true; 179 cr.dispatchSimpleEvent(document, 'sectionready', true, true); 188 webStoreIcon.hidden = true; 220 shouldShowLoginBubble = true; 283 cr.dispatchSimpleEvent(document, 'ntpLoaded', true, true); 395 if (document.documentElement.getAttribute('hasattribution') == 'true') { [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/ |
options.js | 22 if (!options.isActivated.checked) { ghost(true); }
|