HomeSort by relevance Sort by last modified time
    Searched defs:PATH (Results 1 - 25 of 234) sorted by null

1 2 3 4 5 6 7 8 910

  /prebuilts/go/darwin-x86/src/
all.bat 14 set OLDPATH=%PATH%
19 :: we must restore %PATH% before running "dist banner" so that the latter
20 :: can get the original %PATH% and give suggestion to add %GOROOT%/bin
21 :: to %PATH% if necessary.
22 set PATH=%OLDPATH%
  /prebuilts/go/linux-x86/src/
all.bat 14 set OLDPATH=%PATH%
19 :: we must restore %PATH% before running "dist banner" so that the latter
20 :: can get the original %PATH% and give suggestion to add %GOROOT%/bin
21 :: to %PATH% if necessary.
22 set PATH=%OLDPATH%
  /external/libogg/win32/VS6/
build_ogg_dynamic.bat 6 set OLDPATH=%PATH%
16 set PATH=%OLDPATH%
build_ogg_dynamic_debug.bat 6 set OLDPATH=%PATH%
16 set PATH=%OLDPATH%
build_ogg_static.bat 6 set OLDPATH=%PATH%
16 set PATH=%OLDPATH%
build_ogg_static_debug.bat 6 set OLDPATH=%PATH%
16 set PATH=%OLDPATH%
  /external/llvm/utils/release/
build_llvm_package.bat 18 set PATH=%PATH%;c:\gnuwin32\bin
  /developers/build/prebuilts/gradle/SpeedTracker/Shared/src/main/java/com/example/android/wearable/speedtracker/common/
Constants.java 24 public static final String PATH = "/location";
  /developers/samples/android/wearable/wear/SpeedTracker/Shared/src/main/java/com/example/android/wearable/speedtracker/common/
Constants.java 24 public static final String PATH = "/location";
  /development/samples/browseable/SpeedTracker/Shared/src/com.example.android.wearable.speedtracker.common/
Constants.java 24 public static final String PATH = "/location";
  /external/icu/icu4c/source/extra/uconv/
makedata.mak 33 #Let's see if user has given us a path to ICU
34 #This could be found according to the path to makefile, but for now it is this way
36 !ERROR Can't find path!
38 !MESSAGE ICU path is $(ICUP)
53 PATH = $(ICUP)\bin64;$(PATH)
56 PATH = $(ICUP)\bin;$(PATH)
  /external/icu/icu4c/source/allinone/
icucheck.bat 21 set ICU_OPATH=%PATH%
31 set PATH=%ICU_BINDIR%;%PATH%
107 set PATH=%ICU_OPATH%
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
SIPHeaderNamesIms.java 40 public static final String PATH = PathHeader.NAME;
  /external/selinux/policycoreutils/restorecond/
user.c 52 static const char *PATH="/org/selinux/Restorecond";
92 /* listening to messages from all objects as no path is specified */
187 message = dbus_message_new_signal (PATH,
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
ResourceBasedPeriodFormatterDataService.java 43 private static final String PATH = "data/";
59 InputStream is = ICUData.getRequiredStream(getClass(), PATH
74 throw new IllegalStateException("IO Error reading " + PATH
112 String name = PATH + "pfd_" + ln + ".xml";
139 "Duration data not found for " + localeName, PATH,
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
ResourceBasedPeriodFormatterDataService.java 41 private static final String PATH = "data/";
57 InputStream is = ICUData.getRequiredStream(getClass(), PATH
72 throw new IllegalStateException("IO Error reading " + PATH
110 String name = PATH + "pfd_" + ln + ".xml";
137 "Duration data not found for " + localeName, PATH,
  /external/snakeyaml/src/test/java/org/pyyaml/
PyImportTest.java 37 public static final String PATH = "pyyaml";
66 content = Util.getLocalResource(PATH + File.separator + theName);
  /frameworks/ex/common/java/com/android/common/content/
SyncStateContentProviderHelper.java 47 public static final String PATH = "syncstate";
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.h 52 #define PATH "/proc/asound/card1/stream0"
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
MockConditionProvider.java 39 static final String PATH = "mock_cp";
135 .appendPath(PATH)
  /external/opencv3/modules/viz/include/opencv2/viz/
widgets.hpp 598 enum {FRAMES = 1, PATH = 2, BOTH = FRAMES + PATH };
602 @param path List of poses on a trajectory. Takes std::vector\<Affine\<T\>\> with T == [float | double]
603 @param display_mode Display mode. This can be PATH, FRAMES, and BOTH.
605 @param color Color of the polyline that represents path.
608 Displays trajectory of the given path as follows:
609 - PATH : Displays a poly line that represents the path.
611 - PATH & FRAMES : Displays both poly line and coordinate frames.
613 WTrajectory(InputArray path, int display_mode = WTrajectory::PATH, double scale = 1.0, const Color &color = Color::white())
    [all...]
  /frameworks/base/services/core/java/com/android/server/firewall/
StringFilter.java 327 public static final ValueProvider PATH = new ValueProvider("path") {
  /cts/tests/tests/os/src/android/os/cts/
FileObserverTest.java 34 private static final String PATH = "/PATH";
73 new MockFileObserver(PATH);
75 new MockFileObserver(PATH, FileObserver.ACCESS);
200 public String path; field in class:FileObserverTest.FileEvent
202 public FileEvent(final int event, final String path) {
204 this.path = path;
220 public MockFileObserver(String path) {
221 super(path);
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/http/
HttpURI.java 35 * <code>http://user@host:port/path/info;param?query#fragment</code>
41 * <li>{@link #getPath()} - /path/info</li>
58 PATH=7,
276 state=PATH;
282 state=PATH;
326 state = PATH;
333 state = PATH;
373 state = PATH;
422 state=PATH;
427 case PATH
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
UrlComponentEncodingTester.java 36 * '?' may be identity-encoded in a fragment, but must be percent-encoded in a path.
359 PATH {
364 String path = url.encodedPath(); local
365 return path.substring(2, path.length() - 2);

Completed in 1382 milliseconds

1 2 3 4 5 6 7 8 910