HomeSort by relevance Sort by last modified time
    Searched full:verb (Results 176 - 200 of 321) sorted by null

1 2 3 4 5 6 78 91011>>

  /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/chromium/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc 176 request->request().verb = talk_base::HV_GET;
  /external/chromium_org/chrome/browser/first_run/
upgrade_util_win.cc 245 // The DelegateExecute verb handler finalizes pending in-use updates for
  /external/chromium_org/chrome/installer/setup/
install_worker.h 145 // removes COM registration for a product's DelegateExecute verb handler.
  /external/chromium_org/chromeos/network/onc/
onc_constants.cc 258 const char kVerb[] = "Verb";
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsOp.cpp 169 && current->verb() != SkPath::kLine_Verb
  /external/dnsmasq/src/
cache.c 1240 char *verb = "is"; local
    [all...]
  /external/skia/src/pathops/
SkPathOpsOp.cpp 169 && current->verb() != SkPath::kLine_Verb
  /external/chromium_org/third_party/skia/src/gpu/
GrAAConvexPathRenderer.cpp 246 SkPath::Verb verb = iter.next(pts); local
247 switch (verb) {
GrAAHairLinePathRenderer.cpp 331 SkPath::Verb verb = iter.next(pathPts); local
332 switch (verb) {
    [all...]
  /external/skia/src/gpu/
GrAAConvexPathRenderer.cpp 246 SkPath::Verb verb = iter.next(pts); local
247 switch (verb) {
GrAAHairLinePathRenderer.cpp 331 SkPath::Verb verb = iter.next(pathPts); local
332 switch (verb) {
    [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/chromium_org/chrome/installer/util/
shell_util.cc 225 // For user-level installs: entries for the app id and DelegateExecute verb
254 const wchar_t* verb; member in struct:__anon9276::RegistryEntry::__anon9277
263 sub_path.append(verbs[i].verb);
265 // <root hkey>\Software\Classes\<app_id>\.exe\shell\<verb>
278 // <root hkey>\Software\Classes\<app_id>\.exe\shell\<verb>\command
304 // depend on the DelegateExecute verb handler being set.
363 // Register the "open" verb for launching Chrome via the "Internet" link.
    [all...]
  /external/chromium_org/chrome_frame/test/
url_request_test.cc 111 // Same as Simple1 except we use the HEAD verb to fetch only the headers
  /external/chromium_org/chrome_frame/
urlmon_url_request.cc 313 // retains the HTTP request verb).
480 std::wstring verb(ASCIIToWide(StringToUpperASCII(method())));
483 ::CoTaskMemAlloc((verb.length() + 1) * sizeof(wchar_t)));
484 lstrcpyW(bind_info->szCustomVerb, verb.c_str());
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc 294 request->request().verb = talk_base::HV_GET;
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.h 90 ** verb to sqlite3async_control() (see below for details). By default
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.cc 132 // the launch scheme (or url) and the activation verb.
356 AtlTrace("Verb is %S\n", name);
  /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/chromium_org/third_party/skia/src/core/
SkPictureRecord.cpp 483 // Walk forward until we get back to either a draw-verb (abort) or we hit
491 // drawing verb, abort
683 // assert that the final offset value points to a save verb
    [all...]
  /external/skia/src/core/
SkPictureRecord.cpp 483 // Walk forward until we get back to either a draw-verb (abort) or we hit
491 // drawing verb, abort
683 // assert that the final offset value points to a save verb
    [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 3059 Int32 verb = s->verbosity; local
    [all...]

Completed in 711 milliseconds

1 2 3 4 5 6 78 91011>>