HomeSort by relevance Sort by last modified time
    Searched refs:replaced (Results 26 - 50 of 145) sorted by null

12 3 4 5 6

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_shader.c 254 uint32_t *replaced,
267 LEN_ARRAY(4, replaced); /* replaced */
281 WRITE_ARRAY(4, uint32_t, replaced); /* replaced */
464 READ_ARRAY(4, uint32_t, replaced); /* replaced */
  /external/chromium_org/tools/grit/grit/
pseudo.py 68 have been replaced with the corresponding value. If also_p is true, this
  /external/chromium_org/ui/message_center/
notification_list_unittest.cc 166 std::string replaced = id0 + "_replaced"; local
170 replaced,
182 EXPECT_EQ(replaced, (*notifications.begin())->id());
346 std::string replaced = id0 + "_replaced"; local
353 replaced,
366 EXPECT_EQ(replaced, (*notifications.begin())->id());
583 const std::string replaced("test-replaced-id");
586 replaced,
597 const Notification* nr = GetNotification(replaced);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_shader.c 254 uint32_t *replaced,
267 LEN_ARRAY(4, replaced); /* replaced */
281 WRITE_ARRAY(4, uint32_t, replaced); /* replaced */
464 READ_ARRAY(4, uint32_t, replaced); /* replaced */
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas32/
gas-macho32.asm 16 # [10] Import an external symbol (note: printf replaced by another call)
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSelectorView.java 221 boolean replaced = mGlowPadView.replaceTargetDrawablesIfPresent(component,
224 if (!replaced && !mGlowPadView.replaceTargetDrawablesIfPresent(component,
  /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/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 457 * added and whether the old one was replaced. The parameters added and
458 * replaced are required to be non-NULL. Rather than returning the index of
463 bool* replaced) {
464 SkASSERT(added != NULL && replaced != NULL);
468 *replaced = false;
475 // replaced and reset fNextIndex to the proper value.
490 *replaced = true;
  /external/chromium_org/v8/test/mjsunit/
regexp-results-cache.js 66 var replaced = string.replace(/\b\w+\b/g, function() { return "foo"; }); variable
68 assertEquals(replaced,
  /external/skia/src/core/
SkPictureFlat.h 457 * added and whether the old one was replaced. The parameters added and
458 * replaced are required to be non-NULL. Rather than returning the index of
463 bool* replaced) {
464 SkASSERT(added != NULL && replaced != NULL);
468 *replaced = false;
475 // replaced and reset fNextIndex to the proper value.
490 *replaced = true;
  /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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
machotest.asm 16 ; [10] Import an external symbol (note: printf replaced by another call)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
machotest64.asm 16 ; [10] Import an external symbol (note: printf replaced by another call)
  /external/chromium_org/tools/grit/grit/gather/
tr_html.py 18 is replaced by)
26 character is replaced with spaces).
103 # character. This matches single characters so that non-spaces are replaced
  /external/chromium_org/v8/test/mjsunit/regress/
regress-117409.js 39 // Truncate array to 0 elements, at which point backing store will be replaced
  /external/v8/test/mjsunit/regress/
regress-117409.js 39 // Trruncate array to 0 elements, at which point backing store will be replaced
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java 97 boolean replaced = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false) &&
100 if (!replaced) {
108 if (DEBUG) Log.d(TAG, "Ignoring package intent due to package being replaced.");
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImagePreset.java 385 boolean replaced = false;
390 replaced = true;
397 if (!replaced && !isNoneFxFilter(representation)) {
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 362 // return ~(index-base-1) if an old flattenable was replaced
370 bool added, replaced; local
372 &added, &replaced);
385 if (replaced) {
1098 bool replaced = index < 0; local
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 362 // return ~(index-base-1) if an old flattenable was replaced
370 bool added, replaced; local
372 &added, &replaced);
385 if (replaced) {
1098 bool replaced = index < 0; local
    [all...]
  /external/chromium_org/tools/cygprofile/
mergetraces.py 127 replaced if they happened sooner in the new trace.
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
StringUtil.java 381 * @return String str where 'what' was replaced with 'with'
823 * replaced by "maskChar" character.
    [all...]

Completed in 745 milliseconds

12 3 4 5 6