HomeSort by relevance Sort by last modified time
    Searched refs:set (Results 251 - 275 of 8780) sorted by null

<<11121314151617181920>>

  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
message_layer.c 26 * @param[in] set The flags to set.
33 void inv_set_message(long set, long clear, int level)
37 mh.message |= set;
43 * @param[in] clear If set, will clear the message. Typically this will be set
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
message_layer.c 26 * @param[in] set The flags to set.
33 void inv_set_message(long set, long clear, int level)
37 mh.message |= set;
43 * @param[in] clear If set, will clear the message. Typically this will be set
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
alloc.pass.cpp 10 // <set>
12 // class set
14 // set(const allocator_type& a);
16 #include <set>
25 std::set<int, C, A> m(A(5));
compare.pass.cpp 10 // <set>
12 // class set
14 // explicit set(const value_compare& comp);
16 #include <set>
24 std::set<int, C> m(C(3));
compare_alloc.pass.cpp 10 // <set>
12 // class set
14 // set(const value_compare& comp, const allocator_type& a);
16 #include <set>
26 std::set<int, C, A> m(C(4), A(5));
default_noexcept.pass.cpp 10 // <set>
12 // set()
20 #include <set>
37 typedef std::set<MoveOnly> C;
41 typedef std::set<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
45 typedef std::set<MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;
49 typedef std::set<MoveOnly, some_comp<MoveOnly>> C;
dtor_noexcept.pass.cpp 10 // <set>
12 // ~set() // implied noexcept;
14 #include <set>
35 typedef std::set<MoveOnly> C;
39 typedef std::set<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
43 typedef std::set<MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;
47 typedef std::set<MoveOnly, some_comp<MoveOnly>> C;
move_assign_noexcept.pass.cpp 10 // <set>
12 // set& operator=(set&& c)
20 #include <set>
37 typedef std::set<MoveOnly> C;
41 typedef std::set<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
45 typedef std::set<MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;
49 typedef std::set<MoveOnly, some_comp<MoveOnly>> C;
move_noexcept.pass.cpp 10 // <set>
12 // set(set&&)
18 #include <set>
35 typedef std::set<MoveOnly> C;
39 typedef std::set<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
43 typedef std::set<MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;
47 typedef std::set<MoveOnly, some_comp<MoveOnly>> C;
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h 23 # pragma set woff 1209
24 # pragma set woff 1174
25 # pragma set woff 1375
27 # pragma set woff 1183
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h 23 # pragma set woff 1209
24 # pragma set woff 1174
25 # pragma set woff 1375
27 # pragma set woff 1183
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h 23 # pragma set woff 1209
24 # pragma set woff 1174
25 # pragma set woff 1375
27 # pragma set woff 1183
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h 23 # pragma set woff 1209
24 # pragma set woff 1174
25 # pragma set woff 1375
27 # pragma set woff 1183
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h 23 # pragma set woff 1209
24 # pragma set woff 1174
25 # pragma set woff 1375
27 # pragma set woff 1183
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_prolog.h 23 # pragma set woff 1209
24 # pragma set woff 1174
25 # pragma set woff 1375
27 # pragma set woff 1183
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglPixmapSurface.h 19 #include <set>
35 static std::set<EGLNativePixmapType> s_associatedPixmaps;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_linkage.c 35 util_semantic_set_test_and_set(struct util_semantic_set *set, unsigned value)
38 unsigned long *p = &set->masks[value / (sizeof(long) * 8)];
45 util_semantic_set_from_program_file(struct util_semantic_set *set, const struct tgsi_token *tokens, enum tgsi_file_type file)
74 memset(set->masks, 0, sizeof(set->masks));
90 if(!util_semantic_set_test_and_set(set, semantic_index[idx]))
103 if(!util_semantic_set_test_and_set(set, semantic_index[idx]))
115 #define UTIL_SEMANTIC_SET_FOR_EACH(i, set) for(i = 0; i < 256; ++i) if(set->masks[i / (sizeof(long) * 8)] & (1 << (i % (sizeof(long) * 8))))
118 util_semantic_layout_from_set(unsigned char *layout, const struct util_semantic_set *set, unsigned efficient_slots, unsigned num_slots
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600RegisterInfo.cpp 32 Reserved.set(AMDGPU::ZERO);
33 Reserved.set(AMDGPU::HALF);
34 Reserved.set(AMDGPU::ONE);
35 Reserved.set(AMDGPU::ONE_INT);
36 Reserved.set(AMDGPU::NEG_HALF);
37 Reserved.set(AMDGPU::NEG_ONE);
38 Reserved.set(AMDGPU::PV_X);
39 Reserved.set(AMDGPU::ALU_LITERAL_X);
40 Reserved.set(AMDGPU::PREDICATE_BIT);
41 Reserved.set(AMDGPU::PRED_SEL_OFF)
    [all...]
  /external/chromium_org/third_party/opus/src/win32/
genversion.bat 5 for /f %%v in ('git describe --tags --match "v*"') do set version=%%v
13 set version=unknown
19 for /f "delims== tokens=2" %%v in (%~dp0..\version.mk) do set version=%%v
21 set version=!version:^"=!
22 set version=!version: =!
26 set version_out=#define %2 "%version%"
27 set version_mk=%2 = "%version%"
  /external/mesa3d/src/gallium/auxiliary/util/
u_linkage.c 35 util_semantic_set_test_and_set(struct util_semantic_set *set, unsigned value)
38 unsigned long *p = &set->masks[value / (sizeof(long) * 8)];
45 util_semantic_set_from_program_file(struct util_semantic_set *set, const struct tgsi_token *tokens, enum tgsi_file_type file)
74 memset(set->masks, 0, sizeof(set->masks));
90 if(!util_semantic_set_test_and_set(set, semantic_index[idx]))
103 if(!util_semantic_set_test_and_set(set, semantic_index[idx]))
115 #define UTIL_SEMANTIC_SET_FOR_EACH(i, set) for(i = 0; i < 256; ++i) if(set->masks[i / (sizeof(long) * 8)] & (1 << (i % (sizeof(long) * 8))))
118 util_semantic_layout_from_set(unsigned char *layout, const struct util_semantic_set *set, unsigned efficient_slots, unsigned num_slots
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
R600RegisterInfo.cpp 32 Reserved.set(AMDGPU::ZERO);
33 Reserved.set(AMDGPU::HALF);
34 Reserved.set(AMDGPU::ONE);
35 Reserved.set(AMDGPU::ONE_INT);
36 Reserved.set(AMDGPU::NEG_HALF);
37 Reserved.set(AMDGPU::NEG_ONE);
38 Reserved.set(AMDGPU::PV_X);
39 Reserved.set(AMDGPU::ALU_LITERAL_X);
40 Reserved.set(AMDGPU::PREDICATE_BIT);
41 Reserved.set(AMDGPU::PRED_SEL_OFF)
    [all...]
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
Settings.java 53 private int set; field in class:Settings
64 void set(int id, int idFlags, int value) { method in class:Settings
70 set |= bit;
88 return (set & bit) != 0;
106 return Integer.bitCount(set);
111 return (bit & set) != 0 ? values[UPLOAD_BANDWIDTH] : defaultValue;
116 return (bit & set) != 0 ? values[DOWNLOAD_BANDWIDTH] : defaultValue;
121 return (bit & set) != 0 ? values[ROUND_TRIP_TIME] : defaultValue;
126 return (bit & set) != 0 ? values[MAX_CONCURRENT_STREAMS] : defaultValue;
131 return (bit & set) != 0 ? values[CURRENT_CWND] : defaultValue
171 set(i, other.flags(i), other.get(i)); method
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
ResourceClientWalker.h 38 ResourceClientWalker(const HashCountedSet<ResourceClient*>& set)
39 : m_clientSet(set), m_clientVector(set.size()), m_index(0)
42 Iterator end = set.end();
44 for (Iterator current = set.begin(); current != end; ++current)
  /external/icu4c/samples/datecal/
cal.cpp 25 /* set up the date */
26 gc->set(2000, UCAL_FEBRUARY, 26);
27 gc->set(UCAL_HOUR_OF_DAY, 23);
28 gc->set(UCAL_MINUTE, 0);
29 gc->set(UCAL_SECOND, 0);
30 gc->set(UCAL_MILLISECOND, 0);
  /ndk/
find-win-host.cmd 3 rem %1 is the env. var to set to the windows host name.
6 set NDK_ROOT=%~dp0
19 set TEMP=windows-x86_64
21 rem Check if NDK_HOST_32BIT is not set to 1/true, Windows is 64-bit, and 64-bit make exists
22 if "%NDK_HOST_32BIT%"=="1" set TEMP=
23 if "%NDK_HOST_32BIT%"=="true" set TEMP=
24 if not exist "%NDK_ROOT%prebuilt\%TEMP%" set TEMP=
25 if "%ProgramW6432%"=="" if "%ProgramFiles(x86)%"=="" set TEMP=
28 if "%TEMP%"=="" set TEMP=windows
31 endlocal && set "%1=%TEMP%
    [all...]

Completed in 884 milliseconds

<<11121314151617181920>>