HomeSort by relevance Sort by last modified time
    Searched refs:variable (Results 376 - 400 of 3964) sorted by null

<<11121314151617181920>>

  /external/chromium_org/content/shell/tools/plugin/
PluginTest.cpp 126 NPError PluginTest::NPP_GetValue(NPPVariable variable, void* value) {
148 NPError PluginTest::NPN_GetValue(NPNVariable variable, void* value) {
149 return browser->getvalue(m_npp, variable, value);
main.cpp 831 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
834 if (variable == NPPVpluginNameString) {
838 if (variable == NPPVpluginDescriptionString) {
842 if (variable == NPPVpluginNeedsXEmbed) {
853 if (obj->pluginTest->NPP_GetValue(variable, value) == NPERR_NO_ERROR)
856 if (variable == NPPVpluginScriptableNPObject) {
865 if (variable == NPPVpluginCoreAnimationLayer) {
878 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
881 return obj->pluginTest->NPP_SetValue(variable, value);
892 NPError NP_GetValue(NPP instance, NPPVariable variable, void* value
    [all...]
  /external/chromium_org/content/test/plugin/
plugin_client.cc 224 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) {
228 if (variable == NPPVpluginNeedsXEmbed) {
237 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value) {
  /external/chromium_org/native_client_sdk/src/build_tools/
make_simple.py 138 variable. This uses line continuations and limits line length to 80 chars.
158 def WriteList(makefile, value_list, variable, prefix='', quoter=QuoteIfNecessary):
159 values = MakeList(value_list, prefix, quoter, initial_indent=len(variable)+4)
160 makefile.write("\n%s := %s\n" % (variable, values))
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_variable.c 296 struct rc_variable * variable)
302 if (readers_intersect(var, variable)) {
303 rc_variable_add_friend(var, variable);
308 rc_list_add(variable_list, rc_list(&variable->C->Pool, variable));
349 * that writes to a register is considered a variable. The struct rc_variable
387 * @return The bitwise or of the writemasks of a variable and all of its
401 * @return A list of readers for a variable and its friends. Readers
402 * that read from two different variable friends are only included once in
492 /* Once we have indentifed the variable and it
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_variable.c 296 struct rc_variable * variable)
302 if (readers_intersect(var, variable)) {
303 rc_variable_add_friend(var, variable);
308 rc_list_add(variable_list, rc_list(&variable->C->Pool, variable));
349 * that writes to a register is considered a variable. The struct rc_variable
387 * @return The bitwise or of the writemasks of a variable and all of its
401 * @return A list of readers for a variable and its friends. Readers
402 * that read from two different variable friends are only included once in
492 /* Once we have indentifed the variable and it
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang.y 28 #pragma GCC diagnostic ignored "-Wunused-variable"
212 const TVariable *variable = context->getNamedVariable(@1, $1.string, $1.symbol);
214 if (variable->getType().getQualifier() == EvqConst)
216 ConstantUnion* constArray = variable->getConstPointer();
217 TType t(variable->getType());
222 $$ = context->intermediate.addSymbol(variable->getUniqueId(),
223 variable->getName(),
224 variable->getType(),
772 TVariable variable(param.name, *param.type);
774 prototype = context->intermediate.growAggregate(prototype, context->intermediate.addSymbol(variable.getUniqueId(), variable.getName(), variable.getType(), @1), @1)
    [all...]
OutputHLSL.cpp 1850 TIntermTyped *variable = (*sequence)[0]->getAsTyped(); local
2546 TIntermTyped *variable = (*sequence)[0]->getAsTyped(); local
    [all...]
  /cts/tools/signature-tools/test/signature/converter/
ConvertClassTest.java 155 //test type variable
157 ITypeVariableDefinition variable = sigClass.getTypeParameters().get(0); local
158 assertEquals("T", variable.getName());
159 //test type variable bound
160 assertEquals(1, variable.getUpperBounds().size());
161 IClassReference bound = (IClassReference) variable.getUpperBounds().get(0);
174 //test type variable
176 ITypeVariableDefinition variable = sigClass.getTypeParameters().get(0); local
177 assertEquals("T", variable.getName());
178 //test type variable bound
586 ITypeVariableReference variable = (ITypeVariableReference) parametrizedType.getTypeArguments().get(0); local
    [all...]
  /external/chromium_org/content/child/npapi/
plugin_host.cc 678 NPError NPN_GetValue(NPP id, NPNVariable variable, void* value) {
692 switch (static_cast<int>(variable)) {
825 DVLOG(1) << "NPN_GetValue(" << variable << ") is not implemented yet.";
831 NPError NPN_SetValue(NPP id, NPPVariable variable, void* value) {
839 switch(variable) {
897 DVLOG(1) << "NPN_SetValue(" << variable << ") is not implemented.";
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-set-variable-value.js 34 // A variable 'variable_name' must be initialized before debugger statement
35 // and returned after the statement. The test will alter variable value when
80 // Accepts a closure 'fun' that returns a variable from it's outer scope.
81 // The test changes the value of variable via the handle to function and checks
260 // Check that we correctly update local variable that
debug-conditional-breakpoints.js 105 // Conditional breakpoint which checks global variable.
117 // Conditional breakpoint which checks global variable.
137 // Conditional breakpoint which checks a local variable.
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 152 * a strength instance variable; concrete subclasses provide a means
213 * variable.
253 * Returns the current output variable.
311 * A unary input constraint used to mark a variable that the client
321 * Edits indicate that a variable is to be changed by imperative code.
398 * Mark the input variable with the given mark.
405 * Returns the current input variable
412 * Returns the current output variable
535 * A constrained variable. In addition to its value, it maintain the
540 function Variable(name, initialValue)
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 143 * a strength instance variable; concrete subclasses provide a means
204 * variable.
244 * Returns the current output variable.
302 * A unary input constraint used to mark a variable that the client
312 * Edits indicate that a variable is to be changed by imperative code.
389 * Mark the input variable with the given mark.
396 * Returns the current input variable
403 * Returns the current output variable
526 * A constrained variable. In addition to its value, it maintain the
531 function Variable(name, initialValue)
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 143 * a strength instance variable; concrete subclasses provide a means
204 * variable.
244 * Returns the current output variable.
302 * A unary input constraint used to mark a variable that the client
312 * Edits indicate that a variable is to be changed by imperative code.
389 * Mark the input variable with the given mark.
396 * Returns the current input variable
403 * Returns the current output variable
526 * A constrained variable. In addition to its value, it maintain the
531 function Variable(name, initialValue)
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 143 * a strength instance variable; concrete subclasses provide a means
204 * variable.
244 * Returns the current output variable.
302 * A unary input constraint used to mark a variable that the client
312 * Edits indicate that a variable is to be changed by imperative code.
389 * Mark the input variable with the given mark.
396 * Returns the current input variable
403 * Returns the current output variable
526 * A constrained variable. In addition to its value, it maintain the
531 function Variable(name, initialValue)
    [all...]
  /external/chromium_org/v8/benchmarks/
deltablue.js 149 * a strength instance variable; concrete subclasses provide a means
210 * variable.
250 * Returns the current output variable.
308 * A unary input constraint used to mark a variable that the client
318 * Edits indicate that a variable is to be changed by imperative code.
395 * Mark the input variable with the given mark.
402 * Returns the current input variable
409 * Returns the current output variable
532 * A constrained variable. In addition to its value, it maintain the
537 function Variable(name, initialValue)
    [all...]
  /external/chromium_org/third_party/npapi/bindings/
npapi.h 353 * List of variable names for which NPP_GetValue shall be implemented
387 /* Browsers can retrieve a native ATK accessibility plug ID via this variable. */
412 * List of variable names for which NPN_GetValue should be implemented.
846 NPError NP_LOADDS NPP_GetValue(NPP instance, NPPVariable variable, void *value);
847 NPError NP_LOADDS NPP_SetValue(NPP instance, NPNVariable variable, void *value);
881 NPError NP_LOADDS NPN_GetValue(NPP instance, NPNVariable variable,
883 NPError NP_LOADDS NPN_SetValue(NPP instance, NPPVariable variable,
894 NPError NP_LOADDS NPN_GetValueForURL(NPP instance, NPNURLVariable variable,
897 NPError NP_LOADDS NPN_SetValueForURL(NPP instance, NPNURLVariable variable,
  /external/chromium_org/third_party/npapi/npspy/common/
npn_gate.cpp 330 NPError NPN_GetValue(NPP instance, NPNVariable variable, void *value)
334 rv = NPNFuncs.getvalue(instance, variable, value);
337 logger->logCall(action_npn_get_value, (DWORD)instance, (DWORD)variable, (DWORD)value);
345 NPError NPN_SetValue(NPP instance, NPPVariable variable, void *value)
350 logger->logCall(action_npn_set_value, (DWORD)instance, (DWORD)variable, (DWORD)value);
352 rv = NPNFuncs.setvalue(instance, variable, value);
  /external/chromium_org/third_party/skia/experimental/webtry/res/css/cm/
codemirror.css 73 .cm-s-default .cm-variable,
77 .cm-s-default .cm-variable-2 {color: #05a;}
78 .cm-s-default .cm-variable-3 {color: #085;}
  /external/chromium_org/v8/test/mjsunit/harmony/
block-for.js 93 // Check that there is exactly one variable without initializer
103 // In a normal for statement the iteration variable is
163 // In a for-in statement the iteration variable is fresh
  /external/chromium_org/v8/test/mjsunit/regress/
regress-969.js 46 // Assignment to global variable.
55 // Compound assignment to global variable.
62 // Pre and post-increment of global variable.
  /external/chromium_org/v8/tools/gyp/
v8_libbase.target.darwin-arm64.mk 33 v8/src/base/platform/condition-variable.cc \
63 -Wno-unused-but-set-variable \
165 -Wno-unused-but-set-variable \
v8_libbase.target.darwin-mips.mk 33 v8/src/base/platform/condition-variable.cc \
66 -Wno-unused-but-set-variable \
176 -Wno-unused-but-set-variable \
v8_libbase.target.darwin-mips64.mk 33 v8/src/base/platform/condition-variable.cc \
66 -Wno-unused-but-set-variable \
176 -Wno-unused-but-set-variable \

Completed in 1650 milliseconds

<<11121314151617181920>>