HomeSort by relevance Sort by last modified time
    Searched refs:modify (Results 1 - 25 of 449) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/lldb/test/functionalities/watchpoint/watchpoint_commands/command/
main.cpp 15 static void modify(int32_t &var) { function
24 modify(global);
  /external/lldb/test/functionalities/watchpoint/watchpoint_commands/condition/
main.cpp 14 static void modify(int32_t &var) { function
25 modify(global);
  /external/lldb/test/python_api/watchpoint/condition/
main.cpp 14 static void modify(int32_t &var) { function
25 modify(global);
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
HeadMMX.h 81 #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]
HeadX86.h 138 #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/
BstModifier.java 48 BstModificationResult<N> modify(K key, @Nullable N originalEntry); method in interface:BstModifier
  /art/test/121-modifiers/src/
Asm.java 84 modify("Inf");
85 modify("NonInf");
88 private static void modify(String clazz) throws Exception { method in class:Asm
93 modify(classNode);
103 private static void modify(ClassNode classNode) throws Exception { method in class:Asm
  /system/media/camera/docs/
CaptureResultTest.mako 19 * definitions in /system/media/camera/docs. Do not modify by hand or
20 * modify the comment blocks at the start or end.
CameraMetadataEnums.mako 22 * definitions in /system/media/camera/docs. Do not modify by hand or
23 * modify the comment blocks at the start or end.
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
context.h 22 * modify it under the terms of the GNU Lesser General Public
71 #error Module contains CPU-specific code; modify and recompile.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp 215 # error defaults not correct; you must hand modify boost/cstdint.hpp
254 # error defaults not correct; you must hand modify boost/cstdint.hpp
289 # error defaults not correct; you must hand modify boost/cstdint.hpp
303 # error defaults not correct; you must hand modify boost/cstdint.hpp
327 # error defaults not correct; you must hand modify boost/cstdint.hpp
472 # error defaults not correct; you must hand modify boost/cstdint.hpp
480 # error defaults not correct; you must hand modify boost/cstdint.hpp
488 # error defaults not correct; you must hand modify boost/cstdint.hpp
491 # error defaults not correct; you must hand modify boost/cstdint.hpp
  /external/chromium_org/third_party/skia/tools/
reformat-json.py 16 Should not modify the JSON contents in any meaningful way.
  /external/skia/tools/
reformat-json.py 16 Should not modify the JSON contents in any meaningful way.
  /external/chromium_org/base/prefs/
overlay_user_pref_store_unittest.cc 122 Value* modify = NULL; local
123 EXPECT_TRUE(overlay_->GetMutableValue(overlay_key, &modify));
124 ASSERT_TRUE(modify);
125 ASSERT_TRUE(modify->IsType(Value::TYPE_DICTIONARY));
126 static_cast<DictionaryValue*>(modify)->SetInteger(overlay_key, 42);
138 EXPECT_TRUE(Value::Equals(modify, static_cast<DictionaryValue*>(modified)));
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditorCommand.cpp 317 // Doesn't modify the text if the current selection isn't a range.
324 // Doesn't scroll to make the selection visible, or modify the kill ring (this time, siding with IE, not Firefox).
459 // Doesn't scroll to make the selection visible, or modify the kill ring.
519 // Doesn't scroll to make the selection visible, or modify the kill ring.
624 frame.selection().modify(FrameSelection::AlterationMove, DirectionBackward, CharacterGranularity, UserTriggered);
630 frame.selection().modify(FrameSelection::AlterationExtend, DirectionBackward, CharacterGranularity, UserTriggered);
636 return frame.selection().modify(FrameSelection::AlterationMove, DirectionForward, LineGranularity, UserTriggered);
641 frame.selection().modify(FrameSelection::AlterationExtend, DirectionForward, LineGranularity, UserTriggered);
647 frame.selection().modify(FrameSelection::AlterationMove, DirectionForward, CharacterGranularity, UserTriggered);
653 frame.selection().modify(FrameSelection::AlterationExtend, DirectionForward, CharacterGranularity, UserTriggered)
    [all...]
  /external/lldb/source/Interpreter/
wrap_python.mk 13 $(intermediates)/LLDBWrapPython.cpp $(intermediates)/lldb.py: $(LLDB_ROOT_PATH)/scripts/Python/modify-python-lldb.py \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/rc_binomial_heap_/
insert_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
27 // Permission to use, copy, modify, sell, and distribute this software
78 modify(point_iterator it, const_reference r_new_val) function in class:PB_DS_CLASS_C_DEC
84 base_type::modify(it, r_new_val);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/
insert_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
27 // Permission to use, copy, modify, sell, and distribute this software
78 modify(point_iterator it, const_reference r_new_val) function in class:PB_DS_CLASS_C_DEC
84 base_type::modify(it, r_new_val);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rc_binomial_heap_/
insert_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
27 // Permission to use, copy, modify, sell, and distribute this software
78 modify(point_iterator it, const_reference r_new_val) function in class:PB_DS_CLASS_C_DEC
84 base_type::modify(it, r_new_val);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
insert_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
27 // Permission to use, copy, modify, sell, and distribute this software
78 modify(point_iterator it, const_reference r_new_val) function in class:PB_DS_CLASS_C_DEC
84 base_type::modify(it, r_new_val);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
insert_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
27 // Permission to use, copy, modify, sell, and distribute this software
78 modify(point_iterator it, const_reference r_new_val) function in class:PB_DS_CLASS_C_DEC
84 base_type::modify(it, r_new_val);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
insert_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
27 // Permission to use, copy, modify, sell, and distribute this software
78 modify(point_iterator it, const_reference r_new_val) function in class:PB_DS_CLASS_C_DEC
84 base_type::modify(it, r_new_val);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/rc_binomial_heap_/
insert_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
27 // Permission to use, copy, modify, sell, and distribute this software
78 modify(point_iterator it, const_reference r_new_val) function in class:PB_DS_CLASS_C_DEC
84 base_type::modify(it, r_new_val);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rc_binomial_heap_/
insert_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
27 // Permission to use, copy, modify, sell, and distribute this software
78 modify(point_iterator it, const_reference r_new_val) function in class:PB_DS_CLASS_C_DEC
84 base_type::modify(it, r_new_val);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rc_binomial_heap_/
insert_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
27 // Permission to use, copy, modify, sell, and distribute this software
78 modify(point_iterator it, const_reference r_new_val) function in class:PB_DS_CLASS_C_DEC
84 base_type::modify(it, r_new_val);

Completed in 844 milliseconds

1 2 3 4 5 6 7 8 91011>>