HomeSort by relevance Sort by last modified time
    Searched full:identifier (Results 1076 - 1100 of 5406) sorted by null

<<41424344454647484950>>

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
compute_dependencies.py 104 # identifier-A implements identifier-B;
109 # identifier-A must be the current interface
111 raise IdlBadFilenameError("Identifier on the left of the 'implements' statement should be %s in %s.idl, but found %s" % (interface_name, interface_name, match.group(1)))
256 # Parse 'identifier-A implements identifier-B;' statements
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
arch.h 292 /** Check an generic identifier to see if it matches architecture specific
298 * \param id identifier as in the input file
305 * \return Identifier type (#YASM_ARCH_NOTINSNPREFIX if unrecognized)
311 /** Check an generic identifier to see if it matches architecture specific
317 * \param id identifier as in the input file
321 * \return Identifier type (#YASM_ARCH_NOTREGTMOD if unrecognized)
  /external/clang/lib/Lex/
ModuleMap.cpp 116 /// \brief "Sanitize" a filename so that it can be used as an identifier.
123 // If we don't already have something with the form of an identifier,
721 Identifier,
875 .Default(MMToken::Identifier);
    [all...]
  /external/guava/guava/src/com/google/common/eventbus/
EventBus.java 125 * this class, followed by the identifier provided at construction.
193 * Creates a new EventBus with the given {@code identifier}.
195 * @param identifier a brief name for this bus, for logging purposes. Should
196 * be a valid Java identifier.
198 public EventBus(String identifier) {
199 logger = Logger.getLogger(EventBus.class.getName() + "." + identifier);
  /frameworks/base/core/java/android/hardware/camera2/
CameraManager.java 94 * identifier.
97 * identifiers, while removable cameras have a unique identifier for each
199 * @param cameraId The unique identifier of the camera device to open
275 * The unique identifier of the camera device to open
333 * @param cameraId The unique identifier of the new camera.
348 * @param cameraId The unique identifier of the disconnected camera.
  /libcore/luni/src/main/java/org/xml/sax/helpers/
DefaultHandler.java 72 * identifier provided in the XML document. This method implements
79 * @param systemId The system identifier provided in the XML
111 * @param publicId The notation public identifier, or null if not
113 * @param systemId The notation system identifier.
133 * @param publicId The entity public identifier, or null if not
135 * @param systemId The entity system identifier.
  /external/chromium/chrome/browser/ui/cocoa/
table_model_array_controller.mm 196 for (NSString* identifier in columns_.get()) {
197 int column_id = [[columns_ objectForKey:identifier] intValue];
199 [dict setObject:base::SysUTF16ToNSString(text) forKey:identifier];
  /external/chromium_org/base/test/
test_file_util_win.cc 220 // the Zone Identifier implementation.
240 // one that (was supposed to have) set the zone identifier.
242 base::FilePath zone_path(full_path.value() + L":Zone.Identifier");
  /external/chromium_org/chrome/common/extensions/api/
content_settings.json 19 "description": "The resource identifier for the given content type."
80 "description": "A more specific identifier of the type of content for which the settings should be retrieved."
128 "description": "The resource identifier for the content type."
  /external/chromium_org/content/renderer/
render_frame_impl.h 122 unsigned identifier,
127 unsigned identifier,
130 unsigned identifier);
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3err.c 175 {ERR_REASON(X509V3_R_INVALID_OBJECT_IDENTIFIER),"invalid object identifier"},
177 {ERR_REASON(X509V3_R_INVALID_POLICY_IDENTIFIER),"invalid policy identifier"},
189 {ERR_REASON(X509V3_R_NO_POLICY_IDENTIFIER),"no policy identifier"},
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLSL.h 152 * float. The result is always a vecN. The inputs may be expressions, not just identifier names.
170 * float. The result is always a vecN. The inputs may be expressions, not just identifier names.
188 * float. The result is always a vecN. The inputs may be expressions, not just identifier names.
  /external/chromium_org/tools/json_schema_compiler/test/
content_settings.json 16 "description": "The resource identifier for the given content type."
76 "description": "A more specific identifier of the type of content for which the settings should be retrieved."
124 "description": "The resource identifier for the content type."
  /external/chromium_org/tools/metrics/histograms/
find_unmapped_histograms.py 31 k[A-Z] # Match a constant identifier: 'k' followed by an uppercase letter
32 \w* # Match the rest of the constant identifier
33 $ # Make sure there's only the identifier, nothing else
  /external/clang/include/clang/Lex/
TokenLexer.h 79 /// Lexical information about the expansion point of the macro: the identifier
100 /// identifier for an object-like macro.
110 /// ')' for a function-like macro or the identifier for an object-like macro.
  /external/jdiff/src/jdiff/
CommentsHandler.java 66 System.out.println("Error: no identifier found in the comments XML file.");
75 System.out.println("Warning: API identifier in the comments XML file (" + filename2 + ") differs from the name of the file.");
79 } else if (localName.compareTo("identifier") == 0) {
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
Replaces.java 46 /** Constructor given the call Identifier.
47 *@param callId string call identifier (should be localid@host)
48 *@throws IllegalArgumentException if call identifier is bad.
  /external/openssl/crypto/x509v3/
v3err.c 175 {ERR_REASON(X509V3_R_INVALID_OBJECT_IDENTIFIER),"invalid object identifier"},
177 {ERR_REASON(X509V3_R_INVALID_POLICY_IDENTIFIER),"invalid policy identifier"},
189 {ERR_REASON(X509V3_R_NO_POLICY_IDENTIFIER),"no policy identifier"},
  /external/protobuf/src/google/protobuf/compiler/java/
java_message.cc 92 // Get an identifier that uniquely identifies this type within the file.
166 vars["identifier"] = UniqueFileScopeIdentifier(descriptor_);
184 " internal_$identifier$_descriptor;\n");
190 " internal_$identifier$_fieldAccessorTable;\n");
205 vars["identifier"] = UniqueFileScopeIdentifier(descriptor_);
216 "internal_$identifier$_descriptor =\n"
220 "internal_$identifier$_descriptor =\n"
226 "internal_$identifier$_fieldAccessorTable = new\n"
228 " internal_$identifier$_descriptor,\n"
317 " return $fileclass$.internal_$identifier$_descriptor;\n
    [all...]
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc 820 ExpectFailure("optional_bool: true\n-5\n", "Expected identifier.",
823 ExpectFailure("optional_bool: true;\n", "Expected identifier.", 1, 20);
824 ExpectFailure("\"some string\"", "Expected identifier.", 1, 1);
892 ExpectFailure("optional_bool: \"hello\"\n", "Expected identifier.", 1, 16);
893 ExpectFailure("optional_bool: 5\n", "Expected identifier.", 1, 16);
894 ExpectFailure("optional_bool: -7.5\n", "Expected identifier.", 1, 16);
895 ExpectFailure("optional_bool: !\n", "Expected identifier.", 1, 16);
    [all...]
  /external/skia/src/gpu/gl/
GrGLSL.h 152 * float. The result is always a vecN. The inputs may be expressions, not just identifier names.
170 * float. The result is always a vecN. The inputs may be expressions, not just identifier names.
188 * float. The result is always a vecN. The inputs may be expressions, not just identifier names.
  /frameworks/base/core/java/android/app/
NotificationManager.java 102 * @param id An identifier for this notification unique within your
117 * @param tag A string identifier for this notification. May be {@code null}.
118 * @param id An identifier for this notification. The pair (tag, id) must be unique
WallpaperInfo.java 61 * Resource identifier for this wallpaper's thumbnail image.
66 * Resource identifier for a string indicating the author of the wallpaper.
71 * Resource identifier for a string containing a short description of the wallpaper.
  /hardware/qcom/audio/legacy/libalsa-intf/
msm8960_use_cases.h 125 /* identifier node structure for identifier list*/
299 int snd_use_case_set_case(snd_use_case_mgr_t *uc_mgr, const char *identifier,
  /libcore/luni/src/main/java/javax/xml/transform/sax/
SAXSource.java 130 * Set the system identifier for this Source. If an input source
134 * <p>The system identifier is optional if there is a byte stream
141 * @param systemId The system identifier as a URI string.

Completed in 2237 milliseconds

<<41424344454647484950>>