HomeSort by relevance Sort by last modified time
    Searched refs:Dictionary (Results 151 - 175 of 277) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/animation/
TimingInput.cpp 8 #include "bindings/core/v8/Dictionary.h"
97 Timing TimingInput::convert(const Dictionary& timingInputDictionary)
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFace.h 50 class Dictionary;
  /external/chromium_org/third_party/WebKit/Source/modules/credentialmanager/
CredentialsContainer.cpp 8 #include "bindings/core/v8/Dictionary.h"
113 ScriptPromise CredentialsContainer::request(ScriptState* scriptState, const Dictionary&)
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_find.py 110 P2PFindDict = dbus.Dictionary(
  /packages/inputmethods/LatinIME/tools/dicttool/
Android.mk 50 latin/Dictionary.java \
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.idl 259 [CallWith=ScriptState, RaisesException] Promise promiseCheck(long arg1, boolean arg2, Dictionary arg3, DOMString arg4, DOMString[] arg5);
260 [CallWith=ScriptState] Promise promiseCheckWithoutExceptionState(Dictionary arg1, DOMString arg2, DOMString... variadic);
283 [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLElement plugin, Dictionary options);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 67 Dictionary,
87 " -d{N}: set dictionary - [0, 29], default: 23 (8MB)\n" +
171 Int32 dictionary = 1 << 21;
172 if (parser[(int)Key.Dictionary].ThereIs)
175 if (!GetNumber((string)parser[(int)Key.Dictionary].PostStrings[0], out dicLog))
177 dictionary = (Int32)1 << dicLog;
192 return LzmaBench.LzmaBenchmark(numIterations, (UInt32)dictionary);
243 dictionary = 1 << 23;
285 (Int32)(dictionary),
314 if (trainFileSize > dictionary)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 192 programs = new Dictionary<string, IList<RewriteOperation>>();
194 lastRewriteTokenIndexes = new Dictionary<string, int>();
567 IDictionary<int, RewriteOperation> m = new Dictionary<int, RewriteOperation>();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 216 programs = new Dictionary<string, IList<RewriteOperation>>();
218 lastRewriteTokenIndexes = new Dictionary<string, int>();
672 IDictionary<int, RewriteOperation> m = new Dictionary<int, RewriteOperation>();
LegacyCommonTokenStream.cs 231 channelOverrideMap = new Dictionary<int, int>();
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceEventConstructor.cpp 10 #include "bindings/core/v8/Dictionary.h"
245 Dictionary options(info[1], info.GetIsolate());
284 bool initializeTestInterfaceEventConstructor(TestInterfaceEventConstructorInit& eventInit, const Dictionary& options, ExceptionState& exceptionState, const v8::FunctionCallbackInfo<v8::Value>& info, const String& forEventName)
286 Dictionary::ConversionContext conversionContext(forEventName.isEmpty() ? String("TestInterfaceEventConstructor") : forEventName, "", exceptionState);
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 3 import flash.utils.Dictionary;
15 protected var treeToUniqueIDMap:Dictionary;
200 treeToUniqueIDMap = new Dictionary();
  /external/chromium_org/chrome/browser/ui/webui/options/
language_options_dictionary_download_browsertest.js 6 * TestFixture for testing messages of dictionary download progress in language
22 * Register a mock dictionary handler.
33 // Verify that dictionary download success shows 'This language is used for
40 expectTrue($('language-options-dictionary-downloading-message').hidden);
41 expectTrue($('language-options-dictionary-download-failed-message').hidden);
43 $('language-options-dictionary-download-fail-help-message').hidden);
46 // Verify that dictionary download in progress shows 'Downloading spell check
53 expectFalse($('language-options-dictionary-downloading-message').hidden);
54 expectTrue($('language-options-dictionary-download-failed-message').hidden);
56 $('language-options-dictionary-download-fail-help-message').hidden)
    [all...]
  /external/chromium_org/chrome/test/chromedriver/js/
execute_async_script.js 17 * Dictionary key for asynchronous script info.
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.h 18 class Dictionary;
289 bool initialize{{cpp_class}}({{cpp_class}}Init&, const Dictionary&, ExceptionState&, const v8::FunctionCallbackInfo<v8::Value>& info, const String& = "");
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.cpp 140 void Geolocation::getCurrentPosition(PositionCallback* successCallback, PositionErrorCallback* errorCallback, const Dictionary& options)
151 int Geolocation::watchPosition(PositionCallback* successCallback, PositionErrorCallback* errorCallback, const Dictionary& options)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BaseTreeAdaptor.cs 257 treeToUniqueIDMap = new Dictionary<object, int>();
  /external/chromium_org/base/mac/
foundation_util.h 220 CF_TO_NS_MUTABLE_CAST_DECL(Dictionary);
343 // Utility function to pull out a value from a dictionary, check its type, and
  /external/chromium_org/chrome/browser/resources/whispernet_proxy/js/
wrapper.js 35 * @param {Object} params Dictionary of parameters used to initialize the
103 * @param {Object} params Dictionary of parameters used to initialize the
  /external/chromium_org/chrome/renderer/resources/extensions/
file_system_provider_custom_bindings.js 116 // Convert a Dictionary to a DOMError.
148 // Convert a Dictionary to a DOMError.
  /external/chromium_org/third_party/mesa/src/scons/
custom.py 220 for flag_name, flag_value in env.Dictionary().iteritems():
  /external/lldb/tools/lldb-perf/common/clang/
lldb_perf_clang.cpp 188 Results::Dictionary& results_dict = results.GetDictionary();
  /external/lldb/tools/lldb-perf/common/stepping/
lldb-perf-stepping.cpp 75 Results::Dictionary& results_dict = results.GetDictionary();
  /external/lldb/tools/lldb-perf/lib/
Measurement.h 119 auto dictionary = (Results::Dictionary*)results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetAverage())).get(); local
120 if (dictionary)
122 dictionary->Add("stddev", NULL, lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetStandardDeviation()));
  /external/mesa3d/scons/
custom.py 220 for flag_name, flag_value in env.Dictionary().iteritems():

Completed in 618 milliseconds

1 2 3 4 5 67 8 91011>>