/external/chromium_org/tools/grit/grit/ |
util.py | 185 # Matches character entities, whether specified by name, decimal or hex. 227 entities. Any existing named entity or HTML entity defined by decimal or 244 '''Returns 'text' with all HTML character entities (both named character 245 entities and those specified by decimal or hexadecimal Unicode ordinal)
|
/external/clang/lib/Serialization/ |
Module.cpp | 110 << " Number of preprocessed entities: "
|
/external/clang/test/Modules/ |
redecl-merge.m | 105 // Test redeclarations of entities in explicit submodules, to make
|
/external/freetype/src/autofit/ |
aftypes.h | 25 * The code has also been compartmentized into several entities that
|
/external/libxml2/ |
SAX.c | 20 #include <libxml/entities.h>
|
/external/llvm/test/TableGen/ |
TargetInstrInfo.td | 84 // 6. Address expressions should become first-class entities.
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_tex_sample.c | 32 * entities:
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
ContentLanguage.java | 51 * entities according to the user's own preferred language. Thus, if the
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PChargingFunctionAddressesHeader.java | 47 * charging functional entities to receive the generated charging records or charging events.
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_helpers.h | 79 // given parent message (or NULL for file-scope entities). Whether the file's
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_helpers.h | 83 // given parent message (or NULL for file-scope entities). Whether the file's
|
/external/replicaisland/ |
README.TXT | 24 MainLoop.java is the head of the game graph that describes the Replica Island runtime. Anything managed by MainLoop will be polled once per frame, and children of MainLoop may themselves have children which will be polled. GameObjects are a specific type of game graph node that only contain GameComponents as children. GameComponents implement individual features (collision detection, animation, rendering, etc) of individual game entities. GameObjects are generally parented to GameObjectManager, which activates and deactivates its children based on their proximity to the camera. GameObjectManager is a child of MainLoop.
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
PYXWriter.java | 17 // FIXME: outputs entities as bare '&' character
|
/external/tinyxml/ |
readme.txt | 46 the UTF-8 encoding, and the first 64k character entities. 182 <h3> Entities </h3> 183 TinyXml recognizes the pre-defined "character entities", meaning special 203 of TinyXml "preserved" character entities, but the newer versions will translate
|
/external/valgrind/main/VEX/priv/ |
host_generic_simd128.h | 33 These are purely back-end entities and cannot be seen/referenced
|
host_generic_simd64.h | 38 These are purely back-end entities and cannot be seen/referenced
|
/frameworks/base/core/java/android/app/backup/ |
BackupDataInput.java | 26 * method. The data is presented as a set of "entities," each
|
BackupDataOutput.java | 29 * as a set of "entities," key/value pairs in which each binary data record "value" is
|
BackupHelper.java | 28 * is responsible only for handling its own data, and will not see entities
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/ |
storage_manager.c | 40 int num; /**< Number of differnt save entities */
|
/hardware/samsung_slsi/exynos5/include/ |
exynos_v4l2.h | 169 struct media_entity *entities; member in struct:media_device
|
/libcore/luni/src/main/java/org/w3c/dom/traversal/ |
NodeFilter.java | 97 * position of the traversal. Since entities are not part of the
|
/libcore/luni/src/main/java/org/xml/sax/ |
ErrorHandler.java | 41 * an IOException for errors accessing entities or the document.</p>
|
/libcore/luni/src/test/java/libcore/xml/ |
NormalizeTest.java | 60 "validate-if-schema", "entities", "datatype-normalization", "cdata-sections" }; 115 assertEquals(true, domConfiguration.getParameter("entities")); 116 assertSupported("entities", false); 117 assertSupported("entities", true);
|
PullParserDtdTest.java | 33 * Android's Expat pull parser permits parameter entities to be declared, 34 * but it doesn't permit such entities to be used. 192 * Android's Expat replaces external entities with the empty string. 206 * Android's ExpatPullParser replaces missing entities with the empty string
|