/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.js | 12 var isMobile = false; // true if mobile, so we can adjust some layout 13 var isIE6 = false; // true if IE6 34 isMobile = true; 38 isIE6 = true; 212 hasTag = true; 410 return true; 417 return true; 424 return true; 461 $("div:first", this).append("<a class='toggle-img' href='#' title='show pages' onClick='toggle(this.parentNode.parentNode, true); return false;'></a>"); 583 $("#language").find("option[value='"+lang+"']").attr("selected",true); [all...] |
/build/tools/droiddoc/templates-sac/assets/js/ |
docs.js | 8 var isMobile = false; // true if mobile, so we can adjust some layout 49 toggleFullscreen(true); 90 quicknav_open = true; 217 var crossBoundaries = ($("body.design").length > 0) || ($("body.guide").length > 0) ? true : 262 startClass = true; 268 isCrossingBoundary = true; 485 resizeNav(250); // pass true in order to delay the scrollbar re-initialization for performance 546 var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; 609 var enabled = true; 617 enabled = true; [all...] |
/external/doclava/res/assets/templates/ |
macros.cs | 9 Overloaded version to support use of 'nav' parameter, which when true, 21 if:type.link && link=="true" ?><?cs 31 call:type_link_impl(t, "true") ?><?cs 37 call:type_link_impl(t, "true") ?><?cs 41 ?><<?cs each:t=type.typeArguments ?><?cs call:type_link_impl(t, "true") ?><?cs 57 call:type_link_impl(t, "true")?><?cs 65 <?cs def:type_link2(type,nav) ?><?cs call:type_link_impl2(type, "true", nav) ?><?cs /def ?> 69 if the "condition" parameter evals to true then the link is displayed 307 <li class="api apilevel-<?cs var:cl.type.since ?>"><?cs call:type_link2(cl.type,"true") ?></li><?cs 320 <li class="<?cs if:class.name == cl.label?>selected <?cs /if ?>api apilevel-<?cs var:cl.since ?>"><?cs call:type_link2(cl,"true") ?></li><?c [all...] |
/external/libvncserver/webclients/novnc/include/web-socket-js/ |
web_socket.js | 54 * @return {boolean} True for success, false for failure. 70 return true; 249 {hasPriority: true, swliveconnect : true, allowScriptAccess: "always"}, 293 return true; 316 * @return {boolean} True if flash lite is running, false otherwise. 326 return mimeType.enabledPlugin.filename.match(/flashlite/i) ? true : false;
|
/external/v8/src/ |
debug-debugger.js | 72 value: true, 122 this.active_ = true; 175 this.active_ = true; 203 // If no sensible mirror or non true value break point not triggered. 226 return true; 230 // Function called from the runtime when a break point is hit. Returns true if 258 this.active_ = true; 357 this.active_ = true; 442 var actual_location = script.locationFromPosition(actual_position, true); 660 var actual_location = script.locationFromPosition(actual_position, true); [all...] |
/external/v8/test/mjsunit/es7/ |
object-observe.js | 105 recordCreated = true; 108 enumerable: true 120 assertEquals(obj, Object.observe(obj, observer.callback, [true])); 183 configurable: true, 184 set: function() { protoExpandoAccessed = true; } 215 Object.observe(obj, observer.callback, [true, 1, null, undefined]); 217 notifier.notify({ type: 'true' }); 227 { object: obj, type: 'true' }, 335 configurable: true, 339 writable: true, [all...] |
/external/v8/test/mjsunit/es6/ |
collections.js | 90 var keys = [ +0, -0, +Infinity, -Infinity, true, false, null, undefined ]; 121 var keys = [ 0, +Infinity, -Infinity, true, false, null, undefined ]; 132 var values = [ 'x', 0, +Infinity, -Infinity, true, false, null, undefined ]; 332 writable: true, 334 configurable: true 359 configurable: true, 360 writable: true 368 var alwaysBogus = [ undefined, null, true, "x", 23, {} ]; 465 m.set(42, true); 1022 new ctor(true); [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
docs.js | 8 var isMobile = false; // true if mobile, so we can adjust some layout 17 cache: true 29 // + "', true); $('#langMessage').hide(); return false;"); 67 toggleFullscreen(true); 252 var crossBoundaries = ($("body.design").length > 0) || ($("body.guide").length > 0) ? true : 296 startClass = true; 302 isCrossingBoundary = true; 479 var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; 658 mPlayerPaused = true; 665 mPlayerPaused = true; [all...] |
/external/doclava/res/assets/templates/assets/ |
doclava-developer-docs.js | 12 var isMobile = false; // true if mobile, so we can adjust some layout 13 var isIE6 = false; // true if IE6 34 isMobile = true; 38 isIE6 = true; 334 return true; 341 return true; 348 return true; 385 $("div:first", this).append("<a class='toggle-img' href='#' title='show pages' onClick='toggle(this.parentNode.parentNode, true); return false;'></a>"); 496 $("#language").find("option[value='"+lang+"']").attr("selected",true);
|
/external/v8/tools/profviz/ |
composer.js | 102 new TimerEvent("compile unopt", "#CC0000", true, 0), 104 new TimerEvent("recompile sync", "#CC0044", true, 0), 108 new TimerEvent("compile eval", "#CC4400", true, 0), 112 new TimerEvent("parse", "#00CC00", true, 0), 114 new TimerEvent("preparse", "#44CC00", true, 0), 116 new TimerEvent("lazy parse", "#00CC44", true, 0), 118 new TimerEvent("gc scavenge", "#0044CC", true, 0), 120 new TimerEvent("gc compaction", "#4444CC", true, 0), 122 new TimerEvent("gc context", "#4400CC", true, 0),
|
/ndk/build/core/ |
definitions-graph.mk | 25 # Set this to true if you want to debug the functions here. 26 _ndk_mod_debug := $(if $(NDK_DEBUG_MODULES),true) 27 _ndk_topo_debug := $(if $(NDK_DEBUG_TOPO),true) 30 # if _ndk_mod_debug is set to 'true'. Useful for debugging the functions 33 ifeq (true,$(_ndk_mod_debug)) 39 ifeq (true,$(_ndk_topo_debug)) 121 # _ndk_mod_tree_visited.<name> will be 'true' if the node was visited, 139 # Set the visited state of a node to 'true' 141 $(eval _ndk_mod_tree_visited.$1 := true)\
|
/external/llvm/test/Bindings/OCaml/ |
core.ml | 49 | false, true -> () 52 | true, true -> 54 | true, false -> 138 let c = const_of_int64 i64_type 9223372036854775807L true in 392 true 511 set_thread_local true in 525 set_externally_initialized true in 539 set_global_constant true g; 911 true); [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
mandreel.js | 234 log : true 315 var mandreelAppForceFocus = true; 526 mandreelLoadPackData(old_result.my_outStream.arrayBuffer,true); 550 packdata_request.open("GET", url, true); 586 binary_mode : true, 596 mandreelLoadPackData(outStream.arrayBuffer,true); 601 mandreelLoadPackData(buffer,true); 639 mandreelJsScriptLoaded_loaded = true; 718 packdata_request.open("GET", url, true); 741 imandreel_packasynctexture_loaded(buffer, true); [all...] |
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/serialization/ |
serializer.js | 14 encodeHtmlEntities: true 125 value = this.options.encodeHtmlEntities ? escapeString(attr.value, true) : attr.value;
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/ |
parser_test.js | 59 locationInfo: true, 114 locationInfo: true,
|
serializer_test.js | 96 options: {encodeHtmlEntities: true}, 107 options: {encodeHtmlEntities: true},
|
tokenizer_test.js | 41 startTagEntry.push(true); 237 tokenizer = new Tokenizer(html, {locationInfo: true});
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/vinn/ |
html_to_js_generator.js | 22 var parser = new parse5.Parser(adapter, {locationInfo: true}); 111 is_import_link = true;
|
/external/drm_gralloc/ |
Android.mk | 49 DRM_USES_PIPE := true 127 ifeq ($(strip $(DRM_USES_PIPE)),true)
|
/external/llvm/utils/vim/ |
llvm.vim | 23 " The true and false tokens can be used for comparison opcodes, but it's 69 syn keyword llvmBoolean true false
|
/external/v8/test/mjsunit/compiler/ |
short-circuit.js | 86 assertEquals(true, function (y) { return !y || x }(0)); 98 assertEquals(true, function () { return x <= x || x; }());
|
/external/v8/test/mjsunit/ |
debug-clearbreakpointgroup.js | 67 testArguments(dcp, '{"groupId":1}', true); 70 listenerComplete = true;
|
debug-conditional-breakpoints.js | 67 // Conditional breakpoint which evaluates to true. 69 bp = Debug.setBreakPoint(f, 0, 0, 'true');
|
debug-evaluate-with-context.js | 74 listenerComplete = true; 140 return evaluateViaProtocol(exec_state, expression, additional_context, function(args) { args.global = true; });
|
debug-return-value.js | 122 listener_complete = true; 152 f(true);
|