Searched refs:initializer (Results 1 - 25 of 171) sorted by last modified time

1234567

/external/stressapptest/
H A Dconfigure5255 reject this program, as the initializer for xlcbug is
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jar ... javassist.CtField$FloatInitializer extends javassist.CtField$Initializer { float value void " href="/5.1.0_r1/s ...
/external/ppp/pppd/
H A Dpppd.h285 extern char *initializer; /* Script to initialize physical link */
H A Dtty.c141 char *initializer = NULL; /* Script to initialize physical link */ variable
180 { "init", o_string, &initializer,
604 * If we have a non-null connection or initializer script,
613 || initializer != NULL));
673 if ((connector && connector[0]) || initializer) {
683 if (initializer && initializer[0]) {
684 if (device_script(initializer, ttyfd, ttyfd, 0) < 0) {
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/mesa3d/src/glsl/
H A Dast.h321 ast_expression *initializer);
329 ast_expression *initializer; member in class:ast_declaration
H A Dast_to_hir.cpp2340 * Generate the IR for an initializer in a variable declaration
2350 YYLTYPE initializer_loc = decl->initializer->get_location();
2378 ir_rvalue *rhs = decl->initializer->hir(initializer_instructions,
2393 "initializer of %s variable `%s' must be a "
2408 "initializer of type %s cannot be assigned to "
2439 * its full type from the initializer. A declaration such as
2453 * to do_assignment can change the type of the initializer (via
2454 * the implicit conversion rules). For uniforms the initializer
2499 assert(decl->initializer == NULL);
2880 /* Process the initializer an
[all...]
H A Dglsl_parser_extras.cpp724 if (initializer) {
726 initializer->print();
733 ast_expression *initializer)
738 this->initializer = initializer;
731 ast_declaration(const char *identifier, int is_array, ast_expression *array_size, ast_expression *initializer) argument
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli850 as the initializer for a global variable. See the method
856 value can in turn be used as the initializer for a global variable.
862 This value can in turn be used as the initializer for a global variable.
868 in the context [context]. This value can in turn be used as the initializer
874 This value can in turn be used as the initializer
881 the initializer for a global variable. See the method
1262 initializer [init] in module [m] in the default address space (0). If the
1268 name [name] and initializer [init] in module [m] in the address space
1330 (** [global_initializer gv] returns the initializer for the global variable
1334 (** [set_initializer c gv] sets the initializer fo
[all...]
/external/llvm/bindings/python/llvm/
H A Ddisassembler.py50 for initializer in ("TargetInfo", "TargetMC", "Disassembler"):
52 f = getattr(lib, "LLVMInitialize" + tgt + initializer)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml246 (* Register all variables and emit their initializer. *)
248 (* Emit the initializer before adding the variable to scope, this
249 * prevents the initializer from referencing the variable itself, and
H A Dparser.ml147 (* read in the optional initializer. *)
/external/llvm/include/llvm/Support/
H A DCommandLine.h310 struct initializer { struct in namespace:llvm::cl
312 initializer(const Ty &Val) : Init(Val) {} function in struct:llvm::cl::initializer
319 initializer<Ty> init(const Ty &Val) {
320 return initializer<Ty>(Val);
/external/lldb/include/lldb/Expression/
H A DIRForTarget.h273 /// @param[in] initializer
274 /// The constant initializer for the variable.
283 MaybeSetConstantResult (llvm::Constant *initializer,
417 /// Write an initializer to a memory array of assumed sufficient
423 /// @param[in] initializer
424 /// The initializer itself.
430 MaterializeInitializer (uint8_t *data, llvm::Constant *initializer);
/external/lldb/source/Expression/
H A DIRForTarget.cpp618 NULL, /* no initializer */
661 log->Printf("Couldn't find initializer for unused variable");
664 m_error_stream->Printf("Internal error [IRForTarget]: Result variable (%s) has no writes and no initializer\n", result_name);
669 Constant *initializer = result_global->getInitializer(); local
671 StoreInst *synthesized_store = new StoreInst(initializer,
870 log->PutCString("NSString variable does not have an initializer");
873 m_error_stream->Printf("Internal error [IRForTarget]: An Objective-C constant string does not have an initializer\n");
883 log->PutCString("NSString variable's initializer is not a ConstantStruct");
903 log->Printf("NSString variable's initializer structure has an unexpected number of members. Should be 4, is %d", nsstring_struct->getNumOperands());
916 log->PutCString("NSString initializer'
1360 MaterializeInitializer(uint8_t *data, Constant *initializer) argument
1440 Constant *initializer = global_variable->getInitializer(); local
[all...]
/external/javassist/src/main/javassist/
H A DCtClassType.java1477 if (doInit) // need an initializer for static fileds.
1561 Bytecode initializer,
1575 int pos = it.insertEx(initializer.get());
1576 it.insert(initializer.getExceptionTable(), pos);
1560 insertAuxInitializer(CodeAttribute codeAttr, Bytecode initializer, int stacksize) argument
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java283 // TODO: should also check for presence of a non-zero initializer
335 final ConstantValueAttribute_info initializer = new ConstantValueAttribute_info (nameIndex, valueIndex);
336 fieldAttributes.add (initializer);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.variables_3.2.400.v20100505.jar ... object org.eclipse.core.variables.IValueVariableInitializer initializer org.eclipse.core.runtime.CoreException e ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 267 milliseconds

1234567