/external/v8/src/compiler/ |
js-create-lowering.cc | 853 Node* extension = jsgraph()->TheHoleConstant(); local 871 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), extension); local 899 Node* extension = aa.Finish(); local 901 AllocationBuilder a(jsgraph(), extension, control); local 906 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), extension); local 931 Node* extension = aa.Finish(); local 933 AllocationBuilder a(jsgraph(), extension, control); local 939 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), extension); local 961 Node* extension = jsgraph()->Constant(scope_info); local 968 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), extension); local [all...] |
/external/wayland-protocols/ |
wayland_protocol_codegen.go | 17 // Package wayland_protcool defines extension modules for the Soong build system 20 // The primary extension module is "wayland_protocol_codegen", which applies a 28 // as a suffix can be added to the protocol filename (without extension). 47 // Register out extension module type name with Soong. 345 // waylandCodegenModuleFactory creates an extension module instance.
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/ |
inst.go | 75 PrefixREX Prefix = 0x40 // REX 64-bit extension prefix 76 PrefixREXW Prefix = 0x08 // extension bit W (64-bit instruction width) 77 PrefixREXR Prefix = 0x04 // extension bit R (r field in modrm) 78 PrefixREXX Prefix = 0x02 // extension bit X (index field in sib) 79 PrefixREXB Prefix = 0x01 // extension bit B (r/m field in modrm or base field in sib)
|
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/ |
inst.go | 75 PrefixREX Prefix = 0x40 // REX 64-bit extension prefix 76 PrefixREXW Prefix = 0x08 // extension bit W (64-bit instruction width) 77 PrefixREXR Prefix = 0x04 // extension bit R (r field in modrm) 78 PrefixREXX Prefix = 0x02 // extension bit X (index field in sib) 79 PrefixREXB Prefix = 0x01 // extension bit B (r/m field in modrm or base field in sib)
|
/external/mesa3d/src/egl/drivers/dri2/ |
platform_x11.c | 617 const xcb_query_extension_reply_t *extension; local 622 extension = xcb_get_extension_data(dri2_dpy->conn, &xcb_xfixes_id); 623 if (!(extension && extension->present)) 626 extension = xcb_get_extension_data(dri2_dpy->conn, &xcb_dri2_id); 627 if (!(extension && extension->present)) [all...] |
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
grpc_session_test.cc | 852 GraphDef extension; local 862 &extension); 865 Status s = session->Extend(extension); 879 &extension); 881 TF_CHECK_OK(session->Extend(extension)); 893 &extension); 895 s = session->Extend(extension); [all...] |
/prebuilts/tools/common/eclipse/ |
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar | |
/external/protobuf/python/google/protobuf/pyext/ |
message.cc | 130 // If there are extension_ranges, the message is "extendable", and extension 185 // For each extension set cls.<extension name> = <extension descriptor>. 187 // Extension descriptors come from 191 const google::protobuf::FieldDescriptor* field = descriptor->extension(i); 197 // Add the extension field to the message class. 203 // For each extension set cls.<extension name>_FIELD_NUMBER = <number>. 473 // Visit each composite field and extension field of this CMessage 2125 PyObject* extension = PyObject_GetItem( local [all...] |
/prebuilts/go/darwin-x86/src/crypto/x509/ |
x509_test.go | 516 extraExtensionData := []byte("extra extension") 576 ExtraExtensions: []pkix.Extension{ 581 // This extension should override the SubjectKeyId, above. 649 t.Fatal("SAN extension is marked critical") 714 t.Errorf("%s: didn't find extra extension in DER output", test.name) [all...] |
/prebuilts/go/linux-x86/src/crypto/x509/ |
x509_test.go | 516 extraExtensionData := []byte("extra extension") 576 ExtraExtensions: []pkix.Extension{ 581 // This extension should override the SubjectKeyId, above. 649 t.Fatal("SAN extension is marked critical") 714 t.Errorf("%s: didn't find extra extension in DER output", test.name) [all...] |
/external/ImageMagick/MagickCore/ |
type.c | 749 extension[MagickPathExtent], 817 *extension='\0'; 818 GetPathComponent((const char *) file,ExtensionPath,extension); 819 if ((*extension != '\0') && (LocaleCompare(extension,"gz") == 0)) 738 extension[MagickPathExtent], local [all...] |
/external/protobuf/python/google/protobuf/internal/ |
decoder.py | 697 extension = extensions_by_number.get(type_id) 698 if extension is not None: 699 value = field_dict.get(extension) 702 extension, extension.message_type._concrete_class())
|
descriptor_pool_test.py | 240 # An extension defined in a message. 241 extension = self.pool.FindExtensionByName( 243 self.assertEqual(extension.name, 'one_more_field') 244 # An extension defined at file scope. 245 extension = self.pool.FindExtensionByName( 247 self.assertEqual(extension.name, 'another_field') 248 self.assertEqual(extension.number, 1002)
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_file.cc | 89 new ExtensionGenerator(file->extension(i), options)); 111 const char* extension = ".proto.h"; local 112 string dependency = StripProto(dep->name()) + extension; 287 const char* extension = ".proto.h"; local 288 string dependency = StripProto(dep->name()) + extension; [all...] |
/toolchain/binutils/binutils-2.27/gas/config/ |
tc-mn10200.c | 884 unsigned long insn, extension, size = 0; 921 extension = 0; 1065 mn10200_insert_operand (&insn, &extension, operand, 1084 mn10200_insert_operand (&insn, &extension, operand, 1236 number_to_chars_littleendian (f + 4, extension & 0xff, 1); 881 unsigned long insn, extension, size = 0; local
|
/prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-api/1.0.2.v20150114/ |
aether-api-1.0.2.v20150114.jar | |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
test_build_ext.py | 8 from distutils.core import Extension, Distribution
61 # Extension() instance because that doesn't get plumbed through to the
77 xx_ext = Extension('xx', [xx_c])
141 modules = [Extension('foo', ['xxx'])]
206 #'extensions' option must be a list of Extension instances
210 # Extension instance or 2-tuple
215 # must be the extension name (a string) and match
230 self.assertTrue(isinstance(ext, Extension))
249 modules = [Extension('foo', ['xxx'])]
270 ext = Extension('foo', [c_file]) [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
Compiler.java | 1077 // The current id for extension functions. 1121 Function extension = new FuncExtFunction(ns, funcName, String.valueOf(getNextMethodId())); local [all...] |
/external/drm_hwcomposer/ |
glworker.cpp | 130 static bool HasExtension(const char *extension, const char *extensions) { 134 where = (char *)strstr((const char *)start, extension); 137 terminator = where + strlen(extension); 208 << "#extension GL_OES_EGL_image_external : require\n" 488 ALOGW("EGL_KHR_image_base extension not supported"); 491 ALOGW("EGL_ANDROID_image_native_buffer extension not supported"); 494 ALOGW("EGL_ANDROID_native_fence_sync extension not supported"); 519 ALOGW("GL_OES_EGL_image extension not supported"); 522 ALOGW("GL_OES_EGL_image_external extension not supported");
|
/external/lzma/CPP/7zip/UI/Common/ |
OpenArchive.cpp | 54 - file has supported extension (like a.7z)
67 than file size, then return that archive with warning that can not be open as [extension type].
68 If extension was EXE, it will try to open as unknown_extension case
69 - file has unknown extension (like a.hhh)
122 UString Extension;
341 if (!item.Extension.IsEmpty())
344 s += item.Extension;
1585 UString extension; local 2919 UString extension; local [all...] |
/external/python/cpython2/Lib/distutils/tests/ |
test_build_ext.py | 6 from distutils.core import Extension, Distribution 49 xx_ext = Extension('xx', [xx_c]) 138 modules = [Extension('foo', ['xxx'])] 210 #'extensions' option must be a list of Extension instances 214 # Extension instance or 2-tuple 219 # must be the extension name (a string) and match 234 self.assertIsInstance(ext, Extension) 253 modules = [Extension('foo', ['xxx'])] 274 ext = Extension('foo', [c_file]) 369 etree_ext = Extension('lxml.etree', [etree_c] [all...] |
/external/swiftshader/src/OpenGL/compiler/ |
SymbolTable.h | 153 extension(ext), 175 const TString& getExtension() const { return extension; } 191 TString extension; member in class:TFunction
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_ext.py | 6 from distutils.core import Extension, Distribution 49 xx_ext = Extension('xx', [xx_c]) 145 modules = [Extension('foo', ['xxx'])] 210 #'extensions' option must be a list of Extension instances 214 # Extension instance or 2-tuple 219 # must be the extension name (a string) and match 234 self.assertTrue(isinstance(ext, Extension)) 253 modules = [Extension('foo', ['xxx'])] 274 ext = Extension('foo', [c_file]) 375 etree_ext = Extension('lxml.etree', [etree_c] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_ext.py | 6 from distutils.core import Extension, Distribution 49 xx_ext = Extension('xx', [xx_c]) 145 modules = [Extension('foo', ['xxx'])] 210 #'extensions' option must be a list of Extension instances 214 # Extension instance or 2-tuple 219 # must be the extension name (a string) and match 234 self.assertTrue(isinstance(ext, Extension)) 253 modules = [Extension('foo', ['xxx'])] 274 ext = Extension('foo', [c_file]) 375 etree_ext = Extension('lxml.etree', [etree_c] [all...] |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar | |