/frameworks/support/v7/mediarouter/res/values/ |
strings.xml | 25 Cast is the standard android verb for sending content to a remote device. [CHAR LIMIT=50] --> 29 Cast is the standard android verb for sending content to a remote device. [CHAR LIMIT=NONE] --> 33 Cast is the standard android verb for sending content to a remote device. [CHAR LIMIT=NONE] --> 37 Cast is the standard android verb for sending content to a remote device. [CHAR LIMIT=NONE] -->
|
/prebuilts/sdk/current/support/v7/mediarouter/res/values/ |
strings.xml | 25 Cast is the standard android verb for sending content to a remote device. [CHAR LIMIT=50] --> 29 Cast is the standard android verb for sending content to a remote device. [CHAR LIMIT=NONE] --> 33 Cast is the standard android verb for sending content to a remote device. [CHAR LIMIT=NONE] --> 37 Cast is the standard android verb for sending content to a remote device. [CHAR LIMIT=NONE] -->
|
/external/skia/src/core/ |
SkPath.cpp | 267 SkPath::Verb verb; local 273 while ((verb = iter.next(pts)) != kDone_Verb) { 275 switch (verb) { 301 SkDEBUGFAIL("unknown verb"); 304 if (SkPath::kConic_Verb == verb) { 443 uint8_t verb = insertClose ? (uint8_t) kClose_Verb : fPathRef->atVerb(*currVerb); local 444 switch (verb) { 511 SkDEBUGFAIL("unexpected verb"); 863 // don't add a close if it's the first verb or a repea 1484 Verb verb; local 1675 SkPath::Verb verb; local 1852 unsigned verb = *(fVerbs - 1); \/\/ fVerbs is one beyond the current verb local 1943 unsigned verb = *(--fVerbs); local 2127 Verb verb; local 2407 SkPath::Verb verb; local [all...] |
/external/skia/src/utils/ |
SkLuaCanvas.cpp | 18 AutoCallLua(lua_State* L, const char func[], const char verb[]) : INHERITED(L) { 26 this->pushString(verb, "verb"); 43 #define AUTO_LUA(verb) AutoCallLua lua(fL, fFunc.c_str(), verb)
|
/external/tlsdate/src/ |
proxy-bio-plan9.c | 84 verb("V: proxy4: connecting %s:%d", ctx->host, ctx->port); 127 verb("V: proxy4: connected"); 146 verb("V: proxy5: connecting %s:%d", ctx->host, ctx->port); 170 verb("V: proxy5: auth error %02x %02x", buf[0], buf[1]); 218 verb("V: proxy5: connect error %02x %02x", buf[0], buf[1]); 242 verb("V: proxy5: connected");
|
proxy-bio.c | 80 verb ("V: proxy4: connecting %s:%d", ctx->host, ctx->port); 118 verb ("V: proxy4: connected"); 135 verb ("V: proxy5: connecting %s:%d", ctx->host, ctx->port); 156 verb ("V: proxy5: auth error %02x %02x", buf[0], buf[1]); 200 verb ("V: proxy5: connect error %02x %02x", buf[0], buf[1]); 226 verb ("V: proxy5: connected");
|
proxy-polarssl.c | 46 verb("V: proxy4: connecting %s:%d", ctx->host, ctx->port); 88 verb("V: proxy4: connected"); 109 verb("V: proxy5: connecting %s:%d", ctx->host, ctx->port); 135 verb("V: proxy5: auth error %02x %02x", buf[0], buf[1]); 179 verb("V: proxy5: connect error %02x %02x", buf[0], buf[1]); 203 verb("V: proxy5: connected");
|
util.c | 87 verb (const char *fmt, ...) function 127 verb ("V: Parent process has already set PR_SET_NO_NEW_PRIVS"); 130 verb ("V: we are unwilling to set PR_SET_NO_NEW_PRIVS"); 140 verb ("V: seccomp support is enabled"); 147 verb ("V: seccomp support is disabled");
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
connection.py | 189 [('item', Image)], verb='POST') 218 [('item', Image)], verb='POST') 247 [('item', Image)], verb='POST') 360 rs = self.get_object('RegisterImage', params, ResultSet, verb='POST') 394 params, verb='POST') 443 img = self.get_object('CreateImage', params, Image, verb='POST') 475 ImageAttribute, verb='POST') 519 return self.get_status('ModifyImageAttribute', params, verb='POST') 542 return self.get_status('ResetImageAttribute', params, verb='POST') 681 [('item', Reservation)], verb='POST' [all...] |
/external/skia/samplecode/ |
SampleQuadStroker.cpp | 28 SkPath::Verb verb; local 31 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { 32 switch (verb) { 50 SkPath::Verb verb; local 53 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { 54 switch (verb) { 350 SkPath::Verb verb = iter.next(pts) local [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/elasticache/ |
layer1.py | 98 verb='POST', 286 verb='POST', 319 verb='POST', 353 verb='POST', 390 verb='POST', 438 verb='POST', 458 verb='POST', 480 verb='POST', 502 verb='POST', 522 verb='POST' [all...] |
/external/llvm/unittests/ |
Makefile.unittest | 21 -$(Verb) $(FIND) $(filter-out $(PARALLEL_DIRS), $(wildcard *)) -type f \ 59 $(Verb) $(Link) -o $@ $(TOOLLINKOPTS) $(ObjectsO) $(ProjLibsOptions) \
|
/external/tlsdate/src/events/ |
sigchld.c | 51 verb ("[event:%s] tlsdate reaped => " 123 verb ("[event:%s] SIGCHLD fired but no children ready!", __func__);
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/build/android/ |
inv_devnode_parser-shared | |
/external/clang/lib/StaticAnalyzer/Checkers/ |
Makefile | 24 $(Verb) $(ClangTableGen) -gen-clang-sa-checkers -I $(PROJ_SRC_DIR)/$(CLANG_LEVEL)/include -o $(call SYSPATH, $@) $<
|
/external/skia/experimental/FileReaderApp/ |
ReaderView.cpp | 59 //if the reader reaches a done verb, a frame is complete.
|
/external/skia/experimental/SimpleCocoaApp/ |
SimpleApp.mm | 104 uint8_t verb; 108 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { 109 switch (verb) { 134 SkDEBUGFAIL("bad verb");
|
/external/skia/src/pathops/ |
SkOpContour.h | 53 SkOpSegment* addCurve(SkPath::Verb verb, const SkPoint pts[4], SkChunkAlloc* allocator); 197 return fTail->pts()[SkPathOpsVerbToPoints(fTail->verb())]; 385 SkPath::Verb simplifyCubic(SkPoint pts[4]);
|
SkOpSegment.h | 221 void init(SkPoint pts[], SkScalar weight, SkOpContour* parent, SkPath::Verb verb); 384 SkPath::Verb verb() const { function in class:SkOpSegment 420 SkPath::Verb fVerb;
|
/external/parameter-framework/upstream/parameter/ |
SelectionCriterionRule.cpp | 75 // Verb 93 strError = "Verb error: " + strError; 117 // "<Name> <Verb> <Value>"
|
/external/webrtc/webrtc/base/ |
httpclient.cc | 46 bool verb_allows_cache = (t.request.verb == HV_GET) 47 || (t.request.verb == HV_HEAD); 155 if (HV_GET != request.verb) 182 id.append(ToString(request.verb)); 420 request().verb = HV_GET; 430 request().verb = HV_POST; 450 || (HV_HEAD == request().verb) 451 || (HV_GET == request().verb); 598 && (HV_HEAD != request().verb) 686 if ((request().verb == HV_HEAD) || !HttpCodeHasBody(response().scode)) [all...] |
/external/skia/include/core/ |
SkPath.h | 40 * with equal verb counts can be readily interpolated. If the paths contain one 210 /** Return true if the last contour of this path ends with a close verb. 300 verbs are copied as one byte per verb. [all...] |
/external/libbrillo/brillo/http/ |
http_request.h | 31 BRILLO_EXPORT extern const char kPatch[]; // Non-standard HTTP/1.1 verb 35 BRILLO_EXPORT extern const char kCopy[]; // Non-standard HTTP/1.1 verb 36 BRILLO_EXPORT extern const char kMove[]; // Non-standard HTTP/1.1 verb 149 // HTTP/1.1: keep same verb 217 // to send the request to. |method| is the HTTP request verb and 267 // Returns the request verb. 307 // HTTP request verb, such as "GET", "POST", "PUT", ...
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/ |
layer1.py | 207 verb='POST', 244 verb='POST', 310 verb='POST', 624 verb='POST', 681 verb='POST', [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/ |
layer1.py | 174 verb='POST', 204 verb='POST', 268 verb='POST', 318 verb='POST', 709 verb='POST', [all...] |