HomeSort by relevance Sort by last modified time
    Searched defs:Partition (Results 1 - 8 of 8) sorted by null

  /external/openfst/src/include/fst/
partition.h 0 // partition.h
18 // \file Functions and classes to create a partition of states
37 // \class Partition
42 class Partition {
55 Partition() {}
57 Partition(T num_states) {
61 ~Partition() {
66 // Create an empty partition for num_states. At initialization time
105 // partition. Once elements have been added to a class, you need to
199 // partition, create new once and update the queue of active classe
    [all...]
  /external/chromium_org/extensions/renderer/resources/
web_view.js 33 var WEB_VIEW_ATTRIBUTE_PARTITION = 'partition';
36 'The object has already navigated, so its partition cannot be changed.';
37 var ERROR_MSG_INVALID_PARTITION_ATTRIBUTE = 'Invalid partition attribute.';
39 /** @class representing state of storage partition. */
40 function Partition() {
46 Partition.prototype.toAttribute = function() {
53 Partition.prototype.fromAttribute = function(value, hasNavigated) {
106 this.partition = new Partition();
139 // already picked up a partition ID. Thus, we need to reset the initializatio
    [all...]
  /build/tools/releasetools/
common.py 196 class Partition(object):
214 p = Partition()
255 p = Partition()
1027 def __init__(self, partition, tgt, src=None, check_first_block=False):
1030 self.partition = partition
1043 self.path = os.path.join(tmpdir, partition)
1046 _, self.device = GetTypeAndDevice("/" + partition, OPTIONS.info_dict)
1051 script.Print("Patching %s image unconditionally..." % (self.partition,))
1053 script.Print("Patching %s image after verification." % (self.partition,))
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_service.cc     [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 504 milliseconds