/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
UsageGraph.java | 117 public void addPath(SparseIntArray points) {
|
/external/clang/lib/Frontend/ |
CompilerInvocation.cpp | [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
parser.h | 216 // call AddPath() only to add the path components leading from the parent 220 // Convenience constructors that call AddPath() one or two times. 228 void AddPath(int path_component);
|
/external/skia/bench/ |
PathBench.cpp | 523 result.addPath(fPaths1[idx]); 530 result.addPath(fPaths1[idx], 2 * SK_Scalar1, 5 * SK_Scalar1); 537 result.addPath(fPaths1[idx], fMatrix);
|
/external/skia/tests/ |
PathOpsExtendedTest.cpp | 531 scaledA.addPath(a, scale); 533 scaledB.addPath(b, scale); 541 scaledOut.addPath(out, scale);
|
/external/v8/tools/ |
profile.js | 240 this.bottomUpTree_.addPath(processedStack); 242 this.topDownTree_.addPath(processedStack); 596 CallTree.prototype.addPath = function(path) {
|
/frameworks/base/core/jni/android/graphics/ |
Path.cpp | 219 obj->addPath(*src, dx, dy); 225 obj->addPath(*src); 232 obj->addPath(*src, *matrix);
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/ |
parser.h | 217 // call AddPath() only to add the path components leading from the parent 221 // Convenience constructors that call AddPath() one or two times. 229 void AddPath(int path_component);
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/ |
parser.h | 217 // call AddPath() only to add the path components leading from the parent 221 // Convenience constructors that call AddPath() one or two times. 229 void AddPath(int path_component);
|
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/ |
parser.h | 217 // call AddPath() only to add the path components leading from the parent 221 // Convenience constructors that call AddPath() one or two times. 229 void AddPath(int path_component);
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/ |
parser.h | 219 // call AddPath() only to add the path components leading from the parent 223 // Convenience constructors that call AddPath() one or two times. 231 void AddPath(int path_component);
|
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/ |
parser.h | 217 // call AddPath() only to add the path components leading from the parent 221 // Convenience constructors that call AddPath() one or two times. 229 void AddPath(int path_component);
|
/external/skia/include/core/ |
SkPath.h | [all...] |
/external/skia/src/core/ |
SkPictureRecord.cpp | 455 this->addPath(path); 601 this->addPath(path); 891 void SkPictureRecord::addPath(const SkPath& path) { [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Path.java | 670 public void addPath(Path src, float dx, float dy) { 680 public void addPath(Path src) { 690 public void addPath(Path src, Matrix matrix) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-launcher.jar | |
/external/mesa3d/src/gallium/state_trackers/clover/llvm/ |
invocation.cpp | 111 c.getHeaderSearchOpts().AddPath(LIBCLC_INCLUDEDIR,
|
/external/opencv/otherlibs/highgui/ |
loadsave.cpp | 360 g_Filters.AddPath( path );
|
/external/pdfium/core/include/fxge/ |
fx_font.h | 391 void AddPath(const CFX_ByteStringC& path);
|
/external/skia/gm/ |
degeneratesegments.cpp | 34 // We need to use explicit commands here, instead of addPath, because we
|
/development/testrunner/ |
runtest.py | 295 target_tree.AddPath("external/emma") 419 target_tree.AddPath(build_dir)
|
/external/jetty/src/java/org/eclipse/jetty/server/handler/ |
ResourceHandler.java | 307 return base.addPath(path); 362 Resource welcome=directory.addPath(_welcomeFiles[i]);
|
/external/jetty/src/java/org/eclipse/jetty/util/resource/ |
FileResource.java | 140 public Resource addPath(String path) 152 r=(FileResource)super.addPath(path);
|
/external/skia/src/svg/ |
SkSVGDevice.cpp | 261 SkString addPath() { 770 SkString pathID = fResourceBucket->addPath();
|
/external/v8/src/profiler/ |
profile-generator.cc | 410 void CpuProfile::AddPath(base::TimeTicks timestamp, 554 current_profiles_[i]->AddPath(timestamp, path, src_line, update_stats);
|