HomeSort by relevance Sort by last modified time
    Searched refs:variable (Results 51 - 75 of 161) sorted by null

1 23 4 5 6 7

  /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/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
main.m 86 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value);
87 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value);
348 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
352 switch (variable) {
390 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
  /external/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/webkit/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/v8/test/mjsunit/
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.
debug-evaluate-locals.js 76 // Frame 1 has normal variable a (and the .arguments variable).
82 // arguments variable).
  /dalvik/dx/etc/
dx.bat 55 REM a variable first.
58 REM Instead we manually extract the first token from the params variable.
  /external/clearsilver/util/
neo_err.h 70 #error The compiler is missing support for variable-argument macros.
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
main.cpp 393 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
397 if (variable == NPPVpluginScriptableNPObject) {
408 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
412 switch (variable) {
  /external/freetype/
Android.mk 45 # you need to define the FT2_DEBUG_MEMORY environment variable
  /external/v8/test/mjsunit/regress/
regress-189.js 28 // Test that we can handle initialization of a deleted const variable.
  /external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/
main.m 73 NPError NPP_GetValue(NPP instance, NPPVariable variable, void* value);
74 NPError NPP_SetValue(NPP instance, NPNVariable variable, void* value);
390 NPError NPP_GetValue(NPP instance, NPPVariable variable, void* value)
395 NPError NPP_SetValue(NPP instance, NPNVariable variable, void* value)
  /frameworks/base/tools/aidl/
AST.h 57 struct Variable : public Expression
63 Variable();
64 Variable(Type* type, const string& name);
65 Variable(Type* type, const string& name, int dimension);
66 virtual ~Variable();
90 Variable *variable; member in struct:Field
94 Field(int modifiers, Variable* variable);
130 Variable* lvalue
    [all...]
AST.cpp 59 variable(NULL)
63 Field::Field(int m, Variable* v)
66 variable(v)
77 types->insert(this->variable->type);
87 fprintf(to, "%s %s", this->variable->type->QualifiedName().c_str(),
88 this->variable->name.c_str());
114 Variable::Variable()
121 Variable::Variable(Type* t, const string& n
    [all...]
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 614 NPError PluginView::getValueStatic(NPNVariable variable, void* value)
616 LOG(Plugins, "PluginView::getValueStatic(%s)", prettyNameForNPNVariable(variable).data());
618 switch (variable) {
652 NPError PluginView::getValue(NPNVariable variable, void* value)
654 LOG(Plugins, "PluginView::getValue(%s)", prettyNameForNPNVariable(variable).data());
656 switch (variable) {
728 return getValueStatic(variable, value);
  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 556 NPError PluginView::getValueStatic(NPNVariable variable, void* value)
558 LOG(Plugins, "PluginView::getValueStatic(%s)", prettyNameForNPNVariable(variable).data());
560 switch (variable) {
582 NPError PluginView::getValue(NPNVariable variable, void* value)
584 LOG(Plugins, "PluginView::getValue(%s)", prettyNameForNPNVariable(variable).data());
586 switch (variable) {
645 return getValueStatic(variable, value);
  /external/webkit/WebKitTools/Scripts/
webkitdirs.pm 162 die "Can't handle Xcode product directory with a variable in it.\n" if $baseProductDir =~ /\$/;
506 # Use WEBKIT_SAFARI environment variable if present.
937 # Setting the environment variable 'CYGWIN' to 'tty' makes cygwin enable extra support (i.e., termios)
945 foreach my $variable (keys %variablesToSet) {
946 print "Setting the Environment Variable '" . $variable . "' to '" . $variablesToSet{$variable} . "'\n\n";
947 system qw(regtool -s set), '\\HKEY_CURRENT_USER\\Environment\\' . $variable, $variablesToSet{$variable};
948 $restartNeeded ||= $variable eq "WEBKITLIBRARIESDIR" || $variable eq "WEBKITOUTPUTDIR"
    [all...]
  /external/dbus/dbus/
dbus-shell.c 319 * the shell parses a command line. We don't do variable expansion,
605 * perform (variable expansion, globs, operators, filename expansion,
  /external/elfutils/src/
ldscript.y 42 static struct assignment *new_assignment (const char *variable,
485 new_assignment (const char *variable, struct expression *expression,
491 newp->variable = variable;
  /external/icu4c/stubdata/
Android.mk 20 # Set the icu_var_name variable to the location of that file in the tree.
155 # and you can see the "config" variable being set below for that
  /ndk/build/core/
build-local.mk 84 $(call __ndk_info,Please define the NDK_PROJECT_PATH variable to point to it.)
112 # If a goal is DUMP_xxx then we dump a variable xxx instead
  /sdk/files/
find_java.bat 17 rem to use. The script changes the "java_exe" env variable. The variable
  /system/extras/tests/bionic/libc/
Android.mk 16 # define the BIONIC_TESTS environment variable to build the test programs
26 # in the build. the variable will be cleaned on exit
  /bootable/recovery/updater/
Android.mk 34 # any sort of registration function for these. Use this variable for
  /development/ide/xcode/ports/
skia_mac.cp 25 // the variable (client-specific) part is :

Completed in 743 milliseconds

1 23 4 5 6 7