/cts/tests/tests/view/src/android/view/inputmethod/cts/ |
InputConnectionWrapperTest.java | 102 Uri.parse("content://com.example/path"), 104 Uri.parse("https://example.com"));
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ImageSwitcherTest.java | 102 Uri uri = Uri.parse(imagefile.getPath()); 114 uri = Uri.parse(imagefile.getPath());
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
ClipboardSample.java | 121 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.android.com/")); 126 mClipboard.setPrimaryClip(ClipData.newRawUri("URI", Uri.parse("http://www.android.com/")));
|
InstallApk.java | 131 intent.setData(Uri.parse( 140 intent.setData(Uri.parse(
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoThumbnailFragment.java | 196 .setData(Uri.parse(PICASA_RSS_URL)); 292 .setData(Uri.parse(urlString));
|
/development/tools/idegen/src/com/android/idegen/ |
MakeFileParser.java | 55 * @param makeFile The make file to parse. 74 public void parse() throws IOException { method in class:MakeFileParser 270 parser.parse();
|
/device/linaro/hikey/l-loader/ |
gen_loader.py | 39 # set in self.parse() 59 # parse partition from the primary ptable 60 def parse(self, fname): member in class:generator 214 self.parse(img_prm_ptable)
|
/device/linaro/hikey/uefi-tools/ |
uefi-build.sh | 7 # Board configuration moved to parse-platforms.py and platforms.config. 28 PLATFORM_NAME="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o longname`" 29 PLATFORM_PREBUILD_CMDS="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o prebuild_cmds`" 30 PLATFORM_BUILDFLAGS="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o buildflags`" 32 PLATFORM_BUILDCMD="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o buildcmd`" 33 PLATFORM_DSC="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o dsc`" 34 PLATFORM_ARCH="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o arch`" 37 TEMP_PACKAGES_PATH="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o packages_path`" 168 PLATFORM_NAME="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o longname`" 204 boardlist="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG shortlist` [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRTreeWizard.h | 60 /** When using %label:TOKENNAME in a tree for parse(), we must 125 - (BOOL)parse:(id<ANTLRTree>)t Pattern:(NSString *)pattern Map:(ANTLRMap *)labels; 126 - (BOOL) parse:(id<ANTLRTree>) t Pattern:(NSString *)pattern;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRTreeWizard.h | 60 /** When using %label:TOKENNAME in a tree for parse(), we must 125 - (BOOL)parse:(id<ANTLRTree>)t Pattern:(NSString *)pattern Map:(ANTLRMap *)labels; 126 - (BOOL) parse:(id<ANTLRTree>) t Pattern:(NSString *)pattern;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRTreeWizard.h | 60 /** When using %label:TOKENNAME in a tree for parse(), we must 125 - (BOOL)parse:(id<ANTLRTree>)t Pattern:(NSString *)pattern Map:(ANTLRMap *)labels; 126 - (BOOL) parse:(id<ANTLRTree>) t Pattern:(NSString *)pattern;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTreeWizard.h | 65 /** When using %label:TOKENNAME in a tree for parse(), we must 125 - (BOOL)parse:(ANTLRCommonTree *)t Pattern:(NSString *)pattern Map:(ANTLRMap *)labels; 126 - (BOOL) parse:(ANTLRCommonTree *) t Pattern:(NSString *)pattern;
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
RFC2109Spec.java | 108 public List<Cookie> parse(final Header header, final CookieOrigin origin) method in class:RFC2109Spec 117 return parse(elems, origin);
|
RFC2965Spec.java | 101 public List<Cookie> parse( method in class:RFC2965Spec 149 handler.parse(cookie, attrib.getValue());
|
/external/autotest/contrib/virt/ |
site_job.py | 48 def parse(self): member in class:site_job_create 50 Parse options. 55 self.command_line_leftover) = super(site_job_create, self).parse()
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
proxy.py | 33 from six.moves.urllib import parse as urlparse 34 from six.moves.urllib.parse import quote
|
/external/chromium-trace/catapult/third_party/flot/ |
jquery.colorhelpers.js | 11 * $.color.parse("#fff").scale('rgb', 0.25).add('a', -0.5).toString() 91 return $.color.parse(c); 94 // parse CSS color string (like "rgb(10, 32, 43)" or "#fff"), 97 $.color.parse = function (str) {
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/ |
test_tokenizer.py | 21 def parse(self, stream, encoding=None, innerHTML=False): member in class:TokenizerTestParser 97 positions of parse errors and non parse errors 114 # Sort the tokens into two groups; non-parse errors and parse errors 182 tokens = parser.parse(test['input'])
|
/external/curl/packages/vms/ |
curl_startup.com | 45 $ zlib_startup = f$parse("gnv$zlib_startup.com;0", myproc,,,)
|
/external/deqp/executor/tools/ |
xeExtractShaderPrograms.cpp | 162 parseResult = m_testResultParser.parse(caseData->getData(), caseData->getDataSize()); 193 parser.parse(&buf[0], numRead);
|
xeExtractValues.cpp | 166 parseResult = m_testResultParser.parse(caseData->getData(), caseData->getDataSize()); 215 parser.parse(&buf[0], numRead);
|
/external/deqp/external/vulkancts/modules/vulkan/ |
vktBuildPrograms.cpp | 285 if (!parser.parse(argc, argv, &cmdLine, std::cerr)) 303 if (!deqpCmdLine.parse((int)deqpArgv.size(), &deqpArgv[0]))
|
/external/e2fsprogs/lib/ss/ |
Makefile.in | 50 execute_cmd.o listen.o parse.o error.o prompt.o \ 55 $(srcdir)/execute_cmd.c $(srcdir)/listen.c $(srcdir)/parse.c \ 207 parse.o: $(srcdir)/parse.c $(top_builddir)/lib/config.h \
|
/external/elfutils/libcpu/ |
Makefile.am | 36 AM_YFLAGS = -p$(<F:parse.y=)
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/ |
GifBitmapWrapperResourceDecoder.java | 82 ImageHeaderParser.ImageType type = parser.parse(bis); 146 public ImageHeaderParser.ImageType parse(InputStream is) throws IOException { method in class:GifBitmapWrapperResourceDecoder.ImageTypeParser
|