HomeSort by relevance Sort by last modified time
    Searched full:production (Results 176 - 200 of 750) sorted by null

1 2 3 4 5 6 78 91011>>

  /hardware/libhardware/include/hardware/
local_time_hal.h 96 * Production HALs should never support this method.
  /libcore/luni/src/main/java/java/util/concurrent/
CompletionService.java 10 * A service that decouples the production of new asynchronous tasks
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
parameter.hpp 113 // argument production based on different source
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
dictionary_structure_with_buffer_policy.h 96 // dedicated method instead of this if you want to use this in the production.
  /system/keymaster/
google_keymaster_test_utils.h 21 * Utilities used to help with testing. Not used in production code.
  /docs/source.android.com/src/devices/
audio_latency_measure.jd 44 If your production device does not have an LED, you can install the
52 If you cannot install an LED on either your production or prototype device,
  /external/chromium_org/chromeos/dbus/
bluetooth_gatt_service_service_provider.cc 26 // The BluetoothGattServiceServiceProvider implementation used in production.
228 // Origin thread (i.e. the UI thread in production).
bluetooth_profile_service_provider.cc 23 // The BluetoothProfileServiceProvider implementation used in production.
216 // Origin thread (i.e. the UI thread in production).
  /external/chromium_org/media/audio/
audio_manager.h 69 // Not threadsafe; in production this should only be called from the
76 // Not threadsafe; in production this should only be called from the
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-plugins/24/
maven-plugins-24.pom 52 <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/plugins</url>
133 <pubScmUrl>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</pubScmUrl>
  /external/apache-xml/src/main/java/org/apache/xml/utils/
XMLChar.java 447 * as defined by production [3] in the XML 1.0 specification.
457 * character as defined by production [5] in the XML 1.0
468 * character as defined by production [4] in the XML 1.0
479 * character as defined by production [4] in Namespaces in XML
490 * character as defined by production [5] in Namespaces in XML
501 * character as defined by production [13] in the XML 1.0
  /external/bison/src/
reduce.c 62 | Another way to do this would be with a set for each production and |
72 /* A production is useful if all of the nonterminals in its appear
101 production with that nonterminal as its LHS for which all the
144 iteration. For each production which has a LHS in the set of
145 reachable symbols, add the production to the set of reachable
147 production to the set of reachable symbols.
  /cts/tools/dasm/src/java_cup/
Main.java 635 System.err.println(production.number() + " production" +
636 plural(production.number()) + " declared, ");
647 System.err.println(" " + emit.not_reduced + " production" +
782 production prod;
804 for (p=production.all(); p.hasMoreElements(); )
806 prod = (production)p.nextElement();
parse_action.java 5 * Full entries will either be SHIFT(state_num), REDUCE(production), or ERROR.
  /external/chromium_org/v8/src/
json-parser.h 93 // A JSON string (production JSONString) is subset of valid JavaScript string
139 // A JSON number (production JSONNumber) is a subset of the valid JavaScript
147 // Parse a single JSON value from input (grammar production JSONValue).
152 // Parse a JSON object literal (grammar production JSONObject).
160 // Parses a JSON array literal (grammar production JSONArray). An array
  /external/chromium_org/native_client_sdk/src/doc/_sphinxext/
devsite_builder.py 56 # We want the non-production-mode HTML to resemble the real one, so this points
245 self.info("----> Devsite builder with production mode = %d" % (
370 # "Production mode" for local testing vs. on-server documentation.
  /frameworks/base/docs/html/google/play/billing/
gp-purchase-status-api.jd 83 staged rollout, or production)</li>
164 rollout, and production</li>
193 updates more frequently than once a day. (Production apps should be updated
  /external/llvm/docs/tutorial/
LangImpl2.rst 187 process. For each production in our grammar, we'll define a function
188 which parses that production. For numeric literals, we have:
206 production and returns the lexer buffer with the next token (which is
207 not part of the grammar production) ready to go. This is a fairly
239 production very simple. Note that parentheses do not cause construction
245 The next simple production is for handling variable references and
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplate.java 272 * real number (positive or negative), matching the production
287 * real number (positive or negative), matching the production
  /external/chromium_org/base/process/
launch.h 53 // If true, the new process inherits handles from the parent. In production
270 // binary. This should not be called in production/released code.
  /external/chromium_org/testing/gtest/
Makefile.am 94 test/production.cc \
95 test/production.h
  /external/clang/www/analyzer/
open_projects.html 153 <li>Implement a production-ready StreamChecker.
158 We need to implement a production version of the checker with richer set of
  /external/clang/www/
index.html 52 <li>A real-world, production quality compiler</li>
93 be a production quality C, Objective-C, C++ and Objective-C++ compiler when
  /external/owasp/sanitizer/src/main/org/owasp/html/
Encoding.java 128 * XML Character production.
129 * @return -1 if all of s is in the XML Character production.
  /development/tools/idegen/src/com/android/idegen/
DirectorySearch.java 218 if (currentDir.getPath().endsWith("out/production")) {

Completed in 2416 milliseconds

1 2 3 4 5 6 78 91011>>