| /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
| eap.h | 118 * This integer variable is used to provide an outside timer that the 144 * get_bool - Get a boolean EAPOL state variable 145 * @variable: EAPOL boolean variable to get 146 * Returns: Value of the EAPOL variable 148 Boolean (*get_bool)(void *ctx, enum eapol_bool_var variable); 151 * set_bool - Set a boolean EAPOL state variable 153 * @variable: EAPOL boolean variable to set 154 * @value: Value for the EAPOL variable [all...] |
| /external/wpa_supplicant_8/src/eap_peer/ |
| eap.h | 118 * This integer variable is used to provide an outside timer that the 144 * get_bool - Get a boolean EAPOL state variable 145 * @variable: EAPOL boolean variable to get 146 * Returns: Value of the EAPOL variable 148 Boolean (*get_bool)(void *ctx, enum eapol_bool_var variable); 151 * set_bool - Set a boolean EAPOL state variable 153 * @variable: EAPOL boolean variable to set 154 * @value: Value for the EAPOL variable [all...] |
| /external/webkit/Source/WebCore/plugins/ |
| npapi.cpp | 137 NPError NPN_GetValue(NPP instance, NPNVariable variable, void* value) 142 return PluginView::getValueStatic(variable, value); 144 return pluginViewForInstance(instance)->getValue(variable, value); 147 NPError NPN_SetValue(NPP instance, NPPVariable variable, void* value) 149 return pluginViewForInstance(instance)->setValue(variable, value); 181 NPError NPN_GetValueForURL(NPP instance, NPNURLVariable variable, const char* url, char** value, uint32_t* len) 183 return pluginViewForInstance(instance)->getValueForURL(variable, url, value, len); 186 NPError NPN_SetValueForURL(NPP instance, NPNURLVariable variable, const char* url, const char* value, uint32_t len) 188 return pluginViewForInstance(instance)->setValueForURL(variable, url, value, len);
|
| /frameworks/base/tests/BrowserTestPlugin/jni/ |
| main.cpp | 52 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value); 53 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value); 57 EXPORT NPError NP_GetValue(NPP instance, NPPVariable variable, void *value); 238 EXPORT NPError NP_GetValue(NPP instance, NPPVariable variable, void *value) { 240 if (variable == NPPVpluginNameString) { 246 if (variable == NPPVpluginDescriptionString) { 255 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) 257 if (variable == NPPVpluginScriptableNPObject) { 271 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
|
| /external/icu4c/extra/uconv/ |
| resfiles.mk | 5 # The variable FILESEPCHAR is defined by the caller to be
|
| /external/icu4c/samples/legacy/ |
| Makefile | 11 # - set the variable ICU_PREFIX to point at $(prefix) 14 # - set the variable ICU_LEGACY (read the README) 70 @echo ICU_PREFIX variable is not set correctly 77 @echo ICU_LEGACY variable is not set correctly.
|
| /external/llvm/ |
| llvm.mk | 2 $(error Must set variable LLVM_ROOT_PATH before including this! $(LOCAL_PATH))
|
| /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/ |
| NPPSetWindowCalledDuringDestruction.cpp | 65 NPError NPPSetWindowCalledDuringDestruction::NPP_GetValue(NPPVariable variable, void* value) 67 if (variable != NPPVpluginScriptableNPObject)
|
| NPRuntimeRemoveProperty.cpp | 77 virtual NPError NPP_GetValue(NPPVariable variable, void *value) 79 if (variable != NPPVpluginScriptableNPObject)
|
| /external/clang/test/SemaCXX/ |
| expression-traits.cpp | 168 extern int variable; 183 static int variable; member in struct:Class 189 static int& NestedFuncTemplate() { return variable; } // expected-note{{candidate function}} 192 int& NestedMemfunTemplate() { return variable; } 219 // a function or variable. 221 ASSERT_LVALUE(::variable); // identifier: variable 228 ASSERT_LVALUE(::Class::variable); // qualified-id: variable 254 // the entity is a function, variable, or data member... (cont'd [all...] |
| /external/e2fsprogs/ext2ed/ |
| dir_com.c | 13 Most of the functions use the global variable file_info (along with the special directory fields there) to save 589 because it is of variable length. 595 unsigned char *ptr,buffer [80],variable [80],value [80],temp [80]; local 610 strncpy (variable,buffer,ptr-buffer);variable [ptr-buffer]=0; 613 if (strcasecmp ("inode",variable)==0) { 616 wprintw (command_win,"Variable %s set to %lu\n",variable,dir_entry_ptr->inode);refresh_command_win (); 620 if (strcasecmp ("rec_len",variable)==0) { 623 wprintw (command_win,"Variable %s set to %lu\n",variable,dir_entry_ptr->rec_len);refresh_command_win () [all...] |
| /external/libvpx/vp8/encoder/ |
| parms.cpp | 74 string variable; local 84 config_file >> variable; local 92 x[variable] = value;
|
| /external/webkit/Source/WebCore/plugins/qt/ |
| PluginPackageQt.cpp | 91 static NPError staticPluginQuirkRequiresGtkToolKit_NPN_GetValue(NPP instance, NPNVariable variable, void* value) 93 if (variable == NPNVToolkit) { 98 return NPN_GetValue(instance, variable, value);
|
| /external/protobuf/src/google/protobuf/io/ |
| printer.h | 52 // text with variable substitutions. Example usage: 71 // Print some text after applying variable substitutions. If a particular 72 // variable in the text is not defined, this will crash. Variables to be 74 // characters (as given to the constructor). The variable bindings are 81 void Print(const char* text, const char* variable, const string& value);
|
| /external/quake/quake/src/QW/client/ |
| cvar.h | 71 void Cvar_RegisterVariable (cvar_t *variable); 76 // equivelant to "<name> <variable>" typed at the console 88 // attempts to match a partial variable name for command line completion 93 // command. Returns true if the command was a variable reference that 97 // Writes lines containing "set variable value" for all variables
|
| /external/quake/quake/src/WinQuake/ |
| cvar.h | 71 void Cvar_RegisterVariable (cvar_t *variable); 76 // equivelant to "<name> <variable>" typed at the console 88 // attempts to match a partial variable name for command line completion 93 // command. Returns true if the command was a variable reference that 97 // Writes lines containing "set variable value" for all variables
|
| /external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
| VariableInfo.cpp | 138 // We are only interested in attribute and uniform variable declaration. 169 // We need to visit sequence children to get to variable declarations. 182 const TIntermSymbol* variable = (*i)->getAsSymbolNode(); local 188 ASSERT(variable != NULL); 189 getVariableInfo(variable->getType(), variable->getSymbol(),
|
| /external/webkit/Source/WebKit/mac/Plugins/ |
| npapi.mm | 142 NPError NPN_GetValue(NPP instance, NPNVariable variable, void *value) 144 return [pluginViewForInstance(instance) getVariable:variable value:value]; 147 NPError NPN_SetValue(NPP instance, NPPVariable variable, void *value) 149 return [pluginViewForInstance(instance) setVariable:variable value:value]; 194 NPError NPN_GetValueForURL(NPP instance, NPNURLVariable variable, const char* url, char** value, uint32_t* len) 196 return [pluginViewForInstance(instance) getVariable:variable forURL:url value:value length:len]; 199 NPError NPN_SetValueForURL(NPP instance, NPNURLVariable variable, const char* url, const char* value, uint32_t len) 201 return [pluginViewForInstance(instance) setVariable:variable forURL:url value:value length:len];
|
| /development/tools/emulator/opengl/host/tools/emugen/ |
| Android.mk | 17 # protocol encoders/ decoders. This variable is used by other emugl modules.
|
| /frameworks/compile/libbcc/runtime/make/ |
| subdir.mk | 15 $(error "No Dir variable defined.") 33 # Construct the variable key for this directory. 56 $$(error $(Dir): variable '$$(var)' was not undefined))) 68 # Restore directory variable, for cleanliness.
|
| /sdk/monkeyrunner/src/com/android/monkeyrunner/ |
| ScriptRunner.java | 53 private final String variable; field in class:ScriptRunner 56 private ScriptRunner(Object scope, String variable) { 58 this.variable = variable; 62 public static ScriptRunner newInstance(Object scope, String variable) { 63 return new ScriptRunner(scope, variable);
|
| /external/clang/lib/CodeGen/ |
| CGBlocks.cpp | 219 // We can only do this if the variable is const. 230 // If the variable doesn't have any initializer (shouldn't this be 322 const VarDecl *variable = ci->getVariable(); local 343 if (llvm::Constant *constant = tryCaptureAsConstant(CGM, variable)) { 344 info.Captures[variable] = CGBlockInfo::Capture::makeConstant(constant); 351 = variable->getType().getObjCLifetime()) { 364 } else if (variable->getType()->isObjCRetainableType()) { 375 variable->getType()->getAsCXXRecordDecl()) { 383 CharUnits size = C.getTypeSizeInChars(variable->getType()); 384 CharUnits align = C.getDeclAlign(variable); 547 const VarDecl *variable = ci->getVariable(); local 973 const VarDecl *variable = ci->getVariable(); local 1007 const VarDecl *variable = ci->getVariable(); local 1105 const VarDecl *variable = ci->getVariable(); local 1216 const VarDecl *variable = ci->getVariable(); local [all...] |
| /development/samples/BrowserPlugin/jni/ |
| main.cpp | 59 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value); 60 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value); 64 EXPORT NPError NP_GetValue(NPP instance, NPPVariable variable, void *value); 412 EXPORT NPError NP_GetValue(NPP instance, NPPVariable variable, void *value) { 414 if (variable == NPPVpluginNameString) { 420 if (variable == NPPVpluginDescriptionString) { 429 NPError NPP_GetValue(NPP instance, NPPVariable variable, void* value) 431 if (variable == NPPVpluginScriptableNPObject) { 442 if (variable == kJavaSurface_ANPGetValue) { 464 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value [all...] |
| /external/v8/test/mjsunit/ |
| global-load-from-eval.js | 36 // Shadow with local variable. 63 // code that loads the global variable accounts for the fact that the 64 // global variable becomes shadowed by an eval-introduced variable. 84 // time in a context where the 'x' variable has been shadowed.
|
| /external/webkit/Examples/NetscapeCoreAnimationPlugin/ |
| main.m | 67 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value); 68 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value); 220 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) 224 switch (variable) { 243 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
|