HomeSort by relevance Sort by last modified time
    Searched defs:variable (Results 26 - 50 of 143) sorted by null

12 3 4 5 6

  /external/sfntly/cpp/src/sfntly/table/bitmap/
eblc_table.cc 213 bool variable = false; local
225 variable = size_builder_size > 0 ? variable : true;
231 return variable ? -size : size;
  /external/smack/src/org/jivesoftware/smackx/
FormField.java 53 private String variable; field in class:FormField
59 * Creates a new FormField with the variable name that uniquely identifies the field
62 * @param variable the variable name of the question.
64 public FormField(String variable) {
65 this.variable = variable;
69 * Creates a new FormField of type FIXED. The fields of type FIXED do not define a variable
159 * Returns the variable name that the question is filling out.
161 * @return the variable name of the question
    [all...]
  /external/smack/src/org/jivesoftware/smackx/packet/
DiscoverInfo.java 462 private String variable; field in class:DiscoverInfo.Feature
467 * @param variable the feature's variable.
469 public Feature(String variable) {
470 if (variable == null)
471 throw new IllegalArgumentException("variable cannot be null");
472 this.variable = variable;
476 * Returns the feature's variable.
478 * @return the feature's variable
    [all...]
  /ndk/sources/host-tools/make-3.81/
variable.h 21 /* Codes in a variable definition saying where the definition came from.
25 o_default, /* Variable from the default set. */
26 o_env, /* Variable from environment. */
27 o_file, /* Variable given in a makefile. */
28 o_env_override, /* Variable from environment, if -e. */
29 o_command, /* Variable given by user. */
30 o_override, /* Variable from an `override' directive. */
31 o_automatic, /* Automatic variable -- cannot be set. */
44 /* Structure that represents one variable definition.
51 struct variable struct
105 struct variable variable; member in struct:pattern_var
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.variables_3.2.400.v20100505.jar 
  /external/bison/src/
muscle-tab.c 399 /** If the \a variable name is obsolete, return the name to use,
400 * otherwise \a variable. */
403 muscle_percent_variable_update (char const *variable)
416 char const *res = variable;
419 if (STREQ (conversion[i].obsolete, variable))
433 char const *variable = muscle_percent_variable_update (var); local
434 char const *name = UNIQSTR_CONCAT ("percent_define(", variable, ")");
435 char const *loc_name = UNIQSTR_CONCAT ("percent_define_loc(", variable, ")");
437 UNIQSTR_CONCAT ("percent_define_syncline(", variable, ")");
438 char const *how_name = UNIQSTR_CONCAT ("percent_define_how(", variable, ")");
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 154 // A program that jumps from a point where a variable with automatic
156 // is ill-formed unless the variable has scalar type, class type with
162 // A program that jumps from a point where a local variable
164 // where it is in scope is ill-formed unless the variable has
194 // If we need to call a non trivial destructor for this variable,
202 // For a variable declared without an initializer, we will have
277 llvm_unreachable("non-lifetime captured variable");
325 // Evaluate the condition variable before entering the scope of the switch
479 VarDecl *variable = ci->getVariable(); local
480 BuildScopeInformation(variable, BDecl, ParentScope)
    [all...]
  /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{{possible target for call}}
192 int& NestedMemfunTemplate() { return variable; } // expected-note{{possible target for call}}
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/smack/src/org/jivesoftware/smackx/filetransfer/
FileTransferNegotiator.java 75 * A static variable to use only offer IBB for file transfer. It is generally recommend to only
76 * set this variable to true for testing purposes as IBB is the backup file transfer method
308 String variable; local
312 variable = it.next().getValue();
313 if (variable.equals(Socks5BytestreamManager.NAMESPACE) && !IBB_ONLY) {
316 else if (variable.equals(InBandBytestreamManager.NAMESPACE)) {
443 String variable; local
447 variable = it.next();
448 if (variable.equals(Socks5BytestreamManager.NAMESPACE) && !IBB_ONLY) {
451 else if (variable.equals(InBandBytestreamManager.NAMESPACE)) {
    [all...]
  /frameworks/base/tools/aidl/
AST.h 67 struct Variable : public Expression
73 Variable();
74 Variable(Type* type, const string& name);
75 Variable(Type* type, const string& name, int dimension);
76 virtual ~Variable();
100 Variable *variable; member in struct:Field
104 Field(int modifiers, Variable* variable);
140 Variable* lvalue
    [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/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 59 import org.apache.xpath.operations.Variable;
166 expr = variable(opPos); break;
529 * Compile a variable reference.
533 * @return reference to {@link org.apache.xpath.operations.Variable} instance.
537 protected Expression variable(int opPos) throws TransformerException method in class:Compiler
540 Variable var = new Variable();
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
OutputHLSL.cpp 1468 TIntermTyped *variable = sequence[0]->getAsTyped(); local
2176 TIntermTyped *variable = sequence[0]->getAsTyped(); local
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
variables.c 2 * variables.c: Implementation of the variable storage and lookup
127 * insinde an xsl:variable and xsl:param to the lifetime of the
163 * When evaluating "select" expressions of xsl:variable
165 * to the variable itself; otherwise the tragment will be
298 * global variable or a doc acquired via the
558 * Example: The fragment of the variable must not be freed
561 * <xsl:variable name="bar">
563 * </xsl:variable>
576 * Cache or free the variable structure.
638 * First lookup expects the variable name and URI t
1780 xsltStackElemPtr variable; local
2223 xsltStackElemPtr variable = NULL, cur; local
    [all...]
  /external/chromium_org/v8/src/
scopes.cc 47 // When inserting a new variable via Declare(), we rely on the fact that
48 // the handle location remains alive for the duration of that variable
49 // use. Because a Variable holding a handle with the same location exists
67 Variable* VariableMap::Declare(
72 Variable::Kind kind,
78 // The variable has not been declared yet -> insert it.
80 p->value = new(zone()) Variable(scope,
88 return reinterpret_cast<Variable*>(p->value);
92 Variable* VariableMap::Lookup(Handle<String> name) {
98 return reinterpret_cast<Variable*>(p->value)
170 Variable* variable = variables_.Declare(this, local
    [all...]
  /external/libxslt/libxslt/
variables.c 2 * variables.c: Implementation of the variable storage and lookup
127 * insinde an xsl:variable and xsl:param to the lifetime of the
163 * When evaluating "select" expressions of xsl:variable
165 * to the variable itself; otherwise the tragment will be
298 * global variable or a doc acquired via the
558 * Example: The fragment of the variable must not be freed
561 * <xsl:variable name="bar">
563 * </xsl:variable>
576 * Cache or free the variable structure.
638 * First lookup expects the variable name and URI t
1780 xsltStackElemPtr variable; local
2223 xsltStackElemPtr variable = NULL, cur; local
    [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 54 "Debug Variable Analysis", false, false)
58 "Debug Variable Analysis", false, false)
97 /// UserValue - A user value is a part of a debug info user variable.
100 /// holds part of a user variable. The part is identified by a byte offset.
103 /// user values are related if they refer to the same variable, or if they are
109 const MDNode *variable; ///< The debug info variable we are part of. member in class:__anon23544::UserValue
110 unsigned offset; ///< Byte offset into variable.
112 DebugLoc dl; ///< The debug location for the variable. This is
140 : variable(var), offset(o), IsIndirect(i), dl(L), leader(this)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11modes.c 549 const char *variable = SDL_getenv("SDL_VIDEO_FULLSCREEN_DISPLAY"); local
550 if ( !variable ) {
551 variable = SDL_getenv("SDL_VIDEO_FULLSCREEN_HEAD");
553 if ( variable ) {
554 desired = SDL_atoi(variable);
    [all...]
  /external/v8/src/
scopes.cc 46 // When inserting a new variable via Declare(), we rely on the fact that
47 // the handle location remains alive for the duration of that variable
48 // use. Because a Variable holding a handle with the same location exists
64 Variable* VariableMap::Declare(
69 Variable::Kind kind,
74 // The variable has not been declared yet -> insert it.
76 p->value = new Variable(scope,
84 return reinterpret_cast<Variable*>(p->value);
88 Variable* VariableMap::Lookup(Handle<String> name) {
93 return reinterpret_cast<Variable*>(p->value)
160 Variable* variable = variables_.Declare(this, local
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FilterGraph.java 107 * Adds a variable to the graph.
111 * @param name the name of the variable.
112 * @param value the value of the variable or null if no value is to be set yet.
113 * @return the VariableSource filter that holds the value of this variable.
248 // Get variable
249 Filter variable = getFilter(varName); local
250 if (variable == null || !(variable instanceof VariableSource)) {
251 throw new IllegalArgumentException("Unknown variable '" + varName + "'!");
254 // Connect variable (and possibly branch) variable to filte
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.java 112 // SimpleCTP.g:12:1: declaration : ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader block ) );
115 // SimpleCTP.g:13:5: ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader block ) )
142 // SimpleCTP.g:13:9: variable
145 variable(); method
203 // $ANTLR start "variable"
204 // SimpleCTP.g:18:1: variable : ^( VAR_DEF type declarator ) ;
205 public final void variable() throws RecognitionException { method in class:SimpleCTP
237 // $ANTLR end "variable"
399 // SimpleCTP.g:41:1: block : ^( BLOCK ( variable )* ( stat )* ) ;
402 // SimpleCTP.g:42:5: ( ^( BLOCK ( variable )* ( stat )* )
425 variable(); method
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.java 112 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:12:1: declaration : ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader block ) );
115 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:13:5: ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader block ) )
142 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:13:9: variable
145 variable(); method
203 // $ANTLR start "variable"
204 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:18:1: variable : ^( VAR_DEF type declarator ) ;
205 public final void variable() throws RecognitionException { method in class:SimpleCTP
237 // $ANTLR end "variable"
399 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:41:1: block : ^( BLOCK ( variable )* ( stat )* ) ;
402 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:42:5: ( ^( BLOCK ( variable )* ( stat )* )
425 variable(); method
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateInterpreter.java 209 Data variable = dataContext.findVariable(variableName, true); local
211 variable.setValue(value.asString());
213 // "set" was used to set a variable to a constant or escaped value like
216 variable.setEscapeMode(value.getEscapeMode());
225 * &lt;?cs name:blah &gt; command. Writes out the name of the original variable referred to by a
232 Data variable = dataContext.findVariable(variableName, false); local
233 if (variable != null) {
234 context.writeEscaped(variable.getSymlink().getName());
299 // With refers to a non-existent variable. Do nothing.
467 * &lt;?cs call:someMacro(x,y) command. Call a macro. Need to create a new variable scope to hol
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
FrameWork.py 461 nextid = 1 # Necessarily a class variable class in class:MenuBar
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp 1246 CSSVariableValue* variable = toCSSVariableValue(value); local
    [all...]

Completed in 1893 milliseconds

12 3 4 5 6