HomeSort by relevance Sort by last modified time
    Searched refs:set (Results 276 - 300 of 9118) sorted by null

<<11121314151617181920>>

  /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/fetch/
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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
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/llvm-libc++/libcxx/test/containers/associative/set/set.special/
swap_noexcept.pass.cpp 10 // <set>
12 // void swap(set& c)
18 #include <set>
40 typedef std::set<MoveOnly> C;
45 typedef std::set<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
50 typedef std::set<MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;
55 typedef std::set<MoveOnly, some_comp<MoveOnly>> C;
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 1239 private static void set(Dop opcode) { method in class:Dops
    [all...]
  /external/chromium/chrome/browser/history/
starred_url_database.h 9 #include <set>
139 std::set<StarredNode*>* roots,
140 std::set<StarID>* folders_with_duplicate_ids,
141 std::set<StarredNode*>* unparented_urls,
142 std::set<StarID>* empty_url_ids);
152 const std::set<StarredNode*>& nodes,
165 std::set<StarredNode*>* roots,
166 const std::set<StarID>& folders_with_duplicate_ids,
167 std::set<StarredNode*>* unparented_urls,
168 const std::set<StarID>& empty_url_ids)
    [all...]
  /external/chromium_org/chrome/installer/util/
chrome_binaries_operations.cc 19 std::set<string16>* options) const {
25 std::set<string16>* options) const {
31 const std::set<string16>& options,
38 const std::set<string16>& options,
43 const std::set<string16>& options,
55 const std::set<string16>& options,
67 const std::set<string16>& options,
68 bool set,
74 const std::set<string16>& options) const {
87 const std::set<string16>& options
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
naclsdk.bat 9 set SCRIPT_DIR=%~dp0
10 set SDK_TOOLS=%SCRIPT_DIR%sdk_tools
11 set SDK_TOOLS_UPDATE=%SCRIPT_DIR%sdk_tools_update
12 set PYTHON_DIR=%SCRIPT_DIR%python
22 set PYTHONPATH=%SCRIPT_DIR%
  /external/skia/tests/
TestSize.cpp 15 a.set(0, 0);
17 a.set(5, -5);
21 b.set(5, 0);
24 a.set(3, 5);
43 a.set(0, 0);
45 a.set(x, -x);
49 b.set(x, 0);
52 a.set(y, x);
62 ia.set(ix, iy);
63 a.set(x, y)
    [all...]
  /frameworks/base/libs/hwui/
Vertex.h 33 * Program::set()), and used to make geometry damage rect calculation conservative (see
40 static inline void set(Vertex* vertex, float x, float y) { function in struct:android::uirenderer::Vertex
45 static inline void set(Vertex* vertex, vec2 val) { function in struct:android::uirenderer::Vertex
46 set(vertex, val.x, val.y);
50 set(vertex, src.position[0] + x, src.position[1] + y);
62 static inline void set(TextureVertex* vertex, float x, float y, float u, float v) { function in struct:android::uirenderer::TextureVertex
81 static inline void set(ColorTextureVertex* vertex, float x, float y, function in struct:android::uirenderer::ColorTextureVertex
83 TextureVertex::set(vertex, x, y, u, v);
99 static inline void set(AlphaVertex* vertex, float x, float y, float alpha) { function in struct:android::uirenderer::AlphaVertex
100 Vertex::set(vertex, x, y)
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
BitSetTest.java 69 bs.set(128);
80 bs.set(10);
93 bs.set(0, bs.size() - 1); // ensure all bits are 1's
94 bs.set(bs.size() - 1);
105 // Check to see all other bits are still set
134 bs.set(25);
151 bitset.set(i);
159 bs.set(0, initialSize);
173 bs.set(0, initialSize);
188 bs.set(0, initialSize)
    [all...]

Completed in 867 milliseconds

<<11121314151617181920>>