HomeSort by relevance Sort by last modified time
    Searched refs:directives (Results 51 - 75 of 87) sorted by null

1 23 4

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
arch.h 99 /** NULL-terminated list of directives. NULL if none. */
100 /*@null@*/ const yasm_directive *directives; member in struct:yasm_arch_module
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Buffer.py 416 def put_buffer_lookup_code(entry, index_signeds, index_cnames, directives,
431 negative_indices = directives['wraparound'] and negative_indices
433 if directives['boundscheck']:
MemoryView.py 25 #if env.nogil and env.directives['initializedcheck']:
279 have_slices, directives):
365 wraparound = int(directives['wraparound'])
366 boundscheck = int(directives['boundscheck'])
    [all...]
ExprNodes.py 94 and env.directives['c_string_encoding']):
97 elif env.directives['c_string_encoding'] in ('ascii', 'default'):
111 }.get(env.directives['c_string_type'])
    [all...]
Visitor.py 266 - Tracks directives in effect in self.current_directives
275 self.current_directives = node.directives
280 self.current_directives = node.directives
Code.py 880 # directives set Temporary variable used to track
881 # the current set of directives in the code generation
884 directives = {} variable in class:GlobalState
    [all...]
TypeSlots.py 394 if scope.directives['type_version_tag']:
    [all...]
PyrexTypes.py 561 scope.directives = {}
    [all...]
Parsing.py     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
x86_abi_support.asm 179 ; its register usage. YASM doesn't recognize these directives, so we just
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 179 ; its register usage. YASM doesn't recognize these directives, so we just
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
x86_abi_support.asm 179 ; its register usage. YASM doesn't recognize these directives, so we just
  /external/bison/doc/
refcard.tex 322 \key{Don't put {\tt \#line} directives in the parser.} {-l}
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp 465 // If the counter directives change, trigger a relayout to re-calculate counter values and rebuild the counter node tree.
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 477 const yasm_directive *dir = &cur_objfmt_module->directives[0];
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /build/core/
config.mk 173 # PRODUCT_VENDOR_KERNEL_HEADERS directives in the product inheritance
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 706 # This regular expression looks for option directives in the
707 # source code of an example. Option directives are comments
719 option directives in the given source string.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 706 # This regular expression looks for option directives in the
707 # source code of an example. Option directives are comments
719 option directives in the given source string.
    [all...]
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/js/
app.js 16 // ui.bootstrap refers to directives defined in the AngularJS Bootstrap
    [all...]
  /external/chromium_org/v8/test/mjsunit/
strict-mode.js 80 // Multiple directives, including "use strict".
    [all...]

Completed in 998 milliseconds

1 23 4