HomeSort by relevance Sort by last modified time
    Searched full:specify (Results 226 - 250 of 6490) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/common/extensions/docs/static/
packaging.html 57 specify the path to the extension's folder —
60 you don't specify a private key file
116 specify the path to the extension's folder —
122 specify the location of the
143 to specify the location of the extension's folder.
145 to specify the location of the extension's private key file.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
packaging.html 60 specify the path to the extension's folder—for example,
63 you don't specify a private key file
118 specify the path to the extension's folder—for example,
124 specify the location of the
176 to specify the location of the extension's folder.
178 to specify the location of the extension's private key file.
  /ndk/build/tools/
build-libportable.sh 47 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK root path for the build."
51 register_var_option "--build-dir=<path>" OPTION_BUILD_DIR "Specify temporary build dir."
54 register_var_option "--out-dir=<path>" OUT_DIR "Specify output directory directly."
57 register_var_option "--abis=<list>" ABIS "Specify list of target ABIs."
66 register_var_option "--gcc-version=<ver>" GCC_VERSION "Specify GCC version"
69 register_var_option "--llvm-version=<ver>" LLVM_VERSION "Specify LLVM version"
build-docs.sh 43 register_option "--in-dir=<path>" do_in_dir "Specify input directory" "\$NDK/docs/text"
48 register_var_option "--out-dir=<path>" OUT_DIR "Specify output directory"
51 register_var_option "--markdown=<executable>" MARKDOWN "Specify markdown executable to use"
  /external/chromium_org/chrome/test/pyautolib/
dom_mutation_observer.js 15 * xpath: XPath used to specify the DOM node of interest.
125 * xpath: XPath used to specify the DOM node of interest.
135 * xpath: XPath used to specify the DOM node of interest.
168 * xpath: XPath used to specify the DOM node of interest.
189 * xpath: XPath used to specify the DOM node of interest.
210 * xpath: XPath used to specify the DOM node of interest.
233 * xpath: XPath used to specify the DOM node of interest.
  /hardware/akm/AK8975_FS/akmdfs/
AK8975Driver.c 67 @param[in] address Specify the address of a register in which data is to be
69 @param[in] data Specify data to write or a pointer to a data array containing
70 the data. When specifying more than one byte of data, specify the starting
72 @param[in] numberOfBytesToWrite Specify the number of bytes that make up the
119 @param[in] address Specify the address of a register from which data is to be
121 @param[out] data Specify a pointer to a data array which the read data are
123 @param[in] numberOfBytesToRead Specify the number of bytes that make up the
  /external/chromium_org/third_party/lcov/man/
