/external/webkit/WebCore/platform/graphics/chromium/ |
FontPlatformDataLinux.h | 50 // is the tuple of (font, size, ...etc). Here we are just wrapping a Skia
|
/external/webkit/WebKitTools/Scripts/webkitpy/style/ |
checker.py | 89 # FIXME: Change the second value of each tuple from a tuple to a list, 92 # to a tuple prior to caching). This will make this 498 A tuple of (filenames, options)
|
checker_unittest.py | 176 self.assertTrue(isinstance(path_rules, tuple),
|
/frameworks/base/core/java/android/database/ |
CursorJoiner.java | 24 * supports the case where the tuple of key column values is unique.
|
/frameworks/base/core/java/android/net/http/ |
SslCertificate.java | 237 * A distinguished name helper class: a 3-tuple of:
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/ |
IViewRule.java | 112 * - list tuple(uri, local name, str: value)
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
gimple.h | 57 /* Error out if a gimple tuple is addressed incorrectly. */ 264 Main identifying code for a tuple. */ 267 /* Nonzero if a warning should not be emitted on this tuple. */ 270 /* Nonzero if this tuple has been visited. Passes are responsible 274 /* Nonzero if this tuple represents a non-temporal move. */ 294 /* The SUBCODE field can be used for tuple-specific flags for tuples 309 /* Number of operands in this tuple. */ 743 /* Define the overall contents of a gimple tuple. It may be any of the [all...] |
/frameworks/base/core/java/android/webkit/ |
WebViewDatabase.java | 825 * Set password. Tuple (PASSWORD_HOST_COL, PASSWORD_USERNAME_COL) is unique. [all...] |
/build/tools/releasetools/ |
amend_generator.py | 210 if isinstance(i, tuple):
|
sign_target_files_apks | 274 OPTIONS.tag_changes = tuple(new)
|
/dalvik/dx/src/com/android/dx/cf/code/ |
LocalVariableList.java | 294 * Gets the variable's LocalItem, a (name, signature) tuple
|
/dalvik/vm/native/ |
dalvik_system_Zygote.c | 183 * contains a tuple of length 3: (resource, rlim_cur, rlim_max). NULL is
|
/external/gtest/include/gtest/ |
gtest-param-test.h | [all...] |
/external/webkit/WebKitTools/simplejson/ |
decoder.py | 260 with a JSON document) and return a 2-tuple of the Python
|
/frameworks/base/core/java/android/net/ |
UrlQuerySanitizer.java | 64 * A simple tuple that holds parameter-value pairs. 69 * Construct a parameter-value tuple.
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/ |
json_results_generator.py | 143 Returns (archived_results, error) tuple where error is None if results
|
/external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/ |
standalone.py | 202 # Note: client_address is a tuple. To match it against %r, we need the
|
/bionic/libc/kernel/tools/ |
cpp.py | 1020 # where 'e' is an expression tuple (e.g. (op,arg)) and 'nextpos' is [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/ |
run_chromium_webkit_tests.py | 475 """Returns the tuple of arguments for tests and for test_shell.""" 544 Return: A tuple (failures, thread_timings, test_timings, [all...] |
/build/tools/dexpreopt/ |
dexpreopt.py | 227 May be a tuple of strings. 843 A tuple containing two dictionaries; the first contains arguments
|
/external/bluetooth/glib/docs/reference/gobject/ |
tut_gsignal.xml | 162 parameters into a Python tuple which is the equivalent structure in Python (you can
|
/external/sonivox/jet_tools/JetCreator/ |
JetUtils.py | 158 """ Converts a string time to a tuple """
|
/external/v8/tools/ |
tickprocessor.py | 44 stack_key = tuple(stack)
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
base.py | 622 Returns a tuple of the following:
|
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteConnection.java | 261 * <li> --rlimit=r,c,m<i>tuple of values for setrlimit() call.
|