Searched refs:Var (Results 51 - 75 of 386) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/cpp/private/
H A Dpdf.h18 class Var;
25 static Var GetLocalizedString(const InstanceHandle& instance,
50 const Var& action);
59 static Var ModalPromptForPassword(const InstanceHandle& instance,
60 Var message);
H A Dx509_certificate_private.cc49 Var X509CertificatePrivate::GetField(
52 return Var();
53 return Var(PassRef(),
H A Dflash.h27 class Var;
50 static Var GetProxyForURL(const InstanceHandle& instance,
59 static Var GetCommandLineArgs(Module* module);
63 static Var GetDeviceID(const InstanceHandle& instance);
64 static Var GetSetting(const InstanceHandle& instance,
68 const pp::Var& value);
H A Dudp_socket_private.h16 class Var;
25 int32_t SetSocketFeature(PP_UDPSocketFeature_Private name, const Var& value);
H A Dhost_resolver_private.cc52 Var HostResolverPrivate::GetCanonicalName() {
54 return Var(Var::Null());
59 return Var(PASS_REF, pp_canonical_name);
/external/chromium_org/ppapi/tests/
H A Dtest_instance_deprecated.cc27 bool InstanceSO::HasMethod(const pp::Var& name, pp::Var* exception) {
35 pp::Var InstanceSO::Call(const pp::Var& method_name,
36 const std::vector<pp::Var>& args,
37 pp::Var* exception) {
44 *exception = pp::Var("Bad argument to SetValue(<string>)");
49 *exception = pp::Var("Bad argument to SetException(<string>)");
54 *exception = pp::Var("Need single arg to call ReturnValue");
58 *exception = pp::Var("Ba
[all...]
H A Dtest_uma.cc26 pp::Var name_var = pp::Var("Test.CountHistogram");
42 pp::Var name_var = pp::Var("Test.TimeHistogram");
58 pp::Var name_var = pp::Var("Test.EnumHistogram");
H A Dtest_flash.cc18 using pp::Var;
41 Var result = Flash::GetProxyForURL(instance_, "http://127.0.0.1/foobar/");
73 Var result = Flash::GetCommandLineArgs(pp::Module::Get());
80 Var is_3denabled = Flash::GetSetting(instance_, PP_FLASHSETTING_3DENABLED);
83 Var is_incognito = Flash::GetSetting(instance_, PP_FLASHSETTING_INCOGNITO);
86 Var is_stage3denabled = Flash::GetSetting(instance_,
92 Var num_cores = Flash::GetSetting(instance_, PP_FLASHSETTING_NUMCORES);
95 Var lso_restrictions = Flash::GetSetting(instance_,
104 Var result = Flash::GetSetting(
119 pp::Var ur
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDbgValueHistoryCalculator.cpp35 void DbgValueHistoryMap::startInstrRange(const MDNode *Var, argument
39 assert(MI.isDebugValue() && MI.getDebugVariable() == Var);
40 auto &Ranges = VarInstrRanges[Var];
50 void DbgValueHistoryMap::endInstrRange(const MDNode *Var, argument
52 auto &Ranges = VarInstrRanges[Var];
61 unsigned DbgValueHistoryMap::getRegisterForVar(const MDNode *Var) const {
62 const auto &I = VarInstrRanges.find(Var);
76 // \brief Claim that @Var is not described by @RegNo anymore.
78 unsigned RegNo, const MDNode *Var) {
82 const auto &VarPos = std::find(VarSet.begin(), VarSet.end(), Var);
77 dropRegDescribedVar(RegDescribedVarsMap &RegVars, unsigned RegNo, const MDNode *Var) argument
91 addRegDescribedVar(RegDescribedVarsMap &RegVars, unsigned RegNo, const MDNode *Var) argument
185 const MDNode *Var = MI.getDebugVariable(); local
[all...]
H A DDbgValueHistoryCalculator.h37 void startInstrRange(const MDNode *Var, const MachineInstr &MI);
38 void endInstrRange(const MDNode *Var, const MachineInstr &MI);
39 // Returns register currently describing @Var. If @Var is currently
41 unsigned getRegisterForVar(const MDNode *Var) const;
H A DDebugLocEntry.h29 Value(const MDNode *Var, int64_t i) argument
30 : Variable(Var), EntryKind(E_Integer) {
33 Value(const MDNode *Var, const ConstantFP *CFP) argument
34 : Variable(Var), EntryKind(E_ConstantFP) {
37 Value(const MDNode *Var, const ConstantInt *CIP) argument
38 : Variable(Var), EntryKind(E_ConstantInt) {
41 Value(const MDNode *Var, MachineLocation Loc) argument
42 : Variable(Var), EntryKind(E_Location), Loc(Loc) {
/external/chromium_org/ppapi/examples/scripting/
H A Dpost_message.cc25 virtual void HandleMessage(const pp::Var& message_data);
32 void MyInstance::HandleMessage(const pp::Var& message_data) {
38 PostMessage(pp::Var(is_palindrome));
/external/chromium_org/ppapi/cpp/
H A Dinstance.h40 class Var;
260 /// string <code>Var</code> containing "Hello world!"
276 /// @param[in] message A <code>Var</code> which has been converted from a
280 virtual void HandleMessage(const Var& message);
471 /// PostMessage(pp::Var("Hello world!"));
494 /// @param[in] message A <code>Var</code> containing the data to be sent to
498 void PostMessage(const Var& message);
557 /// The value may be any type of Var.
558 void LogToConsole(PP_LogLevel level, const Var& value);
569 const Var
[all...]
H A Darray_output.cc31 std::vector<Var>& VarArrayOutputAdapterWithStorage::output() {
36 output_storage_.push_back(Var(PASS_REF, temp_storage_[i]));
H A Dinput_event.h23 class Var;
289 const Var& character_text);
319 const Var& character_text,
320 const Var& code);
331 Var GetCharacterText() const;
337 Var GetCode() const;
418 const Var& text,
427 Var GetText() const;
/external/libunwind/doc/
H A Dunw_flush_cache.tex15 \Type{void} \Func{unw\_flush\_cache}(\Type{unw\_addr\_space\_t} \Var{as}, \Type{unw\_word\_t} \Var{lo}, \Type{unw\_word\_t} \Var{hi});\\
20 relates to address-range \Var{lo} to \Var{hi} (non-inclusive) in the
21 target address-space \Var{as}. In addition, all info cached for
22 address-space \Var{as} that is not tied to a particular code-range is
26 \Var{lo} and \Var{hi} should be understood as a hint:
31 As a special case, if arguments \Var{l
[all...]
H A Dunw_create_addr_space.tex15 \Type{unw\_addr\_space\_t} \Func{unw\_create\_addr\_space}(\Type{unw\_accessors\_t~*}\Var{ap}, \Type{int} \Var{byteorder});\\
21 passed via the \Var{ap} pointer and the specified \Var{byteorder}.
23 \Var{byteorder} can be set to 0 to request the default byte-order of
25 \Var{byteorder} can be set to any constant defined by
35 routines are specified via the \Var{ap} argument, which points to a
42 identifier (\Var{as}) and the last argument is an arbitrary,
43 application-specified void-pointer (\Var{arg}). When invoking a
44 call-back routine, \Prog{libunwind} sets the \Var{a
[all...]
H A Dunw_init_remote.tex15 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_addr\_space\_t~}\Var{as}, \Type{void~*}\Var{arg});\\
20 pointed to by \Var{c} for unwinding in the address space identified by
21 \Var{as}. The \Var{as} argument can either be set to
22 \Var{unw\_local\_addr\_space} (local address space) or to an arbitrary
25 The \Var{arg} void-pointer tells the address space exactly what entity
26 should be unwound. For example, if \Var{unw\_local\_addr\_space} is
27 passed in \Var{a
[all...]
/external/chromium_org/native_client_sdk/src/getting_started/part2/
H A Dhello_tutorial.cc25 virtual void HandleMessage(const pp::Var& var_message) {
34 pp::Var var_reply(kReplyString);
/external/chromium_org/ppapi/cpp/dev/
H A Dfile_chooser_dev.h20 class Var;
50 const Var& accept_types);
H A Ddevice_ref_dev.h28 Var GetName() const;
/external/chromium_org/ppapi/shared_impl/
H A Dvar.h28 // Var -------------------------------------------------------------------------
31 class PPAPI_SHARED_EXPORT Var : public base::RefCounted<Var> { class in namespace:ppapi
60 friend class base::RefCounted<Var>;
63 Var();
64 virtual ~Var();
85 DISALLOW_COPY_AND_ASSIGN(Var);
90 // Represents a string-based Var.
100 class PPAPI_SHARED_EXPORT StringVar : public Var {
114 // Var overrid
[all...]
/external/chromium_org/native_client_sdk/src/getting_started/part1/
H A Dhello_tutorial.cc49 /// @a var_message can contain be any pp:Var type; for example int, string
50 /// Array or Dictinary. Please see the pp:Var documentation for more details.
52 virtual void HandleMessage(const pp::Var& var_message) {
/external/chromium_org/ppapi/examples/video_effects/
H A Dvideo_effects.cc53 virtual void HandleMessage(const pp::Var& message_data);
81 void VEDemoInstance::HandleMessage(const pp::Var& message_data) {
86 PostMessage(pp::Var("Ignored empty message."));
91 PostMessage(pp::Var("Got 'registerStream' with incorrect parameters."));
101 PostMessage(pp::Var("Effect ON."));
104 PostMessage(pp::Var("Effect OFF."));
112 PostMessage(pp::Var("Failed to open destination stream."));
122 PostMessage(pp::Var("Failed to open source stream."));
126 PostMessage(pp::Var("DoneRegistering"));
135 PostMessage(pp::Var("Faile
[all...]
/external/chromium_org/pdf/
H A Dout_of_process_instance.cc140 pp::Var var;
207 pp::Var ModalDialog(const pp::Instance* instance,
271 pp::Var document_url_var = pp::URLUtil_Dev::Get()->GetDocumentURL(this);
343 void OutOfProcessInstance::HandleMessage(const pp::Var& message) {
353 dict.Get(pp::Var(kJSXOffset)).is_int() &&
354 dict.Get(pp::Var(kJSYOffset)).is_int() &&
355 dict.Get(pp::Var(kJSZoom)).is_number()) {
358 double zoom = dict.Get(pp::Var(kJSZoom)).AsDouble();
359 pp::Point scroll_offset(dict.Get(pp::Var(kJSXOffset)).AsInt(),
360 dict.Get(pp::Var(kJSYOffse
[all...]

Completed in 430 milliseconds

1234567891011>>