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

1 2 3 4 5 6 78 91011>>

  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
dhcp_server.py 205 identifier = mapping.identifier
207 host_fake_name = 'host%s' % identifier.replace(':', '')
211 lines.append('\thardware ethernet %s;' % identifier)
  /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/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
InlineBytecodeGenerator.java 65 private final String identifier; field in class:InlineBytecodeGenerator
79 identifier = RandomString.make();
80 advice = new MockMethodAdvice(mocks, identifier);
82 .withBinders(of(MockMethodAdvice.Identifier.class, identifier))
84 MockMethodDispatcher.set(identifier, advice);
171 .bind(MockMethodAdvice.Identifier.class, identifier)
176 .bind(MockMethodAdvice.Identifier.class, identifier)
    [all...]
  /external/vixl/tools/test_generator/
parser.py 41 described in JSON as dictionnaries indexed by their identifier. See
61 def BuildOperand(self, name, identifier):
63 Build a `data_types.Operand` object with the name `name`. `identifier`
66 type_name = self.operand_types[identifier]
67 variants, default = self.operand_variants[identifier]
72 def BuildInput(self, name, identifier):
74 Build a `data_types.Input` object with the name `name`. `identifier`
77 type_name = self.input_types[identifier]
78 values, default = self.input_values[identifier]
110 "identifier": "AllRegistersButPC
    [all...]
  /frameworks/rs/tests/lldb/tests/harness/
util_log.py 33 def initialise(identifier, level=logging.INFO, print_to_stdout=False,
41 identifier: String, a label that will be part of each record. It is
94 .format(identifier)
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/testingpkg/
tests_test.go 38 func ExampleDefaultBuf() {} // OK because refers to top-level identifier.
46 func ExamplePuffer() // ERROR "ExamplePuffer refers to unknown identifier: Puffer"
48 func ExamplePuffer_Append() // ERROR "ExamplePuffer_Append refers to unknown identifier: Puffer"
50 func ExamplePuffer_suffix() // ERROR "ExamplePuffer_suffix refers to unknown identifier: Puffer"
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5244.go 8 // order for top-level blank identifier assignments.
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/testingpkg/
tests_test.go 38 func ExampleDefaultBuf() {} // OK because refers to top-level identifier.
46 func ExamplePuffer() // ERROR "ExamplePuffer refers to unknown identifier: Puffer"
48 func ExamplePuffer_Append() // ERROR "ExamplePuffer_Append refers to unknown identifier: Puffer"
50 func ExamplePuffer_suffix() // ERROR "ExamplePuffer_suffix refers to unknown identifier: Puffer"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5244.go 8 // order for top-level blank identifier assignments.
  /toolchain/binutils/binutils-2.27/include/
gcc-c-interface.h 100 being requested, and IDENTIFIER is the name of the symbol. */
105 const char *identifier);
112 const char *identifier);
  /external/python/cpython3/Include/
