HomeSort by relevance Sort by last modified time
    Searched full:substituted (Results 1 - 25 of 200) sorted by null

1 2 3 4 5 6 7 8

  /system/bluetooth/data/
main.conf 7 # %h - substituted for hostname
8 # %d - substituted for adapter id
9 # %b - substituted for ro.product.brand
10 # %m - substituted for ro.product.model
11 # %n - substituted for ro.product.name
main.le.conf 7 # %h - substituted for hostname
8 # %d - substituted for adapter id
9 # %b - substituted for ro.product.brand
10 # %m - substituted for ro.product.model
11 # %n - substituted for ro.product.name
main.nonsmartphone.conf 7 # %h - substituted for hostname
8 # %d - substituted for adapter id
9 # %b - substituted for ro.product.brand
10 # %m - substituted for ro.product.model
11 # %n - substituted for ro.product.name
main.nonsmartphone.le.conf 7 # %h - substituted for hostname
8 # %d - substituted for adapter id
9 # %b - substituted for ro.product.brand
10 # %m - substituted for ro.product.model
11 # %n - substituted for ro.product.name
  /external/webkit/Source/WebCore/manual-tests/wml/
onevent-refresh.wml 13 <p>When the timer timeout(3s), the page will be refresh. As a consequence, we can see the following variable reference has been substituted</p>
  /cts/tools/signature-tools/src/signature/compare/model/subst/
ParameterizedTypeProjection.java 51 * Returns the raw type with substituted type variables.
53 * @return the raw type with substituted type variables
ExecutableMemberProjection.java 73 // FIXME bounds need to be substituted ?
ClassProjection.java 154 // Definitions of type variables are not substituted
  /external/chromium/chrome/browser/policy/
policy_path_parser_unittest.cc 30 // This is unknown variable and shouldn't be substituted.
36 // Both should have been substituted.
  /external/clang/include/clang/AST/
TemplateName.h 40 /// template names or an already-substituted template template parameter pack.
111 /// \brief A structure for storing an already-substituted template template
130 /// \brief Retrieve the template template parameter pack being substituted.
136 /// parameter was substituted.
199 /// \brief A template template parameter that has been substituted
202 /// \brief A template template parameter pack that has been substituted for
248 /// \brief Retrieve the substituted template template parameter, if
251 /// \returns The storage for the substituted template template parameter,
261 /// \brief Retrieve the substituted template template parameter pack, if
264 /// \returns The storage for the substituted template template parameter pack
    [all...]
  /external/bluetooth/bluez/src/
main.conf 7 # %h - substituted for hostname
8 # %d - substituted for adapter id
  /external/javassist/src/main/javassist/bytecode/
ConstantAttribute.java 64 * @param classnames pairs of replaced and substituted
SourceFileAttribute.java 64 * @param classnames pairs of replaced and substituted
ExceptionsAttribute.java 66 * @param classnames pairs of replaced and substituted
78 * @param classnames pairs of replaced and substituted
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
ImageDescriptor.java 37 // ID_LENGTH substituted by IccFileHandlerBase.GET_RESPONSE_EF_IMG_SIZE_BYTES
  /libcore/luni/src/main/java/java/net/
URLEncoder.java 32 * substituted by '+'.
  /ndk/sources/host-tools/sed-4.2.1/m4/
sys_stat_h.m4 8 dnl Test whether <sys/stat.h> contains lstat and mkdir or must be substituted.
  /external/bluetooth/glib/gobject/
glib-mkenums.1 71 Certain keywords enclosed in @ characters will be substituted in the outputted
107 underscores are substituted by a minus (e.g. the-xvalue).
110 This is substituted either by "enum" or "flags", depending on whether the enum value definitions
  /external/javassist/src/main/javassist/
ClassMap.java 65 * @param newname the substituted class name.
86 * @param newname the substituted class name.
106 * @param newname the substituted class name.
CodeConverter.java 78 * <p>The static method call substituted for the original <code>new</code>
85 * <p>The return type of the substituted static method must be
132 * Therefore, the substituted field must be declared in the same class
140 * @param newClass the class declaring the substituted field.
141 * @param newFieldname the name of the substituted field.
339 * are not modified. Only the method name is changed. The substituted
341 * If the original method is a static method, the substituted method
345 * @param substMethod substituted method
  /external/bluetooth/glib/docs/reference/gobject/
glib-mkenums.1 129 Certain keywords enclosed in @ characters will be substituted in the emitted text\&. For the substitution examples of the keywords below, the following example enum definition is assumed:
172 A nick name for the enum value currently being processed, this is usually generated by stripping common prefix words of all the enum values of the current enum, the words are lowercase and underscores are substituted by a minus (e\&.g\&. the\-xvalue)\&.
177 This is substituted either by "enum" or "flags", depending on whether the enum value definitions contained bit\-shift operators or not (e\&.g\&. flags)\&.
glib-mkenums.xml 138 Certain keywords enclosed in @ characters will be substituted in the
197 current enum, the words are lowercase and underscores are substituted by a
205 This is substituted either by "enum" or "flags", depending on whether the
  /external/chromium/base/i18n/
icu_string_conversions.h 27 // When converting to Unicode, the offending byte sequences are substituted
  /frameworks/base/core/tests/coretests/src/android/content/pm/
VerifierDeviceIdentityTest.java 232 assertEquals("Substituted identity should render to the same string",
243 assertEquals("Substituted identity should render to the same string",
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.y 1273 token_list_t *substituted;
1316 substituted = _token_list_create (arguments);
1337 _token_list_append_list (substituted,
1342 new_token = _token_create_ival (substituted,
1345 _token_list_append (substituted, new_token);
1348 _token_list_append (substituted, node->token);
1355 _token_list_trim_trailing_space (substituted);
1357 node = substituted->head;
1387 if (next_non_space == substituted->tail)
1388 substituted->tail = node
    [all...]

Completed in 649 milliseconds

1 2 3 4 5 6 7 8