HomeSort by relevance Sort by last modified time
    Searched refs:identifier (Results 151 - 175 of 1904) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/google-breakpad/src/tools/windows/converter/
ms_symbol_server_converter.cc 68 const string &identifier) {
71 size_t length = identifier.length();
75 if (SSCANF(identifier.c_str(),
89 if (SSCANF(identifier.c_str(), "%08X%x", &signature_, &age_) != 2) {
225 GUIDOrSignatureIdentifier identifier; local
226 if (!identifier.InitializeFromString(debug_or_code_id)) {
228 "LocateFile: Unparseable identifier for %s %s %s\n",
275 const_cast<void *>(identifier.guid_or_signature_pointer()),
276 identifier.age(), 0,
277 identifier.type() == GUIDOrSignatureIdentifier::TYPE_GUID
    [all...]
  /system/core/demangle/
demangle.cpp 79 // Output anything before the identifier.
84 // Extract the identifier.
89 std::string identifier(name, p);
90 std::string demangled_name = demangle(identifier.c_str());
93 if (compare) Compare(identifier.c_str(), demangled_name);
95 // Output anything after the last identifier.
  /external/google-breakpad/src/testing/gtest/scripts/
pump.py 396 def __init__(self, identifier=None, atomic_code=None):
397 self.identifier = identifier
402 def __init__(self, identifier=None, exp1=None, exp2=None):
403 self.identifier = identifier
409 def __init__(self, identifier=None, sep=None, code=None):
410 self.identifier = identifier
614 def GetValue(self, identifier)
    [all...]
  /external/googletest/googletest/scripts/
pump.py 396 def __init__(self, identifier=None, atomic_code=None):
397 self.identifier = identifier
402 def __init__(self, identifier=None, exp1=None, exp2=None):
403 self.identifier = identifier
409 def __init__(self, identifier=None, sep=None, code=None):
410 self.identifier = identifier
614 def GetValue(self, identifier)
    [all...]
  /external/protobuf/gtest/scripts/
pump.py 387 def __init__(self, identifier=None, atomic_code=None):
388 self.identifier = identifier
393 def __init__(self, identifier=None, exp1=None, exp2=None):
394 self.identifier = identifier
400 def __init__(self, identifier=None, sep=None, code=None):
401 self.identifier = identifier
607 def GetValue(self, identifier)
    [all...]
  /external/v8/testing/gtest/scripts/
pump.py 396 def __init__(self, identifier=None, atomic_code=None):
397 self.identifier = identifier
402 def __init__(self, identifier=None, exp1=None, exp2=None):
403 self.identifier = identifier
409 def __init__(self, identifier=None, sep=None, code=None):
410 self.identifier = identifier
614 def GetValue(self, identifier)
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
pump.py 396 def __init__(self, identifier=None, atomic_code=None):
397 self.identifier = identifier
402 def __init__(self, identifier=None, exp1=None, exp2=None):
403 self.identifier = identifier
409 def __init__(self, identifier=None, sep=None, code=None):
410 self.identifier = identifier
614 def GetValue(self, identifier)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/scripts/
pump.py 396 def __init__(self, identifier=None, atomic_code=None):
397 self.identifier = identifier
402 def __init__(self, identifier=None, exp1=None, exp2=None):
403 self.identifier = identifier
409 def __init__(self, identifier=None, sep=None, code=None):
410 self.identifier = identifier
614 def GetValue(self, identifier)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
asdl.h 4 typedef PyObject * identifier; typedef
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
asdl.h 4 typedef PyObject * identifier; typedef
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedParser.m 114 * Combined.g:7:1: stat : ( identifier )+ ;
121 // Combined.g:7:5: ( ( identifier )+ ) // ruleBlockSingleAlt
122 // Combined.g:7:7: ( identifier )+ // alt
124 // Combined.g:7:7: ( identifier )+ // positiveClosureBlock
136 // Combined.g:7:7: identifier // alt
139 [self identifier];
172 * $ANTLR start identifier
173 * Combined.g:9:1: identifier : ID ;
175 - (void) identifier
197 /* $ANTLR end identifier */
    [all...]
  /external/clang/test/Preprocessor/
_Pragma-in-macro-arg.c 30 expected-error {{expected identifier or '('}} expected-error {{expected ')'}} expected-note {{to match this '('}}
  /external/deqp/framework/randomshaders/
rsgToken.hpp 38 IDENTIFIER,
129 Token (const char* identifier);
156 char* identifier; member in union:rsg::Token::__anon18216
167 m_arg.identifier = DE_NULL;
173 DE_ASSERT(type != IDENTIFIER);
201 DE_ASSERT(m_type == IDENTIFIER);
202 return m_arg.identifier;
  /external/iproute2/tipc/
cmdl.h 32 char *identifier; member in struct:tipc_sup_media
  /external/llvm/test/MC/AsmParser/
at-pseudo-variable-bad.s 9 # CHECK: :[[@LINE-3]]:11: error: expected identifier in '.macro' directive
  /external/python/cpython2/Include/
asdl.h 4 typedef PyObject * identifier; typedef
  /external/python/cpython3/Include/
asdl.h 4 typedef PyObject * identifier; typedef
  /external/wpa_supplicant_8/src/eap_common/
eap_common.c 118 * @identifier: Identifier
129 u8 code, u8 identifier)
143 hdr->identifier = identifier;
178 * eap_get_id - Get EAP Identifier from wpabuf
180 * Returns: The Identifier field from the EAP header
190 return eap->identifier;
  /frameworks/base/core/java/android/hardware/input/
InputManager.java 120 * The <code>android:name</code> attribute specifies an identifier by which
551 public KeyboardLayout[] getKeyboardLayoutsForInputDevice(InputDeviceIdentifier identifier) {
553 return mIm.getKeyboardLayoutsForInputDevice(identifier);
584 * @param identifier Identifier for the input device
589 public String getCurrentKeyboardLayoutForInputDevice(InputDeviceIdentifier identifier) {
591 return mIm.getCurrentKeyboardLayoutForInputDevice(identifier);
605 * @param identifier The identifier for the input device.
610 public void setCurrentKeyboardLayoutForInputDevice(InputDeviceIdentifier identifier,
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/glidephotomanager/impl/
GlidePhotoManagerImpl.java 104 String identifier; local
108 identifier =
112 identifier = photoInfo.lookupUri();
116 identifier,
  /prebuilts/gdb/darwin-x86/include/python2.7/
asdl.h 4 typedef PyObject * identifier; typedef
  /prebuilts/gdb/linux-x86/include/python2.7/
asdl.h 4 typedef PyObject * identifier; typedef
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
asdl.h 4 typedef PyObject * identifier; typedef
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
asdl.h 4 typedef PyObject * identifier; typedef
  /system/tools/hidl/docs/src/parser/elements/
AnnotationParser.kt 39 if (peekToken(iter)?.identifier == TokenGrammar.AT) iter.next()
55 this.name = token.identifier

Completed in 924 milliseconds

1 2 3 4 5 67 8 91011>>