Python-ast.h 78 identifier name;
86 identifier name;
94 identifier name;
185 identifier module;
332 identifier attr;
348 identifier id;
401 identifier name;
420 identifier arg;
427 identifier arg;
432 identifier name
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/
shadow.go 90 // by the identifier.
122 f.Badf(expr.Pos(), "invalid AST: short variable declaration of non-identifier")
144 f.Badf(expr.Pos(), "invalid AST: short variable declaration of non-identifier")
205 // checkShadowing checks whether the identifier shadows an identifier in an outer scope.
208 // Can't shadow the blank identifier.
216 // starting from there, we have a shadowed identifier.
221 // Don't complain if it's shadowing a universe-declared identifier; that's fine.
226 // The shadowed identifier must appear before this one to be an instance of shadowing.
231 // Don't complain if the span of validity of the shadowed identifier doesn't includ
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/
shadow.go 90 // by the identifier.
122 f.Badf(expr.Pos(), "invalid AST: short variable declaration of non-identifier")
144 f.Badf(expr.Pos(), "invalid AST: short variable declaration of non-identifier")
205 // checkShadowing checks whether the identifier shadows an identifier in an outer scope.
208 // Can't shadow the blank identifier.
216 // starting from there, we have a shadowed identifier.
221 // Don't complain if it's shadowing a universe-declared identifier; that's fine.
226 // The shadowed identifier must appear before this one to be an instance of shadowing.
231 // Don't complain if the span of validity of the shadowed identifier doesn't includ
    [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...]
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp-parse.y 102 _parser_active_list_push(glcpp_parser_t *parser, const char *identifier,
109 _parser_active_list_contains(glcpp_parser_t *parser, const char *identifier);
178 %token DEFINED ELIF_EXPANDED HASH_TOKEN DEFINE_TOKEN FUNC_IDENTIFIER OBJ_IDENTIFIER ELIF ELSE ENDIF ERROR_TOKEN IF IFDEF IFNDEF LINE PRAGMA UNDEF VERSION_TOKEN GARBAGE IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING LINE_EXPANDED NEWLINE OTHER PLACEHOLDER SPACE PLUS_PLUS MINUS_MINUS
182 %type <str> IDENTIFIER FUNC_IDENTIFIER OBJ_IDENTIFIER INTEGER_STRING OTHER ERROR_TOKEN PRAGMA
279 | HASH_TOKEN UNDEF IDENTIFIER NEWLINE {
348 | HASH_TOKEN IFDEF IDENTIFIER junk NEWLINE {
354 | HASH_TOKEN IFNDEF IDENTIFIER junk NEWLINE {
428 | HASH_TOKEN VERSION_TOKEN version_constant IDENTIFIER NEWLINE {
484 | IDENTIFIER {
657 IDENTIFIER {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python-ast.h 73 identifier name;
80 identifier name;
163 identifier module;
285 identifier attr;
296 identifier id;
359 identifier vararg;
360 identifier kwarg;
365 identifier arg;
370 identifier name;
371 identifier asname;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python-ast.h 73 identifier name;
80 identifier name;
163 identifier module;
285 identifier attr;
296 identifier id;
359 identifier vararg;
360 identifier kwarg;
365 identifier arg;
370 identifier name;
371 identifier asname;
    [all...]
  /external/python/cpython2/Include/
Python-ast.h 73 identifier name;
80 identifier name;
163 identifier module;
285 identifier attr;
296 identifier id;
359 identifier vararg;
360 identifier kwarg;
365 identifier arg;
370 identifier name;
371 identifier asname
    [all...]
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
LetterTileDrawable.java 179 * Returns a deterministic color based on the provided contact identifier string.
181 private int pickColor(final String identifier) {
182 if (TextUtils.isEmpty(identifier) || mContactType == TYPE_VOICEMAIL) {
188 final int color = Math.abs(identifier.hashCode()) % sColors.length;
250 public void setContactDetails(@Nullable String displayName, String identifier) {
252 mColor = pickColor(identifier);
  /packages/apps/Contacts/src/com/android/contacts/lettertiles/
LetterTileDrawable.java 183 * Returns a deterministic color based on the provided contact identifier string.
185 private int pickColor(final String identifier) {
186 if (TextUtils.isEmpty(identifier) || mContactType == TYPE_VOICEMAIL) {
192 final int color = Math.abs(identifier.hashCode()) % sColors.length();
268 final String identifier) {
275 mColor = pickColor(identifier);
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 73 identifier name;
80 identifier name;
163 identifier module;
285 identifier attr;
296 identifier id;
359 identifier vararg;
360 identifier kwarg;
365 identifier arg;
370 identifier name;
371 identifier asname
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 73 identifier name;
80 identifier name;
163 identifier module;
285 identifier attr;
296 identifier id;
359 identifier vararg;
360 identifier kwarg;
365 identifier arg;
370 identifier name;
371 identifier asname
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 73 identifier name;
80 identifier name;
163 identifier module;
285 identifier attr;
296 identifier id;
359 identifier vararg;
360 identifier kwarg;
365 identifier arg;
370 identifier name;
371 identifier asname
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 73 identifier name;
80 identifier name;
163 identifier module;
285 identifier attr;
296 identifier id;
359 identifier vararg;
360 identifier kwarg;
365 identifier arg;
370 identifier name;
371 identifier asname
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java     [all...]

Completed in 1072 milliseconds

1 2 3 4 5 6 78 91011>>