Searched refs:modify (Results 1 - 25 of 256) sorted by relevance

1234567891011

/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A DHeadMMX.h81 #pragma aux ConvertMMX "_*" modify [EAX EBX ECX EDX ESI EDI]
83 #pragma aux ClearMMX_32 "_*" modify [EAX EBX ECX EDX ESI EDI]
84 #pragma aux ClearMMX_24 "_*" modify [EAX EBX ECX EDX ESI EDI]
85 #pragma aux ClearMMX_16 "_*" modify [EAX EBX ECX EDX ESI EDI]
86 #pragma aux ClearMMX_8 "_*" modify [EAX EBX ECX EDX ESI EDI]
H A DHeadX86.h138 #pragma aux ConvertX86 "_*" modify [EAX EBX ECX EDX ESI EDI]
139 #pragma aux ClearX86_32 "_*" modify [EAX EBX ECX EDX ESI EDI]
140 #pragma aux ClearX86_24 "_*" modify [EAX EBX ECX EDX ESI EDI]
141 #pragma aux ClearX86_16 "_*" modify [EAX EBX ECX EDX ESI EDI]
142 #pragma aux ClearX86_8 "_*" modify [EAX EBX ECX EDX ESI EDI]
/external/guava/guava/src/com/google/common/collect/
H A DBstModifier.java48 BstModificationResult<N> modify(K key, @Nullable N originalEntry); method in interface:BstModifier
H A DBstOperations.java84 return modify(tree, key, mutationRule);
100 BstMutationResult<K, N> result = modify(target, key, mutationRule);
112 private static <K, N extends BstNode<K, N>> BstMutationResult<K, N> modify( method in class:BstOperations
121 BstModificationResult<N> modResult = modifier.modify(key, originalTarget);
/external/chromium/chrome/browser/prefs/
H A Doverlay_persistent_pref_store_unittest.cc125 Value* modify = NULL; local
126 EXPECT_EQ(PrefStore::READ_OK, overlay_->GetMutableValue(key, &modify));
127 ASSERT_TRUE(modify);
128 ASSERT_TRUE(modify->GetType() == Value::TYPE_DICTIONARY);
129 static_cast<DictionaryValue*>(modify)->SetInteger(key, 42);
142 EXPECT_TRUE(Value::Equals(modify, static_cast<DictionaryValue*>(modified)));
/external/webkit/Source/WebCore/editing/
H A DEditorCommand.cpp312 // Doesn't modify the text if the current selection isn't a range.
320 // Doesn't scroll to make the selection visible, or modify the kill ring (this time, siding with IE, not Firefox).
455 // Doesn't scroll to make the selection visible, or modify the kill ring.
510 // Doesn't scroll to make the selection visible, or modify the kill ring.
609 frame->selection()->modify(SelectionController::AlterationMove, DirectionBackward, CharacterGranularity, true);
615 frame->selection()->modify(SelectionController::AlterationExtend, DirectionBackward, CharacterGranularity, true);
621 return frame->selection()->modify(SelectionController::AlterationMove, DirectionForward, LineGranularity, true);
626 frame->selection()->modify(SelectionController::AlterationExtend, DirectionForward, LineGranularity, true);
632 frame->selection()->modify(SelectionController::AlterationMove, DirectionForward, CharacterGranularity, true);
638 frame->selection()->modify(SelectionControlle
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DGridLayoutFactory.java39 public static GridLayoutFactory modify(Composite composite) { method in class:GridLayoutFactory
/external/javassist/src/main/javassist/tools/rmi/
H A DStubGenerator.java130 int modify = orgclass.getModifiers();
131 if (Modifier.isAbstract(modify) || Modifier.isNative(modify)
132 || !Modifier.isPublic(modify))
/external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm47 This library is free software; you can redistribute it and/or modify
/external/openssl/crypto/des/
H A Ddes3s.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
H A Ddess.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
/external/openssl/crypto/md4/
H A Dmd4s.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
/external/openssl/crypto/md5/
H A Dmd5s.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
/external/openssl/crypto/rc4/
H A Drc4s.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
/external/openssl/crypto/ripemd/asm/
H A Drips.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
/external/webkit/Source/WebCore/page/
H A DDOMSelection.h62 void modify(const String& alter, const String& direction, const String& granularity);
H A DDOMSelection.idl77 void modify(in DOMString alter, in DOMString direction, in DOMString granularity);
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp270 frame->selection()->modify(kevent->shiftKey() ? SelectionController::AlterationExtend : SelectionController::AlterationMove,
276 frame->selection()->modify(kevent->shiftKey() ? SelectionController::AlterationExtend : SelectionController::AlterationMove,
282 frame->selection()->modify(kevent->shiftKey() ? SelectionController::AlterationExtend : SelectionController::AlterationMove,
288 frame->selection()->modify(kevent->shiftKey() ? SelectionController::AlterationExtend : SelectionController::AlterationMove,
/external/libvpx/examples/includes/geshi/geshi/
H A Dpixelbender.php13 * Please feel free to modify this file, although I would greatly appreciate
49 * GeSHi is free software; you can redistribute it and/or modify
H A Dactionscript.php26 * GeSHi is free software; you can redistribute it and/or modify
H A Dada.php30 * GeSHi is free software; you can redistribute it and/or modify
H A Dapplescript.php25 * GeSHi is free software; you can redistribute it and/or modify
H A Dapt_sources.php21 * GeSHi is free software; you can redistribute it and/or modify
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.conf16 // In /etc/named.conf you will need to modify the "options" section to
/external/webkit/Source/WebCore/bindings/scripts/
H A Dgobject-generate-headers.pl8 # modify it under the terms of the GNU Library General Public
33 modify it under the terms of the GNU Library General Public

Completed in 391 milliseconds

1234567891011