HomeSort by relevance Sort by last modified time
    Searched refs:An (Results 176 - 200 of 415) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
EnumDescriptor.cs 39 /// Descriptor for an enum type in a .proto file.
89 /// An unmodifiable list of defined value descriptors for this enum.
97 /// Finds an enum value by number. If multiple enum values have the
107 /// Finds an enum value by name.
  /external/protobuf/examples/
add_person.go 22 // An int32 field in the .proto file is represented as an int32 field
116 // Add an address.
  /external/python/cpython2/Lib/json/
__init__.py 5 :mod:`json` exposes an API familiar to users of the standard library
139 cause an error.
143 result in an ``OverflowError`` (or worse).
151 object members will be pretty-printed with that indent level. An indent
157 If ``separators`` is an ``(item_separator, dict_separator)`` tuple
208 result in an ``OverflowError`` (or worse).
216 object members will be pretty-printed with that indent level. An indent
222 If ``separators`` is an ``(item_separator, dict_separator)`` tuple
263 If the contents of ``fp`` is encoded with an ASCII based encoding other
264 than utf-8 (e.g. latin-1), then an appropriate ``encoding`` name mus
    [all...]
  /external/python/cpython3/Lib/json/
__init__.py 5 :mod:`json` exposes an API familiar to users of the standard library
136 result in an ``OverflowError`` (or worse).
144 object members will be pretty-printed with that indent level. An indent
148 If specified, ``separators`` should be an ``(item_separator, key_separator)``
198 result in an ``OverflowError`` (or worse).
206 object members will be pretty-printed with that indent level. An indent
210 If specified, ``separators`` should be an ``(item_separator, key_separator)``
279 ``object_hook`` is an optional function that will be called with the
284 ``object_pairs_hook`` is an optional function that will be called with the
285 result of any object literal decoded with an ordered list of pairs. Th
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 12 This interface provides an OCaml API for LLVM execution engine (JIT/
23 (** An execution engine is either a JIT compiler or an interpreter, capable of
24 directly loading an LLVM module and executing its functions without first
43 level [optlevel]. Raises [Error msg] if an error occurrs. The execution
59 [ee]. Raises [Error msg] if an error occurs. *)
  /external/tensorflow/tensorflow/contrib/training/python/training/
hparam.py 10 # distributed under the License is distributed on an "AS IS" BASIS,
128 ValueError: If the name has an index or the values cannot be parsed.
157 * If `param_type` is an integer type, but `value` is not.
177 # Avoid converting float to an integer (the reverse is fine).
200 If a hyperparameter name in both an index assignment and scalar assignment,
203 The hyperparameter name may contain '.' symbols, which will result in an
378 """Create an instance of `HParams` from keyword arguments.
390 # 'num_hidden_units' an integer parameter, and 'activation' a string
406 model_structure: An instance of ModelStructure, defining the feature
494 """Set the value of an existing hyperparameter
    [all...]
  /external/webrtc/webrtc/tools/rtcbot/rtcBotReportVisualizer/
main.js 5 // tree. An additional intellectual property rights grant can be found
  /bionic/docs/
fdsan.md 43 fdsan attempts to detect and/or prevent file descriptor mismanagement by enforcing file descriptor ownership. Like how most memory allocations can have their ownership handled by types such as `std::unique_ptr`, almost all file descriptors can be associated with a unique owner which is responsible for their closure. fdsan provides functions to associate a file descriptor with an owner; if someone tries to close a file descriptor that they don't own, depending on configuration, either a warning is emitted, or the process aborts.
45 The way this is implemented is by providing functions to set a 64-bit closure tag on a file descriptor. The tag consists of an 8-bit type byte that identifies the type of the owner (`enum android_fdan_owner_type` in [`<android/fdsan.h>`](https://android.googlesource.com/platform/bionic/+/master/libc/include/android/fdsan.h)), and a 56-bit value. The value should ideally be something that uniquely identifies the object (object address for native objects and `System.identityHashCode` for Java objects), but in cases where it's hard to derive an identifier for the "owner" that should close a file descriptor, even using the same value for all file descriptors in the module can be useful, since it'll catch other code that closes your file descriptors.
47 If a file descriptor that's been marked with a tag is closed with an incorrect tag, or without a tag, we know something has gone wrong, and can generate diagnostics or abort.
55 - Upon detecting an error, emit a warning to logcat, generate a tombstone, and then continue execution with fdsan disabled.
59 - Abort upon detecting an error.
63 The likelihood of fdsan catching a file descriptor error is proportional to the percentage of file descriptors in your process that are tagged with an owner.
231 fdsan operates via two main primitives. `android_fdsan_exchange_owner_tag` modifies a file descriptor's close tag, and `android_fdsan_close_with_tag` closes a file descriptor with its tag. In the `<android/fdsan.h>` header, these are marked with `__attribute__((weak))`, so instead of passing down the platform version from JNI, availability of the functions can be queried directly. An example implementation of unique_fd follows:
369 1. [How To Corrupt An SQLite Database File](https://www.sqlite.org/howtocorrupt.html#_continuing_to_use_a_file_descriptor_after_it_has_been_closed)
  /external/antlr/runtime/Ruby/lib/antlr3/
dot.rb 42 An extra utility for generating graphviz DOT file representations of ANTLR
error.rb 56 - functions more as an internal signal, simillar to exception
70 # but rather the information necessary to generate an error. Then
92 # perhaps print an entire line of input not just a single token, for example.
99 recognition process. These errors all typically concern an expectation built in
100 to the recognizer by the rules of a grammar and an input symbol which failed to
318 A recognizer expected to match an input symbol (either a character value or
319 an integer token type value) that falls into a range of possible values, but
388 specifications seperated by <tt>|</tt> characters. An alternative is composed of
424 one occurence of the subrule, the recognizer will raise an EarlyExit
516 There is an inconsistency between the number of appearances of some symbo
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
dumpICUrules.bat 34 # An ICU build must
106 # An ICU name of "" means the ICU name == the ID
  /external/libvpx/config/arm-neon/vpx_dsp/arm/
idct4x4_add_neon.asm.S 10 @ tree. An additional intellectual property rights grant can be found
39 @ the inputs, doing an SIMD column transform (the columns are the
  /external/protobuf/csharp/src/Google.Protobuf/
ByteString.cs 92 /// Returns an empty ByteString.
219 /// Returns an iterator over the bytes in this <see cref="ByteString"/>.
221 /// <returns>An iterator over the bytes in this object.</returns>
228 /// Returns an iterator over the bytes in this <see cref="ByteString"/>.
230 /// <returns>An iterator over the bytes in this object.</returns>
290 /// <returns><c>true</c> if <paramref name="obj"/> refers to an equal <see cref="ByteString"/>; <c>false</c> otherwise.</returns>
315 /// <returns><c>true</c> if <paramref name="other"/> refers to an equal byte string; <c>false</c> otherwise.</returns>
  /external/tensorflow/tensorflow/lite/tools/
visualize.py 11 # distributed under the License is distributed on an "AS IS" BASIS,
16 """This tool creates an html visualization of a TensorFlow Lite graph.
166 """Maps an opcode index to an op name."""
265 """Given a list of object values and keys to print, make an HTML table.
268 items: Items to print an array of dicts.
275 An html table.
  /external/v8/tools/
splaytree.js 95 * key is not found, an exception is thrown.
114 // Splay to make sure that the new root has an empty right child.
194 * @return {Array<*>} An array containing all the values of tree's nodes paired
205 * @return {Array<*>} An array containing all the values of tree's nodes.
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter_armv6.S 6 @ tree. An additional intellectual property rights grant can be found
  /external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
compute-gen.go 724 // with an empty value appearing in NullFields will be sent to the
725 // server as null. It is an error if a field in this list has a
737 // AcceleratorType: An Accelerator Type resource.
747 // Description: [Output Only] An optional textual description of the
789 // with an empty value appearing in NullFields will be sent to the
790 // server as null. It is an error if a field in this list has a
840 // values are omitted from API requests. However, any field with an
842 // null. It is an error if a field in this list has a non-empty value.
891 // values are omitted from API requests. However, any field with an
893 // null. It is an error if a field in this list has a non-empty value
    [all...]
  /build/blueprint/parser/
ast.go 10 // distributed under the License is distributed on an "AS IS" BASIS,
30 // Definition is an Assignment or a Module at the top level of a Blueprints file
37 // An Assignment is a variable assignment at the top level of a Blueprints file, scoped to the
110 // An Expression is a Value in a Property or Assignment. It can be a literal (String or Bool), a
111 // Map, a List, an Operator that combines two expressions of the same type, or a Variable that
120 // Eval returns an expression that is fully evaluated to a simple type (List, Map, String, or
  /external/libchrome/build/android/gyp/util/
build_utils.py 98 it will be parsed accordingly. When empty an empty list will be returned.
321 # growing files, disable compression at an arbitrary cut off point.
516 placeholders. An action that uses file-args *must* know the paths of those
  /external/syzkaller/pkg/compiler/
gen.go 135 // An inner struct is not padded yet.
169 // An inner struct is not padded yet.
  /external/syzkaller/vendor/golang.org/x/net/trace/
events.go 116 // An EventLog provides a log of events associated with a specific object.
122 // Errorf is like Printf, but it marks this event as an error.
228 // A logEntry is a timestamped log entry in an event log.
246 // An eventLog represents an active event log.
  /external/syzkaller/vendor/golang.org/x/text/unicode/bidi/
bracket.go 32 // supports operations that go beyond a "basic" stack. An equivalent
36 // BD14. An opening paired bracket is a character whose
95 // A bracket pair is a pair of characters consisting of an opening
102 // - any bracket character not part of a pair is treated like an ordinary character
117 codesIsolatedRun []Class // directional bidi codes for an isolated run
178 // Bracket pairs within an isolating run sequence are processed as units so
182 // N0. Process bracket pairs in an isolating run sequence sequentially in
185 // and AN are treated as R.
236 case EN, AN, AL, R:
  /external/tensorflow/tensorflow/contrib/slim/python/slim/
learning.py 10 # distributed under the License is distributed on an "AS IS" BASIS,
18 manipulating gradients, creating a `train_op` (an operation that computes the
50 In order to train, TF-Slim's train loop needs a train_op: an `Operation` that
53 such an `Operation`. This function also provides the ability to manipulate
100 # Use an alternative set of update ops:
106 # Use an alternative set of update ops in addition to the default updates:
138 # Create an initial assignment function.
172 # Create an initial assignment function.
205 # Create an initial assignment function.
216 One may want to initialize the weights of a model from values from an arbitrar
    [all...]
  /build/soong/cc/
llndk_library.go 10 // distributed under the License is distributed on an "AS IS" BASIS,
41 // An example file can be seen here: TODO(danalbert): Make an example.
  /external/bcc/src/lua/bcc/vendor/
json.lua 17 A Lua table is considered to be an array if and only if its set of keys is a
27 An empty Lua table, {}, could be considered either a json object or array -
28 it's an ambiguous edge case. We choose to treat this as an object as it is the
42 table value json.null (which is just an empty table) to indicate null values.
78 -- This throws an error if err_if_missing is true and the delim is not found.
118 local s = {} -- We'll build the string as an array of strings to be concatenated.
119 local kind = kind_of(obj) -- This is 'array' if it's an array or type(obj) otherwise.
160 if first == '{' then -- Parse an object.
171 elseif first == '[' then -- Parse an array
    [all...]

Completed in 1831 milliseconds

1 2 3 4 5 6 78 91011>>