Searched defs:constants (Results 1 - 19 of 19) sorted by relevance

/external/jpeg/
H A Darmv6_idct.S36 * 16-bit constants; r12 and r14 hold two of the four arguments; and r8 hold
137 // Load constants.
138 ldrd r10, constants
213 // Precomputed 16-bit constants: 27146, 15137, -21407, -8867.
216 constants: label
239 // Load constants.
240 ldrd r10, constants
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
H A Dpopuplib.js37 // Library constants
39 popupManager.constants = {
134 var darkCover = window.document.getElementById(window.popupManager.constants['darkCover']);
137 darkCover['id'] = window.popupManager.constants['darkCover'];
138 darkCover.setAttribute('style', window.popupManager.constants['darkCoverStyle']);
184 this.constants.openidSpec.identifier_select;
186 this.constants.openidSpec.identifier_select;
188 this.constants.openidSpec.namespace2;
249 var darkCover = window.document.getElementById(window.popupManager.constants['darkCover']);
/external/emma/core/java12/com/vladium/jcd/cls/
H A DAbstractClassDefVisitor.java38 public Object visit (final IConstantCollection constants, final Object ctx) argument
H A DIClassDefVisitor.java21 Object visit (IConstantCollection constants, Object ctx); argument
H A DField_info.java74 public Field_info (final IConstantCollection constants, argument
89 final Attribute_info attribute_info = Attribute_info.new_Attribute_info (constants, bytes);
H A DConstantCollection.java204 ConstantIterator (final List/* CONSTANT_info */ constants) argument
206 m_constants = constants;
H A DMethod_info.java75 public Method_info (final IConstantCollection constants, argument
91 final Attribute_info attribute_info = Attribute_info.new_Attribute_info (constants, bytes);
/external/bluetooth/hcidump/parser/
H A Dobex.c262 uint8_t version, flags, constants; local
326 constants = get_u8(frm);
327 printf(" flags %d constants %d\n", flags, constants);
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DAttribute_info.java98 * @param constants constant pool for the parent class [may not be null; not validated]
105 public static Attribute_info new_Attribute_info (final IConstantCollection constants, argument
112 final CONSTANT_Utf8_info attribute_name = (CONSTANT_Utf8_info) constants.get (attribute_name_index);
117 return new CodeAttribute_info (constants, attribute_name_index, attribute_length, bytes);
H A DCodeAttribute_info.java207 CodeAttribute_info (final IConstantCollection constants, argument
242 Attribute_info attribute_info = Attribute_info.new_Attribute_info (constants, bytes);
/external/mesa3d/src/glsl/
H A Dloop_analysis.h88 exec_list constants; member in class:loop_variable_state
148 /** Are all variables in the RHS of the assignment loop constants? */
164 * \c b * \c biv + \c c, where \c b and \c c are loop constants and \c i
H A Dir_to_llvm.cpp102 llvm::Value * inputsPtr, * outputsPtr, * constantsPtr; // internal globals to store inputs/outputs/constants pointers
103 llvm::Value * inputs, * outputs, * constants; member in class:ir_to_llvm_visitor
109 inputs(NULL), outputs(NULL), constants(NULL)
208 v = bld.CreateConstGEP1_32(constants, var->location);
250 // // this constants need to be external (ie. written to output)
296 params.push_back(vecPtrTy); // constants
1348 constants = ai;
1361 constants = bld.CreateLoad(constantsPtr);
1365 constants->setName("gl_constants");
/external/mesa3d/src/pixelflinger2/
H A Draster.cpp58 VertexOutput * output, const float (*constants)[4])
61 function(input, output, constants);
80 // const Vector4 * constants = (Vector4 *)
82 // ctx->glCtx->Shader.CurrentProgram->GLVMVP->function(input, output, constants);
57 GGLProcessVertex(const gl_shader_program * program, const VertexInput * input, VertexOutput * output, const float (*constants)[4]) argument
H A Dscanline.cpp181 const float (*constants)[4], void * frame,
189 const VertexOutput_t * start, const VertexOutput_t * end, const float (*constants)[4])
237 // LOGD("pf2 GGLScanLine scanline=%p start=%p constants=%p", scanLineFunction, &vertex, constants);
239 scanLineFunction(&vertex, &vertexDx, constants, frame, depth, stencil, activeStencil, endX - startX + 1);
186 GGLScanLine(const gl_shader_program * program, const GGLPixelFormat colorFormat, void * frameBuffer, int * depthBuffer, unsigned char * stencilBuffer, unsigned bufferWidth, unsigned bufferHeight, GGLActiveStencil * activeStencil, const VertexOutput_t * start, const VertexOutput_t * end, const float (*constants)[4]) argument
H A Dllvm_scanline.cpp431 funcArgs.push_back(vectorPtr); // constants
475 Value * constants = args++; local
476 constants->setName("constants");
637 CallInst *call = builder.CreateCall3(fsFunction,inputs, outputs, constants);
/external/v8/src/
H A Ddisassembler.cc130 int constants = -1; // no constants being decoded at the start local
135 if (constants > 0) {
139 constants--;
147 constants = num_const;
/external/chromium/base/
H A Dmime_util_xdg.cc448 MimeUtilConstants* constants = MimeUtilConstants::GetInstance(); local
450 if (constants->last_check_time_ == 0) {
451 constants->icon_dirs_ = new std::map<FilePath, int>;
452 constants->icon_themes_ = new std::map<std::string, IconTheme*>;
454 constants->last_check_time_ = now;
458 if (now > constants->last_check_time_ + constants->kUpdateInterval) {
466 MimeUtilConstants* constants = MimeUtilConstants::GetInstance(); local
468 std::map<FilePath, int>* icon_dirs = constants->icon_dirs_;
469 std::vector<std::string>* icon_formats = &constants
531 MimeUtilConstants* constants = MimeUtilConstants::GetInstance(); local
[all...]
/external/webkit/Source/WebCore/bindings/v8/
H A DV8Proxy.cpp125 const BatchedConstant* constants,
129 const BatchedConstant* constant = &constants[i];
123 batchConfigureConstants(v8::Handle<v8::FunctionTemplate> functionDescriptor, v8::Handle<v8::ObjectTemplate> proto, const BatchedConstant* constants, size_t constantCount) argument
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 324 milliseconds