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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_Tables.c 36 {HPF_Fs22050_Gain1_A1, /* Gain setting 1 */
40 {HPF_Fs22050_Gain2_A1, /* Gain setting 2 */
44 {HPF_Fs22050_Gain3_A1, /* Gain setting 3 */
48 {HPF_Fs22050_Gain4_A1, /* Gain setting 4 */
52 {HPF_Fs22050_Gain5_A1, /* Gain setting 5 */
56 {HPF_Fs22050_Gain6_A1, /* Gain setting 6 */
60 {HPF_Fs22050_Gain7_A1, /* Gain setting 7 */
64 {HPF_Fs22050_Gain8_A1, /* Gain setting 8 */
68 {HPF_Fs22050_Gain9_A1, /* Gain setting 9 */
72 {HPF_Fs22050_Gain10_A1, /* Gain setting 10 *
    [all...]
  /external/clearsilver/util/test/
test2.hdf 4 This is a test of the multiline setting code....
  /development/ide/eclipse/
android-formatting.xml 4 <setting id="org.eclipse.jdt.core.formatter.align_type_members_on_columns" value="false"/>
5 <setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression" value="16"/>
6 <setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant" value="16"/>
7 <setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call" value="16"/>
8 <setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation" value="16"/>
9 <setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression" value="16"/>
10 <setting id="org.eclipse.jdt.core.formatter.alignment_for_assignment" value="0"/>
11 <setting id="org.eclipse.jdt.core.formatter.alignment_for_binary_expression" value="16"/>
12 <setting id="org.eclipse.jdt.core.formatter.alignment_for_compact_if" value="16"/>
13 <setting id="org.eclipse.jdt.core.formatter.alignment_for_conditional_expression" value="80"/
    [all...]
  /external/webkit/LayoutTests/storage/domstorage/localstorage/
index-get-and-set-expected.txt 2 Setting FOO using the index setter.
8 Setting FOO again, using setItem.
14 Setting FOO again, using the index setter.
20 Setting FOO again, using property-slot syntax
index-get-and-set.html 30 log("Setting FOO using the index setter.");
38 log("Setting FOO again, using setItem.");
46 log("Setting FOO again, using the index setter.");
54 log("Setting FOO again, using property-slot syntax");
  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/
index-get-and-set-expected.txt 2 Setting FOO using the index setter.
8 Setting FOO again, using setItem.
14 Setting FOO again, using the index setter.
20 Setting FOO again, using property-slot syntax
index-get-and-set.html 30 log("Setting FOO using the index setter.");
38 log("Setting FOO again, using setItem.");
46 log("Setting FOO again, using the index setter.");
54 log("Setting FOO again, using property-slot syntax");
  /external/e2fsprogs/tests/f_filetype/
expect.1 15 Setting filetype for entry '.' in / (2) to 2.
16 Setting filetype for entry '..' in / (2) to 2.
17 Setting filetype for entry 'lost+found' in / (2) to 2.
18 Setting filetype for entry 'file' in / (2) to 1.
19 Setting filetype for entry 'dir' in / (2) to 2.
20 Setting filetype for entry 'fifo' in / (2) to 5.
21 Setting filetype for entry 'block' in / (2) to 4.
22 Setting filetype for entry 'char' in / (2) to 3.
23 Setting filetype for entry 'symlink' in / (2) to 7.
33 Setting filetype for entry '.' in /lost+found (11) to 2
    [all...]
  /external/clearsilver/cs/
test17.cs.gold 3 Test from Chuck Simmons for setting of null value
  /libcore/dom/src/test/java/org/w3c/domts/
LSDocumentBuilderFactory.java 50 * Applies setting to LSParser
52 * @param setting setting
54 * @throws DOMTestIncompatibleException if parser does not support setting
56 public abstract void applySetting(DocumentBuilderSetting setting,
61 * Gets state of setting for parser
64 * @return state of setting
71 * Represents a fixed setting, for example, all Java implementations
82 * @param settingName setting name
90 * Apply setting. Throws exception if requested settin
145 throw new DOMTestIncompatibleException(ex.getTargetException(), setting); local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
SettingsUtil.java 78 * Get a string-valued setting.
81 * @param key The setting to look up
83 * @return The value of the setting, or defaultValue if it couldn't be found
91 * Get an int-valued setting.
94 * @param key The setting to look up
95 * @param defaultValue The default value to use if the setting couldn't be found or parsed
96 * @return The value of the setting, or defaultValue if it couldn't be found or parsed
103 * Get a float-valued setting.
106 * @param key The setting to look up
107 * @param defaultValue The default value to use if the setting couldn't be found or parse
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/interfaces/
ConfigurableProvider.java 4 * Implemented by the BC provider. This allows setting of hidden parameters,
  /frameworks/base/tests/FixVibrateSetting/res/values/
strings.xml 19 <string name="title">Fix vibrate setting</string>
21 <string name="fix">Fix the setting</string>
22 <string name="unfix">Break the setting</string>
23 <string name="test">Test the setting</string>
  /frameworks/base/tools/localize/
localize_test.cpp 98 Settings setting; local
99 xliff->Filter(keep_this_trans_unit, &setting);
132 const Settings& setting = it->second; local
134 printf(" id='%s'\n", setting.id.c_str());
135 printf(" oldVersion='%s'\n", setting.oldVersion.c_str());
136 printf(" currentVersion='%s'\n", setting.currentVersion.c_str());
138 for (vector<string>::const_iterator app=setting.apps.begin();
139 app!=setting.apps.end(); app++) {
144 for (vector<Reject>::const_iterator reject=setting.reject.begin();
145 reject!=setting.reject.end(); reject++)
154 const Settings& setting = it->second; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
capability.h 93 shall match the file owner ID when setting the S_ISUID and S_ISGID
95 supplementary group IDs) shall match the file owner ID when setting
152 /* Allow setting debug option on sockets */
154 /* Allow setting arbitrary process / process group ownership on
157 /* Allow setting TOS (type of service) */
158 /* Allow setting promiscuous mode */
206 /* Allow setting the domainname */
207 /* Allow setting the hostname */
209 /* Allow mount() and umount(), setting up new smb connection */
222 /* Allow setting readahead and flushing buffers on block devices *
    [all...]
  /external/chromium/third_party/icu/source/test/iotest/
trnstst.c 40 log_verbose("setting a transliterator\n");
44 log_err("Error setting transliterator %s\n", u_errorName(err));
57 log_err("Error setting transliterator on NULL file err=%s\n", u_errorName(err));
69 log_err("Error setting transliterator on error status err=%s\n", u_errorName(err));
79 log_verbose("un-setting transliterator (setting to null)\n");
83 log_err("Err setting transliterator %s\n", u_errorName(err));
97 log_err("Should have U_UNSUPPORTED_ERROR setting Read transliterator but got %s - REVISIT AND UPDATE TEST\n", u_errorName(err));
103 log_verbose("Got %s error (expected) setting READ transliterator.\n", u_errorName(err));
142 log_verbose("setting a transliterator\n")
    [all...]
  /external/icu4c/test/iotest/
trnstst.c 40 log_verbose("setting a transliterator\n");
44 log_err("Error setting transliterator %s\n", u_errorName(err));
57 log_err("Error setting transliterator on NULL file err=%s\n", u_errorName(err));
69 log_err("Error setting transliterator on error status err=%s\n", u_errorName(err));
79 log_verbose("un-setting transliterator (setting to null)\n");
83 log_err("Err setting transliterator %s\n", u_errorName(err));
97 log_err("Should have U_UNSUPPORTED_ERROR setting Read transliterator but got %s - REVISIT AND UPDATE TEST\n", u_errorName(err));
103 log_verbose("Got %s error (expected) setting READ transliterator.\n", u_errorName(err));
142 log_verbose("setting a transliterator\n")
    [all...]
  /packages/apps/Browser/src/com/android/browser/
SystemAllowGeolocationOrigins.java 35 * Manages the interaction between the secure system setting for default geolocation
40 // Preference key for the value of the system setting last read by the browser
47 // The observer used to listen to the system setting.
56 * Checks whether the setting has changed and installs an observer to listen for
64 // Read and apply the setting if needed.
86 * Checks to see if the system setting has changed and if so,
121 * Parses the value of the default geolocation permissions setting.
123 * @param setting A space-separated list of origins.
126 private static HashSet<String> parseAllowGeolocationOrigins(String setting) {
128 if (!TextUtils.isEmpty(setting)) {
    [all...]
  /external/kernel-headers/original/linux/
threads.h 12 * set via configure setting. The maximum is equal to the size of the
13 * bitmasks used on that platform, i.e. 32 or 64. Setting this smaller
  /external/clearsilver/man/man3/
cgiwrap_init_std.3 31 setting up the data for the cgiwrap_iterenv() function.
  /external/iproute2/include/linux/hdlc/
ioctl.h 7 #define CLOCK_DEFAULT 0 /* Default setting */
14 #define ENCODING_DEFAULT 0 /* Default setting */
22 #define PARITY_DEFAULT 0 /* Default setting */
31 #define LMI_DEFAULT 0 /* Default setting */
  /external/webkit/WebCore/manual-tests/inspector/
command-line-api.html 6 <p>To test, execute "$()" in the Inspector's Console. Also trying setting $.</p>
  /frameworks/base/tests/CoreTests/
run_junit.sh 1 # runs unit tests over adb shell using dalvikvm. The value added is setting the classpath for you
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
signal.h 12 #define SIG_SETMASK 2 /* for setting the signal mask */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/gnu/
stubs-32.h 4 every time called, usually setting errno to ENOSYS. */

Completed in 302 milliseconds

1 2 3 4 5 6 7 8 91011>>