HomeSort by relevance Sort by last modified time
    Searched refs:replaced (Results 51 - 75 of 131) sorted by null

1 23 4 5 6

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodereplacechild36.js 93 var replaced;
107 replaced = parent.replaceChild(newChild,oldChild);
nodereplacechild37.js 101 var replaced;
123 replaced = parent.replaceChild(newChild,oldChild);
nodereplacechild12.js 91 var replaced;
nodereplacechild17.js 82 a ProcessingInstruction and vice versa verify the data of the replaced nodes.
nodereplacechild18.js 79 a EntityReference and vice versa verify the data of the replaced nodes.
textreplacewholetext07.js 83 be replaced.
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardSelectorView.java 216 boolean replaced = mGlowPadView.replaceTargetDrawablesIfPresent(component,
220 if (!replaced && !mGlowPadView.replaceTargetDrawablesIfPresent(component,
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmKlaxon.java 145 private void sendKillBroadcast(Alarm alarm, boolean replaced) {
151 alarmKilled.putExtra(Alarms.ALARM_REPLACED, replaced);
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 153 static bool replaced = false;
868 replaced = false;
1202 /* We found a match, set the `replaced' flag. */
1203 replaced = true;
1212 /* We found a match, set the `replaced' flag. */
1213 replaced = true;
1243 /* We found a match, set the `replaced' flag. */
1244 replaced = true;
1252 /* The match was not replaced. Copy the text until its
152 static bool replaced = false; variable
    [all...]
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 81 // this component exists in the destination and is not replaced
123 if ((info.inDest || info.needed) && !info.replaced)
268 uint8_t replaced=0; local
273 if (replaced == 0xF) {
274 // all components are replaced, skip this TMU.
277 tmu.replaced = replaced;
295 tmu.replaced = replaced;
304 replaced |= tmu.mask
    [all...]
GGLAssembler.h 317 uint8_t replaced; member in struct:android::GGLAssembler::texture_unit_t
323 uint8_t replaced; member in struct:android::GGLAssembler::texture_machine_t
332 bool replaced : 1; member in struct:android::GGLAssembler::component_info_t
GGLAssembler.cpp 173 info.replaced = !!(mTextureMachine.replaced & mask);
174 info.iterated = (!info.replaced && (info.inDest || info.needed));
523 need_extract |= (mTextureMachine.mask != mTextureMachine.replaced);
602 if ((mTextureMachine.replaced & component_mask) == 0) {
603 // component wasn't replaced, so use it!
609 ((tmu.replaced & component_mask) == 0)) {
    [all...]
  /external/wpa_supplicant_8/src/wps/
upnp_xml.c 148 * sequence: &#x; where x is replaced by a hex numeral, but not
185 * actionName will be replaced according to action requested
  /external/v8/test/mjsunit/regress/
regress-117409.js 39 // Trruncate array to 0 elements, at which point backing store will be replaced
  /external/skia/src/pipe/
SkGPipeWrite.cpp 357 // return ~(index-base-1) if an old flattenable was replaced
365 bool added, replaced; local
367 &added, &replaced);
380 if (replaced) {
1081 bool replaced = index < 0; local
    [all...]
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_characterdatareplacedataexceedslengthofdata.js 79 all the characters to the end of the data are replaced.
hc_elementremoveattribute.js 80 replaced. However, there is no default values in the HTML
hc_elementsetattributenodenull.js 80 same name was replaced.
hc_namednodemapsetnameditemthatexists.js 79 already exists in the NamedNodeMap, it is replaced by
hc_nodereplacechildnodename.js 79 the node being replaced.
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_characterdatareplacedataexceedslengthofdata.js 79 all the characters to the end of the data are replaced.
hc_elementremoveattribute.js 80 replaced. However, there is no default values in the HTML
hc_elementsetattributenodenull.js 80 same name was replaced.
hc_namednodemapsetnameditemthatexists.js 79 already exists in the NamedNodeMap, it is replaced by
hc_nodereplacechildnodename.js 79 the node being replaced.

Completed in 783 milliseconds

1 23 4 5 6