HomeSort by relevance Sort by last modified time
    Searched refs:CONST (Results 76 - 100 of 124) sorted by null

1 2 34 5

  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 54 static bool charactersAreAllASCII(const String& s)
69 static bool LookupAltName(const String& name, String& altName)
81 const int japaneseCodepage = 932;
82 const int simplifiedChineseCodepage = 936;
83 const int koreanCodepage = 949;
84 const int traditionalChineseCodepage = 950;
92 static const NamePair namePairs[] = {
205 typedef HashMap<String, const FontCodepage*> NameMap;
240 static HFONT createFontIndirectAndGetWinName(const String& family, LOGFONT* winfont, String* winName)
267 typedef HashMap<const wchar_t*, icu::UnicodeSet*> FontCmapCache
    [all...]
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.cpp 30 void CreateSparseWeightVector(JNIEnv* env, const jobjectArray keys, const float* values,
31 const int length, SparseWeightVector<string> * sample) {
36 const char *key = env->GetStringUTFChars(s, &iscopy);
43 const char * name , const char * paramValue, int index) {
52 const int length, SparseWeightVector<string> *sample) {
79 const int keys_m_len = env->GetArrayLength(key_array_model);
81 const int values_m_len = env->GetArrayLength(value_array_model);
104 const char *cKey = env->GetStringUTFChars(key, &iscopy)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 336 DEF_RTL_EXPR(CONST, "const", "e", RTX_CONST_OBJ)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 336 DEF_RTL_EXPR(CONST, "const", "e", RTX_CONST_OBJ)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 336 DEF_RTL_EXPR(CONST, "const", "e", RTX_CONST_OBJ)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 336 DEF_RTL_EXPR(CONST, "const", "e", RTX_CONST_OBJ)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 54 public static final int CONST = 0x14;
RopToDop.java 85 * const/4 should cover that.
310 * And const instruction need to distinguish between strings and
402 case RegOps.CONST: {
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 64 public static final int CONST = 0x14;
OpcodeInfo.java 135 new Info(Opcodes.CONST_4, "const/4",
139 new Info(Opcodes.CONST_16, "const/16",
142 public static final Info CONST =
143 new Info(Opcodes.CONST, "const",
147 new Info(Opcodes.CONST_HIGH16, "const/high16",
151 new Info(Opcodes.CONST_WIDE_16, "const-wide/16",
155 new Info(Opcodes.CONST_WIDE_32, "const-wide/32",
159 new Info(Opcodes.CONST_WIDE, "const-wide",
163 new Info(Opcodes.CONST_WIDE_HIGH16, "const-wide/high16"
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectOutputStreamTest.java 900 final int CONST = -500;
901 spf.anInstanceVar = CONST;
908 ((SerialPersistentFieldsWithoutField) objLoaded).anInstanceVar != CONST);
    [all...]
  /external/v8/src/
preparser.cc 122 const char* name = i::Token::String(token);
162 case i::Token::CONST:
229 case i::Token::CONST:
308 const char* type = "strict_function_name";
354 // If the variable declaration declares exactly one non-const
365 // ('var' | 'const') (Identifier ('=' AssignmentExpression)?)+[',']
367 // The ES6 Draft Rev3 specifies the following grammar for const declarations
370 // const ConstBinding (',' ConstBinding)* ';'
380 } else if (peek() == i::Token::CONST) {
383 // ConstDeclaration : const ConstBinding (',' ConstBinding)* ';
    [all...]
parser.cc 213 Vector<const uc16> char_vector = characters_->ToConstVector();
216 Vector<const uc16> prefix = char_vector.SubVector(0, num_chars - 1);
360 const char* ScriptDataImpl::ReadString(unsigned* start, int* chars) {
378 const char* ScriptDataImpl::BuildMessage() {
384 Vector<const char*> ScriptDataImpl::BuildArgs() {
386 const char** array = NewArray<const char*>(arg_count);
396 return Vector<const char*>(array, arg_count);
758 void Parser::ReportMessage(const char* type, Vector<const char*> args)
    [all...]
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 135 new Info(Opcodes.CONST_4, "const/4",
139 new Info(Opcodes.CONST_16, "const/16",
142 public static final Info CONST =
143 new Info(Opcodes.CONST, "const",
147 new Info(Opcodes.CONST_HIGH16, "const/high16",
151 new Info(Opcodes.CONST_WIDE_16, "const-wide/16",
155 new Info(Opcodes.CONST_WIDE_32, "const-wide/32",
159 new Info(Opcodes.CONST_WIDE, "const-wide",
163 new Info(Opcodes.CONST_WIDE_HIGH16, "const-wide/high16"
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/
DSPProcessor.c 96 OPTIONAL CONST struct DSP_PROCESSORATTRIN *pAttrIn,
  /system/core/libpixelflinger/
trap.cpp 37 static void pointx_validate(void *con, const GGLcoord* c, GGLcoord r);
38 static void pointx(void *con, const GGLcoord* c, GGLcoord r);
39 static void aa_pointx(void *con, const GGLcoord* c, GGLcoord r);
40 static void aa_nice_pointx(void *con, const GGLcoord* c, GGLcoord r);
42 static void linex_validate(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w);
43 static void linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w);
44 static void aa_linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w)
    [all...]
pixelflinger.cpp 46 static const uint8_t gDitherMatrix[GGL_DITHER_SIZE] = {
73 static inline int min(int a, int b) CONST;
78 static inline int max(int a, int b) CONST;
93 static void ggl_bindTexture(void* con, const GGLSurface* surface)
102 static void ggl_bindTextureLod(void* con, GGLuint tmu,const GGLSurface* surface)
109 static void ggl_colorBuffer(void* con, const GGLSurface* surface)
129 static void ggl_readBuffer(void* con, const GGLSurface* surface)
135 static void ggl_depthBuffer(void* con, const GGLSurface* surface)
218 static void ggl_color4xv(void* con, const GGLclampx* color)
227 static void ggl_colorGrad12xv(void* con, const GGLcolor* grad
    [all...]
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/internal/utils/
ApktoolUtils.java 86 private static final String CONST = "const";
446 else if (line.trim().startsWith(CONST))
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 386 * Add a const-class instruction for the specified array
427 // Add a move-result-pseudo for the get-static or const
779 return RegOps.CONST;
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 257 * const/4 should cover that.
482 * And const instruction need to distinguish between strings and
574 case RegOps.CONST: {
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 495 case RegOps.CONST: {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopToDop.java 257 * const/4 should cover that.
482 * And const instruction need to distinguish between strings and
574 case RegOps.CONST: {
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SCCP.java 495 case RegOps.CONST: {
  /external/expat/amiga/
expat_vectors.c 31 extern XML_Parser _Expat_XML_ParserCreate(struct ExpatIFace *, const XML_Char * encodingName);
32 extern XML_Parser _Expat_XML_ParserCreateNS(struct ExpatIFace *, const XML_Char * encodingName, XML_Char nsSep);
33 extern XML_Parser _Expat_XML_ParserCreate_MM(struct ExpatIFace *, const XML_Char * encoding, const XML_Memory_Handling_Suite * memsuite, const XML_Char * namespaceSeparator);
34 extern XML_Parser _Expat_XML_ExternalEntityParserCreate(struct ExpatIFace *, XML_Parser parser, const XML_Char * context, const XML_Char * encoding);
36 extern enum XML_Status _Expat_XML_Parse(struct ExpatIFace *, XML_Parser parser, const char * s, int len, int isFinal);
67 extern const XML_LChar * _Expat_XML_ErrorString(struct ExpatIFace *, enum XML_Error code);
72 extern const char * _Expat_XML_GetInputContext(struct ExpatIFace *, XML_Parser parser, int * offset, i (…)
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 279 ASSERT(proxy->var()->mode() == CONST ||
347 static const int kMaxBackEdgeWeight = 127;
348 static const int kBackEdgeDistanceDivisor = 142;
462 void FullCodeGenerator::EffectContext::Plug(Variable* var) const {
467 void FullCodeGenerator::AccumulatorValueContext::Plug(Variable* var) const {
473 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const {
480 void FullCodeGenerator::TestContext::Plug(Variable* var) const {
489 void FullCodeGenerator::EffectContext::Plug(Heap::RootListIndex index) const {
494 Heap::RootListIndex index) const {
500 Heap::RootListIndex index) const {
    [all...]

Completed in 816 milliseconds

1 2 34 5