HomeSort by relevance Sort by last modified time
    Searched refs:boolean (Results 351 - 375 of 401) sorted by null

<<11121314151617

  /external/doclava/res/assets/templates/assets/
prettify.js 5 dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
7 bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
8 kd="cs",ld="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient ",md="java",nd="break continue do else for if return while case done elif esac eval fi function in local set then until ",
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win.cc 889 boolean use_alternate_view,
918 boolean use_alternate_view,
944 STDMETHODIMP BrowserAccessibilityWin::scrollTo(boolean placeTopLeft) {
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 32 var TYPE_boolean = 'boolean';
107 * @return {boolean} Is the object an array?
jstemplate.js 96 * @param {boolean} opt_debugging Optional flag to collect debugging
406 * @param {boolean} debugging New state
646 // boolean.
779 // Handle boolean values that are set as attributes specially,
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 32 var TYPE_boolean = 'boolean';
107 * @return {boolean} Is the object an array?
jstemplate.js 96 * @param {boolean} opt_debugging Optional flag to collect debugging
406 * @param {boolean} debugging New state
646 // boolean.
779 // Handle boolean values that are set as attributes specially,
    [all...]
  /external/jpeg/
jcsample.c 469 boolean smoothok = TRUE;
jdsample.c 404 boolean need_buffer, do_fancy;
rdppm.c 301 boolean need_iobuffer, use_raw_buffer, need_rescale;
rdtarga.c 339 boolean is_bottom_up;
  /external/v8/src/
regexp.js 439 // boolean. We mimic that behavior with a slight difference: in SpiderMonkey
441 // boolean false (ie, the value after coercion), while in V8 it is the value
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 77 static boolean libjpeg_empty_output_buffer(j_compress_ptr cinfo) {
  /external/chromium/chrome/browser/resources/
wrench_menu.js 21 * @param {boolean} selected True to set the selection, or false otherwise.
  /external/v8/test/mjsunit/
mjsunit.js 50 case "boolean":
62 case "Boolean":
  /external/v8/tools/
profile_view.js 44 * @param {boolean} opt_bottomUpViewWeights Whether remapping
splaytree.js 51 * @return {boolean} Whether the tree is empty.
  /external/v8/src/arm/
ic-arm.cc 546 Label number, non_number, non_string, boolean, probe, miss; local
581 // Check for boolean.
585 __ b(eq, &boolean);
589 __ bind(&boolean);
    [all...]
  /external/v8/src/ia32/
ic-ia32.cc 858 Label number, non_number, non_string, boolean, probe, miss; local
    [all...]
  /external/v8/src/x64/
ic-x64.cc 878 Label number, non_number, non_string, boolean, probe, miss; local
    [all...]
  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 338 report_error(TYPE_ERROR, "Language file contains a Case Sensitivity specification for \$language_data['CASE_SENSITIVE']['$cs_value'] which is not a boolean!");
362 report_error(TYPE_ERROR, 'Language file contains a $language_data[\'OOLANG\'] specification which is neither boolean nor integer!');
    [all...]
  /external/openssl/crypto/asn1/
asn1_gen.c 557 ASN1_GEN_STR("BOOLEAN", V_ASN1_BOOLEAN),
669 if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean))
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
picasa_client.js 126 * @type {boolean}
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 112 * openedInNewTab: boolean, sourceUrl: ?string, duration: number}}
  /external/v8/benchmarks/
splay.js 145 * @return {boolean} Whether the tree is empty.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-splay.js 139 * @return {boolean} Whether the tree is empty.

Completed in 1258 milliseconds

<<11121314151617