/external/protobuf/gtest/scons/ |
SConstruct.common | 114 """Instructs Google Test to use its internal implementation of tuple."""
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
executive.py | 358 assert(isinstance(args, list) or isinstance(args, tuple))
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
rebaselineserver.py | 242 return tuple(actual_files)
|
/frameworks/base/core/java/android/net/http/ |
SslCertificate.java | 336 * A distinguished name helper class: a 3-tuple of:
|
/build/tools/releasetools/ |
common.py | 724 tf. Returns the same tuple as GetPatch().""" 762 """Return a tuple (target_file, source_file, patch_data).
|
/external/chromium/net/tools/testserver/ |
chromiumsync.py | 465 A tuple of (version, entries, changes_remaining). Version is a new 734 A tuple (response_code, raw_response); the first value is an HTTP [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
BaseLayoutRule.java | 317 * old-id => tuple (String new-id, String fqcn) where fqcn is the FQCN of 334 * Fills idMap with a map String id => tuple (String id, String fqcn) where [all...] |
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/ |
__init__.py | 223 parts_with_args = [tuple([x.strip().lower() for x in part.split("=", 1)]) for part in parts if -1 != part.find("=")] 618 d = dict([tuple(line.split("=", 1)) for line in lines if line]) [all...] |
/external/iptables/iptables/ |
xtoptions.c | 370 * @tvm: (value/mask) tuple 399 * @tvm: (value/mask) tuple
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
base.py | 699 contains a ('webkit', <webkitRepossitoryPath>) tuple. [all...] |
chromium.py | 403 """Returns a tuple: (line, did_crash)"""
|
/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/chromium/chrome/browser/extensions/ |
extension_service.h | 21 #include "base/tuple.h"
|
/external/chromium/chrome/common/extensions/docs/build/ |
directory.py | 87 urlparts = tuple(method.replace('chrome.', '').rsplit('.', 1))
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/ |
__init__.py | 685 This method returns a 2-tuple containing the starting key for the
|
/external/chromium/chrome/common/extensions/docs/server/ |
chromeextensionsdocs.py | 95 # returns a tuple of the url and the branch
|
/external/clang/include/clang/Serialization/ |
ASTWriter.h | 528 /// \brief Add a version tuple to the given record
|
/external/javassist/src/main/javassist/compiler/ |
TypeChecker.java | 74 * Converts a tuple of exprType, arrayDim, and className [all...] |
/external/llvm/utils/TableGen/ |
AsmMatcherEmitter.cpp | 64 // tuple of classes, any single instruction must match either all or none 65 // of the sets of operands which could classify to that tuple. 70 // 2. The input can now be treated as a tuple of classes (static tokens are 71 // simple singleton sets). Each such tuple should generally map to a single [all...] |
/external/protobuf/python/google/protobuf/internal/ |
decoder.py | 154 """Read a tag from the buffer, and return a (tag_bytes, new_pos) tuple.
|