/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
|
/dalvik/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...] |
DOMTestIncompatibleException.java | 36 DocumentBuilderSetting setting) { 41 if (setting != null) { 42 msg = setting.toString();
|
/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...] |
/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...] |
/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
|
capability.h | 97 shall match the file owner ID when setting the S_ISUID and S_ISGID 99 supplementary group IDs) shall match the file owner ID when setting 151 /* Allow setting debug option on sockets */ 153 /* Allow setting arbitrary process / process group ownership on 156 /* Allow setting TOS (type of service) */ 157 /* Allow setting promiscuous mode */ 205 /* Allow setting the domainname */ 206 /* Allow setting the hostname */ 208 /* Allow mount() and umount(), setting up new smb connection */ 221 /* Allow setting readahead and flushing buffers on block devices * [all...] |
/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
|
/external/webkit/WebCore/manual-tests/ |
clear-input-file.html | 24 <input type="button" value="clear by setting value to ''" onclick="clearBySettingValue()"></p> 25 <p>Or press this button that should clear the file, but won't, due to <a href="http://bugs.webkit.org/show_bug.cgi?id=13448">bug 13448</a>: <input type="button" value="clear by setting value to null" onclick="clearBySettingValueToNull()"></p> 26 <p>Or press this button to verify we can't set to a non-empty value: <input type="button" value="clear by setting value to 'x'" onclick="clearBySettingValueToX()"></p>
|
/external/webkit/WebKit/cf/WebCoreSupport/ |
WebInspectorClientCF.cpp | 66 return CFStringCreateWithFormat(0, 0, CFSTR("WebKit Web Inspector Setting - %@"), keyCFString.get()); 69 void WebInspectorClient::populateSetting(const String& key, String* setting) 79 *setting = static_cast<String>(static_cast<CFStringRef>(value.get())); 81 *setting = static_cast<bool>(CFBooleanGetValue(static_cast<CFBooleanRef>(value.get()))) ? "true" : "false"; 83 *setting = ""; 86 void WebInspectorClient::storeSetting(const String& key, const String& setting) 89 objectToStore.adoptCF(setting.createCFString());
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
ISettingsPage.java | 28 * Java system setting picked up by {@link URL} for http proxy port.
33 * Java system setting picked up by {@link URL} for http proxy host.
38 * Setting to force using http:// instead of https:// connections.
44 * Setting to display only packages that are new or updates.
50 * Setting to ask for permission before restarting ADB.
56 * Setting to set the density of the monitor.
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixGrabber.java | 29 * Has the side effect of setting the current matrix state to GL_MODELVIEW 39 * setting the current matrix state to GL_MODELVIEW 48 * setting the current matrix state to GL_PROJECTION
|
/external/e2fsprogs/tests/f_salvage_dir/ |
expect.1 | 9 Setting filetype for entry 'c' in /test (12) to 1.
|