| /external/webkit/LayoutTests/dom/xhtml/level3/core/ |
| documentnormalizedocument07.js | 75 //DOMErrorMonitor's require a document level variable named errorMonitor
|
| documentnormalizedocument09.js | 78 * Inner class implementation for variable errHandler
|
| documentnormalizedocument12.js | 80 * Inner class implementation for variable errHandler
|
| documentnormalizedocument13.js | 76 //DOMErrorMonitor's require a document level variable named errorMonitor
|
| handleerror01.js | 78 * Inner class implementation for variable errorHandler
|
| handleerror02.js | 78 * Inner class implementation for variable errorHandler
|
| userdatahandler03.js | 75 //UserDataMonitor's require a document level variable named userDataMonitor
|
| userdatahandler04.js | 75 //UserDataMonitor's require a document level variable named userDataMonitor
|
| /external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
| OutputGLSL.cpp | 97 // TODO(alokp): Validate qualifier for variable declarations. 526 // Variable declaration. 530 const TIntermTyped* variable = sequence.front()->getAsTyped(); local 531 writeVariableType(variable->getType());
|
| glslang_tab.cpp | 429 /* Suppress unused-variable warnings by "using" E. */ 3110 TVariable *variable = new TVariable(param.name, *param.type); variable 3404 TVariable* variable; variable 3429 TVariable* variable; variable 3506 TVariable* variable; variable 3539 TVariable* variable; variable 4435 TVariable *variable = new TVariable(param.name, *param.type); variable [all...] |
| /frameworks/base/graphics/java/android/graphics/drawable/ |
| DrawableContainer.java | 543 public final void setVariablePadding(boolean variable) { 544 mVariablePadding = variable;
|
| /hardware/ti/omap4xxx/security/tee_client_api/ |
| tee_client_api_linux_driver.c | 85 #define VAR_NOT_USED(variable) do{(void)(variable);}while(0);
|
| /build/core/combo/ |
| TARGET_linux-arm.mk | 23 # makefile variable definitions similar to the preprocessor 121 TARGET_GLOBAL_CFLAGS += -Wno-unused-but-set-variable
|
| /external/clang/lib/CodeGen/ |
| CGDebugInfo.h | 189 /// variable declaration. 194 /// imported variable declaration in a block. 195 void EmitDeclareOfBlockDeclRefVariable(const VarDecl *variable, 201 /// variable declaration. 212 /// EmitGlobalVariable - Emit information about a global variable. 218 /// EmitGlobalVariable - Emit global variable's debug info. 224 /// EmitDeclare - Emit call to llvm.dbg.declare for a variable declaration.
|
| /external/elfutils/src/ |
| ldscript.c | 166 static struct assignment *new_assignment (const char *variable, 895 /* Pacify ``unused variable'' warnings. */ 931 /* Pacify ``unused variable'' warnings. */ [all...] |
| ld.c | 150 { NULL, 'i', NULL, 0, N_("Ignore LD_LIBRARY_PATH environment variable.") }, 303 /* The user can use the LD_LIBRARY_PATH environment variable to add 977 /* First change the 'input_file_list' variable in a simple [all...] |
| ld.h | 522 const char *variable; member in struct:assignment 748 /* From the environment variable LD_LIBRARY_PATH. */
|
| /external/llvm/test/ |
| Makefile | 26 $(warning GREP_OPTIONS environment variable may interfere with test results)
|
| /external/webkit/Source/WebKit/mac/Plugins/ |
| WebNetscapePluginView.mm | [all...] |
| /external/wpa_supplicant_8/src/ap/ |
| wmm.c | 137 m->u.action.u.wmm_action.variable;
|
| /frameworks/compile/libbcc/runtime/ |
| Makefile | 16 $(error Refusing to build with empty ProjObjRoot variable) 29 @echo "usage: make [{VARIABLE=VALUE}*] target" 59 @echo " make-print-FOO: print information on the variable 'FOO'"
|
| /external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
| SDL_x11modes.c | 517 const char *variable = SDL_getenv("SDL_VIDEO_FULLSCREEN_HEAD"); local 518 if ( variable ) { 519 desired = SDL_atoi(variable); [all...] |
| /external/webkit/Tools/Scripts/ |
| webkitdirs.pm | 178 die "Can't handle Xcode product directory with a variable in it.\n" if $baseProductDir =~ /\$/; 572 # Use WEBKIT_SAFARI environment variable if present. 1128 # Setting the environment variable 'CYGWIN' to 'tty' makes cygwin enable extra support (i.e., termios) 1136 foreach my $variable (keys %variablesToSet) { 1137 print "Setting the Environment Variable '" . $variable . "' to '" . $variablesToSet{$variable} . "'\n\n"; 1138 system qw(regtool -s set), '\\HKEY_CURRENT_USER\\Environment\\' . $variable, $variablesToSet{$variable}; 1139 $restartNeeded ||= $variable eq "WEBKITLIBRARIESDIR" || $variable eq "WEBKITOUTPUTDIR" [all...] |
| /external/wpa_supplicant_6/wpa_supplicant/ |
| mlme.c | 746 pos = mgmt->u.auth.variable; 894 data.ft_ies.ies = mgmt->u.auth.variable; 896 (mgmt->u.auth.variable - (u8 *) mgmt); 1078 pos = mgmt->u.assoc_resp.variable; [all...] |
| /external/qemu/distrib/sdl-1.2.12/include/ |
| SDL_stdinc.h | 204 extern DECLSPEC int SDLCALL SDL_putenv(const char *variable);
|