HomeSort by relevance Sort by last modified time
    Searched refs:set (Results 176 - 200 of 7714) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_set.h 0 // Set implementation -*- C++ -*-
54 * Do not attempt to use it directly. @headername{set}
83 * The private tree data is declared exactly the same way for set and
89 class set class
114 _Rep_type _M_t; // Red-black tree representing set.
124 // DR 103. set::iterator is required to be modifiable,
138 set() function in class:set
142 * @brief Creates a %set with no elements.
147 set(const _Compare& __comp, function in class:set
152 * @brief Builds a %set from a range
161 set(_InputIterator __first, _InputIterator __last) function in class:set
177 set(_InputIterator __first, _InputIterator __last, function in class:set
190 set(const set& __x) function in class:set
201 set(set&& __x) function in class:set
214 set(initializer_list<value_type> __l, function in class:set
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_set.h 0 // Set implementation -*- C++ -*-
54 * Do not attempt to use it directly. @headername{set}
83 * The private tree data is declared exactly the same way for set and
89 class set class
114 _Rep_type _M_t; // Red-black tree representing set.
124 // DR 103. set::iterator is required to be modifiable,
138 set() function in class:set
142 * @brief Creates a %set with no elements.
147 set(const _Compare& __comp, function in class:set
152 * @brief Builds a %set from a range
161 set(_InputIterator __first, _InputIterator __last) function in class:set
177 set(_InputIterator __first, _InputIterator __last, function in class:set
190 set(const set& __x) function in class:set
201 set(set&& __x) function in class:set
214 set(initializer_list<value_type> __l, function in class:set
    [all...]
  /development/tools/emulator/system/camera/
EmulatedFakeCamera.cpp 58 mParameters.set(EmulatedCamera::FACING_KEY, facing);
61 mParameters.set(EmulatedCamera::ORIENTATION_KEY,
75 mParameters.set(CameraParameters::KEY_SUPPORTED_PICTURE_SIZES,
77 mParameters.set(CameraParameters::KEY_SUPPORTED_PREVIEW_SIZES,
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITree.cs 62 set;
81 set;
84 /** <summary>Set the parent and child index values for all children</summary> */
94 /** <summary>Set ith child (0..n-1) to t; t must be non-null and non-nil node</summary> */
103 * children to set their childindex; could be slow.
124 set;
134 set;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITree.cs 66 set;
86 set;
89 /** <summary>Set the parent and child index values for all children</summary> */
99 /** <summary>Set ith child (0..n-1) to t; t must be non-null and non-nil node</summary> */
108 * children to set their childindex; could be slow.
131 set;
142 set;
  /external/chromium/chrome/browser/history/
history_notifications.h 11 #include <set>
57 // Set when all history was deleted. False means just a subset was deleted.
63 std::set<GURL> urls;
76 std::set<GURL> changed_urls;
84 std::set<GURL> urls;
  /external/clang/include/clang/AST/
DeclAccessPair.h 37 p.set(D, AS);
49 set(D, getAccess());
52 set(getDecl(), AS);
54 void set(NamedDecl *D, AccessSpecifier AS) { function in class:clang::DeclAccessPair
  /external/icu4c/test/perf/usetperf/
bitset.h 30 void set(int32_t bitIndex);
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioContext.java 45 audioRenderer.set(ar);
  /external/webkit/Source/WebCore/html/canvas/
CanvasPixelArray.h 49 void set(unsigned index, double value) function in class:WebCore::CanvasPixelArray
51 m_data->set(index, value);
54 void set(unsigned index, unsigned char value) function in class:WebCore::CanvasPixelArray
56 m_data->set(index, value);
Int32Array.h 41 void set(TypedArrayBase<int>* array, unsigned offset, ExceptionCode& ec) { TypedArrayBase<int>::set(array, offset, ec); } function in class:WebCore::Int32Array
42 void set(unsigned index, double value) { IntegralTypedArrayBase<int>::set(index, value); } function in class:WebCore::Int32Array
Int8Array.h 43 void set(TypedArrayBase<signed char>* array, unsigned offset, ExceptionCode& ec) { TypedArrayBase<signed char>::set(array, offset, ec); } function in class:WebCore::Int8Array
44 void set(unsigned index, double value) { IntegralTypedArrayBase<signed char>::set(index, value); } function in class:WebCore::Int8Array
Uint16Array.h 43 void set(TypedArrayBase<unsigned short>* array, unsigned offset, ExceptionCode& ec) { TypedArrayBase<unsigned short>::set(array, offset, ec); } function in class:WebCore::Uint16Array
44 void set(unsigned index, double value) { IntegralTypedArrayBase<unsigned short>::set(index, value); } function in class:WebCore::Uint16Array
Uint32Array.h 43 void set(TypedArrayBase<unsigned int>* array, unsigned offset, ExceptionCode& ec) { TypedArrayBase<unsigned int>::set(array, offset, ec); } function in class:WebCore::Uint32Array
44 void set(unsigned index, double value) { IntegralTypedArrayBase<unsigned int>::set(index, value); } function in class:WebCore::Uint32Array
Uint8Array.h 43 void set(TypedArrayBase<unsigned char>* array, unsigned offset, ExceptionCode& ec) { TypedArrayBase<unsigned char>::set(array, offset, ec); } function in class:WebCore::Uint8Array
44 void set(unsigned index, double value) { IntegralTypedArrayBase<unsigned char>::set(index, value); } function in class:WebCore::Uint8Array
  /external/webkit/Tools/Scripts/
run-webkit-nightly.cmd 2 set script=%TMP%\run-webkit-nightly2.cmd
3 set vsvars=%VS80COMNTOOLS%\vsvars32.bat
  /frameworks/base/core/tests/coretests/src/android/animation/
FutureWaiter.java 23 * {@link com.google.common.util.concurrent.AbstractFuture#set(Object)} method internally. It
33 super.set(null);
  /frameworks/base/services/java/com/android/server/am/
AppErrorResult.java 21 public void set(int res) { method in class:AppErrorResult
  /frameworks/compile/mclinker/
mcld.mk 2 $(error Must set variable MCLD_ROOT_PATH before including this! $(LOCAL_PATH))
9 $(error Must set variable LLVM_ROOT_PATH before including this! $(LOCAL_PATH))
  /frameworks/rs/
rsSignal.h 33 void set();
  /external/webkit/Source/WebCore/storage/
IDBAny.h 55 any->set(idbObject);
62 any->set(idbObject);
93 // Set can only be called once.
95 void set(PassRefPtr<IDBCursor>);
96 void set(PassRefPtr<IDBCursorWithValue>);
97 void set(PassRefPtr<IDBDatabase>);
98 void set(PassRefPtr<IDBFactory>);
99 void set(PassRefPtr<IDBIndex>);
100 void set(PassRefPtr<IDBKey>);
101 void set(PassRefPtr<IDBObjectStore>)
    [all...]
  /bionic/libc/wchar/
wcscspn.c 40 wcscspn(const wchar_t *s, const wchar_t *set)
47 q = set;
wcsspn.c 40 wcsspn(const wchar_t *s, const wchar_t *set)
47 q = set;
  /development/ndk/platforms/android-9/arch-mips/src/
atexit.S 35 .set noreorder
37 .set reorder
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ParserRuleReturnScope.cs 71 set
84 set

Completed in 561 milliseconds

1 2 3 4 5 6 78 91011>>