HomeSort by relevance Sort by last modified time
    Searched refs:identifier (Results 101 - 125 of 936) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/icu/android_icu4j/src/main/java/android/icu/text/
IdentifierInfo.java 23 * This class analyzes a possible identifier for script and identifier status. Use it by calling setIdentifierProfile
26 * <li>call getScripts for the specific scripts in the identifier. The identifier contains at least one character in
32 * the identifier.
46 private String identifier; field in class:IdentifierInfo
54 * Create an identifier info object. Subsequently, call {@link #setIdentifier(String)}, etc.
73 * Set the identifier profile: the characters that are to be allowed in the identifier.
75 * @param identifierProfile the characters that are to be allowed in the identifier
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
IdentifierInfo.java 22 * This class analyzes a possible identifier for script and identifier status. Use it by calling setIdentifierProfile
25 * <li>call getScripts for the specific scripts in the identifier. The identifier contains at least one character in
31 * the identifier.
44 private String identifier; field in class:IdentifierInfo
52 * Create an identifier info object. Subsequently, call {@link #setIdentifier(String)}, etc.
71 * Set the identifier profile: the characters that are to be allowed in the identifier.
73 * @param identifierProfile the characters that are to be allowed in the identifier
    [all...]
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
aliaspass.py 35 def _GetAliasForIdentifier(identifier, alias_map):
36 """Returns the aliased_symbol name for an identifier.
47 identifier: The identifier.
53 ns = identifier.split('.', 1)[0]
56 return aliased_symbol + identifier[len(ns):]
66 aliased_symbol = _GetAliasForIdentifier(js_type.identifier, alias_map)
123 return (token.type is javascripttokens.JavaScriptTokenType.IDENTIFIER and
233 # If this token is an identifier that matches an alias,
236 token.type is javascripttokens.JavaScriptTokenType.IDENTIFIER)
    [all...]
  /external/google-breakpad/src/processor/
postfix_evaluator_unittest.cc 267 const string identifier = validate_iterator->first; local
271 evaluate_test_set->dictionary->find(identifier);
273 // The identifier must exist in the dictionary.
276 "validate identifier \"%s\", "
279 identifier.c_str(), expected_value);
287 "validate identifier \"%s\", "
290 identifier.c_str(), expected_value, observed_value);
296 bool expected_assigned = identifier[0] == '$';
299 iterator_assigned = assigned.find(identifier);
308 identifier.c_str(), expected_assigned, observed_assigned)
    [all...]
  /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...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.y 99 const char *identifier,
106 _parser_active_list_contains (glcpp_parser_t *parser, const char *identifier);
163 %token COMMA_FINAL DEFINED ELIF_EXPANDED HASH HASH_DEFINE FUNC_IDENTIFIER OBJ_IDENTIFIER HASH_ELIF HASH_ELSE HASH_ENDIF HASH_IF HASH_IFDEF HASH_IFNDEF HASH_LINE HASH_UNDEF HASH_VERSION IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING LINE_EXPANDED NEWLINE OTHER PLACEHOLDER SPACE
166 %type <str> IDENTIFIER FUNC_IDENTIFIER OBJ_IDENTIFIER INTEGER_STRING OTHER
239 | HASH_UNDEF IDENTIFIER NEWLINE {
285 | HASH_IFDEF IDENTIFIER junk NEWLINE {
290 | HASH_IFNDEF IDENTIFIER junk NEWLINE {
376 | IDENTIFIER {
461 IDENTIFIER {
466 | identifier_list ',' IDENTIFIER {
    [all...]
  /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/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/route53/
test_alias_resourcerecordsets.py 52 identifier="boto:TestRoute53AliasResourceRecordSets")
72 identifier="boto:TestRoute53AliasResourceRecordSets")
85 identifier="boto:TestRoute53AliasResourceRecordSets")
100 identifier="boto:TestRoute53AliasResourceRecordSets")
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/mturk/
common.py 23 qn = Question(identifier=str(uuid.uuid4()),
  /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::__anon10059
167 m_arg.identifier = DE_NULL;
173 DE_ASSERT(type != IDENTIFIER);
201 DE_ASSERT(m_type == IDENTIFIER);
202 return m_arg.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/icu/icu4c/source/i18n/
identifier_info.h 29 * This class analyzes a possible identifier for script and identifier status. Use it by calling setIdentifierProfile
32 * <li>call getScripts for the specific scripts in the identifier. The identifier contains at least one character in
38 * the identifier.
48 * Create an identifier info object. Subsequently, call setIdentifier(), etc.
65 * Set the identifier profile: the characters that are to be allowed in the identifier.
67 * @param identifierProfile the characters that are to be allowed in the identifier
74 * Get the identifier profile: the characters that are to be allowed in the identifier
    [all...]
  /external/llvm/test/MC/AsmParser/
at-pseudo-variable-bad.s 9 # CHECK: :[[@LINE-3]]:11: error: expected identifier in '.macro' directive
  /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/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...]
  /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;
  /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
  /external/llvm/test/MC/ARM/
thumb_set-diagnostics.s 9 @ CHECK: error: expected identifier after '.thumb_set'
15 @ CHECK: error: expected identifier after '.thumb_set'
  /external/mesa3d/src/glsl/
ast.h 203 ast_expression(const char *identifier) :
209 primary_expression.identifier = identifier;
225 const char *identifier; member in union:ast_expression::__anon20104
320 ast_declaration(const char *identifier, int is_array, ast_expression *array_size,
324 const char *identifier; member in class:ast_declaration
456 ast_struct_specifier(const char *identifier,
552 this->identifier = NULL;
563 const char *identifier; member in class:ast_parameter_declarator
594 const char *identifier; member in class:ast_function
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
test_imports.py 268 self.assertEqual(node.identifier, 'mod')
273 self.assertEqual(node.identifier, 'pkg')
278 self.assertEqual(node.identifier, 'pkg.mod')
284 self.assertEqual(node.identifier, 'pkg.oldstyle')
285 sub = [ n for n in self.mf.get_edges(node)[0] if n.identifier != '__future__' ][0]
286 self.assertEqual(sub.identifier, 'pkg.mod')
292 self.assertEqual(node.identifier, 'pkg.oldstyle')
293 sub = [ n for n in self.mf.get_edges(node)[0] if n.identifier != '__future__' ][0]
294 self.assertEqual(sub.identifier, 'mod')
299 self.assertEqual(node.identifier, 'pkg.toplevel'
    [all...]
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DocumentLoader.java 70 synchronized Cursor queryChildDocuments(String[] columnNames, Identifier parent)
126 final Identifier identifier = mDatabase.getUnmappedDocumentsParent(mDevice.deviceId); local
127 if (identifier != null) {
128 final LoaderTask existingTask = mTaskList.findTask(identifier);
134 mMtpManager, mDatabase, mDevice.operationsSupported, identifier);
170 void cancelTask(Identifier parentIdentifier) {
214 LoaderTask findTask(Identifier parent) {
248 final Identifier mIdentifier;
256 Identifier identifier)
    [all...]

Completed in 1441 milliseconds

1 2 3 45 6 7 8 91011>>