Searched refs:require (Results 76 - 100 of 147) sorted by relevance

123456

/external/protobuf/js/binary/
H A Ddecoder.js49 goog.require('goog.asserts');
50 goog.require('jspb.utils');
/external/selinux/checkpolicy/
H A Dpolicy_scan.l160 require|REQUIRE { return(REQUIRE); }
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
H A DElement.java216 parser.require(
/external/protobuf/js/
H A Dmessage.js40 goog.require('goog.array');
41 goog.require('goog.asserts');
42 goog.require('goog.crypt.base64');
43 goog.require('goog.json');
382 // simplify the code here, but it would require changing the serialization
387 // get/setExtension logic, but it would require the breaking change described
506 // message may require binary support, so we can *only* catch this error
1333 * to goog.require MessageSet from classes that extends MessageSet.
/external/bison/
H A Dmaint.mk207 # prohibit | require
256 export require = macro
279 test -n "$$prohibit" && test -n "$$require" \
280 && { msg='Cannot specify both prohibit and require' \
282 test -z "$$prohibit" && test -z "$$require" \
283 && { msg='Should specify either prohibit or require' \
318 grep $$with_grep_options $(_ignore_case) -LE "$$require" $$files \
440 @require='^# *include $(config_h_header)' \
719 @require='set_program_name *\(m?argv\[0\]\);' \
728 @require
[all...]
/external/doclava/res/assets/templates-sdk/assets/js/
H A Dprettify.js20 J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],K=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,N=/\S/,O=u({keywords:[F,H,w,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END"+
24 ["cv","py"]);k(u({keywords:"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["perl","pl","pm"]);k(u({keywords:J,hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb"]);k(u({keywords:w,cStyleComments:!0,regexLiterals:!0}),["js"]);k(u({keywords:"all,and,by,catch,class,else,extends,false,finally,for,if,in,is,isnt,loop,new,no,not,null,of,off,on,or,return,super,then,true,try,unless,until,when,while,yes",
/external/harfbuzz_ng/win32/
H A Dinfo-msvc.mak108 @echo tool script, which will require a PERL interpreter (use
H A Dconfig-msvc.mak54 # Note: All the utility and test programs require GLib support to be present!
/external/chromium-trace/catapult/telemetry/telemetry/testing/
H A Drun_tests.py56 help='Don\'t require an actual browser to run the tests.')
/external/fonttools/Lib/fontTools/
H A Dinspect.py12 pygtk.require('2.0')
/external/fonttools/Tools/fontTools/
H A Dinspect.py12 pygtk.require('2.0')
/external/libvpx/libvpx/vpx_ports/
H A Dx86_abi_support.asm95 ; Certain ABIs, notably MS COFF and Darwin MACH-O, require that symbols
382 ; Tell GNU ld that we don't require an executable stack.
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Dthumb-diagnostics.s14 @ Instructions which require v6+ for both registers to be low regs.
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DHeaderFactoryImpl.java863 Require require = new Require();
864 require.setOptionTag(optionTag);
866 return require;
/external/okhttp/okio/okio/src/test/java/okio/
H A DBufferedSourceTest.java535 @Test public void require() throws IOException { method in class:BufferedSourceTest
537 source.require(Segment.SIZE + 2);
539 source.require(Segment.SIZE + 3);
/external/bison/data/
H A Dglr.cc48 # We require a pure interface using locations.
/external/v8/tools/gcmole/
H A Dgcmole.lua74 local io = require "io"
75 local os = require "os"
/external/vogar/lib/
H A Dkxml-libcore-20110123.jarorg/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class Element.java package org.kxml2. ...
/external/chromium-trace/catapult/telemetry/third_party/altgraph/
H A Dsetup.py776 from pkg_resources import working_set, require namespace
808 require('%s==%s'%(ei_cmd.egg_name, ei_cmd.egg_version))
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/
H A Dsetup.py776 from pkg_resources import working_set, require namespace
808 require('%s==%s'%(ei_cmd.egg_name, ei_cmd.egg_version))
/external/skia/DATA/skia_resources/
H A Dslides.lua9 require(file)
/external/skia/gm/DATA/skia_resources/
H A Dslides.lua9 require(file)
/external/skia/resources/
H A Dslides.lua9 require(file)
/external/syslinux/core/
H A Dpm.inc313 ; we don't want to *require* A20 masking (SYSLINUX should
/external/syslinux/mbr/
H A Doldmbr.asm41 ; This MBR should be "8086-clean", i.e. not require a 386.

Completed in 3297 milliseconds

123456