Searched refs:set (Results 201 - 225 of 10365) sorted by relevance

1234567891011>>

/external/llvm/test/MC/Mips/
H A Dset-at-directive.s4 # for ".set at" and set the correct value.
10 .set at=$1
15 .set at=$2
20 .set at=$3
25 .set at=$a0
30 .set at=$a1
35 .set at=$a2
40 .set at=$a3
45 .set a
[all...]
/external/skia/src/core/
H A DSkRefDict.h37 void set(const char name[], SkRefCnt* data);
42 void remove(const char name[]) { this->set(name, NULL); }
/external/stlport/stlport/stl/config/
H A D_prolog.h23 # pragma set woff 1209
24 # pragma set woff 1174
25 # pragma set woff 1375
27 # pragma set woff 1183
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_linkage.c35 util_semantic_set_test_and_set(struct util_semantic_set *set, unsigned value) argument
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) argument
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, unsigne argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600RegisterInfo.cpp32 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(AMDGP
[all...]
/external/chromium_org/third_party/opus/src/win32/
H A Dgenversion.bat5 for /f %%v in ('git --git-dir="%~dp0..\.git" describe --tags --match "v*"') do set version=%%v
13 set version=unknown
19 for /f "delims== tokens=2" %%v in (%~dps0..\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/libopus/win32/
H A Dgenversion.bat5 for /f %%v in ('git --git-dir="%~dp0..\.git" describe --tags --match "v*"') do set version=%%v
13 set version=unknown
19 for /f "delims== tokens=2" %%v in (%~dps0..\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/
H A Du_linkage.c35 util_semantic_set_test_and_set(struct util_semantic_set *set, unsigned value) argument
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) argument
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, unsigne argument
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600RegisterInfo.cpp32 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(AMDGP
[all...]
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceClientWalker.h38 ResourceClientWalker(const HashCountedSet<ResourceClient*>& set) argument
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/chromium_org/third_party/icu/source/samples/datecal/
H A Dcal.cpp25 /* 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);
/external/icu/icu4c/source/samples/datecal/
H A Dcal.cpp25 /* 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);
/external/libcxx/test/containers/associative/set/set.cons/
H A Ddefault_noexcept.pass.cpp10 // <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;
H A Ddtor_noexcept.pass.cpp10 // <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;
H A Dmove_assign_noexcept.pass.cpp10 // <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;
H A Dmove_noexcept.pass.cpp10 // <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;
/external/libcxx/test/containers/associative/set/set.special/
H A Dswap_noexcept.pass.cpp10 // <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;
/external/chromium_org/chrome/installer/util/
H A Dchrome_binaries_operations.cc19 std::set<base::string16>* options)
26 std::set<base::string16>* options)
33 const std::set<base::string16>& options,
40 const std::set<base::string16>& options,
45 const std::set<base::string16>& options,
57 const std::set<base::string16>& options,
69 const std::set<base::string16>& options,
70 bool set,
76 const std::set<base::string16>& options) const {
89 const std::set<bas
68 SetChannelFlags( const std::set<base::string16>& options, bool set, ChannelInfo* channel_info) const argument
[all...]
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dnaclsdk.bat9 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/chromium_org/third_party/skia/tests/
H A DSizeTest.cpp15 a.set(0, 0);
17 a.set(5, -5);
21 b.set(5, 0);
24 a.set(3, 5);
41 a.set(0, 0);
43 a.set(x, -x);
47 b.set(x, 0);
50 a.set(y, x);
60 ia.set(ix, iy);
61 a.set(
[all...]
/external/skia/tests/
H A DTestSize.cpp14 a.set(0, 0);
16 a.set(5, -5);
20 b.set(5, 0);
23 a.set(3, 5);
42 a.set(0, 0);
44 a.set(x, -x);
48 b.set(x, 0);
51 a.set(y, x);
61 ia.set(ix, iy);
62 a.set(
[all...]
/external/deqp/framework/delibs/depool/
H A DdePoolSet.h23 * \brief Memory pool set class.
45 * \brief Declare a template pool set class interface.
46 * \param TYPENAME Type name of the declared set.
49 * This macro declares the interface for a set. For the implementation of
50 * the set, see DE_IMPLEMENT_POOL_HASH. Usually this macro is put into the
55 * The functions for operating the set are:
96 void TYPENAME##_reset (TYPENAME* set); \
97 deBool TYPENAME##_reserve (TYPENAME* set, int capacity); \
98 deBool TYPENAME##_exists (const TYPENAME* set, KEYTYPE key); \
99 deBool TYPENAME##_insert (TYPENAME* set, KEYTYP
[all...]
/external/lldb/test/types/
H A DTestIntegerTypes.py19 self.runCmd("settings set auto-confirm true")
26 self.build_and_run('char.cpp', set(['char']), qd=True)
32 self.build_and_run('char.cpp', set(['char']), bc=True, qd=True)
37 self.build_and_run('char.cpp', set(['char']), dsym=False, qd=True)
43 self.build_and_run('unsigned_char.cpp', set(['unsigned', 'char']), qd=True)
49 self.build_and_run('unsigned_char.cpp', set(['unsigned', 'char']), bc=True, qd=True)
54 self.build_and_run('unsigned_char.cpp', set(['unsigned', 'char']), dsym=False, qd=True)
60 self.build_and_run('short.cpp', set(['short']))
66 self.build_and_run('short.cpp', set(['short']), bc=True)
71 self.build_and_run('short.cpp', set(['shor
[all...]
H A DTestIntegerTypesExpr.py19 self.runCmd("settings set auto-confirm true")
26 self.build_and_run_expr('char.cpp', set(['char']), qd=True)
32 self.build_and_run_expr('char.cpp', set(['char']), bc=True, qd=True)
37 self.build_and_run_expr('char.cpp', set(['char']), dsym=False, qd=True)
43 self.build_and_run_expr('unsigned_char.cpp', set(['unsigned', 'char']), qd=True)
49 self.build_and_run_expr('unsigned_char.cpp', set(['unsigned', 'char']), bc=True, qd=True)
54 self.build_and_run_expr('unsigned_char.cpp', set(['unsigned', 'char']), dsym=False, qd=True)
60 self.build_and_run_expr('short.cpp', set(['short']))
66 self.build_and_run_expr('short.cpp', set(['short']), bc=True)
71 self.build_and_run_expr('short.cpp', set(['shor
[all...]
/external/owasp/sanitizer/tools/findbugs/bin/
H A Dfindbugs.bat12 set appjar=findbugs.jar
13 set javahome=
14 set launcher=java.exe
15 set start=start "FindBugs"
16 set jvmargs=
17 set debugArg=
18 set conserveSpaceArg=
19 set workHardArg=
20 set args=
21 set javaProp
[all...]

Completed in 745 milliseconds

1234567891011>>