HomeSort by relevance Sort by last modified time
    Searched full:variant (Results 276 - 300 of 2713) sorted by null

<<11121314151617181920>>

  /external/chromium_org/content/renderer/pepper/
npapi_glue.cc 126 const NPVariant* variant) {
127 switch (variant->type) {
133 return PP_MakeBool(PP_FromBool(NPVARIANT_TO_BOOLEAN(*variant)));
135 return PP_MakeInt32(NPVARIANT_TO_INT32(*variant));
137 return PP_MakeDouble(NPVARIANT_TO_DOUBLE(*variant));
140 NPVARIANT_TO_STRING(*variant).UTF8Characters,
141 NPVARIANT_TO_STRING(*variant).UTF8Length);
143 return NPObjectToPPVar(instance, NPVARIANT_TO_OBJECT(*variant));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vs_variant.c 66 static void vsvg_set_buffer( struct draw_vs_variant *variant,
72 struct draw_vs_variant_generic *vsvg = (struct draw_vs_variant_generic *)variant;
129 static void PIPE_CDECL vsvg_run_elts( struct draw_vs_variant *variant,
134 struct draw_vs_variant_generic *vsvg = (struct draw_vs_variant_generic *)variant;
196 static void PIPE_CDECL vsvg_run_linear( struct draw_vs_variant *variant,
201 struct draw_vs_variant_generic *vsvg = (struct draw_vs_variant_generic *)variant;
262 static void vsvg_destroy( struct draw_vs_variant *variant )
264 FREE(variant);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup.h 95 const struct lp_setup_variant *variant );
99 struct lp_fragment_shader_variant *variant );
lp_state_fs.h 131 lp_debug_fs_variant(const struct lp_fragment_shader_variant *variant);
135 struct lp_fragment_shader_variant *variant);
  /external/clang/test/Analysis/
unions.cpp 22 // 3. We asked for the value of the first variant but got back a conjured
23 // symbol for the second variant.
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 54 * variant. Finally struct flock64 is the LFS variant of struct flock. As
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_variant.c 66 static void vsvg_set_buffer( struct draw_vs_variant *variant,
72 struct draw_vs_variant_generic *vsvg = (struct draw_vs_variant_generic *)variant;
129 static void PIPE_CDECL vsvg_run_elts( struct draw_vs_variant *variant,
134 struct draw_vs_variant_generic *vsvg = (struct draw_vs_variant_generic *)variant;
196 static void PIPE_CDECL vsvg_run_linear( struct draw_vs_variant *variant,
201 struct draw_vs_variant_generic *vsvg = (struct draw_vs_variant_generic *)variant;
262 static void vsvg_destroy( struct draw_vs_variant *variant )
264 FREE(variant);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.h 95 const struct lp_setup_variant *variant );
99 struct lp_fragment_shader_variant *variant );
lp_state_fs.h 131 lp_debug_fs_variant(const struct lp_fragment_shader_variant *variant);
135 struct lp_fragment_shader_variant *variant);
  /hardware/ti/omap4-aah/security/tee_client_api/
schannel6_logins.h 45 #define SCX_LOGIN_VARIANT(mainType, os, variant) \
46 ((mainType) | (1 << 27) | ((os) << 16) | ((variant) << 8))
  /hardware/ti/omap4xxx/security/tee_client_api/
schannel6_logins.h 45 #define SCX_LOGIN_VARIANT(mainType, os, variant) \
46 ((mainType) | (1 << 27) | ((os) << 16) | ((variant) << 8))
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_weighting.cpp 51 // Node code point is a variant of original code point.
54 // Node code point is a variant of original code point and the cases are also
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtmhst.h 117 typedef HRESULT WINAPI SHOWHTMLDIALOGFN (HWND hwndParent,IMoniker *pmk,VARIANT *pvarArgIn,WCHAR *pchOptions,VARIANT *pvArgOut);
118 typedef HRESULT WINAPI SHOWHTMLDIALOGEXFN (HWND hwndParent,IMoniker *pmk,DWORD dwDialogFlags,VARIANT *pvarArgIn,WCHAR *pchOptions,VARIANT *pvArgOut);
119 typedef HRESULT WINAPI SHOWMODELESSHTMLDIALOGFN (HWND hwndParent,IMoniker *pmk,VARIANT *pvarArgIn,VARIANT *pvarOptions,IHTMLWindow2 **ppWindow);
121 STDAPI ShowHTMLDialog(HWND hwndParent,IMoniker *pMk,VARIANT *pvarArgIn,WCHAR *pchOptions,VARIANT *pvarArgOut);
122 STDAPI ShowHTMLDialogEx(HWND hwndParent,IMoniker *pMk,DWORD dwDialogFlags,VARIANT *pvarArgIn,WCHAR *pchOptions,VARIANT *pvarArgOut)
    [all...]
tapi3cc.h 177 virtual HRESULT WINAPI get_AgentSessions(VARIANT *pVariant) = 0;
188 HRESULT (WINAPI *Invoke)(ITAgent *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
205 HRESULT (WINAPI *get_AgentSessions)(ITAgent *This,VARIANT *pVariant);
270 HRESULT WINAPI ITAgent_get_AgentSessions_Proxy(ITAgent *This,VARIANT *pVariant);
307 HRESULT (WINAPI *Invoke)(ITAgentSession *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
401 virtual HRESULT WINAPI get_Queues(VARIANT *pVariant) = 0;
412 HRESULT (WINAPI *Invoke)(ITACDGroup *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
415 HRESULT (WINAPI *get_Queues)(ITACDGroup *This,VARIANT *pVariant);
438 HRESULT WINAPI ITACDGroup_get_Queues_Proxy(ITACDGroup *This,VARIANT *pVariant);
470 HRESULT (WINAPI *Invoke)(ITQueue *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr)
    [all...]
eventsys.h 203 HRESULT (WINAPI *Invoke)(IEventSystem *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
261 virtual HRESULT WINAPI GetDefaultProperty(BSTR bstrPropertyName,VARIANT *propertyValue) = 0;
262 virtual HRESULT WINAPI PutDefaultProperty(BSTR bstrPropertyName,VARIANT *propertyValue) = 0;
275 HRESULT (WINAPI *Invoke)(IEventPublisher *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
286 HRESULT (WINAPI *GetDefaultProperty)(IEventPublisher *This,BSTR bstrPropertyName,VARIANT *propertyValue);
287 HRESULT (WINAPI *PutDefaultProperty)(IEventPublisher *This,BSTR bstrPropertyName,VARIANT *propertyValue);
339 HRESULT WINAPI IEventPublisher_GetDefaultProperty_Proxy(IEventPublisher *This,BSTR bstrPropertyName,VARIANT *propertyValue);
341 HRESULT WINAPI IEventPublisher_PutDefaultProperty_Proxy(IEventPublisher *This,BSTR bstrPropertyName,VARIANT *propertyValue);
379 HRESULT (WINAPI *Invoke)(IEventClass *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
477 HRESULT (WINAPI *Invoke)(IEventClass2 *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
tridpars.h 31 * A basic ID, which contains source, target, and variant, but no
56 * 'source' and 'target' will always be non-null. The 'variant'
57 * will be non-null only if a non-empty variant was parsed.
70 UnicodeString variant; // may be null member in class:TransliteratorIDParser::Specs
222 * @param variant the given variant
226 * @return an array of 4 strings: source, target, variant, and
230 * id is not well-formed. The variant may be empty.
235 UnicodeString& variant,
239 * Given source, target, and variant strings, concatenate them into
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/builtins/tools/
texture_builtins.py 6 # Bitfield constants for the 'variant' argument to generate_sigs
56 def generate_sigs(g, tex_inst, sampler_type, variant = 0, unused_fields = 0):
58 extra_dim = get_extra_dim(sampler_type, variant & Proj, unused_fields)
61 if variant & Single:
83 if variant & Offset:
97 if variant & Offset:
104 if variant & Proj:
131 def generate_fiu_sigs(tex_inst, sampler_type, variant = 0, unused_fields = 0):
132 generate_sigs("", tex_inst, sampler_type, variant, unused_fields)
133 generate_sigs("i", tex_inst, sampler_type, variant, unused_fields
    [all...]
  /external/icu/icu4c/source/i18n/
tridpars.h 31 * A basic ID, which contains source, target, and variant, but no
56 * 'source' and 'target' will always be non-null. The 'variant'
57 * will be non-null only if a non-empty variant was parsed.
70 UnicodeString variant; // may be null member in class:TransliteratorIDParser::Specs
222 * @param variant the given variant
226 * @return an array of 4 strings: source, target, variant, and
230 * id is not well-formed. The variant may be empty.
235 UnicodeString& variant,
239 * Given source, target, and variant strings, concatenate them into
    [all...]
  /external/mesa3d/src/glsl/builtins/tools/
texture_builtins.py 6 # Bitfield constants for the 'variant' argument to generate_sigs
56 def generate_sigs(g, tex_inst, sampler_type, variant = 0, unused_fields = 0):
58 extra_dim = get_extra_dim(sampler_type, variant & Proj, unused_fields)
61 if variant & Single:
83 if variant & Offset:
97 if variant & Offset:
104 if variant & Proj:
131 def generate_fiu_sigs(tex_inst, sampler_type, variant = 0, unused_fields = 0):
132 generate_sigs("", tex_inst, sampler_type, variant, unused_fields)
133 generate_sigs("i", tex_inst, sampler_type, variant, unused_fields
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
ICU.java 67 * Parse the {Language, Script, Region, Variant*} section of the ICU locale
87 // Language and variant ("en_POSIX").
101 // assume the rest of the string is a series of variant tags.
105 // Language and country and variant ("ja_JP_TRADITIONAL") OR
106 // Language and script and variant ("en_Latn_POSIX") OR
108 // Language and variant with multiple subtags ("en_POSIX_XISOP")
118 // The third subtag can be either a region or a variant, depending
128 // The second string is a region, and the third a variant.
132 // Variant with multiple subtags.
136 // Language, script, region and variant with 1 or more subtag
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 216 int variant = msg.arg2; local
217 sendDisplayPinIntent(devProp.getAddress(), passkey, variant); local
294 private void sendDisplayPinIntent(byte[] address, int pin, int variant) {
300 intent.putExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, variant);
362 int variant; local
367 variant = BluetoothDevice.PAIRING_VARIANT_PASSKEY_CONFIRMATION;
372 variant = BluetoothDevice.PAIRING_VARIANT_CONSENT;
376 variant = BluetoothDevice.PAIRING_VARIANT_PASSKEY;
380 variant = BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY;
385 errorLog("SSP Pairing variant not present")
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
uloc.h 71 * <STRONG>Variant.</STRONG>
72 * The Variant codes are vendor and browser-specific.
161 * through these objects by language, country, or variant,
184 * the POSIX type form of language_COUNTRY.ENCODING\@VARIANT
185 * and if there is not an ICU-stype variant, uloc_getVariant() for example
187 * "-" is recognized as a country/variant separator similarly to RFC1766.
447 * Gets the variant code for the specified locale.
449 * @param localeID the locale to get the variant code with
450 * @param variant the variant code for localeI
    [all...]
  /external/icu/icu4c/source/common/unicode/
uloc.h 71 * <STRONG>Variant.</STRONG>
72 * The Variant codes are vendor and browser-specific.
161 * through these objects by language, country, or variant,
184 * the POSIX type form of language_COUNTRY.ENCODING\@VARIANT
185 * and if there is not an ICU-stype variant, uloc_getVariant() for example
187 * "-" is recognized as a country/variant separator similarly to RFC1766.
448 * Gets the variant code for the specified locale.
450 * @param localeID the locale to get the variant code with
451 * @param variant the variant code for localeI
    [all...]
  /external/chromium_org/google_update/
google_update_idl.idl 240 [id(15), propget] HRESULT currentState([out, retval] VARIANT* current_state);
328 HRESULT execute([in, optional] VARIANT arg1,
329 [in, optional] VARIANT arg2,
330 [in, optional] VARIANT arg3,
331 [in, optional] VARIANT arg4,
332 [in, optional] VARIANT arg5,
333 [in, optional] VARIANT arg6,
334 [in, optional] VARIANT arg7,
335 [in, optional] VARIANT arg8,
336 [in, optional] VARIANT arg9)
    [all...]
  /art/runtime/gc/
collector_type.h 35 // A generational variant of kCollectorTypeSS.

Completed in 5310 milliseconds

<<11121314151617181920>>