/external/valgrind/main/coregrind/m_debuginfo/ |
priv_tytypes.h | 78 Bool valueKnown; /* atoms w/ unknown value are possible */
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/ |
utilities.js | 294 var ATOMS = /(-?[\d.][\d.=]*)|([+*/=~<CAE_-])/g; // number || command 297 sequence = sequence.replace(ATOMS, ',$1$2,'); // ',2, ,+, ,2, ,=, [,4,]' 304 sequence = sequence.replace(ATOMS, '"$1$2"'); // '"2","+","2","=",["4"]'
|
/external/chromium_org/chrome/browser/resources/file_manager/js/metadata/ |
mpeg_parser.js | 212 throw 'too many child atoms in ' + parentAtom.name + ' @' + offset;
|
/external/chromium_org/sandbox/win/src/ |
sandbox_policy.h | 111 // JOB_OBJECT_UILIMIT_GLOBALATOMS : allow access to the global atoms table.
|
security_level.h | 110 // | * No access to the global atoms | |
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_common_context.h | 141 /* Head of the linked list of state atoms. */
|
radeon_common_context.c | 198 * Destroy the command buffer and state atoms.
|
radeon_ioctl.c | 62 /* The state atoms will be emitted in the order they appear in the atom list,
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
ParticleDepositionHeightMap.java | 40 * epitaxy, or MBE, for depositing thin layers of atoms on a substrate.
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
cadlisp.php | 56 'atoms-family','autoarxload','autoload','Boole','boundp','caddr',
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_common_context.h | 141 /* Head of the linked list of state atoms. */
|
radeon_common_context.c | 198 * Destroy the command buffer and state atoms.
|
radeon_ioctl.c | 62 /* The state atoms will be emitted in the order they appear in the atom list,
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
AddressListParser.jj | 459 throw new ParseException("Atoms in domain names must be separated by '.'");
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
linux_usbfs.c | 323 int atoms, kmajor, kminor, ksublevel; local 327 atoms = sscanf(uts.release, "%d.%d.%d", &kmajor, &kminor, &ksublevel); 328 if (atoms < 1) 337 if (atoms < 2) 345 if (atoms < 3) [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
DefineGrammarItemsWalker.g | 589 //{System.out.println("atoms="+currentRewriteBlock.rewriteRefs);}
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLObjectElement.cpp | 409 // Even though we have atoms for these tags, we don't want to
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_cmdbuf.c | 45 /* The state atoms will be emitted in the order they appear in the atom list,
|
/external/chromium_org/ui/base/x/ |
device_data_manager.h | 285 // X11 atoms cache.
|
/external/chromium_org/win8/test/ |
ui_automation_client.cc | 330 // Window class names are atoms, which are case-insensitive.
|
/external/llvm/lib/MC/ |
MCMachOStreamer.cpp | 127 // fragments cannot span atoms.
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_cmdbuf.c | 45 /* The state atoms will be emitted in the order they appear in the atom list,
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11wm.c | 253 /* Look up some useful Atoms */
|
/frameworks/base/docs/html/guide/appendix/ |
media-formats.jd | 390 <li>For 3GPP and MPEG-4 containers, the <code>moov</code> atom must precede any <code>mdat</code> atoms, but must succeed the
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
_parseaddr.py | 433 atoms or quoted-strings. Phrases are canonicalized by squeezing all
|