HomeSort by relevance Sort by last modified time
    Searched full:conditional (Results 1 - 25 of 1343) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/html/
HTMLTagNames.in 13 audio wrapperOnlyIfMediaIsAvailable, conditional=VIDEO, createWithNew
30 datagrid interfaceName=HTMLDataGridElement, conditional=DATAGRID, createWithNew
31 datalist interfaceName=HTMLDataListElement, conditional=DATALIST, createWithNew
32 dcell interfaceName=HTMLDataGridCellElement, conditional=DATAGRID, createWithNew
33 dcol interfaceName=HTMLDataGridColElement, conditional=DATAGRID, createWithNew
34 drow interfaceName=HTMLDataGridRowElement, conditional=DATAGRID, createWithNew
93 rp interfaceName=HTMLElement, conditional=RUBY
94 rt interfaceName=HTMLElement, conditional=RUBY
95 ruby interfaceName=HTMLElement, conditional=RUBY
102 source wrapperOnlyIfMediaIsAvailable, conditional=VIDEO, createWithNe
    [all...]
  /dalvik/dx/tests/032-bb-live-code/
info.txt 4 flow to the subsequent instruction, and all forks of each conditional
  /external/proguard/src/proguard/optimize/evaluation/
TracedBranchUnit.java 42 int conditional)
44 if (conditional == Value.ALWAYS)
49 else if (conditional != Value.NEVER)
52 super.branchConditionally(clazz, codeAttribute, offset, branchTarget, conditional);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
expression-001.js 12 arm of a conditional and to eliminate the confusing and fairly useless
20 var TITLE = "Conditional operator ( ? : )"
41 "comma expression in a conditional statement "+
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpa_debug.h 20 /* Debugging function - conditional printf and hex dump. Driver wrappers can
76 * wpa_printf - conditional printf
80 * This function is used to print conditional debugging and error messages. The
90 * wpa_hexdump - conditional hex dump
96 * This function is used to print conditional debugging and error messages. The
109 * wpa_hexdump_key - conditional hex dump, hide keys
115 * This function is used to print conditional debugging and error messages. The
130 * wpa_hexdump_ascii - conditional hex dump
136 * This function is used to print conditional debugging and error messages. The
146 * wpa_hexdump_ascii_key - conditional hex dump, hide key
    [all...]
  /external/v8/test/mjsunit/
debug-conditional-breakpoints.js 51 // Conditional breakpoint which syntax error.
59 // Conditional breakpoint which evaluates to false.
67 // Conditional breakpoint which evaluates to true.
75 // Conditional breakpoint which different types of quotes.
105 // Conditional breakpoint which checks global variable.
117 // Conditional breakpoint which checks global variable.
127 // Conditional breakpoint which checks a parameter.
137 // Conditional breakpoint which checks a local variable.
147 // Multiple conditional breakpoint which the same condition.
160 // Multiple conditional breakpoint which different conditions
    [all...]
  /external/proguard/src/proguard/evaluation/
BranchUnit.java 44 * conditional branch.
50 int conditional);
  /external/webkit/WebCore/inspector/front-end/
textViewer.css 108 .webkit-breakpoint.webkit-breakpoint-conditional .webkit-line-number {
110 background-image: -webkit-canvas(breakpoint-conditional);
113 .webkit-breakpoint-disabled.webkit-breakpoint-conditional .webkit-line-number {
115 background-image: -webkit-canvas(breakpoint-disabled-conditional);
118 .webkit-breakpoint.webkit-breakpoint-conditional.webkit-execution-line .webkit-line-number {
120 background-image: -webkit-canvas(breakpoint-conditional-program-counter);
123 .webkit-breakpoint-disabled.webkit-breakpoint-conditional.webkit-execution-line .webkit-line-number {
125 background-image: -webkit-canvas(breakpoint-disabled-conditional-program-counter);
  /external/webkit/WebCore/page/
DOMWindow.idl 388 attribute [Conditional=DATAGRID] HTMLDataGridElementConstructor HTMLDataGridElement;
389 attribute [Conditional=DATAGRID] HTMLDataGridCellElementConstructor HTMLDataGridCellElement;
390 attribute [Conditional=DATAGRID] HTMLDataGridColElementConstructor HTMLDataGridColElement;
446 attribute [Conditional=3D_CANVAS] WebGLRenderingContextConstructor WebGLRenderingContext;
449 attribute [JSCCustomGetter,Conditional=3D_CANVAS] WebGLArrayBufferConstructor WebGLArrayBuffer; // Usable with new operator
450 attribute [JSCCustomGetter,Conditional=3D_CANVAS] WebGLByteArrayConstructor WebGLByteArray; // Usable with new operator
451 attribute [JSCCustomGetter,Conditional=3D_CANVAS] WebGLUnsignedByteArrayConstructor WebGLUnsignedByteArray; // Usable with new operator
452 attribute [JSCCustomGetter,Conditional=3D_CANVAS] WebGLShortArrayConstructor WebGLShortArray; // Usable with new operator
453 attribute [JSCCustomGetter,Conditional=3D_CANVAS] WebGLUnsignedShortArrayConstructor WebGLUnsignedShortArray; // Usable with new operator
454 attribute [JSCCustomGetter,Conditional=3D_CANVAS] WebGLIntArrayConstructor WebGLIntArray; // Usable with new operato
    [all...]
  /build/core/combo/arch/arm/
armv4t.mk 6 # in StrongArm and arm8). Supporting armv4 will require a lot of conditional
  /external/chromium/net/http/
http_auth_handler_negotiate_posix.cc 13 // Negotiate without requiring conditional compilation.
  /external/webkit/WebCore/svg/
SVGHKernElement.idl 22 interface [Conditional=SVG&SVG_FONTS] SVGHKernElement : SVGElement {
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
ConditionalFileFilter.java 22 * Defines operations for conditional file filters.
41 * Returns this conditional file filter's list of file filters.
  /bootable/recovery/minzip/
Log.h 130 * Conditional based on whether the current LOG_TAG is enabled at
142 * Conditional based on whether the current LOG_TAG is enabled at
150 * Conditional based on whether the current LOG_TAG is enabled at
158 * Conditional based on whether the current LOG_TAG is enabled at
166 * Conditional based on whether the current LOG_TAG is enabled at
200 * Conditional given a desired logging priority and tag.
  /external/wpa_supplicant/
common.h 254 /* Debugging function - conditional printf and hex dump. Driver wrappers can
306 * wpa_printf - conditional printf
310 * This function is used to print conditional debugging and error messages. The
320 * wpa_hexdump - conditional hex dump
326 * This function is used to print conditional debugging and error messages. The
333 * wpa_hexdump_key - conditional hex dump, hide keys
339 * This function is used to print conditional debugging and error messages. The
348 * wpa_hexdump_ascii - conditional hex dump
354 * This function is used to print conditional debugging and error messages. The
364 * wpa_hexdump_ascii_key - conditional hex dump, hide key
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.12-2-n.js 32 arm of a conditional and to eliminate the confusing and fairly useless
42 writeHeaderToLog( SECTION + " Conditional operator ( ? : )");
11.12-3.js 32 arm of a conditional and to eliminate the confusing and fairly useless
42 writeHeaderToLog( SECTION + " Conditional operator ( ? : )");
11.12-4.js 32 arm of a conditional and to eliminate the confusing and fairly useless
42 writeHeaderToLog( SECTION + " Conditional operator ( ? : )");
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
cond_key_dtor_entry_dealtor.hpp 38 * Contains a conditional key destructor, used for exception handling.
50 * A conditional key destructor, used for exception handling.
  /external/webkit/WebCore/dom/
make_names.pl 112 'conditional' => 0
322 my $conditional = $tags{$tagName}{conditional};
323 if ($conditional) {
324 my $conditionalString = "ENABLE(" . join(") && ENABLE(", split(/&/, $conditional)) . ")";
331 if ($conditional) {
355 my $conditional = $tags{$tagName}{conditional};
356 if ($conditional) {
357 my $conditionalString = "ENABLE(" . join(") && ENABLE(", split(/&/, $conditional)) . ")"
    [all...]
  /dalvik/vm/mterp/armv4t/
OP_AGET_WIDE.S 22 @ branch prediction (if any) handles conditional forward branches vs.
OP_APUT_WIDE.S 21 @ branch prediction (if any) handles conditional forward branches vs.
  /dalvik/vm/mterp/armv5te/
OP_AGET_WIDE.S 22 @ branch prediction (if any) handles conditional forward branches vs.
OP_APUT_WIDE.S 23 @ branch prediction (if any) handles conditional forward branches vs.
  /external/expat/conftools/
expat.m4 7 dnl In addition, an Automake conditional EXPAT_INSTALLED is set accordingly.

Completed in 1482 milliseconds

1 2 3 4 5 6 7 8 91011>>