/external/clang/test/PCH/ |
tentative-defs.h | 2 int variable; variable
|
/external/webkit/Source/JavaScriptCore/wtf/ |
UnusedParam.h | 32 #define UNUSED_PARAM(variable) unusedParam(variable) 34 #define UNUSED_PARAM(variable) (void)variable
|
Alignment.h | 28 #define WTF_ALIGNED(variable_type, variable, n) variable_type variable __attribute__((__aligned__(n))) 31 #define WTF_ALIGNED(variable_type, variable, n) __declspec(align(n)) variable_type variable
|
/external/bluetooth/glib/tests/ |
env-test.c | 51 gchar *variable = "TEST_G_SETENV"; local 55 data = g_getenv (variable); 58 result = g_setenv (variable, value1, TRUE); 61 data = g_getenv (variable); 65 result = g_setenv (variable, value2, FALSE); 68 data = g_getenv (variable); 73 result = g_setenv (variable, value2, TRUE); 76 data = g_getenv (variable); 81 g_unsetenv (variable); 82 data = g_getenv (variable); [all...] |
/external/quake/quake/src/WinQuake/ |
cvar.cpp | 20 // cvar.c -- dynamic variable tracking 112 Con_Printf ("Cvar_Set: variable %s not found\n", var_name); 148 Adds a freestanding variable to the variable list. 151 void Cvar_RegisterVariable (cvar_t *variable) 156 if (Cvar_FindVar (variable->name)) 158 Con_Printf ("Can't register variable %s, allready defined\n", variable->name); 163 if (Cmd_Exists (variable->name)) 165 Con_Printf ("Cvar_RegisterVariable: %s is a command\n", variable->name) [all...] |
/external/webkit/Source/WebCore/plugins/ |
PluginDebug.h | 42 CString prettyNameForNPNVariable(NPNVariable variable); 43 CString prettyNameForNPPVariable(NPPVariable variable, void* value); 44 CString prettyNameForNPNURLVariable(NPNURLVariable variable);
|
PluginDebug.cpp | 84 CString prettyNameForNPNVariable(NPNVariable variable) 86 switch (variable) { 119 default: return "Unknown variable"; 123 CString prettyNameForNPPVariable(NPPVariable variable, void* value) 125 switch (variable) { 162 default: return "Unknown variable"; 166 CString prettyNameForNPNURLVariable(NPNURLVariable variable) 168 switch (variable) { 171 default: return "Unknown variable";
|
/external/doclava/src/com/google/doclava/ |
Resolution.java | 24 * <p>Resolutions contain a Variable and a Value, both of which are set in the Resolution constructor. 31 * <p>Values are the value to which the variable contained within this {@link Resolution} refers. 34 * contains "superclass" as its variable and "Dialog" as its value. 42 * Creates a new resolution with variable and value. 43 * @param variable The piece of data within a Java type that needs to be updated 45 * @param value The value to which the variable contained within this {@link Resolution} refers. 48 public Resolution(String variable, String value, InfoBuilder builder) { 49 mVariable = variable; 63 * @return The value to which the variable contained within this {@link Resolution} refers.
|
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/ |
VariableLocator.java | 47 * @param variable the variable node to evaluate. 48 * @return a String representing the Variable name, or {@code null} if it is a compound variable 51 private String quickEval(PVariable variable) { 52 if (variable instanceof ANameVariable) { 53 return ((ANameVariable) variable).getWord().getText(); 54 } else if (variable instanceof ADecNumberVariable) { 55 return ((ADecNumberVariable) variable).getDecNumber().getText(); 56 } else if (variable instanceof AHexNumberVariable) [all...] |
/external/quake/quake/src/QW/client/ |
cvar.c | 20 // cvar.c -- dynamic variable tracking 124 Con_Printf ("Cvar_Set: variable %s not found\n", var_name); 172 Adds a freestanding variable to the variable list. 175 void Cvar_RegisterVariable (cvar_t *variable) 180 if (Cvar_FindVar (variable->name)) 182 Con_Printf ("Can't register variable %s, allready defined\n", variable->name); 187 if (Cmd_Exists (variable->name)) 189 Con_Printf ("Cvar_RegisterVariable: %s is a command\n", variable->name) [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
jsilver.sablecc | 64 args, // Args to command: "some.variable=3 ?>" 222 | {set} cs_open set command_delimiter variable assignment expression cs_close 226 variable.variable, 229 | {name} cs_open name command_delimiter variable cs_close 233 variable.variable)} 253 | {with} cs_open with command_delimiter variable assignment expression cs_close 259 variable.variable, [all...] |
/frameworks/compile/libbcc/runtime/make/ |
util.mk | 31 # Function: Set variable value 33 # Set the given make variable to the given value. 36 # Function: Append variable value 38 # Append the given value to the given make variable. 41 # Function: IsDefined variable 43 # Check whether the given variable is defined. 46 # Function: IsUndefined variable 48 # Check whether the given variable is undefined. 51 # Function: VarOrDefault variable default-value 53 # Get the value of the given make variable, or the default-value if the variabl [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/functions/structure/ |
NameFunction.java | 27 * Returns the Data variable name for a local variable alias. 32 * @param args A local variable 39 Data variable = variableValue.getReference(); local 40 if (variable != null) { 41 return literalValue(variable.getSymlink().getName(), variableValue.getEscapeMode(),
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/ |
NPRuntimeObjectFromDestroyedPlugin.cpp | 60 virtual NPError NPP_GetValue(NPPVariable variable, void *value) 62 if (variable != NPPVpluginScriptableNPObject)
|
PluginScriptableNPObjectInvokeDefault.cpp | 50 virtual NPError NPP_GetValue(NPPVariable variable, void *value) 52 if (variable != NPPVpluginScriptableNPObject)
|
NPDeallocateCalledBeforeNPShutdown.cpp | 76 virtual NPError NPP_GetValue(NPPVariable variable, void *value) 78 if (variable != NPPVpluginScriptableNPObject)
|
/bionic/libc/private/ |
__dso_handle.S | 29 # The __dso_handle global variable is used by static
|
__dso_handle_so.S | 29 # The __dso_handle global variable is used by static
|
/external/qemu/distrib/sdl-1.2.12/ |
Makefile | 31 $(error "The BUILD_SYSTEM variable was not defined by your configuration sub-makefile. Aborting")
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_getenv.h | 16 /* Put a variable of the form "name=value" into the environment */ 17 extern DECLSPEC int SDLCALL SDL_putenv(const char *variable); 20 /* Retrieve a variable named "name" from the environment */
|
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
SDL_getenv.c | 38 /* Put a variable of the form "name=value" into the environment */ 39 int SDL_putenv(const char *variable) 45 sep = SDL_strchr(variable, '='); 49 bufferlen = SDL_strlen(variable)+1; 58 SDL_strlcpy(SDL_envmem, variable, bufferlen); 59 value = SDL_envmem + (sep - variable); 67 /* Retrieve a variable named "name" from the environment */ 92 /* Put a variable of the form "name=value" into the environment */ 93 int SDL_putenv(const char *variable) 102 if ( ! variable ) { [all...] |
/external/chromium/build/linux/ |
pkg-config-wrapper | 34 # pkg-config's |prefix| variable. 35 prefix=`PKG_CONFIG_PATH=$config_path pkg-config --variable=prefix "$package" | sed -e 's|/usr$||'`
|
/external/clang/ |
clang.mk | 2 $(error Must set variable CLANG_ROOT_PATH before including this! $(LOCAL_PATH))
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
ParseHelper.cpp | 578 // This function checks to see if a void variable has been declared and raise an error message for such a case 746 bool TParseContext::arrayErrorCheck(int line, TString& identifier, TPublicType type, TVariable*& variable) 760 variable = new TVariable(&identifier, TType(type)); 763 variable->getType().setArraySize(type.arraySize); 765 if (! symbolTable.insert(*variable)) { 766 delete variable; 772 error(line, "variable expected", identifier.c_str(), ""); 776 variable = static_cast<TVariable*>(symbol); 777 if (! variable->getType().isArray()) { 781 if (variable->getType().getArraySize() > 0) 819 TVariable* variable = static_cast<TVariable*>(symbol); local 888 TVariable* variable = new TVariable(&identifier, TType(type)); local [all...] |
/external/wpa_supplicant/ |
eap.h | 118 * This integer variable is used to provide an outside timer that the 143 * get_bool - Get a boolean EAPOL state variable 144 * @variable: EAPOL boolean variable to get 145 * Returns: Value of the EAPOL variable 147 Boolean (*get_bool)(void *ctx, enum eapol_bool_var variable); 150 * set_bool - Set a boolean EAPOL state variable 152 * @variable: EAPOL boolean variable to set 153 * @value: Value for the EAPOL variable [all...] |