/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%
|
/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/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,
|
/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"
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
UrlComponentEncodingTester.java | 30 * '?' may be identity-encoded in a fragment, but must be percent-encoded in a path. 283 PATH { 288 String path = url.path(); local 289 return path.substring(2, path.length() - 2);
|
/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...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
MessageMove.java | 25 /** The path for the URI for interacting with message moves. */ 26 public static final String PATH = "messageMove"; 106 CONTENT_URI = EmailContent.CONTENT_URI.buildUpon().appendEncodedPath(PATH).build();
|
MessageStateChange.java | 24 /** The path for the URI for interacting with message moves. */ 25 public static final String PATH = "messageChange"; 99 CONTENT_URI = EmailContent.CONTENT_URI.buildUpon().appendEncodedPath(PATH).build();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mhlib.py | 13 path = mh.getpath() # mailbox pathname 28 path = f.getfullname() # folder's full pathname 29 path = f.getsequencesfilename() # full pathname of folder's sequences file 30 path = f.getmessagefilename(n) # full pathname of message n in folder 72 PATH = '~/Mail' 102 def __init__(self, path = None, profile = None): 105 self.profile = os.path.expanduser(profile) 106 if path is None: path = self.getprofile('Path') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mhlib.py | 13 path = mh.getpath() # mailbox pathname 28 path = f.getfullname() # folder's full pathname 29 path = f.getsequencesfilename() # full pathname of folder's sequences file 30 path = f.getmessagefilename(n) # full pathname of message n in folder 72 PATH = '~/Mail' 102 def __init__(self, path = None, profile = None): 105 self.profile = os.path.expanduser(profile) 106 if path is None: path = self.getprofile('Path') [all...] |
/external/icu/icu4c/source/data/ |
makedata.mak | 28 !MESSAGE ICU data make path is $(ICUMAKE) 52 !MESSAGE ICU root path is $(ICUP) 149 # The current ICU tools need to be in the path first. 151 PATH = $(ICUP)\bin64;$(PATH) 154 PATH = $(ICUP)\bin;$(PATH) [all...] |
/build/core/ |
base_rules.mk | 135 $(error $(LOCAL_PATH): unhandled install path "$(install_path_var) for $(LOCAL_MODULE)") 608 ALL_MODULES.$(my_register_name).PATH := \ 609 $(ALL_MODULES.$(my_register_name).PATH) $(LOCAL_PATH) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
TokenTypes.java | 116 public static final int PATH = START + 71;
|