OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dictionary
(Results
451 - 475
of
3288
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/autotest/server/cros/dynamic_suite/
reporting_utils.py
110
template is not a
dictionary
.
114
'
dictionary
.')
141
is not a
dictionary
.
145
'
dictionary
.')
168
template is not a
dictionary
.
280
Get a
dictionary
of metadata related to this failure.
285
a json string of it's contents into a
dictionary
, which we return.
289
@returns: A
dictionary
with the contents of metadata.json.
/external/autotest/server/hosts/
plankton_host.py
55
The `plankton_args` parameter is a
dictionary
specifying optional
61
@param plankton_args: A
dictionary
that contains args for creating
/external/autotest/site_utils/
host_history.py
86
2nd element: An ordered
dictionary
with
93
metadata: A
dictionary
of other metadata, e.g.,
114
@param input: A
dictionary
of input arguments to
124
stat_intervals: A ordered
dictionary
with
131
metadata: A
dictionary
of other metadata, e.g.,
162
@returns: A
dictionary
of host history.
178
The return is a
dictionary
of host history for each host, for example,
199
@returns: A
dictionary
of the host history details.
/external/chromium-trace/catapult/devil/devil/utils/
geometry.py
69
"""Create a rectangle object from a
dictionary
.
72
d: A
dictionary
(or mapping) of the form, e.g., {'top': 0, 'left': 0,
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
gpu_device.py
39
"""Constructs a GPUDevice from a
dictionary
. Requires the
40
following attributes to be present in the
dictionary
:
/external/chromium-trace/catapult/third_party/gsutil/gslib/
parallelism_framework_util.py
23
"""Thread-safe (and optionally process-safe)
dictionary
protected by a lock.
25
If a multiprocessing.Manager is supplied on init, the
dictionary
is
/external/clang/test/SemaObjC/
objc-dictionary-literal.m
11
id dict = @{ key : value }; // expected-error {{definition of class NSDictionary must be available to use Objective-C
dictionary
literals}}
19
id dic = @{ key : value }; // expected-error {{definition of class NSDictionary must be available to use Objective-C
dictionary
literals}}
/external/google-breakpad/src/client/ios/
Breakpad.h
50
// The keys in the
dictionary
returned by |BreakpadGenerateReport|.
107
// BREAKPAD_SERVER_PARAMETER_DICT A plist
dictionary
of static
121
// NSDictionary (you could also pass in another
dictionary
that had
146
// the same
dictionary
internally to
174
// now, the same
dictionary
is used for both Breakpad's parameters AND
179
// TODO (nealsid): separate server parameter
dictionary
from the
180
//
dictionary
used to configure Breakpad, and document limits for each
239
// are returned in the
dictionary
. |server_parameters| is additional server
/external/skia/src/pdf/
SkPDFGraphicState.h
22
be installed. So that a given
dictionary
is only output to the pdf file
33
// Override emitObject so that we can populate the
dictionary
on
/external/zopfli/src/zopfli/
squeeze.h
39
dictionary
.
53
dictionary
.
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryFacilitatorLruCache.java
26
* Cache for
dictionary
facilitators of multiple locales.
56
Log.i(TAG, "Interrupted during waiting for loading main
dictionary
.", e);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
dynamic_pt_reading_utils.cpp
17
#include "
dictionary
/structure/pt_common/dynamic_pt_reading_utils.h"
20
#include "
dictionary
/utils/byte_array_utils.h"
dynamic_pt_updating_helper.h
21
#include "
dictionary
/structure/pt_common/pt_node_params.h"
41
// Add a word to the
dictionary
. If the word already exists, update the probability.
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
terminal_position_lookup_table.cpp
17
#include "
dictionary
/structure/v4/content/terminal_position_lookup_table.h"
19
#include "
dictionary
/utils/buffer_with_extendable_buffer.h"
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_dict_constants.cpp
17
#include "
dictionary
/structure/v4/ver4_dict_constants.h"
24
// Version 4
dictionary
size is implicitly limited to 8MB due to 3-byte offsets.
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
forgetting_curve_utils.h
23
#include "
dictionary
/property/historical_info.h"
24
#include "
dictionary
/utils/entry_counters.h"
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/header/
header_read_write_utils_test.cpp
17
#include "
dictionary
/header/header_read_write_utils.h"
24
#include "
dictionary
/interface/dictionary_header_structure_policy.h"
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtils.java
46
* Class grouping utilities for offline
dictionary
making.
159
throw new UnsupportedFormatException("File too short, not a
dictionary
");
217
* Process a
dictionary
, decrypting/uncompressing it on the fly as necessary.
220
* for
dictionary
format until the processor does not throw an exception.
256
* Get a decoder chain spec with a raw
dictionary
file. This makes a new file on the
267
System.out.println("
Dictionary
: " + file.getAbsolutePath());
273
throw new RuntimeException("Does not seem to be a
dictionary
file " + filename);
290
System.out.println("Format : Binary
dictionary
format");
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
UserDictionaryToolsListEN.java
26
* The user
dictionary
tool class for English IME.
69
/** Comparator class for sorting the list of English user
dictionary
*/
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
UserDictionaryToolsListJAJP.java
26
* The user
dictionary
tool class for Japanese IME.
66
/** Comparator class for sorting the list of Japanese user
dictionary
*/
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java
48
* Performs backup and restore of the User
Dictionary
.
183
Log.e(TAG, "Couldn't compress the
dictionary
:\n" + ioe);
195
byte[]
dictionary
= null;
206
dictionary
= baos.toByteArray();
212
while (pos + 4 <
dictionary
.length) {
213
int length = readInt(
dictionary
, pos);
215
if (pos + length >
dictionary
.length) {
218
String line = new String(
dictionary
, pos, length);
/prebuilts/gdb/darwin-x86/include/python2.7/
classobject.h
15
PyObject *cl_dict; /* A
dictionary
*/
27
PyObject *in_dict; /* A
dictionary
*/
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
PowerPlant.py
22
Keyword argument _attributes: AppleEvent attribute
dictionary
47
Keyword argument _attributes: AppleEvent attribute
dictionary
/prebuilts/gdb/linux-x86/include/python2.7/
classobject.h
15
PyObject *cl_dict; /* A
dictionary
*/
27
PyObject *in_dict; /* A
dictionary
*/
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
classobject.h
15
PyObject *cl_dict; /* A
dictionary
*/
27
PyObject *in_dict; /* A
dictionary
*/
Completed in 811 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>