HomeSort by relevance Sort by last modified time
    Searched full:silent (Results 1 - 25 of 762) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
noisy_child.vgtest 2 vgopts: --child-silent-after-fork=yes
  /external/valgrind/main/drd/tests/
bug-235681.c 16 int silent; variable
22 if (!silent)
29 if (!silent)
33 if (!silent)
36 if (!silent)
42 if (!silent)
54 silent = 1;
67 if (!silent)
75 if (!silent)
85 if (!silent)
    [all...]
omp_printf.c 24 int silent = 0; local
35 case 'q': silent = 1; break;
56 if (! silent)
omp_prime.c 40 int silent = 0; local
52 silent = 1;
100 if (! silent)
  /external/emma/core/res/com/vladium/emma/data/
merge_usage.res 28 excludes {'silent', 'quiet', 'debug'},
33 excludes {'silent', 'verbose', 'debug'},
36 'silent':
44 excludes {'verbose', 'quiet', 'silent'},
  /external/chromium_org/chrome/common/extensions/docs/examples/api/ttsEngine/console_tts_engine/
manifest.json 5 "description": "A \"silent\" TTS engine that prints text to a small window rather than synthesizing speech.",
  /external/emma/core/res/com/vladium/emma/instr/
instr_usage.res 48 excludes {'silent', 'quiet', 'debug'},
53 excludes {'silent', 'verbose', 'debug'},
56 'silent':
64 excludes {'verbose', 'quiet', 'silent'},
  /external/emma/core/res/com/vladium/emma/report/
report_usage.res 33 excludes {'silent', 'quiet', 'debug'},
38 excludes {'silent', 'verbose', 'debug'},
41 'silent':
49 excludes {'verbose', 'quiet', 'silent'},
  /external/chromium_org/base/debug/
debugger.cc 14 bool WaitForDebugger(int wait_seconds, bool silent) {
23 if (!silent)
debugger.h 18 // When silent is false, an exception is thrown when a debugger is detected.
19 BASE_EXPORT bool WaitForDebugger(int wait_seconds, bool silent);
  /ndk/sources/host-tools/make-3.81/tests/scripts/targets/
SILENT 3 $description = "The following tests the special target .SILENT. By simply\n"
16 print MAKEFILE ".SILENT : clean\n";
  /external/emma/core/res/com/vladium/emma/
run_usage.res 64 excludes {'silent', 'quiet', 'debug'},
69 excludes {'silent', 'verbose', 'debug'},
72 'silent':
80 excludes {'verbose', 'quiet', 'silent'},
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
messages.properties 4 BuildPreferencePage_Silent=Silent
  /external/bzip2/
bzgrep 42 silent=0
48 *h*) silent=1
62 elif test $# -eq 1 -o $silent -eq 1; then
  /external/chromium_org/v8/test/webkit/
dfg-weak-js-constant-silent-fill.js 25 "Tests that DFG silent spill and fill of WeakJSConstants does not result in nonsense."
31 var x = !d; // Silent spilling and filling happens here.
33 var y = !d; // Silent spilling and filling happens here.
  /external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
background.js 10 * @param {string} mode 'interactive' or 'silent'. The window will be displayed
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
generate_parser.sh 27 patch --silent --forward < 64bit-tokenizer-safety.patch
  /packages/apps/Settings/res/values-sw600dp/
bools.xml 18 <!-- Whether there is a silent mode checkbox -->
  /system/netd/server/
NetdConstants.cpp 52 static int execIptablesCommand(int argc, const char *argv[], bool silent) {
57 !silent);
59 if (!silent) {
70 static int execIptables(IptablesTarget target, bool silent, va_list args) {
90 res |= execIptablesCommand(argsList.size(), argv, silent);
94 res |= execIptablesCommand(argsList.size(), argv, silent);
  /external/chromium_org/chrome/installer/util/
master_preferences_constants.h 41 // Boolean pref that triggers silent import of the default browser bookmarks.
43 // String pref that triggers silent import of bookmarks from the html file at
46 // Boolean pref that triggers silent import of the default browser history.
48 // Boolean pref that triggers silent import of the default browser homepage.
50 // Boolean pref that triggers silent import of the default search engine.
  /developers/build/prebuilts/gradle/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
DeleteService.java 72 // Show the success animation on the watch unless Silent extra is true.
80 // Show the failure animation on the watch unless Silent extra is true.
89 // Show the failure animation on the watch unless Silent extra is true.
  /developers/samples/android/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
DeleteService.java 72 // Show the success animation on the watch unless Silent extra is true.
80 // Show the failure animation on the watch unless Silent extra is true.
89 // Show the failure animation on the watch unless Silent extra is true.
  /development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
DeleteService.java 72 // Show the success animation on the watch unless Silent extra is true.
80 // Show the failure animation on the watch unless Silent extra is true.
89 // Show the failure animation on the watch unless Silent extra is true.
  /external/chromium_org/chrome/browser/extensions/api/identity/
web_auth_flow.h 44 // A WebAuthFlow can be started in Mode::SILENT, which never displays
52 SILENT // No UI should be shown.
57 INTERACTION_REQUIRED, // Non-redirect page load in silent mode.
  /external/chromium_org/tools/relocation_packer/src/
debug.h 10 // LOG_IF(tag, predicate) logs if predicate evaluates to true, else silent.
16 // else silent.
40 // |predicate| controls if the logger prints or is silent.

Completed in 3990 milliseconds

1 2 3 4 5 6 7 8 91011>>