| /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmInstructionTests.cpp | 3596 …s)[N], const RGBA (&inputColors)[4], const RGBA (&outputColors)[4], const map<string, string>& tes… in createInstanceContext() 3608 …lements)[N], RGBA (&inputColors)[4], const RGBA (&outputColors)[4], const map<string, string>& tes… in createInstanceContext() 3615 InstanceContext createInstanceContext (const ShaderElement (&elements)[N], const map<string, string… in createInstanceContext() 3720 string makeVertexShaderAssembly(const map<string, string>& fragments) in makeVertexShaderAssembly() 3802 string makeTessControlShaderAssembly (const map<string, string>& fragments) in makeTessControlShaderAssembly() 3926 string makeTessEvalShaderAssembly(const map<string, string>& fragments) in makeTessEvalShaderAssembly() 4063 string makeGeometryShaderAssembly(const map<string, string>& fragments) in makeGeometryShaderAssembly() 4163 string makeFragmentShaderAssembly(const map<string, string>& fragments) in makeFragmentShaderAssembly() 5621 … name, const RGBA (&inputColors)[4], const RGBA (&outputColors)[4], const map<string, string>& tes… in createTestsForAllStages() 5671 … name, const RGBA (&inputColors)[4], const RGBA (&outputColors)[4], const map<string, string>& tes… in createTestsForAllStages() [all …]
|
| /external/v8/src/ |
| D | factory.cc | 232 Handle<String> Factory::InternalizeUtf8String(Vector<const char> string) { in InternalizeUtf8String() 238 Handle<String> Factory::InternalizeOneByteString(Vector<const uint8_t> string) { in InternalizeOneByteString() 245 Handle<SeqOneByteString> string, int from, int length) { in InternalizeOneByteString() 251 Handle<String> Factory::InternalizeTwoByteString(Vector<const uc16> string) { in InternalizeTwoByteString() 263 MaybeHandle<String> Factory::NewStringFromOneByte(Vector<const uint8_t> string, in NewStringFromOneByte() 282 MaybeHandle<String> Factory::NewStringFromUtf8(Vector<const char> string, in NewStringFromUtf8() 356 MaybeHandle<String> Factory::NewStringFromTwoByte(const uc16* string, in NewStringFromTwoByte() 381 MaybeHandle<String> Factory::NewStringFromTwoByte(Vector<const uc16> string, in NewStringFromTwoByte() 387 const ZoneVector<uc16>* string, PretenureFlag pretenure) { in NewStringFromTwoByte() 414 Handle<SeqOneByteString> string, int offset, int length, in NewOneByteInternalizedSubString() [all …]
|
| D | elements.cc | 142 FixedArray* to = FixedArray::cast(to_base); in CopyObjectToObjectElements() local 180 FixedArray* to = FixedArray::cast(to_base); in CopyDictionaryToObjectElements() local 237 Handle<FixedArray> to(FixedArray::cast(to_base), isolate); in CopyDoubleToObjectElements() local 276 FixedDoubleArray* to = FixedDoubleArray::cast(to_base); in CopyDoubleToDoubleElements() local 308 FixedDoubleArray* to = FixedDoubleArray::cast(to_base); in CopySmiToDoubleElements() local 351 FixedDoubleArray* to = FixedDoubleArray::cast(to_base); in CopyPackedSmiToDoubleElements() local 381 FixedDoubleArray* to = FixedDoubleArray::cast(to_base); in CopyObjectToDoubleElements() local 414 FixedDoubleArray* to = FixedDoubleArray::cast(to_base); in CopyDictionaryToDoubleElements() local 956 FixedArrayBase* to, ElementsKind from_kind, in CopyElementsImpl() 963 ElementsKind from_kind, Handle<FixedArrayBase> to, in CopyElements() [all …]
|
| D | objects-inl.h | 535 explicit SequentialStringKey(Vector<const Char> string, uint32_t seed) in SequentialStringKey() 564 bool IsMatch(Object* string) override { in IsMatch() 574 SeqOneByteSubStringKey(Handle<SeqOneByteString> string, int from, int length) in SeqOneByteSubStringKey() 610 bool IsMatch(Object* string) override { in IsMatch() 621 explicit Utf8StringKey(Vector<const char> string, uint32_t seed) in Utf8StringKey() 624 bool IsMatch(Object* string) override { in IsMatch() 2445 void FixedDoubleArray::FillWithHoles(int from, int to) { in FillWithHoles() 2647 void FixedArray::FillWithHoles(int from, int to) { in FillWithHoles() 2824 for (int number = 0; number < len; number++) { in LinearSearch() local 2839 for (int number = 0; number < valid_entries; number++) { in LinearSearch() local [all …]
|
| D | api.cc | 2131 bool Check(i::String* string) { in Check() 2922 i::Handle<i::String> string = Utils::OpenHandle(*json_string); in Parse() local 2937 i::Handle<i::String> string = Utils::OpenHandle(*json_string); in Parse() local 5183 bool Check(i::String* string) { in Check() 5332 static i::ConsString* VisitFlat(i::String* string, in VisitFlat() 5728 static inline int WriteHelper(const String* string, in WriteHelper() 6420 inline int StringLength(const char* string) { in StringLength() 6425 inline int StringLength(const uint8_t* string) { in StringLength() 6430 inline int StringLength(const uint16_t* string) { in StringLength() 6441 i::Vector<const char> string) { in NewString() [all …]
|
| /external/v8/src/builtins/ |
| D | builtins-regexp.cc | 269 compiler::Node* string) { in ConstructNewResultFromMatchInfo() 377 Node* const string = a->CallStub(tostring_callable, context, maybe_string); in RegExpPrototypeExecInternal() local 993 compiler::Node* recv, compiler::Node* string) { in RegExpExec() 1080 Node* const string = a->ToString(context, maybe_string); in Generate_RegExpPrototypeTest() local 1099 Handle<String> string; in BUILTIN() local 1166 compiler::Node* const string, in Generate_RegExpPrototypeSearchBody() 1274 Node* const string = a->ToString(context, maybe_string); in Generate_RegExpPrototypeSearch() local 1296 Handle<Object> number; in ToUint32() local 1302 bool AtSurrogatePair(Isolate* isolate, Handle<String> string, int index) { in AtSurrogatePair() 1318 Handle<String> string, in RegExpSplit() [all …]
|
| /external/v8/src/crankshaft/ |
| D | hydrogen.cc | 1518 HValue* HGraphBuilder::BuildCheckString(HValue* string) { in BuildCheckString() 1845 Handle<Object> number = HConstant::cast(object)->handle(isolate()); in BuildNumberToString() local 2808 HValue* to, in BuildFillElementsWithValue() 2854 HValue* to) { in BuildFillElementsWithHole() 6826 HInstruction* HGraphBuilder::AddLoadStringInstanceType(HValue* string) { in AddLoadStringInstanceType() 6839 HInstruction* HGraphBuilder::AddLoadStringLength(HValue* string) { in AddLoadStringLength() 6844 HInstruction* HGraphBuilder::BuildLoadStringLength(HValue* string) { in BuildLoadStringLength() 7553 HValue* string = Pop(); in BuildLoad() local 8422 int number = in IsReadOnlyLengthDescriptor() local 8535 HValue* string = Pop(); in TryInlineBuiltinMethodCall() local [all …]
|
| /external/libxml2/ |
| D | xpath.c | 775 int number; member 951 xmlChar *string; member 3091 xmlXPathFormatNumber(double number, char buffer[], int buffersize) in xmlXPathFormatNumber() 6325 const xmlChar * string = NULL; in xmlXPathNodeValHash() local 6442 xmlXPathStringHash(const xmlChar * string) { in xmlXPathStringHash() 9392 xmlXPathObjectPtr to; in xmlXPathTranslateFunction() local
|