Searched defs:modify (Results 1 - 19 of 19) sorted by relevance

/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);
H A DTreeMultiset.java462 public BstModificationResult<Node<E>> modify(E key, @Nullable Node<E> originalEntry) { method in class:TreeMultiset.MultisetModifier
/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/chromium_org/base/prefs/
H A Doverlay_user_pref_store_unittest.cc130 Value* modify = NULL; local
131 EXPECT_TRUE(overlay_->GetMutableValue(overlay_key, &modify));
132 ASSERT_TRUE(modify);
133 ASSERT_TRUE(modify->IsType(Value::TYPE_DICTIONARY));
134 static_cast<DictionaryValue*>(modify)->SetInteger(overlay_key, 42);
146 EXPECT_TRUE(Value::Equals(modify, static_cast<DictionaryValue*>(modified)));
/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
H A DGridDataFactory.java132 public static GridDataFactory modify(Control control) { method in class:GridDataFactory
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDOMSelection.cpp291 void DOMSelection::modify(const String& alterString, const String& directionString, const String& granularityString) function in class:WebCore::DOMSelection
338 m_frame->selection().modify(alter, direction, granularity);
450 selection.modify(FrameSelection::AlterationExtend, DirectionBackward, CharacterGranularity);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeMultiset.java458 public BstModificationResult<Node<E>> modify(E key, @Nullable Node<E> originalEntry) { method in class:TreeMultiset.MultisetModifier
/external/javassist/src/main/javassist/
H A DCtBehavior.java640 * @param converter specifies how to modify.
653 * @param editor specifies how to modify.
1085 * <code>modify</code> set to <code>false</code>.
1090 * @param modify if false, this method does not insert the bytecode.
1095 * If modify is false, the value of src can be null.
1098 public int insertAt(int lineNum, boolean modify, String src) argument
1113 if (!modify)
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_visitor.cpp7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
202 fs_inst *modify = get_instruction_generating_reg(pre_inst, last_inst, src); local
203 if (!modify || modify->regs_written() != 1) {
208 modify->saturate = true;
688 fs_inst *modify = get_instruction_generating_reg(pre_rhs_inst,
691 if (!modify)
697 if (ir->lhs->type->vector_elements != modify->regs_written())
701 modify->dst = dst;
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp134 const_cast<int&>(a) = b; // expected-note 2{{constant expression cannot modify an object that is visible outside that expression}}
226 // expected-note@-1 {{cannot modify an object that is visible outside}}
253 constexpr int modify(int &n) { return n = 1; } // expected-note 2 {{modification of object of const-qualified type 'const int'}} function in namespace:const_modify
254 constexpr int test1() { int k = 0; return modify(k); }
255 constexpr int test2() { const int k = 0; return modify(const_cast<int&>(k)); } // expected-note 2 {{in call}}
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_visitor.cpp7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
202 fs_inst *modify = get_instruction_generating_reg(pre_inst, last_inst, src); local
203 if (!modify || modify->regs_written() != 1) {
208 modify->saturate = true;
688 fs_inst *modify = get_instruction_generating_reg(pre_rhs_inst,
691 if (!modify)
697 if (ir->lhs->type->vector_elements != modify->regs_written())
701 modify->dst = dst;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelection.cpp935 bool FrameSelection::modify(EAlteration alter, SelectionDirection direction, TextGranularity granularity, EUserTriggered userTriggered) function in class:WebCore::FrameSelection
940 trialFrameSelection.modify(alter, direction, granularity, NotUserTriggered);
1046 bool FrameSelection::modify(EAlteration alter, unsigned verticalDistance, VerticalDirection direction, EUserTriggered userTriggered, CursorAlignOnScroll align) function in class:WebCore::FrameSelection
1054 trialFrameSelection.modify(alter, verticalDistance, direction, NotUserTriggered);
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 500 milliseconds