/external/clang/test/Parser/ |
objc-init.m | 17 id objects[] = {[NSNumber METH]}; 21 id objects[] = {[x METH]}; 25 id objects[] = {[x METH]};
|
/external/deqp/external/openglcts/docs/specs/ |
CTS_ARB_parallel_shader_compile.txt | 65 Create vertex shader, fragment shader and program objects. 72 Create vertex shader object, fragment shader objects in amount of 8 and 73 program objects in amount of 8.
|
/external/freetype/builds/ |
freetype.mk | 52 # BASE_OBJ_M A list of base objects (for single object and multiple 56 # BASE_EXT_OBJ A list of base extension objects. Set up in 60 # DRV_OBJ_M A list of driver objects (for single object and multiple 75 # The targets `objects' and `library' are defined at the end of this 78 .PHONY: single multi objects library refdoc 80 # default target -- build single objects and library 82 single: objects library 84 # `multi' target -- build multiple objects and library 86 multi: objects library 175 # Initialize the list of objects [all...] |
/external/guice/core/src/com/google/inject/internal/ |
UntargettedBindingImpl.java | 19 import com.google.common.base.Objects; 57 return Objects.toStringHelper(UntargettedBinding.class) 76 return Objects.hashCode(getKey(), getScoping());
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
UnicodeReplacer.java | 17 * <code>UnicodeReplacer</code> defines a protocol for objects that 36 * Not all replacer objects will update this, but in a complete 37 * tree of replacer objects, representing the entire output side
|
/external/icu/icu4c/source/i18n/unicode/ |
nounit.h | 74 * @return The class ID for this object. All objects of a given 75 * class have the same class ID. Objects of other classes have 84 * @return The class ID for all objects of this class.
|
tmunit.h | 90 * @return The class ID for this object. All objects of a given 91 * class have the same class ID. Objects of other classes have 100 * @return The class ID for all objects of this class.
|
/external/icu/icu4c/source/samples/uresb/ |
Makefile | 31 OBJECTS=uresb.o 51 -$(RMV) $(OBJECTS) $(TARGET) $(RESOURCES) 66 $(TARGET): $(OBJECTS)
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
UnicodeReplacer.java | 16 * <code>UnicodeReplacer</code> defines a protocol for objects that 35 * Not all replacer objects will update this, but in a complete 36 * tree of replacer objects, representing the entire output side
|
/external/jsilver/src/org/clearsilver/jni/ |
JniClearsilverFactory.java | 42 * {@link org.clearsilver.DelegatedHdf} objects before passing the 47 * HDF objects constructed by newHDF may want to pass in {@code false}. 51 * {@link org.clearsilver.DelegatedHdf} objects, false otherwise.
|
/external/proguard/src/proguard/classfile/attribute/preverification/ |
VerificationTypeFactory.java | 24 * This class provides methods to create and reuse IntegerType objects. 30 // Shared copies of Type objects, to avoid creating a lot of objects.
|
/external/proguard/src/proguard/classfile/visitor/ |
package.html | 12 expand. We want to separate the objects and the operations performed upon them. 35 Because objects (the visitor accepters) and the operations performed upon them 37 with the objects. For convenience, we always provide an extra <i>visitor
|
/external/proguard/src/proguard/obfuscate/ |
AttributeShrinker.java | 98 * Removes all VisitorAccepter objects that are not marked as being used 100 * @return the new number of VisitorAccepter objects. 106 // Shift the used objects together.
|
/external/python/cpython2/Doc/c-api/ |
method.rst | 3 .. _method-objects: 5 Method Objects 10 There are some useful functions that are useful for working with method objects.
|
/external/python/cpython2/Doc/library/ |
mutex.rst | 38 .. _mutex-objects: 40 Mutex Objects 43 :class:`~mutex.mutex` objects have following methods:
|
/external/python/cpython2/Include/ |
cobject.h | 18 Python 2.7 no longer uses CObjects itself; all objects which 28 /* C objects to be exported from one extension module to another. 30 C objects are used for communication between extension modules.
|
/external/python/cpython2/Lib/encodings/ |
bz2_codec.py | 4 will return Python string objects for both encode and decode. 35 buffer slot. Python strings, buffer objects and memory 36 mapped files are examples of objects providing this slot.
|
zlib_codec.py | 4 will return Python string objects for both encode and decode. 34 buffer slot. Python strings, buffer objects and memory 35 mapped files are examples of objects providing this slot.
|
/external/python/cpython3/Doc/c-api/ |
slice.rst | 3 .. _slice-objects: 5 Slice Objects 11 The type object for slice objects. This is the same as :class:`slice` in the
|
/external/python/cpython3/Lib/ |
copy.py | 13 compound objects (objects that contain other objects, like lists or 17 extent possible) inserts *the same objects* into it that the 21 inserts *copies* into it of the objects found in the original. 26 a) recursive objects (compound objects that, directly or indirectly, 35 a) keeping a table of objects already copied during the current 67 """Shallow copy operation on arbitrary Python objects. 133 """Deep copy operation on arbitrary Python objects [all...] |
/external/skia/src/pdf/ |
SkPDFDocument.h | 62 Serialize the object, as well as any other objects it 63 indirectly refers to. If any any other objects have been added 67 It might go without saying that objects should not be changed
|
/external/skia/tools/gpu/gl/command_buffer/ |
GLTestContext_command_buffer.cpp | 147 if (auto objects = Get()) { 148 return objects->fDisplay; 154 if (auto objects = Get()) { 157 return objects->fDrawSurface; 159 return objects->fReadSurface; 168 if (auto objects = Get()) { 169 return objects->fContext; 177 if (auto objects = Get()) { 178 objects->fDisplay = display; 179 objects->fDrawSurface = draw [all...] |
/external/skqp/src/pdf/ |
SkPDFDocument.h | 62 Serialize the object, as well as any other objects it 63 indirectly refers to. If any any other objects have been added 67 It might go without saying that objects should not be changed
|
/external/skqp/tools/gpu/gl/command_buffer/ |
GLTestContext_command_buffer.cpp | 147 if (auto objects = Get()) { 148 return objects->fDisplay; 154 if (auto objects = Get()) { 157 return objects->fDrawSurface; 159 return objects->fReadSurface; 168 if (auto objects = Get()) { 169 return objects->fContext; 177 if (auto objects = Get()) { 178 objects->fDisplay = display; 179 objects->fDrawSurface = draw [all...] |
/external/toolchain-utils/binary_search_tool/test/ |
gen_obj.py | 36 help=('Number of total objects.')) 42 help=('Number of bad objects. Must be great than or ' 50 help=('List of comma seperated objects to generate. '
|