/external/libcxx/test/std/experimental/filesystem/class.directory_entry/ |
directory_entry.mods.pass.cpp | 18 // void assign(path const&); 19 // void replace_filename(path const&); 36 const path p("foo/bar/baz"); 37 const path p2("abc"); 40 assert(e.path() == p && e2.path() == path()); 42 assert(e.path() == p && e2.path() == p); 45 assert(e2.path() == p2 && e3.path() == p2) [all...] |
/external/skia/samplecode/ |
SamplePathFill.cpp | 17 static SkScalar make_frame(SkPath* path) { 19 path->addRoundRect(r, 15, 15); 24 paint.getFillPath(*path, path); 28 static SkScalar make_triangle(SkPath* path) { 32 path->moveTo(SkIntToScalar(gCoord[0]), SkIntToScalar(gCoord[1])); 33 path->lineTo(SkIntToScalar(gCoord[2]), SkIntToScalar(gCoord[3])); 34 path->lineTo(SkIntToScalar(gCoord[4]), SkIntToScalar(gCoord[5])); 35 path->close(); 36 path->offset(10, 0) [all...] |
SamplePathOverstroke.cpp | 72 SkPath path; local 73 path.moveTo(p1); 74 path.lineTo(p2); 78 path.quadTo(p3, p1); 80 return path; 86 SkPath path; local 87 path.moveTo(p1); 92 path.cubicTo(p3, p4, p2); 94 return path; 100 SkPath path; local 120 SkPath path; local 135 SkPath path; variable [all...] |
/external/skqp/samplecode/ |
SamplePathFill.cpp | 17 static SkScalar make_frame(SkPath* path) { 19 path->addRoundRect(r, 15, 15); 24 paint.getFillPath(*path, path); 28 static SkScalar make_triangle(SkPath* path) { 32 path->moveTo(SkIntToScalar(gCoord[0]), SkIntToScalar(gCoord[1])); 33 path->lineTo(SkIntToScalar(gCoord[2]), SkIntToScalar(gCoord[3])); 34 path->lineTo(SkIntToScalar(gCoord[4]), SkIntToScalar(gCoord[5])); 35 path->close(); 36 path->offset(10, 0) [all...] |
SamplePathOverstroke.cpp | 72 SkPath path; local 73 path.moveTo(p1); 74 path.lineTo(p2); 78 path.quadTo(p3, p1); 80 return path; 86 SkPath path; local 87 path.moveTo(p1); 92 path.cubicTo(p3, p4, p2); 94 return path; 100 SkPath path; local 120 SkPath path; local 135 SkPath path; variable [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.directory_entry/ |
directory_entry.mods.pass.cpp | 18 // void assign(path const&); 19 // void replace_filename(path const&); 36 const path p("foo/bar/baz"); 37 const path p2("abc"); 40 assert(e.path() == p && e2.path() == path()); 42 assert(e.path() == p && e2.path() == p); 45 assert(e2.path() == p2 && e3.path() == p2) [all...] |
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/ |
PolicyConfigurableDomains.xml | 11 <ConfigurableElement Path="/Policy/policy/strategies/media/selected_output_devices/mask/fm"/> 12 <ConfigurableElement Path="/Policy/policy/strategies/media/selected_output_devices/mask/speaker_safe"/> 13 <ConfigurableElement Path="/Policy/policy/strategies/media/selected_output_devices/mask/earpiece"/> 14 <ConfigurableElement Path="/Policy/policy/strategies/media/selected_output_devices/mask/bluetooth_sco"/> 15 <ConfigurableElement Path="/Policy/policy/strategies/media/selected_output_devices/mask/bluetooth_sco_headset"/> 16 <ConfigurableElement Path="/Policy/policy/strategies/media/selected_output_devices/mask/bluetooth_sco_carkit"/> 17 <ConfigurableElement Path="/Policy/policy/strategies/media/selected_output_devices/mask/telephony_tx"/> 18 <ConfigurableElement Path="/Policy/policy/strategies/media/selected_output_devices/mask/ip"/> 19 <ConfigurableElement Path="/Policy/policy/strategies/media/selected_output_devices/mask/bus"/> 20 <ConfigurableElement Path="/Policy/policy/strategies/media/selected_output_devices/mask/stub"/ [all...] |
/development/vndk/tools/definition-tool/tests/testdata/test_module_info/ |
module-info.json | 2 "libA": { "path": ["system/core/libA"], "installed": ["out/target/product/generic_arm64/system/lib64/libA.so"] }, 3 "libB": { "path": ["frameworks/base/libB"], "installed": ["out/target/product/generic_arm64/system/lib64/libB.so"] }, 4 "libC": { "path": ["frameworks/base/libC"], "installed": ["out/target/product/generic_arm64/system/lib64/libC.so", "out/target/product/generic_arm64/system/lib64/hw/libC.so"] }
|
/external/annotation-tools/annotation-file-utilities/src/annotator/find/ |
InPackageCriterion.java | 30 public boolean isSatisfiedBy(TreePath path, Tree leaf) { 31 assert path == null || path.getLeaf() == leaf; 32 return isSatisfiedBy(path); 37 public boolean isSatisfiedBy(TreePath path) { 38 if (path == null) { 43 Main.pathToString(path), this.toString()); 46 Tree tree = path.getLeaf(); 57 path = path.getParentPath() [all...] |
/external/ant-glob/ |
.classpath | 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 <classpathentry kind="output" path="bin"/>
|
/external/chromium-trace/catapult/dependency_manager/bin/ |
update | 10 sys.path.append( 11 os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))) 15 def UpdateDependency(dependency, platform, path, config): 18 dependency, platform, path, version=None, execute_job=True) 23 parser.add_argument('--config', required=True, type=os.path.realpath, 24 help='Path to the dependency configuration file.') 27 parser.add_argument('--path', required=True, type=os.path.realpath [all...] |
/external/easymock/ |
.classpath | 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 <classpathentry kind="output" path="bin"/>
|
/external/iptables/extensions/ |
libxt_cgroup.t | 5 -m cgroup --path "/";=;OK 6 -m cgroup ! --path "/";=;OK 7 -m cgroup --cgroup 1 --path "/";;FAIL
|
/external/jsr305/ri/ |
.classpath | 3 <classpathentry kind="src" path="src/main/java"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 <classpathentry kind="output" path="build/classes"/>
|
/external/junit/ |
.classpath | 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 <classpathentry kind="output" path="bin"/>
|
/external/libxml2/result/URI/ |
uri.data | 1 http://foo.com/path/to/index.html?orig 2 http://foo.com/path/to/ 3 http://foo.com/path/to/bar 4 http://foo.com/path/to/bar#baz 5 http://foo.com/path/to/bar?baz 6 http://foo.com/path/to/bar?baz#baz2 7 http://foo.com/path/to/index.html?orig#baz 8 http://foo.com/path/to/index.html?baz 9 http://foo.com/path/to/index.html?baz#baz2 10 http://foo.com/path/up.a.notch.html#wo [all...] |
/external/skqp/tests/ |
PathMeasureTest.cpp | 12 SkPath path; local 19 path.moveTo(pts[0]); 21 path.cubicTo(pts[i], pts[i + 1], pts[i + 2]); 24 SkPathMeasure meas(path, false); 29 SkPath path; local 36 path.moveTo(pts[0]); 38 path.quadTo(pts[i], pts[i + 1]); 40 SkPathMeasure meas(path, false); 45 SkPath path; local 54 path.moveTo(pts[0]) 77 SkPath path; local [all...] |
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/ |
lit.site.cfg | 7 config.llvm_obj_root = os.path.dirname(os.path.dirname(__file__)) 10 lit.load_config(config, os.path.join(config.llvm_obj_root, 'test/lit.cfg'))
|
/external/tensorflow/tensorflow/tools/api/golden/ |
tensorflow.keras.datasets.imdb.pbtxt | 0 path: "tensorflow.keras.datasets.imdb" 5 argspec: "args=[\'path\'], varargs=None, keywords=None, defaults=[\'imdb_word_index.json\'], " 9 argspec: "args=[\'path\', \'num_words\', \'skip_top\', \'maxlen\', \'seed\', \'start_char\', \'oov_char\', \'index_from\'], varargs=None, keywords=kwargs, defaults=[\'imdb.npz\', \'None\', \'0\', \'None\', \'113\', \'1\', \'2\', \'3\'], "
|
/external/testng/src/test/resources/checksuitesinitialization/children/ |
child-suite-3.xml | 4 <suite-file path="../child-suite2.xml" /> 5 <suite-file path="child-suite-4.xml" /> 6 <suite-file path="morechildren/child-suite-5.xml" />
|
/packages/apps/Email/ |
.classpath | 3 <classpathentry excluding="images/|android/util/" kind="src" path="src"/> 4 <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> 5 <classpathentry kind="output" path="bin"/>
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
Path.h | 1 //===- llvm/Support/Path.h - Path Operating System Concept ------*- C++ -*-===// 10 // This file declares the llvm::sys::path namespace. It is designed after 12 // path class. 25 namespace path { namespace in namespace:llvm::sys 32 /// @brief Path iterator. 35 /// \a path. The traversal order is as follows: 53 StringRef Path; ///< The entire path. 54 StringRef Component; ///< The current component. Not necessarily in Path [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/ |
Path.h | 1 //===- llvm/Support/Path.h - Path Operating System Concept ------*- C++ -*-===// 10 // This file declares the llvm::sys::path namespace. It is designed after 12 // path class. 25 namespace path { namespace in namespace:llvm::sys 32 /// @brief Path iterator. 35 /// \a path. The traversal order is as follows: 53 StringRef Path; ///< The entire path. 54 StringRef Component; ///< The current component. Not necessarily in Path [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/ |
Path.h | 1 //===- llvm/Support/Path.h - Path Operating System Concept ------*- C++ -*-===// 10 // This file declares the llvm::sys::path namespace. It is designed after 12 // path class. 25 namespace path { namespace in namespace:llvm::sys 32 /// @brief Path iterator. 35 /// \a path. The traversal order is as follows: 53 StringRef Path; ///< The entire path. 54 StringRef Component; ///< The current component. Not necessarily in Path [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/ |
Path.h | 1 //===- llvm/Support/Path.h - Path Operating System Concept ------*- C++ -*-===// 10 // This file declares the llvm::sys::path namespace. It is designed after 12 // path class. 26 namespace path { namespace in namespace:llvm::sys 33 /// @brief Path iterator. 36 /// \a path. The traversal order is as follows: 55 StringRef Path; ///< The entire path. 56 StringRef Component; ///< The current component. Not necessarily in Path [all...] |