lcov.1 232 Specify several tracefiles using the \-a switch to combine the coverage data
254 Use this option to specify the base directory of a build\-environment
298 Specify whether to generate checksum data when writing tracefiles.
320 Use \-\-compat to specify that lcov should enable one or more compatibility
322 of mode=value pairs to specify the values for multiple modes.
386 Specify whether to enable libtool compatibility mode.
405 Specify a configuration file to use.
473 option to specify the location where the program was compiled (that's
476 Note that you may specify this option more than once.
484 Specify whether to capture coverage data for external source files
    [all...]
geninfo.1 112 Use this option to specify the base directory of a build\-environment
138 Specify whether to generate checksum data when writing tracefiles.
160 Use \-\-compat to specify that geninfo should enable one or more compatibility
162 of mode=value pairs to specify the values for multiple modes.
226 Specify whether to enable libtool compatibility mode.
245 Specify a configuration file to use.
272 Specify whether to capture coverage data for external source files.
295 Specify the location of the gcov tool.
309 Specify a list of errors after which to continue processing.
311 Use this option to specify a list of one or more classes of errors after whic
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
mediaGalleries.html 5 media locations for the platform and allows the user to specify additional
31 If you do not specify a location permission parameter, your app will
55 "read" permission is a prerequisite for "delete". Specify both "read"
66 for "copyTo". Specify "read", "delete" and "copyTo" to obtain all three
75 The user may have alternate media locations, so even if you specify
  /external/llvm/utils/
check-each-file 63 echo "(LINKER and CHECKER must be in your PATH, or you should specify ./)"
76 echo "ERROR: Must specify name of file w/ list of objects as 1st arg."
87 echo "ERROR: Must specify name of program as 2nd arg."
92 echo "ERROR: Must specify name of link script as 3rd arg."
103 echo "ERROR: Must specify name of $program check script as 3rd arg."
  /frameworks/base/core/java/android/text/style/
TextAppearanceSpan.java 166 * if it does not specify one.
174 * if it does not specify one.
182 * if it does not specify one.
190 * if it does not specify one.
198 * if it does not specify one.
  /frameworks/base/docs/html/training/in-app-billing/
list-iab-products.jd 18 <li><a href="#DefineProducts">Specify In-app Products in Google Play</a></li>
34 <h2 id="DefineProducts">Specify In-app Products in Google Play</h2>
44 <li>Click on the option to add a new product, then complete the form to specify the product information such as the item?s unique product ID (also called its <em>SKU</em>), description, price, and country availability. Note down the product ID since you might need this information to query purchase details in your application later. <p class="note"><strong>Important:</strong> The In-app Billing Version 3 service only supports managed in-app products, so make sure that you specify that the purchase type is 'Managed' when you add new items to your product list in the Developer Console.</p></li>
50 <p class="note"><strong>Note:</strong> When making the query, you will need to specify the product IDs for the products explicitly. You can manually find the product IDs from the Developer Console by opening the <strong>In-app Products</strong> tab for your application. The product IDs are listed under the column labeled <strong>Name/ID</strong>.</p>
  /libcore/luni/src/main/java/java/util/logging/
logging.properties 20 # specify another file instead with java.util.logging.config.file system
31 # Specify default level for global logger, the event whose level is below won't
32 # be logged. You can specify level for every logger, otherwise the level of parent
37 # Specify handler classes list, these classes will be instantiated during the
46 # Specify a class names list, these classes' default constructor will be executed
  /bionic/libdl/
dltest.c 48 "specify a library path to look up symbol",
49 "specify symbol to look up",
117 fprintf(stderr, "You must specify a symbol!\n");
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPdfExporter.java 53 throw new IllegalArgumentException("attributes must specify a media size");
56 throw new IllegalArgumentException("attributes must specify print resolution");
59 throw new IllegalArgumentException("attributes must specify margins");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
updateBugState.xml 27 bugList - optional, specify the list of bugs to update
29 if you specify this, you cannot specify milestone or product
  /external/ppp/pppd/plugins/radius/etc/
radiusclient.conf 3 # specify which authentication comes first respectively which
5 # if you specify "radius,local" then the RADIUS server is asked
33 # optionally you can specify a the port number on which is remote
radiusclient.conf.in 3 # specify which authentication comes first respectively which
5 # if you specify "radius,local" then the RADIUS server is asked
33 # optionally you can specify a the port number on which is remote
  /external/proguard/src/proguard/
MemberSpecification.java 61 * to apply. The name may be null to specify
64 * null to specify any class member or it
67 * descriptor may be null to specify any
  /external/chromium_org/third_party/libjingle/source/talk/base/
sslstreamadapter.h 73 // Specify our SSL identity: key and certificate. Mostly this is
107 // which the server's certificate needs to specify.
119 // Specify the certificate that our peer is expected to use in
123 // channel). (This could also specify the certificate authority that
130 // Specify the digest of the certificate that our peer is expected to use in
134 // channel). Unlike SetPeerCertificate(), this must specify the
  /external/llvm/docs/CommandGuide/
llc.rst 57 Specify the architecture for which to generate assembly, overriding the target
64 Specify a specific chip in the current architecture to generate code for.
74 Specify what kind of output ``llc`` should generated. Options are: ``asm``
144 Specify the register allocator to use.
165 Specify the spiller to use for register allocators that support it. Currently
182 Specify whether to emit assembly code in AT&T syntax (the default) or Intel
  /external/chromium_org/base/i18n/
time_formatting.h 18 // Argument type used to specify the hour clock type.
24 // Argument type used to specify whether or not to include AM/PM sign.
  /external/chromium_org/chrome/common/extensions/api/
script_badge.json 39 "description": "Specify the tab to get the popup from."
68 "description": "Specify the tab to request to act on."
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
url_handlers.html 5 to specify URL patterns the app wants to intercept and handle. An app can
8 Here's an example of how to specify <code>url_handlers</code>:
  /external/chromium_org/third_party/angle/extensions/
EGL_ANGLE_d3d_share_handle_client_buffer.txt 95 - specify EGL_D3D_TEXTURE_2D_SHARE_HANDLE
96 - specify error if dimensions don't match

Completed in 1073 milliseconds

1 2 3 4 5 6 7 8 91011>>