HomeSort by relevance Sort by last modified time
    Searched full:verb (Results 251 - 275 of 543) sorted by null

<<11121314151617181920>>

  /external/pcre/dist/doc/
pcrepattern.3     [all...]
pcrecompat.3 100 11. If a pattern contains more than one backtracking control verb, the first
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
__init__.py 292 Request, verb='POST')
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sns/
connection.py 754 def _make_request(self, action, params, path='/', verb='GET'):
756 response = self.make_request(action=action, verb=verb,
    [all...]
  /external/skia/src/gpu/batches/
GrAAConvexPathRenderer.cpp 287 SkPath::Verb verb = iter.next(pts); local
288 switch (verb) {
    [all...]
GrAAHairLinePathRenderer.cpp 256 SkPath::Verb verb = iter.next(pathPts); local
257 switch (verb) {
    [all...]
GrPLSPathRenderer.cpp 152 SkPath::Verb verb = iter.next(pts); local
153 switch (verb) {
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/data/
TimerModel.java 838 final String verb = mContext.getString((minutes > 1 || hours > 1) local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 499 String verb = (detail == DND.DROP_MOVE) ? "Move" : "Drop"; local
512 // When we localize this: $1 is the verb (Move or Drop), $2 is the
515 return String.format("%1$s %2$s in %3$s", verb, object, where);
    [all...]
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java 53 Pattern.compile("(verb|noun|adjective|pronoun|interjection)", Pattern.CASE_INSENSITIVE);
  /external/autotest/client/cros/
vpn_server.py 247 'verb 5\n'
  /external/autotest/client/site_tests/network_VPNConnect/
network_VPNConnect.py 164 'OpenVPN.Verb': '5'
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DataDrivenNumberFormatTestSuite.java 181 showError("Unrecognized verb.");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DataDrivenNumberFormatTestSuite.java 177 showError("Unrecognized verb.");
  /external/libbrillo/brillo/http/
http_transport_fake.h 41 // for specific URL/HTTP-verb combination. When a specific |method| request
  /external/skia/src/utils/
SkDashPath.cpp 259 // segments seems reasonable: at 2 verbs per segment * 9 bytes per verb, this caps the
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/
fmt.a 33 type @"".Scanner interface { Scan(@"".state @"".ScanState, @"".verb rune) (? error) }
432 0runtime.morestack_noctxtP?""".autotmp_0113type.bool"".autotmp_0111type.[]uint8"".autotmp_0110type.[]uint8"".autotmp_0109type.int"".autotmp_0106/type.[]uint8 "".~r1type.error"".c?type.uint8"".b?type.*"".buffer "".~r1?type.error"".c?type.uint8"".b?type.*"".buffer "".num_type.[]uint8"".n@type.int"".prec0type.int"".verb type.uint8"".vtype.float64"".ftype.*"".fmtP??????????4??.???? ???8; G 'Sb ?\
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/
fmt.a 33 type @"".Scanner interface { Scan(@"".state @"".ScanState, @"".verb rune) (? error) }
432 0runtime.morestack_noctxtP?""".autotmp_0113type.bool"".autotmp_0111type.[]uint8"".autotmp_0110type.[]uint8"".autotmp_0109type.int"".autotmp_0106/type.[]uint8 "".~r1type.error"".c?type.uint8"".b?type.*"".buffer "".~r1?type.error"".c?type.uint8"".b?type.*"".buffer "".num_type.[]uint8"".n@type.int"".prec0type.int"".verb type.uint8"".vtype.float64"".ftype.*"".fmtP??????????4??.???? ???8; G 'Sb ?\
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/awslambda/
layer1.py 503 def make_request(self, verb, resource, headers=None, data='',
508 self, verb, resource, headers=headers, data=data, params=params)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cognito/sync/
layer1.py 482 def make_request(self, verb, resource, headers=None, data='',
487 self, verb, resource, headers=headers, data=data, params=params)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/
connection.py 455 return self.get_status('BatchPutAttributes', params, verb='POST')
582 return self.get_status('BatchDeleteAttributes', params, verb='POST')
  /external/javasqlite/src/main/java/SQLite/
Shell.java 11 * <verb>
15 * </verb>
  /packages/apps/Launcher2/res/values/
strings.xml 141 <!-- Verb, menu item used to add an item on the desktop -->
147 <!-- Verb, menu item used to initiate global search -->
  /external/skia/src/core/
SkStroke.cpp 378 SkPath::Verb verb; local
380 while ((verb = copy.next(pts))) {
381 switch (verb) {
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 1323 SkPath::Verb verb; local
    [all...]

Completed in 2449 milliseconds

<<11121314151617181920>>