HomeSort by relevance Sort by last modified time
    Searched full:path (Results 1451 - 1475 of 27077) sorted by null

<<51525354555657585960>>

  /external/libvorbis/macosx/Vorbis.xcodeproj/
project.pbxproj 35 089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
36 730F23F0091827B100AB638C /* Info.plist */ = {isa = PBXFileReference; explicitFileType = text.plist; fileEncoding = 4; path = Info.plist; sourceTree = "<group>"; };
37 738835E40B18F870005C7A69 /* libvorbis.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libvorbis.a; sourceTree = BUILT_PRODUCTS_DIR; };
38 B0A98E6111D430C900952D48 /* MacConfigExternalDebug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = MacConfigExternalDebug.xcconfig; path = ../../MacConfigExternalDebug.xcconfig; sourceTree = SOURCE_ROOT; };
39 B0A98E6211D430C900952D48 /* MacConfigExternalRelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = MacConfigExternalRelease.xcconfig; path = ../../MacConfigExternalRelease.xcconfig; sourceTree = SOURCE_ROOT; };
40 F58520B90191D12B01A802FE /* codec.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = codec.h; sourceTree = "<group>"; };
41 F58520BA0191D12B01A802FE /* vorbisenc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vorbisenc.h; sourceTree = "<group>"; };
42 F58520BB0191D12B01A802FE /* vorbisfile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vorbisfile.h; sourceTree = "<group>"; };
43 F5D8F60A03389C830112CE8F /* analysis.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = analysis.c; sourceTree = "<group>"; };
44 F5D8F60B03389C830112CE8F /* backends.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = backends.h; sourceTree = "<group>"; }
    [all...]
  /external/libyuv/files/
gyp_libyuv.py 27 path = os.path.abspath(os.path.split(__file__)[0]) variable
28 execfile(os.path.join(path, 'gyp_libyuv'))
  /external/libyuv/files/util/android/
test_runner.py 21 SCRIPT_DIR = os.path.dirname(__file__)
22 ROOT_DIR = os.path.abspath(os.path.join(SCRIPT_DIR, os.pardir, os.pardir))
23 CHROMIUM_BUILD_ANDROID_DIR = os.path.join(ROOT_DIR, 'build', 'android')
24 sys.path.insert(0, CHROMIUM_BUILD_ANDROID_DIR)
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
PushPromise.java 23 private final String path; field in class:PushPromise
27 public PushPromise(String method, String path, Headers headers, MockResponse response) {
29 this.path = path;
39 return path;
  /external/opencv3/samples/cpp/tutorial_code/photo/hdr_imaging/
hdr_imaging.cpp 42 void loadExposureSeq(String path, vector<Mat>& images, vector<float>& times)
44 path = path + std::string("/");
45 ifstream list_file((path + "list.txt").c_str());
49 Mat img = imread(path + name);
  /external/parameter-framework/upstream/test/functional-tests-legacy/xml/XML_Test/
Reference_dumpDomains.xml 10 <ConfigurableElement Path="/Test/Test/TEST_DOMAIN_0" />
14 <ConfigurableElement Path="/Test/Test/TEST_DOMAIN_0">
40 <ConfigurableElement Path="/Test/Test/TEST_DOMAIN_1" />
44 <ConfigurableElement Path="/Test/Test/TEST_DOMAIN_1">
53 <ConfigurableElement Path="/Test/Test/TEST_DOMAIN_1">
  /external/selinux/libselinux/man/man3/
setfilecon.3 8 .BI "int setfilecon(const char *" path ", char * "con );
10 .BI "int setfilecon_raw(const char *" path ", char * "con );
12 .BI "int lsetfilecon(const char *" path ", char * "con );
14 .BI "int lsetfilecon_raw(const char *" path ", char * "con );
32 has it's context set in place of path.
  /external/skia/gm/
drawable.cpp 17 SkPath path; variable
18 path.moveTo(10, 10);
19 path.conicTo(10, 90, 50, 90, 0.9f);
23 canvas->drawRect(path.getBounds(), paint);
27 canvas->drawPath(path, paint);
emptypath.cpp 32 SkPath path; local
33 path.setFillType(fill);
39 canvas->drawPath(path, paint);
133 static void make_path_move(SkPath* path, const SkPoint pts[3]) {
135 path->moveTo(pts[i]);
139 static void make_path_move_close(SkPath* path, const SkPoint pts[3]) {
141 path->moveTo(pts[i]);
142 path->close();
146 static void make_path_move_line(SkPath* path, const SkPoint pts[3]) {
148 path->moveTo(pts[i])
197 SkPath path; variable
    [all...]
stringart.cpp 42 SkPath path; variable
43 path.moveTo(center);
49 path.lineTo(rp);
53 path.close();
60 canvas->drawPath(path, paint);
  /external/skia/src/pathops/
SkOpEdgeBuilder.h 15 SkOpEdgeBuilder(const SkPathWriter& path, SkOpContour* contours2, SkChunkAlloc* allocator,
19 , fPath(path.nativePath())
25 SkOpEdgeBuilder(const SkPath& path, SkOpContour* contours2, SkChunkAlloc* allocator,
29 , fPath(&path)
35 void addOperand(const SkPath& path);
  /external/skia/tests/
ErrorTest.cpp 48 SkPath path; local
49 path.addRect(r);
52 path.addRoundRect(r, 10, 10);
56 path.addRoundRect(r, -10, -10);
61 path.addRoundRect(r, -10, -10);
  /external/v8/build/android/gyp/
create_tool_wrapper.py 22 args = [os.path.basename(cmd), '{flag_name}={output_directory}'] + sys.argv[1:]
28 parser.add_argument('--output', help='Output path for executable script.')
29 parser.add_argument('--target', help='Path to script being wrapped.')
38 cmd=os.path.abspath(args.target),
40 output_directory=os.path.abspath(args.output_directory)))
  /external/v8/build/util/lib/common/
util.py 41 def _DeleteDir(path):
44 for root, dirs, files in os.walk(path, topdown=False):
46 filename = os.path.join(root, name)
50 os.rmdir(os.path.join(root, name))
51 os.rmdir(path)
54 def Delete(path):
56 if os.path.isdir(path):
57 _DeleteDir(path)
59 os.remove(path)
    [all...]
  /external/v8/test/fuzzer/
testcfg.py 30 for fname in os.listdir(os.path.join(self.root, subtest)):
31 if not os.path.isfile(os.path.join(self.root, subtest, fname)):
40 suite, name = testcase.path.split('/')
41 return [os.path.join(self.root, suite, name)]
  /external/v8/test/test262/
archive.py 11 # In GN we expect the path to a stamp file as an argument.
13 STAMP_FILE = os.path.abspath(sys.argv[1])
15 os.chdir(os.path.dirname(os.path.abspath(__file__)))
22 if tar_info.name.startswith(os.path.join('data', '.git')):
  /external/webrtc/webrtc/build/
gyp_webrtc.py 23 path = os.path.abspath(os.path.split(__file__)[0]) variable
24 execfile(os.path.join(path, 'gyp_webrtc'))
  /frameworks/base/services/core/java/com/android/server/wm/animation/
CurvedTranslateAnimation.java 21 import android.graphics.Path;
27 * Translate animation which follows a curved path.
33 public CurvedTranslateAnimation(Path path) {
34 mKeyframes = KeyframeSet.ofPath(path);
  /frameworks/support/compat/api21/android/support/v4/view/animation/
PathInterpolatorCompatApi21.java 19 import android.graphics.Path;
24 * API 21+ implementation for path interpolator compatibility.
32 public static Interpolator create(Path path) {
33 return new PathInterpolator(path);
  /frameworks/support/compat/gingerbread/android/support/v4/view/animation/
PathInterpolatorCompatBase.java 19 import android.graphics.Path;
23 * Base implementation for path interpolator compatibility.
31 public static Interpolator create(Path path) {
32 return new PathInterpolatorGingerbread(path);
  /libcore/luni/src/test/java/tests/security/
CertPathBuilderTest.java 40 public abstract void validateCertPath(CertPath path);
48 CertPath path = builderResult.getCertPath(); local
50 assertNotNull("built path is null", path);
52 validateCertPath(path);
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
PathClippingView.java 18 import android.graphics.Path;
21 * Interface for a view that can apply a clip given to it in the form of a {@link android.graphics.Path}.
25 * Notify listener of a new clip path.
26 * @param clipPath Clipping path. If {@code null}, clip should no longer be performed.
28 void setClipPath(Path clipPath);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_startfile.py 13 from os import path namespace
27 empty = path.join(path.dirname(__file__), "empty.vbs")
36 empty = path.join(path.dirname(__file__), "empty.vbs")
test_ttk_guionly.py 8 this_dir = os.path.dirname(os.path.abspath(__file__))
9 lib_tk_test = os.path.abspath(os.path.join(this_dir, os.path.pardir,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_startfile.py 13 from os import path namespace
27 empty = path.join(path.dirname(__file__), "empty.vbs")
36 empty = path.join(path.dirname(__file__), "empty.vbs")

Completed in 697 milliseconds

<<51525354555657585960>>