Searched refs:set (Results 276 - 300 of 7572) sorted by relevance

<<11121314151617181920>>

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/modifiers/
H A DNodeWithAbstractModifier.java17 default N setAbstract(boolean set) { argument
18 return setModifier(ABSTRACT, set);
H A DNodeWithFinalModifier.java17 default N setFinal(boolean set) { argument
18 return setModifier(FINAL, set);
H A DNodeWithPrivateModifier.java17 default N setPrivate(boolean set) { argument
18 return setModifier(PRIVATE, set);
H A DNodeWithProtectedModifier.java17 default N setProtected(boolean set) { argument
18 return setModifier(PROTECTED, set);
H A DNodeWithPublicModifier.java17 default N setPublic(boolean set) { argument
18 return setModifier(PUBLIC, set);
H A DNodeWithStaticModifier.java18 default N setStatic(boolean set) { argument
19 return setModifier(STATIC, set);
H A DNodeWithStrictfpModifier.java17 default N setStrictfp(boolean set) { argument
18 return setModifier(STRICTFP, set);
/external/llvm/test/MC/AMDGPU/
H A Dexpressions.s34 .set foo, 4
39 .set foo, 512
/external/llvm/unittests/ADT/
H A DDeltaAlgorithmTest.cpp19 const std::set<unsigned> &S) {
21 for (std::set<unsigned>::const_iterator it = S.begin(),
54 std::set<unsigned> fixed_set(unsigned N, ...) {
55 std::set<unsigned> S;
64 std::set<unsigned> range(unsigned Start, unsigned End) {
65 std::set<unsigned> S;
71 std::set<unsigned> range(unsigned N) {
78 std::set<unsigned> Fails = fixed_set(3, 3, 5, 7);
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_devicecs.h10 #include <set>
22 std::set<CPDF_Object*>* pVisited) override;
H A Dcpdf_patterncs.h10 #include <set>
27 std::set<CPDF_Object*>* pVisited) override;
/external/pdfium/xfa/fwl/
H A Dcfwl_eventtarget.h10 #include <set>
29 std::set<CFWL_Widget*> m_widgets;
/external/perfetto/src/traced/probes/filesystem/
H A Drange_tree.h18 #include <set>
56 const std::set<std::string> Get(Inode inode);
/external/python/cpython2/PC/VS7.1/
H A Damd64_ml64.bat4 set MLEXE=Microsoft Platform SDK\Bin\Win64\x86\AMD64\ml64.EXE
10 set ML64="%ProgramFiles%\%MLEXE%"
12 set ML64="%ProgramW6432%\%MLEXE%"
14 set ML64=ml64.exe
/external/robolectric-shadows/
H A Dgradlew.bat11 set DIRNAME=%~dp0
12 if "%DIRNAME%" == "" set DIRNAME=.
13 set APP_BASE_NAME=%~n0
14 set APP_HOME=%DIRNAME%
17 set DEFAULT_JVM_OPTS=
22 set JAVA_EXE=java.exe
27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
29 echo Please set the JAVA_HOME variable in your environment to match the
35 set JAVA_HOME=%JAVA_HOME:"=%
36 set JAVA_EX
[all...]
/external/smali/
H A Dgradlew.bat11 set DIRNAME=%~dp0
12 if "%DIRNAME%" == "" set DIRNAME=.
13 set APP_BASE_NAME=%~n0
14 set APP_HOME=%DIRNAME%
17 set DEFAULT_JVM_OPTS=
22 set JAVA_EXE=java.exe
27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
29 echo Please set the JAVA_HOME variable in your environment to match the
35 set JAVA_HOME=%JAVA_HOME:"=%
36 set JAVA_EX
[all...]
/external/subsampling-scale-image-view/
H A Dgradlew.bat11 set DIRNAME=%~dp0
12 if "%DIRNAME%" == "" set DIRNAME=.
13 set APP_BASE_NAME=%~n0
14 set APP_HOME=%DIRNAME%
17 set DEFAULT_JVM_OPTS=
22 set JAVA_EXE=java.exe
27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
29 echo Please set the JAVA_HOME variable in your environment to match the
35 set JAVA_HOME=%JAVA_HOME:"=%
36 set JAVA_EX
[all...]
/external/swiftshader/third_party/LLVM/unittests/ADT/
H A DDeltaAlgorithmTest.cpp19 const std::set<unsigned> &S) {
21 for (std::set<unsigned>::const_iterator it = S.begin(),
54 std::set<unsigned> fixed_set(unsigned N, ...) {
55 std::set<unsigned> S;
64 std::set<unsigned> range(unsigned Start, unsigned End) {
65 std::set<unsigned> S;
71 std::set<unsigned> range(unsigned N) {
78 std::set<unsigned> Fails = fixed_set(3, 3, 5, 7);
/external/tensorflow/tensorflow/core/grappler/inputs/
H A Dutils.h19 #include <set>
30 bool FilesExist(const std::set<string>& files);
/external/tensorflow/tensorflow/python/tools/
H A Dsaved_model_utils.py27 Returns the MetaGraphDef for the given tag-set and SavedModel directory.
32 separated by ','. For tag-set contains multiple tags, all tags must be
36 RuntimeError: An error when the given tag-set does not exist in the
40 A MetaGraphDef corresponding to the tag-set.
43 set_of_tags = set(tag_set.split(','))
45 if set(meta_graph_def.meta_info_def.tags) == set_of_tags:
48 raise RuntimeError('MetaGraphDef associated with tag-set ' + tag_set +
/external/v8/tools/mb/
H A Dmb.bat5 set PYTHONDONTWRITEBYTECODE=1
/external/volley/
H A Dgradlew.bat11 set DIRNAME=%~dp0
12 if "%DIRNAME%" == "" set DIRNAME=.
13 set APP_BASE_NAME=%~n0
14 set APP_HOME=%DIRNAME%
17 set DEFAULT_JVM_OPTS=
22 set JAVA_EXE=java.exe
27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
29 echo Please set the JAVA_HOME variable in your environment to match the
35 set JAVA_HOME=%JAVA_HOME:"=%
36 set JAVA_EX
[all...]
/external/webrtc/talk/app/webrtc/
H A Dvideotrackrenderers.h31 #include <set>
59 std::set<VideoRendererInterface*> renderers_;
/external/deqp/framework/delibs/decpp/
H A DdeSTLUtil.cpp27 #include <set>
30 using std::set;
49 set<int> s1;
56 set<int> s2;
63 set<int> si = intersection(s1, s2);
68 set<int> su = set_union(s1, s2);
/external/libcxx/test/std/experimental/memory/memory.resource.aliases/
H A Dheader_set_synop.pass.cpp14 // <experimental/set>
18 // using set =
19 // ::std::set<V, Compare, polymorphic_allocator<V>>
27 #include <experimental/set>
40 using StdSet = std::set<V, DC, pmr::polymorphic_allocator<V>>;
41 using PmrSet = pmr::set<V>;
45 using StdSet = std::set<V, OC, pmr::polymorphic_allocator<V>>;
46 using PmrSet = pmr::set<V, OC>;
50 pmr::set<int> m;

Completed in 771 milliseconds

<<11121314151617181920>>