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

1 2 3 4 5 6 7 8 91011>>

  /external/messageformat/java/com/ibm/icu/text/
SelectFormat.java 34 * verb forms, articles, and adjectives. Special care needs to be
54 * verb forms ("all&#u00E9;", "all&#u00E9e;").
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
iio_utils.h 447 printf("VERB: echo %d > %s\n", val, temp);
467 printf("VERB: cat %s = %d\n", temp, test);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
iio_utils.h 447 printf("VERB: echo %d > %s\n", val, temp);
467 printf("VERB: cat %s = %d\n", temp, test);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.h 547 void disableVoiceCall(char* verb, char* modifier, int mode, int device);
548 void enableVoiceCall(char* verb, char* modifier, int mode, int device);
  /external/dnsmasq/src/
cache.c 1240 char *verb = "is"; local
    [all...]
  /external/skia/src/gpu/
GrPathUtils.cpp 169 SkPath::Verb verb; local
172 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
174 switch (verb) {
  /external/skia/src/gpu/batches/
GrAAConvexTessellator.cpp 303 SkPath::Verb verb;
304 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
305 switch (verb) {
    [all...]
GrDefaultPathRenderer.cpp 457 SkPath::Verb verb = iter.next(pts); local
458 switch (verb) {
  /external/skia/tools/json/
SkJSONCanvas.cpp 87 SkPath::Verb verb; local
88 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
89 switch (verb) {
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
intconv.go 227 return errors.New("Int.Scan: invalid verb")
ratconv.go 32 return errors.New("Rat.Scan: invalid verb")
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
intconv.go 224 return errors.New("Int.Scan: invalid verb")
ratconv.go 29 return errors.New("Rat.Scan: invalid verb")
  /prebuilts/go/darwin-x86/src/math/big/
intconv.go 224 return errors.New("Int.Scan: invalid verb")
ratconv.go 29 return errors.New("Rat.Scan: invalid verb")
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
intconv.go 227 return errors.New("Int.Scan: invalid verb")
ratconv.go 32 return errors.New("Rat.Scan: invalid verb")
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
intconv.go 224 return errors.New("Int.Scan: invalid verb")
ratconv.go 29 return errors.New("Rat.Scan: invalid verb")
  /prebuilts/go/linux-x86/src/math/big/
intconv.go 224 return errors.New("Int.Scan: invalid verb")
ratconv.go 29 return errors.New("Rat.Scan: invalid verb")
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/roboto/
awsqueryrequest.py 293 def send(self, verb='GET', **args):
299 verb=verb)
  /external/skia/src/utils/
SkLua.cpp     [all...]
  /system/connectivity/shill/vpn/
openvpn_driver_unittest.cc     [all...]
  /external/pcre/dist/doc/html/
pcrepattern.html     [all...]

Completed in 1469 milliseconds

1 2 3 4 5 6 7 8 91011>>